HomeSort by: relevance | last modified time | path
    Searched refs:F_OK (Results 1 - 25 of 167) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl2/groff/dist/src/include/
posix.h 63 #ifndef F_OK
64 #define F_OK 0
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
access.c 49 m = F_OK;
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
access.c 49 m = F_OK;
  /src/tests/lib/libc/c063/
t_faccessat.c 67 ATF_REQUIRE(faccessat(dfd, BASEFILE, F_OK, 0) == 0);
86 ATF_REQUIRE(faccessat(AT_FDCWD, BASEFILE, F_OK, 0) == 0);
98 ATF_REQUIRE(faccessat(AT_FDCWD, FILEERR, F_OK, 0) == -1);
112 ATF_REQUIRE(faccessat(dfd, FILEERR, F_OK, 0) == -1);
132 ATF_REQUIRE(faccessat(dfd, BASEFILE, F_OK, 0) == -1);
149 ATF_REQUIRE(faccessat(-1, FILE, F_OK, 0) == -1);
166 ATF_REQUIRE(faccessat(dfd, BASELINK, F_OK, 0) == -1);
169 ATF_REQUIRE(faccessat(dfd, BASELINK, F_OK, AT_SYMLINK_NOFOLLOW) == 0);
t_mkfifoat.c 63 ATF_REQUIRE(access(FIFO, F_OK) == 0);
79 ATF_REQUIRE(access(FIFO, F_OK) == 0);
128 ATF_REQUIRE(access(FIFO, F_OK) == 0);
t_mkdirat.c 64 ATF_REQUIRE(access(SDIR, F_OK) == 0);
79 ATF_REQUIRE(access(SDIR, F_OK) == 0);
t_mknodat.c 82 ATF_REQUIRE(access(FILE, F_OK) == 0);
103 ATF_REQUIRE(access(FILE, F_OK) == 0);
t_fexecve.c 86 ATF_REQUIRE(access("test", F_OK) == 0);
  /src/external/gpl2/groff/dist/src/libs/libgroff/
relocate.cpp 87 if (!access (name, F_OK)) {
116 if (!access(path, F_OK)) {
232 if (access(path, F_OK))
  /src/external/gpl3/binutils/dist/gprofng/src/
MachineModel.cc 44 if (access (path, R_OK | F_OK) == 0)
52 if (access (path, R_OK | F_OK) == 0)
62 if (access (path, R_OK | F_OK) == 0)
73 if (access (path, R_OK | F_OK) == 0)
envsets.cc 156 if (access (fname, R_OK | F_OK) == 0)
175 if (access (fname, R_OK | F_OK) == 0)
189 if (access (fname, R_OK | F_OK) == 0)
199 if (access (fname, R_OK | F_OK) == 0)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
MachineModel.cc 44 if (access (path, R_OK | F_OK) == 0)
52 if (access (path, R_OK | F_OK) == 0)
62 if (access (path, R_OK | F_OK) == 0)
73 if (access (path, R_OK | F_OK) == 0)
envsets.cc 156 if (access (fname, R_OK | F_OK) == 0)
175 if (access (fname, R_OK | F_OK) == 0)
189 if (access (fname, R_OK | F_OK) == 0)
199 if (access (fname, R_OK | F_OK) == 0)
  /src/external/gpl3/gdb/dist/gnulib/import/
openat-proc.c 90 proc_status = access (dotdot_buf, F_OK) ? -1 : 1;
  /src/external/gpl3/gdb.old/dist/gnulib/import/
openat-proc.c 90 proc_status = access (dotdot_buf, F_OK) ? -1 : 1;
  /src/tests/fs/lfs/
t_rfw.c 202 if (rump_sys_access(TO_BE_DELETED, F_OK) == 0)
210 if (rump_sys_access(NEWLY_CREATED, F_OK) != 0)
  /src/external/gpl2/xcvs/dist/lib/
system.h 178 #ifndef F_OK
179 # define F_OK 0
  /src/external/cddl/osnet/lib/libzfs/
mkdirp.c 88 if (access(str, F_OK) == 0)
  /src/bin/mv/
mv.c 185 if (!fflg && !access(to, F_OK)) {
190 if (access(from, F_OK)) {
196 if (access(from, F_OK)) {
  /src/sys/sys/
unistd.h 172 #define F_OK 0 /* test for existence of file */
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
roken-common.h 119 #ifndef F_OK
120 #define F_OK 0
  /src/external/bsd/kyua-testers/dist/
stacktrace_test.c 194 ATF_REQUIRE(access(core_name, F_OK) != -1);
208 ATF_REQUIRE(access(core_name, F_OK) != -1);
  /src/external/bsd/libarchive/dist/libarchive/
archive_windows.h 260 #if !defined(F_OK)
264 #define F_OK 0 /* Test for existence of file */
  /src/common/dist/zlib/contrib/untgz/
untgz.c 37 # ifndef F_OK
38 # define F_OK 0
142 if (access(buffer,F_OK) == 0)
  /src/usr.bin/login/
login_pam.c 448 quietlog = access(_PATH_HUSHLOGIN, F_OK) == 0;
623 if (fname != NULL && access(fname, F_OK) == 0)
629 if (fname == NULL || access(fname, F_OK) != 0)

Completed in 30 milliseconds

1 2 3 4 5 6 7