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

123456

/macosx-10.10.1/emacs-93/emacs/nt/inc/sys/
H A Dfile.h6 #define F_OK 0 macro
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dfile.h19 # define F_OK 0 /* test whether exist. */ macro
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dunistd.h42 #ifndef F_OK
43 #define F_OK 0 macro
/macosx-10.10.1/groff-38/groff/src/include/
H A Dposix.h61 #ifndef F_OK
62 #define F_OK 0 macro
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dstrtape.c76 if (!access("/dev/rmt/.", F_OK))
84 if (!access(tapefile, F_OK)) return(tapefile);
88 if (!access(tapefile, F_OK)) return(tapefile);
93 else if (!access("/dev/nst0", F_OK))
101 else if (!access("/dev/nrmt0", F_OK))
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dconfig-amigaos.h119 #ifndef F_OK
120 # define F_OK 0 macro
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dmkdir.c46 if (!access(path, F_OK))
H A Drmdir.c57 if (access(path, F_OK) < 0)
H A Deaccess.c69 if (init > 0 || flags == F_OK)
H A Dopen.c68 if ((op & O_EXCL) && !access(path, F_OK))
/macosx-10.10.1/system_cmds-643.1.1/zic.tproj/
H A Dprivate.h87 #include "unistd.h" /* for F_OK and R_OK */
91 #ifndef F_OK
92 #define F_OK 0 macro
93 #endif /* !defined F_OK */
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/scripts/
H A Dgenerate-combined-inspector-json.py37 if not os.access(arg, os.F_OK):
H A Dinline-and-minify-stylesheets-and-scripts.py54 if not os.access(fullPath, os.F_OK):
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dsystrace.c51 if (access(buf, F_OK))
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dnewuser.c63 return access(buf, F_OK);
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_dirhie.c47 # define F_OK 0 macro
131 if(access(dirbuildup, F_OK) == -1) {
/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dprogs.priv.h154 #ifndef F_OK
155 #define F_OK 0 /* Test for existence. */ macro
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Drelocate.cpp85 if (!access (name, F_OK)) {
114 if (!access(path, F_OK)) {
230 if (access(path, F_OK))
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dprivate.h108 #include "unistd.h" /* for F_OK, R_OK, and other POSIX goodness */
111 #ifndef F_OK
112 #define F_OK 0 macro
113 #endif /* !defined F_OK */
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dprivate.h125 #include "unistd.h" /* for F_OK, R_OK, and other POSIX goodness */
129 #ifndef F_OK
130 #define F_OK 0 macro
131 #endif /* !defined F_OK */
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Deaccess.c52 #define F_OK 0 macro
209 if (mode == F_OK)
/macosx-10.10.1/vim-55/src/
H A Dnbdebug.c128 (access(buf, F_OK) == 0);
H A Dwsdebug.c152 return (access(buf, F_OK) == 0);
/macosx-10.10.1/bind9-45.101/bind9/bin/dnssec/
H A Ddnssec-revoke.c226 if (access(newname, F_OK) == 0 && !force) {
253 if (access(oldname, F_OK) == 0)
257 if (access(oldname, F_OK) == 0)
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dsystem.c80 if (access(_PATH_BSHELL, F_OK) == -1) /* if no sh or no access */

Completed in 285 milliseconds

123456