Home | History | Annotate | Download | only in lib

Lines Matching defs:stat

17 /* If the user's config.h happens to include <sys/stat.h>, let it include only
18 the system's <sys/stat.h> here, so that orig_fstat doesn't recurse to
25 #include <sys/stat.h>
27 # undef stat /* avoid warning on mingw64 with _FILE_OFFSET_BITS=64 */
28 # define stat _stati64
35 orig_fstat (int fd, struct stat *buf)
41 /* Write "sys/stat.h" here, not <sys/stat.h>, otherwise OSF/1 5.1 DTK cc
42 eliminates this include because of the preliminary #include <sys/stat.h>
44 #include "sys/stat.h"
55 fstat_nothrow (int fd, struct stat *buf)
77 rpl_fstat (int fd, struct stat *buf)
84 return stat (name, buf);