Home
last modified time | relevance | path

Searched refs:S_IRUSR (Results 1 – 25 of 119) sorted by relevance

12345

/dragonfly/contrib/cvs-1.12/lib/
H A Dstat-macros.h193 # if !S_IRUSR && S_IREAD
194 # define S_IRUSR S_IREAD macro
196 # if !S_IRUSR
197 # define S_IRUSR 00400 macro
200 # define S_IRGRP (S_IRUSR >> 3)
203 # define S_IROTH (S_IRUSR >> 6)
233 # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
/dragonfly/gnu/usr.bin/rcs/lib/
H A Dconf.h100 #define OPEN_CREAT_READONLY (S_IRUSR|S_IRGRP|S_IROTH) /* lock file mode */
274 #ifndef S_IRUSR
276 # define S_IRUSR S_IREAD macro
278 # define S_IRUSR 0400 macro
283 # define S_IWUSR (S_IRUSR/2)
288 # define S_IRGRP (S_IRUSR / 0010)
290 # define S_IROTH (S_IRUSR / 0100)
/dragonfly/contrib/gdb-7/readline/
H A Dposixstat.h118 # if !defined (S_IRUSR)
119 # define S_IRUSR S_IREAD /* read, owner */ macro
132 # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
138 #define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
/dragonfly/sbin/vinum/
H A Dv.c548 S_IRUSR | S_IWUSR | S_IFCHR, /* user only */ in make_devices()
553 S_IRUSR | S_IWUSR | S_IFCHR, /* user only */ in make_devices()
560 S_IRUSR | S_IWUSR | S_IFCHR, /* user only */ in make_devices()
606 if (mknod(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IFCHR, voldev) < 0)
611 if (mknod(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IFCHR, voldev) < 0)
617 if (mkdir(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IXOTH) < 0)
643 if (mknod(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IFCHR, plexdev) < 0)
652 if (mknod(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IFCHR, plexdev) < 0)
657 if (mkdir(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IXOTH) < 0)
682 if (mknod(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IFCHR, sddev) < 0)
/dragonfly/sys/sys/
H A Dstat.h149 #ifndef S_IRUSR
150 #define S_IRUSR 0000400 /* R for owner */ macro
160 #define S_IREAD S_IRUSR
237 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
H A Dfcntl.h284 #ifndef S_IRUSR
285 #define S_IRUSR 0000400 /* R for owner */ macro
/dragonfly/contrib/binutils-2.34/binutils/
H A Dfilemode.c67 #ifndef S_IRUSR
68 #define S_IRUSR 0400 macro
110 str[1] = (mode & S_IRUSR) != 0 ? 'r' : '-'; in mode_string()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dfilemode.c67 #ifndef S_IRUSR
68 #define S_IRUSR 0400 macro
110 str[1] = (mode & S_IRUSR) != 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/gnu/usr.bin/grep/libgreputils/sys/
H A Dstat.h565 #if !S_IRUSR && S_IREAD
566 # define S_IRUSR S_IREAD macro
568 #if !S_IRUSR
569 # define S_IRUSR 00400 macro
572 # define S_IRGRP (S_IRUSR >> 3)
575 # define S_IROTH (S_IRUSR >> 6)
605 # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
/dragonfly/usr.bin/nohup/
H A Dnohup.c99 fd = open(p, O_RDWR | O_CREAT | O_APPEND, S_IRUSR | S_IWUSR); in dofile()
106 S_IRUSR | S_IWUSR); in dofile()
/dragonfly/gnu/usr.bin/diff/libdiffutils/sys/
H A Dstat.h796 #if !S_IRUSR && S_IREAD
797 # define S_IRUSR S_IREAD macro
799 #if !S_IRUSR
800 # define S_IRUSR 00400 macro
803 # define S_IRGRP (S_IRUSR >> 3)
806 # define S_IROTH (S_IRUSR >> 6)
836 # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
/dragonfly/contrib/tcsh-6/
H A Dtc.os.h281 #ifndef S_IRUSR
282 # define S_IRUSR S_IREAD macro
326 # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
/dragonfly/lib/libc/db/recno/
H A Drec_open.c81 O_RDWR, S_IRUSR | S_IWUSR, &btopeninfo, dflags); in __rec_open()
83 dbp = __bt_open(NULL, O_RDWR, S_IRUSR | S_IWUSR, NULL, dflags); in __rec_open()
/dragonfly/libexec/atrun/
H A Datrun.c142 if (chmod(filename, S_IRUSR) != 0) in run_file()
249 O_WRONLY | O_CREAT | O_EXCL, S_IWUSR | S_IRUSR)) < 0) in run_file()
530 if ((run_time < now) && !(S_IXUSR & buf.st_mode) && (S_IRUSR & buf.st_mode)) in main()
/dragonfly/contrib/diffutils/lib/
H A Dtempname.c267 | O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in try_file()
273 return __mkdir (tmpl, S_IRUSR | S_IWUSR | S_IXUSR); in try_dir()
/dragonfly/sys/dev/drm/include/linux/
H A Dstat.h30 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
/dragonfly/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c271 #define SPOOL_DIR_MODE (S_IRUSR | S_IWUSR | S_IXUSR \
282 if (mkdir(sd, S_IRUSR | S_IXUSR) < 0) { in make_spool_dir()
/dragonfly/sys/dev/raid/iir/
H A Diir_ctrl.c101 S_IRUSR | S_IWUSR, "iir%d", unit); in gdt_make_dev()
106 S_IRUSR | S_IWUSR, "iir"); in gdt_make_dev()
/dragonfly/usr.bin/mkfifo/
H A Dmkfifo.c44 #define BASEMODE S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | \
/dragonfly/libexec/ypxfr/
H A Dyp_dbwrite.c48 #define PERM_SECURE (S_IRUSR|S_IWUSR)
/dragonfly/lib/libc/string/
H A Dstrmode.c76 if (mode & S_IRUSR) 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()
356 set->cmd2 = ((who & S_IRUSR) ? CMD2_UBITS : 0) | in addcmd()
/dragonfly/usr.bin/at/
H A Dat.c243 if ((lockdes = open(LFILE, O_WRONLY | O_CREAT, S_IWUSR | S_IRUSR)) < 0) in writefile()
281 cmask = umask(S_IRUSR | S_IWUSR | S_IXUSR); in writefile()
435 if (fchmod(fd2, S_IRUSR | S_IWUSR | S_IXUSR) < 0) in writefile()

12345