Searched refs:S_IROTH (Results 1 - 25 of 157) sorted by relevance

1234567

/macosx-10.9.5/groff-38/groff/src/include/
H A Dposix.h41 #ifndef S_IROTH
42 #define S_IROTH 0004 macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dmodedata.c66 S_IROTH, X_IROTH,
H A Dstrperm.c107 typ |= S_IRUSR|S_IRGRP|S_IROTH;
193 if (typ & S_IROTH)
212 if (typ & S_IROTH)
H A Dfmtperm.c83 if (perm & S_IROTH)
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dchmod.c24 imode |= S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/_types/
H A D_s_ifmt.h60 #define S_IROTH 0000004 /* [XSI] R for other */ macro
/macosx-10.9.5/bash-92/bash-3.2/include/
H A Dposixstat.h127 # define S_IROTH (S_IREAD >> 6) /* read, other */ macro
134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
138 #define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dposixstat.h127 # define S_IROTH (S_IREAD >> 6) /* read, other */ macro
134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
138 #define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dfilemode.c94 #ifndef S_IROTH macro
95 #define S_IROTH 0004
117 str[7] = (mode & S_IROTH) != 0 ? 'r' : '-';
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/include/isc/
H A Dstat.h36 #define S_IROTH _S_IREAD /* Other read permission */ macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dsymlink.c48 if ((fd = open(b, O_CREAT|O_TRUNC|O_WRONLY, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)) < 0)
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Dclib_port.h114 #ifndef S_IROTH
115 #define S_IROTH 0 /* R for other */ macro
142 #ifndef S_IROTH
143 #define S_IROTH 0000004 /* R for other */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Dclib_port.h114 #ifndef S_IROTH
115 #define S_IROTH 0 /* R for other */ macro
142 #ifndef S_IROTH
143 #define S_IROTH 0000004 /* R for other */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Dclib_port.h116 #ifndef S_IROTH
117 #define S_IROTH 0 /* R for other */ macro
144 #ifndef S_IROTH
145 #define S_IROTH 0000004 /* R for other */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Dclib_port.h116 #ifndef S_IROTH
117 #define S_IROTH 0 /* R for other */ macro
144 #ifndef S_IROTH
145 #define S_IROTH 0000004 /* R for other */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Dclib_port.h116 #ifndef S_IROTH
117 #define S_IROTH 0 /* R for other */ macro
144 #ifndef S_IROTH
145 #define S_IROTH 0000004 /* R for other */ macro
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcinst/
H A Dmisc.c241 S_IREAD | S_IWRITE | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
287 S_IREAD | S_IWRITE | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
317 S_IREAD | S_IWRITE | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
337 S_IREAD | S_IWRITE | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
/macosx-10.9.5/ntp-88/lib/isc/win32/include/isc/
H A Dstat.h37 #define S_IROTH _S_IREAD /* Other read permission */ macro
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_mount.h49 #define UNKNOWNPERMISSIONS (S_IRWXU | S_IROTH | S_IXOTH) /* 705 */
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/unix/
H A Dfileacc.c62 mode |= S_IROTH;
97 if (mode & S_IROTH)
/macosx-10.9.5/apr-30/apr/apr/file_io/unix/
H A Dfileacc.c62 mode |= S_IROTH;
97 if (mode & S_IROTH)
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dmodechange.c62 && S_IROTH == ROTH && S_IWOTH == WOTH && S_IXOTH == XOTH)
73 | (octal & ROTH ? S_IROTH : 0)
234 value |= S_IRUSR | S_IRGRP | S_IROTH;
337 value |= ((value & (S_IRUSR | S_IRGRP | S_IROTH)
338 ? S_IRUSR | S_IRGRP | S_IROTH : 0)
H A Dsys_stat_.h213 #if !S_IROTH
214 # define S_IROTH (S_IRUSR >> 6) macro
250 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/macosx-10.9.5/text_cmds-87/sort/
H A Dstat-macros.h202 # if !S_IROTH
203 # define S_IROTH (S_IRUSR >> 6) macro
239 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/features/
H A Dmode.c168 #ifndef S_IROTH
169 printf("#define S_IROTH 0%04o\n", X_IROTH);
171 if (S_IROTH != X_IROTH) idperm = 0;
190 printf("#define S_IRWXO (S_IROTH|S_IWOTH|S_IXOTH)\n");

Completed in 310 milliseconds

1234567