| /dragonfly/contrib/ncurses/progs/ |
| HD | progs.priv.h | 186 #ifndef F_OK 187 #define F_OK 0 /* Test for existence. */ macro
|
| /dragonfly/contrib/cvs-1.12/lib/ |
| HD | system.h | 178 #ifndef F_OK 179 # define F_OK 0 macro
|
| /dragonfly/usr.bin/tip/ |
| HD | remote.c | 179 if (access (LI, F_OK | X_OK) != 0) { in getremcap() 191 if (access (LO, F_OK | X_OK) != 0) { in getremcap()
|
| /dragonfly/sbin/adjkerntz/ |
| HD | adjkerntz.c | 110 if (access(_PATH_CLOCK, F_OK) != 0) in main() 138 wall_clock = (access(_PATH_CLOCK, F_OK) == 0); in main()
|
| /dragonfly/contrib/tcsh-6/ |
| HD | tc.os.h | 338 #ifndef F_OK 339 # define F_OK 0 macro
|
| HD | tw.spell.c | 149 if (access(p, F_OK) == 0) { in spdir()
|
| /dragonfly/contrib/grep/lib/ |
| HD | openat-proc.c | 89 proc_status = access (dotdot_buf, F_OK) ? -1 : 1; in openat_proc_name()
|
| /dragonfly/sys/sys/ |
| HD | unistd.h | 106 #define F_OK 0 /* test for existence of file */ macro
|
| /dragonfly/contrib/gcc-8.0/libgcc/ |
| HD | libgcov-driver-system.c | 108 if (access (filename, F_OK) == -1 in create_file_directory()
|
| /dragonfly/contrib/cvs-1.12/src/ |
| HD | filesubr.c | 180 return isaccessible (file, F_OK); in isfile() 224 if (mode == F_OK) in isaccessible()
|
| /dragonfly/usr.sbin/autofs/ |
| HD | common.c | 282 error = access(AUTO_INCLUDE_PATH, F_OK); in node_expand_includes() 992 error = access(AUTO_INCLUDE_PATH, F_OK); in parse_included_map() 1046 error = access(path, F_OK); in parse_map()
|
| /dragonfly/usr.bin/login/ |
| HD | login.c | 409 quietlog = access(_PATH_HUSHLOGIN, F_OK) == 0; in main() 604 if (cw != NULL && access(cw, F_OK) == 0) in main()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | system.h | 322 #ifndef F_OK 323 # define F_OK 0 macro
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | system.h | 361 #ifndef F_OK 362 # define F_OK 0 macro
|
| HD | gcc.c | 4449 arg = convert_filename (arg, 0, access (arg, F_OK)); in process_command() 4464 if (strcmp (fname, "-") == 0 || access (fname, F_OK) < 0) in process_command() 4473 if (strcmp (fname, "-") != 0 && access (fname, F_OK) < 0) in process_command() 4475 if (fname[0] == '@' && access (fname + 1, F_OK) < 0) in process_command() 4626 if (tmp_prefix && access_check (tmp_prefix, F_OK) == 0) in process_command()
|
| /dragonfly/bin/mv/ |
| HD | mv.c | 180 if (!fflg && !access(to, F_OK)) { in do_move()
|
| /dragonfly/usr.bin/calendar/ |
| HD | calendar.c | 334 if (access(calendarNoMail, F_OK) == 0) in main()
|
| /dragonfly/bin/test/ |
| HD | test.c | 389 return (eaccess(nm, F_OK) == 0); in filstat()
|
| /dragonfly/gnu/usr.bin/grep/libgreputils/ |
| HD | unistd.h | 719 #ifndef F_OK 720 # define F_OK 0 macro
|
| /dragonfly/usr.bin/units/ |
| HD | units.c | 726 if (access(UNITSFILE, F_OK) == 0) in main()
|
| /dragonfly/contrib/wpa_supplicant/src/utils/ |
| HD | os_unix.c | 449 return access(fname, F_OK) == 0; in os_file_exists()
|
| /dragonfly/contrib/libarchive/tar/ |
| HD | bsdtar.c | 221 int tapeExists = !access(_PATH_DEFTAPE, F_OK); in main()
|
| /dragonfly/contrib/gcc-4.7/libgcc/ |
| HD | libgcov.c | 121 if (access (filename, F_OK) == -1 in create_file_directory()
|
| /dragonfly/usr.bin/rpcgen/ |
| HD | rpc_main.c | 368 if (access(temp, F_OK) != -1) in file_name()
|
| /dragonfly/usr.bin/sort/ |
| HD | sort.c | 1331 if (access(outfile, F_OK) < 0) in main()
|