Searched refs:DEFFILEMODE (Results 1 – 14 of 14) sorted by relevance
/openbsd/lib/libc/stdio/ |
H A D | freopen.c | 90 f = open(file, oflags, DEFFILEMODE); in freopen() 96 f = open(file, oflags, DEFFILEMODE); in freopen()
|
H A D | fopen.c | 54 if ((f = open(file, oflags, DEFFILEMODE)) == -1) { in fopen()
|
/openbsd/sbin/mknod/ |
H A D | mknod.c | 52 int mode = DEFFILEMODE; in main() 79 mode = getmode(set, DEFFILEMODE); in main()
|
/openbsd/usr.bin/ktrace/ |
H A D | ktrace.c | 180 if ((fd = open(tracefile, O_CREAT | O_WRONLY, DEFFILEMODE)) == -1) in main() 189 DEFFILEMODE)) == -1) in main()
|
/openbsd/usr.bin/tee/ |
H A D | tee.c | 103 (append ? O_APPEND : O_TRUNC), DEFFILEMODE)) == -1) { in main()
|
/openbsd/bin/dd/ |
H A D | dd.c | 115 out.fd = open(out.name, O_RDWR | OFLAGS, DEFFILEMODE); in setup() 122 out.fd = open(out.name, O_WRONLY | OFLAGS, DEFFILEMODE); in setup()
|
/openbsd/sys/sys/ |
H A D | stat.h | 155 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) macro
|
/openbsd/usr.bin/cap_mkdb/ |
H A D | cap_mkdb.c | 108 DEFFILEMODE, DB_HASH, &openinfo)) == NULL) in main()
|
/openbsd/usr.bin/sed/ |
H A D | process.c | 228 DEFFILEMODE)) == -1) in process() 428 O_WRONLY|O_APPEND|O_CREAT|O_TRUNC, DEFFILEMODE)) == -1) in substitute()
|
H A D | compile.c | 272 DEFFILEMODE)) == -1) in compile_stream() 598 DEFFILEMODE)) == -1) in compile_flags()
|
/openbsd/usr.bin/mg/ |
H A D | fileio.c | 102 mode_t fmode = DEFFILEMODE; in ffwopen() 385 mode_t fmode = DEFFILEMODE; /* XXX?? */ in copy()
|
/openbsd/usr.bin/touch/ |
H A D | touch.c | 139 fd = open(*argv, O_WRONLY | O_CREAT, DEFFILEMODE); in main()
|
/openbsd/usr.bin/rcs/ |
H A D | co.c | 249 mode_t mode = DEFFILEMODE; in checkout_rev()
|
/openbsd/usr.bin/compress/ |
H A D | main.c | 804 fchmod(fd, DEFFILEMODE & ~mask); in setfile()
|