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

12345

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dposix.h43 #ifndef S_IROTH
44 #define S_IROTH 0004 macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dfilemode.c95 #ifndef S_IROTH macro
96 #define S_IROTH 0004
118 str[7] = (mode & S_IROTH) != 0 ? 'r' : '-';
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/include/isc/
H A Dstat.h43 #define S_IROTH _S_IREAD /* Other read permission */ macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb_stat.h69 #ifndef S_IROTH
70 #define S_IROTH S_IREAD macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kcm/
H A Dacl.c106 mask = S_IROTH|S_IWOTH;
111 mask |= S_IRUSR|S_IRGRP|S_IROTH;
118 mask |= S_IROTH;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dstat.h39 #define S_IROTH _S_IREAD /* Other read permission */ macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
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)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/
H A Dfsaccess.c76 SET_AND_CLEAR(S_IRUSR, S_IRGRP, S_IROTH);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/unix/
H A Dfsaccess.c76 SET_AND_CLEAR(S_IRUSR, S_IRGRP, S_IROTH);
/netbsd-6-1-5-RELEASE/lib/libc/string/
H A Dstrmode.c159 if (mode & S_IROTH)
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dstat.h114 #define S_IROTH 0000004 /* R for other */ macro
173 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_mkexrc.c69 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) < 0) {
/netbsd-6-1-5-RELEASE/usr.sbin/kvm_mkdb/
H A Dkvm_mkdb.c167 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH, DB_HASH, &openinfo);
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Dconf.h101 #define OPEN_CREAT_READONLY (S_IRUSR|S_IRGRP|S_IROTH) /* lock file mode */
291 # define S_IROTH (S_IRUSR / 0100) macro
297 # define S_IROTH 0 macro
/netbsd-6-1-5-RELEASE/sys/fs/filecorefs/
H A Dfilecore_utils.c206 m |= S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH;
210 m |= S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH;
215 m |= S_IROTH | S_IXOTH;
/netbsd-6-1-5-RELEASE/regress/sys/kern/mqueue/
H A Dmq_prio_test.c109 S_IRUSR | S_IRWXG | S_IROTH, NULL);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
H A Dtfile.c28 S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH);
/netbsd-6-1-5-RELEASE/usr.bin/uuencode/
H A Duuencode.c99 #define RW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_umask.c54 S_IROTH,
/netbsd-6-1-5-RELEASE/sys/fs/union/
H A Dunion.h105 #define UN_FILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/
H A Dconfig.h.win32162 #define S_IROTH _S_IREAD /* Other read permission */
/netbsd-6-1-5-RELEASE/usr.bin/vndcompress/
H A Dvndcompress.c104 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
297 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsshpty.c181 (st.st_mode & (S_IRGRP | S_IROTH)) == 0)
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dclogd.c97 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))) < 0)

Completed in 216 milliseconds

12345