Searched refs:TOEXEC (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dtar.h71 #define TOEXEC 00001 /* Execute/Search by other */ macro
/macosx-10.10.1/file_cmds-242/pax/
H A Dpax_format.h84 #define TOEXEC 00001 /* Execute/Search by other */ macro
H A Dtar.h87 #define TOEXEC 00001 /* Execute/Search by other */ macro
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dtar.h90 #define TOEXEC 00001 /* execute by other */ macro
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dtar.h78 #define TOEXEC 00001 /* execute/search by other */ macro
H A Dcreate.c409 && S_IROTH == TOREAD && S_IWOTH == TOWRITE && S_IXOTH == TOEXEC
432 | (v & S_IXOTH ? TOEXEC : 0));
H A Dlist.c940 | (u & TOEXEC ? S_IXOTH : 0));
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c4220 #define TOEXEC 00001 /* execute by other */ macro
5085 if (n & TOEXEC)

Completed in 150 milliseconds