|
Postfix3.3.1
|
マクロ定義 | |
| #define | stat(p, s) warn_stat((p), (s)) |
| #define | lstat(p, s) warn_lstat((p), (s)) |
| #define | fstat(f, s) warn_fstat((f), (s)) |
関数 | |
| int | warn_stat (const char *path, struct stat *) |
| int | warn_lstat (const char *path, struct stat *) |
| int | warn_fstat (int, struct stat *) |
| #define fstat | ( | f, | |
| s | |||
| ) | warn_fstat((f), (s)) |
warn_stat.h の 20 行目に定義があります。
| #define lstat | ( | p, | |
| s | |||
| ) | warn_lstat((p), (s)) |
warn_stat.h の 19 行目に定義があります。
| #define stat | ( | p, | |
| s | |||
| ) | warn_stat((p), (s)) |
warn_stat.h の 18 行目に定義があります。
warn_stat.c の 93 行目に定義があります。
warn_stat.c の 81 行目に定義があります。
warn_stat.c の 69 行目に定義があります。
1.8.9.1