Searched refs:faccessat (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dfaccessat.c38 #define AT_FUNC_NAME faccessat
H A Dopenat.h98 since gnulib doesn't support faccessat(,AT_SYMLINK_NOFOLLOW) and
104 return faccessat (fd, file, mode, 0);
110 return faccessat (fd, file, mode, AT_EACCESS);
H A Deuidaccess.c82 return faccessat (AT_FDCWD, file, mode, AT_EACCESS);
H A Dunistd.in.h289 extern int faccessat (int fd, char const *file, int mode, int flag)
293 # undef faccessat macro
294 # define faccessat(d,n,m,f) \ macro
295 (GL_LINK_WARNING ("faccessat is not portable - " \
296 "use gnulib module faccessat for portability"), \
297 faccessat (d, n, m, f))
H A Dgnulib.mk12 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libcoreutils --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=gnulib-tests --aux-dir=build-aux --with-tests --avoid=canonicalize-lgpl --avoid=dummy --no-libtool --macro-prefix=gl acl alloca announce-gen areadlink-with-size argmatch argv-iter assert atexit autobuild backupfile base64 c-strcase c-strtod c-strtold calloc canon-host canonicalize chown cloexec closein closeout config-h configmake crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 cycle-check d-ino d-type diacrit dirfd dirname do-release-commit-and-tag dup2 environ error euidaccess exclude exitfail faccessat fchdir fcntl fcntl-safer fdl file-type fileblocks filemode filenamecat filevercmp fnmatch-gnu fopen-safer fprintftime freopen freopen-safer fseeko fsusage fsync ftello ftruncate fts getdate getgroups gethrxtime getline getloadavg getndelim2 getopt-gnu getpagesize getpass-gnu gettext gettime gettimeofday getugroups getusershell git-version-gen gitlog-to-changelog gnu-make gnu-web-doc-update gnumakefile gnupload group-member hard-locale hash hash-pjw host-os human idcache ignore-value inttostr inttypes isapipe isblank lchmod lchown lib-ignore linebuffer link link-follow linkat long-options lstat maintainer-makefile malloc manywarnings mbrtowc mbsalign mbswidth memcasecmp memchr memcmp memcmp2 memcpy memmove mempcpy memrchr memset mgetgroups mkancesdirs mkdir mkdir-p mkstemp mktime modechange mountlist mpsort nproc obstack pathmax perl physmem posix-shell posixtm posixver priv-set progname propername putenv quote quotearg raise randint randperm readlink readtokens readtokens0 readutmp realloc regex remove rename rmdir root-dev-ino rpmatch safe-read same save-cwd savedir savewd selinux-at settime sig2str sigaction ssize_t stat-macros stat-time stdbool stdlib-safer stpcpy stpncpy strcspn strdup-posix strftime strpbrk strsignal strtod strtoimax strtol strtoumax symlink sys_stat timespec tzset uname unicodeio unistd-safer unlink-busy unlocked-io unsetenv update-copyright uptime useless-if-before-free userspec utimecmp utimens vasprintf-posix vc-list-files verify verror version-etc-fsf wcwidth winsz-ioctl winsz-termios write-any-file xalloc xfreopen xgetcwd xgethostname xmemcoll xnanosleep xprintf xprintf-posix xreadlink xstrtod xstrtoimax xstrtol xstrtold xstrtoumax yesno
653 ## begin gnulib module faccessat
656 EXTRA_DIST += faccessat.c
658 EXTRA_libcoreutils_a_SOURCES += faccessat.c
660 ## end gnulib module faccessat
/haiku-fatelf/headers/build/host/darwin/
H A Dunistd.h10 int faccessat(int fd, const char* path, int accessMode, int flag);
/haiku-fatelf/src/system/libroot/posix/unistd/
H A Daccess.c25 faccessat(int fd, const char* path, int accessMode, int flag) function
/haiku-fatelf/src/build/libroot/
H A Dfunction_remapper.cpp94 faccessat(int fd, const char* path, int accessMode, int flag) function
96 HIDDEN_FUNCTION(faccessat);
H A Dfs_darwin.cpp110 faccessat(int fd, const char* path, int accessMode, int flag) function
H A Dfs.cpp1315 return faccessat(fd, path, accessMode, flag);
/haiku-fatelf/headers/build/
H A DBeOSBuildCompatibility.h152 # define faccessat(fd, path, accessMode, flag) \ macro
/haiku-fatelf/headers/posix/
H A Dunistd.h157 extern int faccessat(int fd, const char *path, int accessMode, int flag);
/haiku-fatelf/src/bin/coreutils/src/
H A Dremove.c175 /* This implements #1: on decent systems, either faccessat is
178 && faccessat (fd_cwd, file, W_OK, AT_EACCESS) == 0)

Completed in 302 milliseconds