Searched refs:S_IXOTH (Results 1 - 25 of 130) sorted by relevance

123456

/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dmodedata.c68 S_IXOTH, X_IXOTH
H A Dstrperm.c113 if (!S_ISDIR(perm) && !(perm & (S_IXUSR|S_IXGRP|S_IXOTH)))
117 typ |= S_IXUSR|S_IXGRP|S_IXOTH;
189 if (typ & S_IXOTH)
206 if ((typ |= perm) & (S_IXUSR|S_IXGRP|S_IXOTH))
213 perm |= who & S_IXOTH;
H A Dfmtperm.c87 if (perm & S_IXOTH)
/macosx-10.10/xnu-2782.1.97/bsd/sys/_types/
H A D_s_ifmt.h62 #define S_IXOTH 0000001 /* [XSI] X for other */ macro
/macosx-10.10/Libc-1044.1.2/string/FreeBSD/
H A Dstrmode.c132 switch (mode & (S_IXOTH | S_ISVTX)) {
136 case S_IXOTH:
142 case S_IXOTH | S_ISVTX:
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dstrmode.c131 switch (mode & (S_IXOTH | S_ISVTX)) {
135 case S_IXOTH:
141 case S_IXOTH | S_ISVTX:
/macosx-10.10/xar-254/xar/lib/
H A Dstrmode.h132 switch (mode & (S_IXOTH | S_ISVTX)) {
136 case S_IXOTH:
142 case S_IXOTH | S_ISVTX:
/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dposixstat.h129 # define S_IXOTH (S_IEXEC >> 6) /* execute, other */ macro
134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
140 #define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dposixstat.h129 # define S_IXOTH (S_IEXEC >> 6) /* execute, other */ macro
134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
140 #define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dfilemode.c100 #ifndef S_IXOTH macro
101 #define S_IXOTH 0001
119 str[9] = (mode & S_IXOTH) != 0 ? 'x' : '-';
/macosx-10.10/rsync-45/rsync/lib/
H A Dpermstring.c51 perms[9] = (mode & S_IXOTH) ? 't' : 'T';
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dmodechange.c62 && S_IROTH == ROTH && S_IWOTH == WOTH && S_IXOTH == XOTH)
75 | (octal & XOTH ? S_IXOTH : 0)));
240 value |= S_IXUSR | S_IXGRP | S_IXOTH;
341 | (value & (S_IXUSR | S_IXGRP | S_IXOTH)
342 ? S_IXUSR | S_IXGRP | S_IXOTH : 0));
348 if ((newmode & (S_IXUSR | S_IXGRP | S_IXOTH)) | dir)
349 value |= S_IXUSR | S_IXGRP | S_IXOTH;
H A Dsys_stat_.h239 #if !S_IXOTH
240 # define S_IXOTH (S_IXUSR >> 6) macro
250 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
255 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Dclib_port.h120 #ifndef S_IXOTH
121 #define S_IXOTH 0 /* X for other */ macro
148 #ifndef S_IXOTH
149 #define S_IXOTH 0000001 /* X for other */ macro
/macosx-10.10/BerkeleyDB-21/db/build_s60/
H A Dclib_port.h120 #ifndef S_IXOTH
121 #define S_IXOTH 0 /* X for other */ macro
148 #ifndef S_IXOTH
149 #define S_IXOTH 0000001 /* X for other */ macro
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/
H A Dclib_port.h122 #ifndef S_IXOTH
123 #define S_IXOTH 0 /* X for other */ macro
150 #ifndef S_IXOTH
151 #define S_IXOTH 0000001 /* X for other */ macro
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Dclib_port.h122 #ifndef S_IXOTH
123 #define S_IXOTH 0 /* X for other */ macro
150 #ifndef S_IXOTH
151 #define S_IXOTH 0000001 /* X for other */ macro
/macosx-10.10/BerkeleyDB-21/db/build_windows/
H A Dclib_port.h122 #ifndef S_IXOTH
123 #define S_IXOTH 0 /* X for other */ macro
150 #ifndef S_IXOTH
151 #define S_IXOTH 0000001 /* X for other */ macro
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Deaccess.c76 if (!S_ISREG(st.st_mode) || !(flags & X_OK) || (st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)))
128 mode |= S_IXOTH;
/macosx-10.10/text_cmds-88/sort/
H A Dstat-macros.h228 # if !S_IXOTH
229 # define S_IXOTH (S_IXUSR >> 6) macro
239 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
244 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_mount.h49 #define UNKNOWNPERMISSIONS (S_IRWXU | S_IROTH | S_IXOTH) /* 705 */
/macosx-10.10/apr-32/apr/apr/file_io/unix/
H A Dfileacc.c66 mode |= S_IXOTH;
101 if (mode & S_IXOTH)
/macosx-10.10/ksh-23/ksh/src/lib/libast/features/
H A Dmode.c178 #ifndef S_IXOTH
179 printf("#define S_IXOTH 0%04o\n", X_IXOTH);
181 if (S_IXOTH != X_IXOTH) idperm = 0;
190 printf("#define S_IRWXO (S_IROTH|S_IWOTH|S_IXOTH)\n");
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dfsaccess.c85 SET_AND_CLEAR(S_IXUSR, S_IXGRP, S_IXOTH);
/macosx-10.10/gpatch-3/patch/
H A Dcommon.h43 #ifndef S_IXOTH
44 #define S_IXOTH 1 macro
53 #define S_IXGRP (S_IXOTH << 3)
62 #define S_IXUSR (S_IXOTH << 6)

Completed in 213 milliseconds

123456