| /dragonfly/usr.sbin/sliplogin/ |
| HD | sliplogin.c | 193 if (access(loginfile, R_OK|X_OK) != 0) { in findid() 196 if (access(loginfile, R_OK|X_OK)) { in findid() 204 if (access(slparmsfile, R_OK|X_OK) != 0) { in findid() 207 if (access(slparmsfile, R_OK|X_OK)) in findid() 296 if (access(logoutfile, R_OK|X_OK) != 0) { in hup_handler() 300 if (access(logoutfile, R_OK|X_OK) == 0) { in hup_handler()
|
| /dragonfly/contrib/binutils-2.27/libiberty/ |
| HD | make-temp-file.c | 44 #ifndef R_OK 45 #define R_OK 4 macro 79 && access (dir, R_OK | W_OK | X_OK) == 0) in try_dir()
|
| HD | make-relative-prefix.c | 70 #ifndef R_OK 71 #define R_OK 4 macro
|
| /dragonfly/contrib/gdb-7/libiberty/ |
| HD | make-temp-file.c | 44 #ifndef R_OK 45 #define R_OK 4 macro 79 && access (dir, R_OK | W_OK | X_OK) == 0) in try_dir()
|
| HD | make-relative-prefix.c | 70 #ifndef R_OK 71 #define R_OK 4 macro
|
| /dragonfly/contrib/gcc-4.7/libiberty/ |
| HD | make-temp-file.c | 44 #ifndef R_OK 45 #define R_OK 4 macro 79 && access (dir, R_OK | W_OK | X_OK) == 0) in try_dir()
|
| HD | make-relative-prefix.c | 70 #ifndef R_OK 71 #define R_OK 4 macro
|
| /dragonfly/contrib/gcc-8.0/libiberty/ |
| HD | make-temp-file.c | 43 #ifndef R_OK 44 #define R_OK 4 macro 78 && access (dir, R_OK | W_OK | X_OK) == 0) in try_dir()
|
| HD | make-relative-prefix.c | 69 #ifndef R_OK 70 #define R_OK 4 macro
|
| /dragonfly/contrib/binutils-2.34/libiberty/ |
| HD | make-temp-file.c | 43 #ifndef R_OK 44 #define R_OK 4 macro 78 && access (dir, R_OK | W_OK | X_OK) == 0) in try_dir()
|
| HD | make-relative-prefix.c | 69 #ifndef R_OK 70 #define R_OK 4 macro
|
| /dragonfly/contrib/ncurses/progs/ |
| HD | progs.priv.h | 174 #ifndef R_OK 175 #define R_OK 4 /* Test for readable. */ macro
|
| /dragonfly/usr.bin/localedef/ |
| HD | localedef.c | 156 rv = access(srcpath, R_OK); in copy_category() 161 rv = access(srcpath, R_OK); in copy_category()
|
| /dragonfly/contrib/ncurses/ncurses/tinfo/ |
| HD | read_termcap.c | 326 } else if ((_nc_access(db_array[current], R_OK) < 0) in _nc_getent() 917 if (_nc_access(temp, R_OK) == 0) { in _nc_tgetent() 947 && _nc_access(path, R_OK) == 0) { in add_tc() 1126 if (_nc_access(termpaths[i], R_OK) == 0 in _nc_read_termcap_entry()
|
| HD | access.c | 130 result = access(head, R_OK | W_OK | X_OK); in _nc_access()
|
| /dragonfly/contrib/tcsh-6/ |
| HD | tc.os.h | 347 #ifndef R_OK 348 # define R_OK 4 macro
|
| /dragonfly/sys/sys/ |
| HD | unistd.h | 109 #define R_OK 0x04 /* test for read permission */ macro
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gcc-ar.c | 74 if (access (plugin, R_OK)) in main()
|
| /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/usr.sbin/rpc.ypxfrd/ |
| HD | ypxfrd_server.c | 104 if (access((char *)&buf, R_OK) == -1) {
|
| /dragonfly/contrib/cvs-1.12/lib/ |
| HD | system.h | 182 # define R_OK 4 macro
|
| /dragonfly/test/stress/stress2/tools/ |
| HD | fstool.c | 125 if (access(newPath, R_OK) == 0) in rmDir2()
|
| /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 | 191 return isaccessible (file, R_OK); in isreadable() 237 if (mode & R_OK) in isaccessible()
|