Home | History | Annotate | Download | only in librumphijack

Lines Matching refs:STAT

46 #include <sys/stat.h>
246 int REALSTAT(const char *, struct stat *);
247 int REALLSTAT(const char *, struct stat *);
248 int REALFSTAT(int, struct stat *);
290 int REALFHSTAT(const void *, size_t, struct stat *);
335 { DUALCALL_STAT, S(REALSTAT), RSYS_NAME(STAT) },
2594 (int fd, struct stat *sb), \
2595 (int, struct stat *), \
2671 (const char *path, struct stat *sb), \
2672 (const char *, struct stat *), \
2676 (const char *path, struct stat *sb), \
2677 (const char *, struct stat *), \
2844 (const void *fhp, size_t fh_size, struct stat *sb), \
2845 (const char *, size_t, struct stat *), \