Searched defs:stat (Results 1 – 10 of 10) sorted by relevance
/picolibc-latest/newlib/libc/include/sys/ |
D | stat.h | 95 struct stat struct 97 dev_t st_dev; 98 ino_t st_ino; 99 mode_t st_mode; 100 nlink_t st_nlink; 101 uid_t st_uid; 102 gid_t st_gid; 104 int __pad0; 106 dev_t st_rdev; 108 unsigned short int __pad2; [all …]
|
/picolibc-latest/semihost/machine/m68k/ |
D | m68k_stat.c | 44 stat(const char *pathname, struct stat *restrict statbuf) in stat() function
|
/picolibc-latest/semihost/machine/nios2/ |
D | nios2_stat.c | 44 stat(const char *pathname, struct stat *restrict statbuf) in stat() function
|
/picolibc-latest/newlib/libc/posix/ |
D | ftw.c | 28 int ftw(const char *path, int (*fn)(const char *, const struct stat *, int), int fd_limit) in ftw()
|
D | nftw.c | 49 static int do_nftw(char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int… in do_nftw() 134 int nftw(const char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int fd_… in nftw()
|
/picolibc-latest/newlib/libc/xdr/ |
D | xdr_reference.c | 66 bool_t stat; in xdr_reference() local
|
D | xdr_array.c | 68 bool_t stat = TRUE; in xdr_array() local
|
D | xdr_sizeof.c | 156 bool_t stat; in xdr_sizeof() local
|
/picolibc-latest/newlib/libc/machine/nvptx/ |
D | misc.c | 73 stat (const char *file, struct stat *pstat) { in stat() function
|
/picolibc-latest/semihost/machine/arc/ |
D | arc_stat.c | 70 stat(const char *pathname, struct stat *restrict statbuf) in stat() function
|