/picolibc-latest/newlib/libc/include/ |
D | glob.h | 41 struct stat; 59 int (*gl_lstat)(const char *, struct stat *); 60 int (*gl_stat)(const char *, struct stat *);
|
D | ftw.h | 59 int ftw(const char *, int (*)(const char *, const struct stat *, int), int); 60 int nftw(const char *, int (*)(const char *, const struct stat *, int, struct FTW *), int, int);
|
D | _syslist.h | 55 #define _stat stat
|
/picolibc-latest/newlib/libc/machine/nvptx/ |
D | misc.c | 32 fstat (int fd, struct stat *buf) { in fstat() 73 stat (const char *file, struct stat *pstat) { in stat() function
|
/picolibc-latest/newlib/libc/xdr/ |
D | xdr_array.c | 68 bool_t stat = TRUE; in xdr_array() local 113 for (i = 0; (i < c) && stat; i++) in xdr_array() 115 stat = (*elproc) (xdrs, target); in xdr_array() 127 return (stat); in xdr_array()
|
D | xdr_reference.c | 66 bool_t stat; in xdr_reference() local 89 stat = (*proc) (xdrs, loc, LASTUNSIGNED); in xdr_reference() 96 return stat; in xdr_reference()
|
D | xdr_sizeof.c | 156 bool_t stat; in xdr_sizeof() local 181 stat = func (&x, data); in xdr_sizeof() 184 return (stat == TRUE ? x.x_handy : 0); in xdr_sizeof()
|
/picolibc-latest/semihost/machine/m68k/ |
D | m68k_stat.c | 44 stat(const char *pathname, struct stat *restrict statbuf) in stat() function
|
D | m68k_fstat.c | 46 fstat(int fd, struct stat *restrict statbuf) in fstat()
|
/picolibc-latest/semihost/machine/nios2/ |
D | nios2_stat.c | 44 stat(const char *pathname, struct stat *restrict statbuf) in stat() function
|
D | nios2_fstat.c | 46 fstat(int fd, struct stat *restrict statbuf) in fstat()
|
/picolibc-latest/newlib/libc/include/sys/ |
D | stat.h | 95 struct stat struct 288 int fstat (int __fd, struct stat *__sbuf ); 291 int stat (const char *__restrict __path, struct stat *__restrict __sbuf ); 300 int lstat (const char *__restrict __path, struct stat *__restrict __buf ); 306 int fstatat (int, const char *__restrict , struct stat *__restrict, int);
|
/picolibc-latest/newlib/libc/stdio/ |
D | mktemp.c | 153 struct stat sbuf; in _gettemp() 193 if (stat (path, &sbuf)) in _gettemp() 234 else if (stat (path, &sbuf)) in _gettemp()
|
/picolibc-latest/newlib/libc/posix/ |
D | nftw.c | 49 static int do_nftw(char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int… in do_nftw() argument 52 struct stat st; in do_nftw() 58 if ((flags & FTW_PHYS) ? lstat(path, &st) : stat(path, &st) < 0) { in do_nftw() 134 int nftw(const char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int fd_… in nftw() argument
|
D | ftw.c | 28 int ftw(const char *path, int (*fn)(const char *, const struct stat *, int), int fd_limit) in ftw() argument
|
/picolibc-latest/semihost/machine/arc/ |
D | arc_stat.c | 70 stat(const char *pathname, struct stat *restrict statbuf) in stat() function
|
/picolibc-latest/newlib/libc/sys/xtensa/ |
D | isatty.c | 11 struct stat buf; in _isatty_r()
|
/picolibc-latest/semihost/fake/ |
D | fake_stub.c | 97 fstat (int fd, struct stat *sbuf) in fstat()
|
/picolibc-latest/semihost/machine/powerpc/ |
D | powerpc_stub.c | 98 fstat (int fd, struct stat *sbuf) in fstat()
|
/picolibc-latest/semihost/machine/x86/ |
D | e9_stub.c | 102 fstat (int fd, struct stat *sbuf) in fstat()
|
/picolibc-latest/semihost/machine/mips/ |
D | mips_stub.c | 96 fstat (int fd, struct stat *sbuf) in fstat()
|
/picolibc-latest/semihost/machine/msp430/ |
D | msp430-stub.c | 102 fstat (int fd, struct stat *sbuf) in fstat()
|
/picolibc-latest/semihost/machine/sparc/ |
D | sparc_stub.c | 96 fstat (int fd, struct stat *sbuf) in fstat()
|
/picolibc-latest/semihost/machine/sh/ |
D | sh_stub.c | 103 fstat (int fd, struct stat *sbuf) in fstat()
|
/picolibc-latest/semihost/ |
D | fstat.c | 49 fstat (int fd, struct stat *sbuf ) in fstat()
|