| /dragonfly/contrib/ncurses/progs/ |
| HD | progs.priv.h | 178 #ifndef W_OK 179 #define W_OK 2 /* Test for writable. */ macro
|
| /dragonfly/contrib/binutils-2.27/libiberty/ |
| HD | make-temp-file.c | 46 #define W_OK 2 macro 79 && access (dir, R_OK | W_OK | X_OK) == 0) in try_dir()
|
| HD | make-relative-prefix.c | 72 #define W_OK 2 macro
|
| /dragonfly/contrib/gdb-7/libiberty/ |
| HD | make-temp-file.c | 46 #define W_OK 2 macro 79 && access (dir, R_OK | W_OK | X_OK) == 0) in try_dir()
|
| HD | make-relative-prefix.c | 72 #define W_OK 2 macro
|
| /dragonfly/contrib/ncurses/ncurses/tinfo/ |
| HD | access.c | 116 if ((mode & W_OK) != 0 in _nc_access() 130 result = access(head, R_OK | W_OK | X_OK); in _nc_access()
|
| HD | write_entry.c | 73 FILE *fp = ((_nc_access(filename, W_OK) == 0) in write_file() 199 } else if (_nc_access(path, R_OK | W_OK | X_OK) < 0) { in make_db_root() 478 } else if (_nc_access(linkname, W_OK) == 0) in _nc_write_entry()
|
| /dragonfly/contrib/gcc-4.7/libiberty/ |
| HD | make-temp-file.c | 46 #define W_OK 2 macro 79 && access (dir, R_OK | W_OK | X_OK) == 0) in try_dir()
|
| HD | make-relative-prefix.c | 72 #define W_OK 2 macro
|
| /dragonfly/contrib/gcc-8.0/libiberty/ |
| HD | make-temp-file.c | 45 #define W_OK 2 macro 78 && access (dir, R_OK | W_OK | X_OK) == 0) in try_dir()
|
| HD | make-relative-prefix.c | 71 #define W_OK 2 macro
|
| /dragonfly/contrib/binutils-2.34/libiberty/ |
| HD | make-temp-file.c | 45 #define W_OK 2 macro 78 && access (dir, R_OK | W_OK | X_OK) == 0) in try_dir()
|
| HD | make-relative-prefix.c | 71 #define W_OK 2 macro
|
| /dragonfly/contrib/byacc/ |
| HD | main.c | 734 if (((tmpdir = getenv("TMPDIR")) == 0 || access(tmpdir, W_OK) != 0) || in open_tmpfile() 735 ((tmpdir = getenv("TEMP")) == 0 || access(tmpdir, W_OK) != 0)) in open_tmpfile() 742 if (access(tmpdir, W_OK) != 0) in open_tmpfile()
|
| /dragonfly/contrib/tcsh-6/ |
| HD | tc.os.h | 344 #ifndef W_OK 345 # define W_OK 2 macro
|
| HD | sh.exp.c | 107 if (mode != W_OK && mode != X_OK) in sh_access() 121 case W_OK: in sh_access() 692 i = !sh_access(ep, W_OK); in filetest()
|
| /dragonfly/sys/sys/ |
| HD | unistd.h | 108 #define W_OK 0x02 /* test for write permission */ macro
|
| /dragonfly/contrib/lvm2/dist/lib/format_text/ |
| HD | archiver.c | 124 if ((access(vg->cmd->archive_params->dir, R_OK | W_OK | X_OK) == -1) && in archive() 228 if ((access(vg->cmd->backup_params->dir, R_OK | W_OK | X_OK) == -1) && in backup_locally()
|
| /dragonfly/contrib/cvs-1.12/lib/ |
| HD | system.h | 181 # define W_OK 2 macro
|
| /dragonfly/libexec/utmp_update/ |
| HD | utmp_update.c | 136 if (access(tty, W_OK|R_OK) == -1) in main()
|
| /dragonfly/bin/pax/ |
| HD | file_subs.c | 456 if (access(arcn->name, R_OK | W_OK | X_OK) < 0) { in node_creat() 612 if ((access(name, R_OK | W_OK | X_OK) < 0) && in chk_path()
|
| /dragonfly/contrib/cvs-1.12/src/ |
| HD | filesubr.c | 202 return isaccessible (file, W_OK); in iswritable() 243 if (mode & W_OK) in isaccessible()
|
| /dragonfly/usr.bin/tip/ |
| HD | remote.c | 117 (host[0] == '/' && access(DV = host, R_OK | W_OK) == 0)) { in getremcap()
|
| /dragonfly/contrib/lvm2/dist/lib/locking/ |
| HD | file_locking.c | 343 if ((access(_lock_dir, R_OK | W_OK | X_OK) == -1) && (errno == EROFS)) in init_file_locking()
|
| /dragonfly/contrib/ncurses/ncurses/trace/ |
| HD | lib_trace.c | 121 if (_nc_access(MyPath, W_OK) < 0 in curses_trace()
|