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

12345

/macosx-10.9.5/emacs-92/emacs/nt/inc/sys/
H A Dfile.h7 #define X_OK 1 macro
/macosx-10.9.5/ruby-104/ruby/missing/
H A Dfile.h18 # define X_OK 1 /* test whether execubale. */ macro
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dunistd.h46 #ifndef X_OK
47 #define X_OK 1 macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dsystem.c49 return !eaccess(pathshell(), X_OK);
H A Deaccess.c76 if (!S_ISREG(st.st_mode) || !(flags & X_OK) || (st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)))
86 if (flags & X_OK)
98 if (flags & X_OK)
127 if (flags & X_OK)
H A Drename.c46 if (!eaccess(mvdir, X_OK))
H A Dspawnveg.c72 if (!access(path, X_OK))
171 if (access(path, X_OK))
/macosx-10.9.5/ksh-20/ksh/src/lib/libcoshell/
H A Dsystem.c38 return !eaccess(pathshell(), X_OK);
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcinst/
H A DSQLInstallDriverEx.c142 if ((ptr = getenv (envname)) && access (ptr, R_OK | W_OK | X_OK) == 0)
152 if (access ("/boot/beos/system/lib", R_OK | W_OK | X_OK) == 0)
158 if (access ("/usr/local/lib", R_OK | W_OK | X_OK) == 0)
166 if (access ("/boot/home/config/lib", R_OK | W_OK | X_OK) == 0)
172 if (access ("/usr/lib", R_OK | W_OK | X_OK) == 0)
196 if (access (path, R_OK | W_OK | X_OK) == 0)
232 if (lpszPathIn && access (lpszPathIn, R_OK | W_OK | X_OK))
H A DSQLInstallDriver.c152 if (access (ptr, R_OK | W_OK | X_OK) == 0)
178 if (access (lpszPath, R_OK | W_OK | X_OK) == 0)
192 if (access (lpszPath, R_OK | W_OK | X_OK) == 0)
212 if (access (lpszPath, R_OK | W_OK | X_OK) == 0)
/macosx-10.9.5/rsync-42/rsync/popt/
H A Dfindme.c37 if (!access(buf, X_OK))
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dmake-temp-file.c42 #define X_OK 1 macro
72 && access (dir, R_OK | W_OK | X_OK) == 0)
H A Dmake-relative-prefix.c69 #define X_OK 1 macro
272 if (! access (nstore, X_OK)
274 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK)
/macosx-10.9.5/emacs-92/emacs/mac/inc/
H A Ds-mac.h272 #ifndef X_OK
273 #define X_OK 01 macro
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dprogs.priv.h150 #ifndef X_OK
151 #define X_OK 1 /* Test for executable. */ macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/path/
H A Dpathtemp.c84 #define VALID(d) (*(d)&&!eaccess(d,W_OK|X_OK))
185 if (!(d = (char*)dir) || *d && eaccess(d, W_OK|X_OK))
230 if (!d && (!*(d = astconf("TMP", NiL, NiL)) || eaccess(d, W_OK|X_OK)) && eaccess(d = TMP1, W_OK|X_OK) && eaccess(d = TMP2, W_OK|X_OK))
H A Dpathshell.c107 if (!*(sh = astconf("SH", NiL, NiL)) || *sh != '/' || eaccess(sh, X_OK) || !(sh = strdup(sh)))
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dindir.c107 if (! fsuser_access (&s, X_OK, zuser))
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dunistd.h90 #define X_OK (1<<0) /* test for execute or search permission */ macro
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Deaccess.c51 #define X_OK 1 macro
147 if ((mode & X_OK) == 0)
/macosx-10.9.5/shell_cmds-175/which/
H A Dwhich.c110 if (access(candidate, X_OK) == 0 &&
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dsfpopen.c58 { if(access(interp,X_OK) == 0)
110 { if(access(cmd,X_OK) != 0)
117 if(access(s,X_OK) == 0)
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dgetconf.c284 if ((cmd = oargv[0]) && *cmd == '/' && !access(cmd, X_OK))
351 if (!access(buf, X_OK))
369 if (!access(buf, X_OK))
/macosx-10.9.5/man-16/man/src/
H A Dman-iconv.c47 if (access(file, X_OK) == 0)
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Daccess.c125 return access(head, R_OK | W_OK | X_OK);

Completed in 258 milliseconds

12345