Searched refs:F_OK (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Deuidaccess.c46 #ifndef F_OK
47 # define F_OK 0 macro
106 if (mode == F_OK)
152 if (R_OK == 4 && W_OK == 2 && X_OK == 1 && F_OK == 0)
H A Deuidaccess-stat.c49 if (R_OK == 4 && W_OK == 2 && X_OK == 1 && F_OK == 0)
H A Dunistd.in.h139 #ifndef F_OK
140 # define F_OK 0 macro
/haiku-fatelf/src/libs/ncurses/progs/
H A Dprogs.priv.h143 #ifndef F_OK
144 #define F_OK 0 /* Test for existence. */ macro
H A Dtic.c637 if (access(termcap, F_OK) == 0) {
/haiku-fatelf/headers/private/libroot/time/
H A Dprivate.h112 #include "unistd.h" /* for F_OK and R_OK */
116 #ifndef F_OK
117 #define F_OK 0 macro
118 #endif /* !defined F_OK */
/haiku-fatelf/src/bin/bash/lib/sh/
H A Deaccess.c52 #define F_OK 0 macro
209 if (mode == F_OK)
/haiku-fatelf/src/bin/bash/lib/glob/
H A Dglob.c44 #if !defined (F_OK)
45 # define F_OK 0 macro
310 # define GLOB_TESTNAME(name) (sh_eaccess (nextname, F_OK))
312 # define GLOB_TESTNAME(name) (access (nextname, F_OK))
/haiku-fatelf/headers/posix/
H A Dunistd.h17 #define F_OK 0 macro
/haiku-fatelf/src/bin/bash/
H A Dtest.c75 #define F_OK 0 macro
/haiku-fatelf/src/bin/zic/
H A Dzic.c667 access(fromname, F_OK) == 0 &&
721 accres = access(myname, F_OK);
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1625 #define F_OK FSSH_F_OK macro
/haiku-fatelf/src/bin/network/wget/src/
H A Dutils.c542 return access (filename, F_OK) >= 0;
/haiku-fatelf/src/bin/network/ftp/
H A Dftp.c2055 if ((d = access(new, F_OK)) < 0)
/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c270 return (access (filename, F_OK) == 0);

Completed in 207 milliseconds