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

/macosx-10.9.5/Libc-997.90.3/include/
H A Dtar.h71 #define TOEXEC 00001 /* Execute/Search by other */ macro
/macosx-10.9.5/file_cmds-230/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.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dtar.h90 #define TOEXEC 00001 /* execute by other */ macro
/macosx-10.9.5/gnutar-452/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.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dratz.c4215 #define TOEXEC 00001 /* execute by other */ macro
5065 if (n & TOEXEC)

Completed in 245 milliseconds