Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 10 of 10) sorted by relevance

/picolibc-latest/newlib/libc/include/sys/
Dstat.h95 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/
Dm68k_stat.c44 stat(const char *pathname, struct stat *restrict statbuf) in stat() function
/picolibc-latest/semihost/machine/nios2/
Dnios2_stat.c44 stat(const char *pathname, struct stat *restrict statbuf) in stat() function
/picolibc-latest/newlib/libc/posix/
Dftw.c28 int ftw(const char *path, int (*fn)(const char *, const struct stat *, int), int fd_limit) in ftw()
Dnftw.c49 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/
Dxdr_reference.c66 bool_t stat; in xdr_reference() local
Dxdr_array.c68 bool_t stat = TRUE; in xdr_array() local
Dxdr_sizeof.c156 bool_t stat; in xdr_sizeof() local
/picolibc-latest/newlib/libc/machine/nvptx/
Dmisc.c73 stat (const char *file, struct stat *pstat) { in stat() function
/picolibc-latest/semihost/machine/arc/
Darc_stat.c70 stat(const char *pathname, struct stat *restrict statbuf) in stat() function