Searched refs:W_OK (Results 1 - 25 of 109) sorted by path

12345

/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dkeytab_file.c379 return W_OK|R_OK;
381 return W_OK;
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dconfstr.c235 if ((p = getenv("TMPDIR")) && access(p, W_OK) == 0)
237 if (access(p = P_tmpdir, W_OK) == 0)
/macosx-10.10.1/Libc-1044.1.2/os/
H A Ddebug_private.c68 if (access(path, W_OK) == 0) {
80 if (access(path, W_OK) == 0) {
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dtempnam.c74 if (access(dir, W_OK) == 0) {
88 if (access(f, W_OK) == 0) { /* directory accessible? */
97 if (issetugid() == 0 && (f = getenv("TMPDIR")) && access(f, W_OK) == 0) {
/macosx-10.10.1/MITKerberosShim-66/profile/
H A Dprof_file.c97 if (access(filespec, W_OK) == 0)
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dca.c79 #ifndef W_OK
93 #ifndef W_OK
96 # define W_OK 2 macro
847 if (access(outdir,R_OK|W_OK|X_OK) != 0)
/macosx-10.10.1/OpenSSL098-52/src/
H A De_os.h347 # ifndef W_OK
348 # define W_OK 2 macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A De_os.h234 # ifndef W_OK
235 # define W_OK 2 macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dgeneral.c510 return (file_isdir (fn) && sh_eaccess (fn, W_OK) == 0);
H A Dtest.c73 #define W_OK 2 macro
507 return (sh_eaccess (arg, W_OK) == 0);
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Deaccess.c50 #define W_OK 2 macro
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dserver.c4941 if (access(".", W_OK) != 0) {
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dunistd.h50 #ifndef W_OK
51 #define W_OK 2 macro
/macosx-10.10.1/cups-408/cups/vcnet/
H A Dconfig.h79 # define W_OK 02 macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dnlmconv.c67 #define W_OK 2 macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dmake-relative-prefix.c68 #define W_OK 2 macro
H A Dmake-temp-file.c41 #define W_OK 2 macro
72 && access (dir, R_OK | W_OK | X_OK) == 0)
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dctfmerge.c904 if (outfile && access(outfile, R_OK|W_OK) != 0)
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dmovemail.c112 #define W_OK 2 macro
252 if (access (outname, F_OK) == 0 && access (outname, W_OK) != 0)
265 if (access (buf, W_OK) != 0)
287 if (access (inname, R_OK | W_OK) != 0)
/macosx-10.10.1/emacs-93/emacs/nt/inc/sys/
H A Dfile.h8 #define W_OK 2 macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dmac.c2184 #ifndef W_OK
2185 #define W_OK 2
2234 if (mode & W_OK)
2181 #define W_OK macro
H A Dsysdep.c3963 #define W_OK 2 /* test for write permission */
4000 if (mode & W_OK)
3934 #define W_OK macro
H A Dw32.c1945 if ((mode & W_OK) != 0 && (attributes & FILE_ATTRIBUTE_READONLY) != 0)
/macosx-10.10.1/file-46/file/src/
H A Dmagic.c168 if (access(file, W_OK) == 0)

Completed in 556 milliseconds

12345