Searched refs:X_OK (Results 1 - 25 of 174) sorted by relevance

1234567

/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Daccess1.c10 if (access (argv[0], R_OK|W_OK|X_OK) == 0
12 && access ("/dev/null", X_OK) == -1
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dunistd.h48 #ifndef X_OK
49 #define X_OK 1 macro
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Daccess1.c10 if (access (argv[0], R_OK|W_OK|X_OK) == 0
12 && access ("/dev/null", X_OK) == -1
/netbsd-current/external/bsd/ekermit/dist/
H A Dplatform.h10 #undef X_OK /* namespace collision between kermit.h and unistd.h */ macro
H A Dunixio.c47 #ifdef X_OK
48 #undef X_OK macro
49 #endif /* X_OK */
317 X_OK on success.
335 return(X_OK); /* Success */
346 X_OK on success.
363 return(X_OK);
372 return(X_OK);
382 return(X_OK);
542 X_OK o
[all...]
H A Dkermit.c222 return(X_OK);
226 if (rpar(k,'S') != X_OK) /* Send S packet with my parameters */
231 return(X_OK);
249 return(X_OK);
294 return(X_OK);
375 return(X_OK);
406 return(X_OK);
442 return(X_OK);
493 if ((rc = spkt('Z',k->s_seq,0,(UCHAR *)0,k)) != X_OK)
505 return(X_OK);
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/fs/
H A Dauto_cleaners_test.cpp53 ATF_REQUIRE(::access("root", X_OK) == 0);
59 ATF_REQUIRE(::access("root", X_OK) == 0);
61 ATF_REQUIRE(::access("root", X_OK) == -1);
74 ATF_REQUIRE(::access("root", X_OK) == 0);
77 ATF_REQUIRE(::access("root", X_OK) == -1);
92 X_OK) == -1);
95 ATF_REQUIRE(::access(auto_directory.directory().c_str(), X_OK) == 0);
148 X_OK) == -1);
/netbsd-current/usr.bin/mkdep/
H A Dfindcc.c64 if (access(cc, X_OK) == 0)
79 && access(buffer, X_OK) == 0)
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Daccess.c68 m |= X_OK;
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Daccess.c68 m |= X_OK;
/netbsd-current/external/bsd/pcc/dist/pcc/driver/
H A Dprog_ccom.c39 prog = find_file(ccom_name, &progdirs, X_OK);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/contrib/
H A Dtest_pubnames_and_indexes.py139 if os.path.isfile('./gdb') and os.access('./gdb', os.X_OK):
141 elif os.path.isfile('../gdb') and os.access('../gdb', os.X_OK):
143 elif os.path.isfile('../../gdb') and os.access('../../gdb', os.X_OK):
/netbsd-current/external/gpl3/gdb/dist/gdb/contrib/
H A Dtest_pubnames_and_indexes.py141 if os.path.isfile("./gdb") and os.access("./gdb", os.X_OK):
143 elif os.path.isfile("../gdb") and os.access("../gdb", os.X_OK):
145 elif os.path.isfile("../../gdb") and os.access("../../gdb", os.X_OK):
/netbsd-current/usr.bin/whereis/
H A Dwhereis.c120 if (access(*argv, X_OK) == -1)
145 if (access(path, X_OK) == -1)
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dmake-temp-file.c46 #define X_OK 1 macro
78 && access (dir, R_OK | W_OK | X_OK) == 0)
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dmake-temp-file.c46 #define X_OK 1 macro
78 && access (dir, R_OK | W_OK | X_OK) == 0)
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dmake-temp-file.c46 #define X_OK 1 macro
78 && access (dir, R_OK | W_OK | X_OK) == 0)
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dmake-temp-file.c50 #define X_OK 1 macro
82 && access (dir, R_OK | W_OK | X_OK) == 0)
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dmake-temp-file.c50 #define X_OK 1 macro
82 && access (dir, R_OK | W_OK | X_OK) == 0)
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dmake-temp-file.c50 #define X_OK 1 macro
82 && access (dir, R_OK | W_OK | X_OK) == 0)
/netbsd-current/usr.sbin/sliplogin/
H A Dsliplogin.c150 if (access(loginfile, R_OK|X_OK) != 0) {
152 if (access(loginfile, R_OK|X_OK)) {
191 if (access(logoutfile, R_OK|X_OK) != 0)
193 if (access(logoutfile, R_OK|X_OK) == 0) {
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfindprog.c85 if (eaccess (progpathname, X_OK) == 0)
/netbsd-current/lib/libc/gen/
H A Dposix_spawnp.c126 if (access(fpath, X_OK) == 0)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcollect2.c1108 if (access (linker_name, X_OK) == 0)
1111 if (ld_file_name == 0 && access (DEFAULT_LINKER, X_OK) == 0)
1116 ld_file_name = find_a_file (&path, REAL_LD_FILE_NAME, X_OK);
1120 ld_file_name = find_a_file (&cpath, real_ld_suffix, X_OK);
1124 ld_file_name = find_a_file (&cpath, collect_ld_suffix, X_OK);
1130 ld_file_name = find_a_file (&cpath, ld_suffixes[selected_linker], X_OK);
1134 ld_file_name = find_a_file (&path, full_ld_suffixes[selected_linker], X_OK);
1137 nm_file_name = find_a_file (&path, REAL_NM_FILE_NAME, X_OK);
1140 nm_file_name = find_a_file (&cpath, gnm_suffix, X_OK);
1142 nm_file_name = find_a_file (&path, full_gnm_suffix, X_OK);
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcollect2.cc1087 if (access (linker_name, X_OK) == 0)
1090 if (ld_file_name == 0 && access (DEFAULT_LINKER, X_OK) == 0)
1095 ld_file_name = find_a_file (&path, REAL_LD_FILE_NAME, X_OK);
1099 ld_file_name = find_a_file (&cpath, real_ld_suffix, X_OK);
1103 ld_file_name = find_a_file (&cpath, collect_ld_suffix, X_OK);
1109 ld_file_name = find_a_file (&cpath, ld_suffixes[selected_linker], X_OK);
1113 ld_file_name = find_a_file (&path, full_ld_suffixes[selected_linker], X_OK);
1116 nm_file_name = find_a_file (&path, REAL_NM_FILE_NAME, X_OK);
1119 nm_file_name = find_a_file (&cpath, gnm_suffix, X_OK);
1121 nm_file_name = find_a_file (&path, full_gnm_suffix, X_OK);
[all...]

Completed in 268 milliseconds

1234567