Searched refs:warn_fstat (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dwarn_stat.h22 #define fstat(f, s) warn_fstat((f), (s))
27 extern int warn_fstat(int, struct stat *);
H A Dwarn_stat.c19 /* int warn_fstat(fd, st)
23 /* warn_stat(), warn_fstat() and warn_lstat() wrap the stat(),
93 /* warn_fstat - fstat with warning */
95 int warn_fstat(int fd, struct stat * st) function

Completed in 182 milliseconds