Home
last modified time | relevance | path

Searched refs:S_IROTH (Results 1 – 25 of 61) sorted by relevance

123

/dragonfly/contrib/gdb-7/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)
/dragonfly/contrib/binutils-2.34/binutils/
H A Dfilemode.c93 #ifndef S_IROTH
94 #define S_IROTH 0004 macro
116 str[7] = (mode & S_IROTH) != 0 ? 'r' : '-'; in mode_string()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dfilemode.c93 #ifndef S_IROTH
94 #define S_IROTH 0004 macro
116 str[7] = (mode & S_IROTH) != 0 ? 'r' : '-'; in mode_string()
/dragonfly/usr.sbin/lpr/common_source/
H A Dlp.h217 #define LOCK_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
222 #define STAT_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
223 #define LOG_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
224 #define TEMP_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
/dragonfly/contrib/cvs-1.12/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)
/dragonfly/contrib/gdb-7/gdb/common/
H A Dgdb_stat.h55 #ifndef S_IROTH
56 #define S_IROTH S_IREAD macro
/dragonfly/sys/sys/
H A Dstat.h181 #ifndef S_IROTH
182 #define S_IROTH 0000004 /* R for other */ macro
237 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
H A Dfcntl.h308 #ifndef S_IROTH
309 #define S_IROTH 0000004 /* R for other */ macro
/dragonfly/gnu/usr.bin/rcs/lib/
H A Dconf.h100 #define OPEN_CREAT_READONLY (S_IRUSR|S_IRGRP|S_IROTH) /* lock file mode */
290 # define S_IROTH (S_IRUSR / 0100) macro
296 # define S_IROTH 0 macro
/dragonfly/contrib/tcsh-6/
H A Dtc.os.h275 #ifndef S_IROTH
276 # define S_IROTH (S_IREAD >> 6) macro
332 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/dragonfly/sys/dev/drm/include/linux/
H A Dstat.h30 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
/dragonfly/usr.bin/mkfifo/
H A Dmkfifo.c45 S_IROTH | S_IWOTH
/dragonfly/lib/libc/string/
H A Dstrmode.c122 if (mode & S_IROTH) in strmode()
/dragonfly/contrib/nvi2/ex/
H A Dex_mkexrc.c65 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) < 0) { in ex_mkexrc()
/dragonfly/lib/libc/gen/
H A Dsetmode.c251 perm |= S_IRUSR|S_IRGRP|S_IROTH; in setmode()
358 ((who & S_IROTH) ? CMD2_OBITS : 0); in addcmd()
/dragonfly/gnu/usr.bin/grep/libgreputils/sys/
H A Dstat.h574 #if !S_IROTH
575 # define S_IROTH (S_IRUSR >> 6) macro
611 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/dragonfly/usr.bin/truncate/
H A Dtruncate.c104 omode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in main()
/dragonfly/gnu/usr.bin/diff/libdiffutils/sys/
H A Dstat.h805 #if !S_IROTH
806 # define S_IROTH (S_IRUSR >> 6) macro
842 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/dragonfly/contrib/nvi2/common/
H A Dexf.c247 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH, in file_init()
820 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) < 0) { in file_write()
841 S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in file_write()
1126 if (sb.st_mode & (S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) { in file_backup()
/dragonfly/usr.bin/uuencode/
H A Duuencode.c100 #define RW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) in main()
/dragonfly/contrib/cvs-1.12/src/
H A Dfilesubr.c241 omask |= S_IROTH; in isaccessible()
358 | ((sb.st_mode & S_IROTH) ? S_IWOTH : 0))); in xchmod()
/dragonfly/contrib/lvm2/dist/daemons/cmirrord/
H A Dclogd.c97 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))) < 0) in create_lockfile()
/dragonfly/test/unix/passdesc/
H A Dpassdesc.c167 S_IWUSR | S_IRUSR | S_IRGRP | S_IROTH); in main()
/dragonfly/contrib/lvm2/dist/lib/misc/
H A Dlvm-file.c64 S_IRUSR | S_IRGRP | S_IROTH | in create_temp_name()
/dragonfly/crypto/openssh/
H A Dsshpty.c210 (st.st_mode & (S_IRGRP | S_IROTH)) == 0) in pty_setowner()

123