Searched defs:fstatat (Results 1 - 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fstatat/
H A Dfstatat01.c63 int fstatat(int dirfd, const char *filename, struct stat64 *statbuf, int flags) function
68 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) function
73 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) function
100 TEST(fstatat(fds[i], filenames[i], &statbuf, flags[i]));
104 "fstatat failed as expected");
106 tst_resm(TFAIL | TTERRNO, "fstatat failed");
/external/toybox/lib/
H A Dportability.h95 #define fstatat fstatat64 macro
/external/bison/linux-lib/sys/
H A Dstat.h671 # undef fstatat
672 # define fstatat rpl_fstatat
674 _GL_FUNCDECL_RPL (fstatat, int,
677 _GL_CXXALIAS_RPL (fstatat, int,
681 _GL_FUNCDECL_SYS (fstatat, int,
685 _GL_CXXALIAS_SYS (fstatat, int,
688 _GL_CXXALIASWARN (fstatat);
690 # undef fstatat macro
692 _GL_WARN_ON_USE (fstatat, "fstatat i
[all...]
/external/bison/darwin-lib/sys/
H A Dstat.h671 # undef fstatat
672 # define fstatat rpl_fstatat
674 _GL_FUNCDECL_RPL (fstatat, int,
677 _GL_CXXALIAS_RPL (fstatat, int,
681 _GL_FUNCDECL_SYS (fstatat, int,
685 _GL_CXXALIAS_SYS (fstatat, int,
688 _GL_CXXALIASWARN (fstatat);
690 # undef fstatat macro
692 _GL_WARN_ON_USE (fstatat, "fstatat i
[all...]

Completed in 159 milliseconds