| /src/games/warp/ |
| util.c | 155 eaccess(const char *filename, mode_t mod) function
|
| warp.h | 227 #define SETUIDGID /* substitute eaccess() for access() so that rn */ 236 # define eaccess access macro
|
| /src/external/bsd/atf/dist/atf-c/detail/ |
| fs_test.c | 612 ATF_TC(eaccess); variable 613 ATF_TC_HEAD(eaccess, tc) 617 ATF_TC_BODY(eaccess, tc) 1068 ATF_TP_ADD_TC(tp, eaccess);
|
| /src/external/bsd/atf/dist/tools/ |
| fs.cpp | 79 eaccess(const tools::fs::path& p, int mode) function 86 throw tools::system_error(IMPL_NAME "::eaccess", 127 throw tools::system_error(IMPL_NAME "::eaccess", "Access check failed", 143 eaccess(p, mode); 616 eaccess(p, access_f);
|
| /src/bin/ksh/ |
| sh.h | 168 #define eaccess(path, mode) access(path, mode) macro
|
| /src/external/gpl2/gettext/include/ |
| config.h | 780 /* Define as 'access' if you don't have the eaccess() function. */ 781 #define eaccess access macro
|