Home
last modified time | relevance | path

Searched refs:X_OK (Results 1 – 25 of 53) sorted by relevance

123

/freebsd-9-stable/contrib/ntp/lib/isc/win32/
Dunistd.h46 #ifndef X_OK
47 #define X_OK 1 macro
/freebsd-9-stable/contrib/ncurses/progs/
Dprogs.priv.h150 #ifndef X_OK
151 #define X_OK 1 /* Test for executable. */ macro
/freebsd-9-stable/contrib/binutils/libiberty/
Dmake-temp-file.c42 #define X_OK 1 macro
72 && access (dir, R_OK | W_OK | X_OK) == 0) in try_dir()
Dmake-relative-prefix.c69 #define X_OK 1 macro
272 if (! access (nstore, X_OK) in make_relative_prefix_1()
274 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK) in make_relative_prefix_1()
/freebsd-9-stable/contrib/gcclibs/libiberty/
Dmake-temp-file.c42 #define X_OK 1 macro
72 && access (dir, R_OK | W_OK | X_OK) == 0) in try_dir()
Dmake-relative-prefix.c69 #define X_OK 1 macro
272 if (! access (nstore, X_OK) in make_relative_prefix()
274 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK) in make_relative_prefix()
/freebsd-9-stable/contrib/tcsh/
Dtc.os.h342 #ifndef X_OK
343 # define X_OK 1 macro
Dsh.exp.c114 if (mode != W_OK && mode != X_OK) in sh_access()
122 if (S_ISDIR(statb.st_mode) && mode == X_OK) in sh_access()
131 case X_OK: in sh_access()
698 i = !sh_access(ep, X_OK); in filetest()
/freebsd-9-stable/contrib/libreadline/examples/rlfe/
Dos.h321 #ifndef X_OK
322 #define X_OK 1 macro
/freebsd-9-stable/usr.bin/which/
Dwhich.c110 if (access(candidate, X_OK) == 0 && in is_there()
/freebsd-9-stable/sys/sys/
Dunistd.h101 #define X_OK 0x01 /* test for execute or search permission */ macro
/freebsd-9-stable/contrib/ncurses/ncurses/tinfo/
Daccess.c125 return access(head, R_OK | W_OK | X_OK); in _nc_access()
/freebsd-9-stable/bin/pax/
Dfile_subs.c452 if (access(arcn->name, R_OK | W_OK | X_OK) < 0) { in node_creat()
608 if ((access(name, R_OK | W_OK | X_OK) < 0) && in chk_path()
/freebsd-9-stable/sys/i386/ibcs2/
Dibcs2_xenix.c209 bsd_flags |= X_OK; in xenix_eaccess()
/freebsd-9-stable/crypto/heimdal/appl/ftp/ftpd/
Dpopen.c93 if(access(newpath, X_OK)) in ftp_rooted()
/freebsd-9-stable/contrib/ntp/sntp/libopts/compat/
Dpathfind.c49 if (strchr( mode, 'x' )) mode_bits |= X_OK; in pathfind()
/freebsd-9-stable/contrib/gcc/
Dprefix.c294 if (!ALWAYS_STRIP_DOTDOT && access (result, X_OK) == 0) in update_path()
Dcollect2.c592 if (access (name, X_OK) == 0) in find_a_file()
608 if (access (temp, X_OK) == 0) in find_a_file()
625 && access (temp, X_OK) == 0) in find_a_file()
635 && access (temp, X_OK) == 0) in find_a_file()
904 if (access (DEFAULT_LINKER, X_OK) == 0) in main()
/freebsd-9-stable/usr.bin/whereis/
Dwhereis.c327 if (access(PATH_PORTS, R_OK | X_OK) != 0) in defaults()
363 access(b, R_OK | X_OK) != 0) { in defaults()
/freebsd-9-stable/crypto/openssl/
De_os.h353 # ifndef X_OK
354 # define X_OK 0 macro
/freebsd-9-stable/contrib/cvs/src/
Dfilesubr.c231 if (!(mode & X_OK) || (sb.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)))
250 if (mode & X_OK)
/freebsd-9-stable/usr.bin/env/
Denvopts.c70 if (access(candidate, X_OK) == 0 && in is_there()
/freebsd-9-stable/contrib/sendmail/smrsh/
Dsmrsh.c343 if (access(cmdbuf, X_OK) < 0)
/freebsd-9-stable/contrib/cvs/lib/
Dsystem.h343 # define X_OK 1 macro
/freebsd-9-stable/release/picobsd/tinyware/simple_httpd/
Dsimple_httpd.c271 if (access(filename,X_OK)) goto conti; in http_request()

123