Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 25 of 37) sorted by relevance

12

/picolibc-latest/newlib/libc/include/
Dglob.h41 struct stat;
59 int (*gl_lstat)(const char *, struct stat *);
60 int (*gl_stat)(const char *, struct stat *);
Dftw.h59 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.h55 #define _stat stat
/picolibc-latest/newlib/libc/machine/nvptx/
Dmisc.c32 fstat (int fd, struct stat *buf) { in fstat()
73 stat (const char *file, struct stat *pstat) { in stat() function
/picolibc-latest/newlib/libc/xdr/
Dxdr_array.c68 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()
Dxdr_reference.c66 bool_t stat; in xdr_reference() local
89 stat = (*proc) (xdrs, loc, LASTUNSIGNED); in xdr_reference()
96 return stat; in xdr_reference()
Dxdr_sizeof.c156 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/
Dm68k_stat.c44 stat(const char *pathname, struct stat *restrict statbuf) in stat() function
Dm68k_fstat.c46 fstat(int fd, struct stat *restrict statbuf) in fstat()
/picolibc-latest/semihost/machine/nios2/
Dnios2_stat.c44 stat(const char *pathname, struct stat *restrict statbuf) in stat() function
Dnios2_fstat.c46 fstat(int fd, struct stat *restrict statbuf) in fstat()
/picolibc-latest/newlib/libc/include/sys/
Dstat.h95 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/
Dmktemp.c153 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/
Dnftw.c49 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
Dftw.c28 int ftw(const char *path, int (*fn)(const char *, const struct stat *, int), int fd_limit) in ftw() argument
/picolibc-latest/semihost/machine/arc/
Darc_stat.c70 stat(const char *pathname, struct stat *restrict statbuf) in stat() function
/picolibc-latest/newlib/libc/sys/xtensa/
Disatty.c11 struct stat buf; in _isatty_r()
/picolibc-latest/semihost/fake/
Dfake_stub.c97 fstat (int fd, struct stat *sbuf) in fstat()
/picolibc-latest/semihost/machine/powerpc/
Dpowerpc_stub.c98 fstat (int fd, struct stat *sbuf) in fstat()
/picolibc-latest/semihost/machine/x86/
De9_stub.c102 fstat (int fd, struct stat *sbuf) in fstat()
/picolibc-latest/semihost/machine/mips/
Dmips_stub.c96 fstat (int fd, struct stat *sbuf) in fstat()
/picolibc-latest/semihost/machine/msp430/
Dmsp430-stub.c102 fstat (int fd, struct stat *sbuf) in fstat()
/picolibc-latest/semihost/machine/sparc/
Dsparc_stub.c96 fstat (int fd, struct stat *sbuf) in fstat()
/picolibc-latest/semihost/machine/sh/
Dsh_stub.c103 fstat (int fd, struct stat *sbuf) in fstat()
/picolibc-latest/semihost/
Dfstat.c49 fstat (int fd, struct stat *sbuf ) in fstat()

12