Home
last modified time | relevance | path

Searched refs:DEFFILEMODE (Results 1 – 14 of 14) sorted by relevance

/dragonfly/usr.bin/ktrace/
H A Dktrace.c129 if ((fd = open(tracefile, O_CREAT | O_WRONLY, DEFFILEMODE)) < 0) in main()
138 DEFFILEMODE)) < 0) in main()
/dragonfly/lib/libc/stdio/
H A Dfreopen.c148 f = _open(file, oflags, DEFFILEMODE); in freopen()
154 f = _open(file, oflags, DEFFILEMODE); in freopen()
H A Dfopen.c57 if ((f = _open(file, oflags, DEFFILEMODE)) < 0) { in fopen()
/dragonfly/usr.bin/tee/
H A Dtee.c92 if ((fd = open(*argv, flags, DEFFILEMODE)) < 0) { in main()
/dragonfly/usr.bin/gcore/
H A Dgcore.c165 fd = open(corefile, O_RDWR|O_CREAT|O_TRUNC, DEFFILEMODE); in main()
/dragonfly/bin/dd/
H A Ddd.c158 out.fd = open(out.name, O_RDWR | OFLAGS, DEFFILEMODE); in setup()
165 out.fd = open(out.name, O_WRONLY | OFLAGS, DEFFILEMODE); in setup()
/dragonfly/usr.bin/cap_mkdb/
H A Dcap_mkdb.c112 DEFFILEMODE, DB_HASH, &openinfo)) == NULL) in main()
/dragonfly/sys/sys/
H A Dstat.h237 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) macro
/dragonfly/usr.bin/tcopy/
H A Dtcopy.c117 op == COPY ? O_WRONLY : O_RDWR, DEFFILEMODE)) < 0) in main()
/dragonfly/usr.bin/sed/
H A Dprocess.c245 DEFFILEMODE)) == -1) in process()
482 O_WRONLY|O_APPEND|O_CREAT|O_TRUNC, DEFFILEMODE)) == -1) in substitute()
H A Dcompile.c289 DEFFILEMODE)) == -1) in compile_stream()
742 DEFFILEMODE)) == -1) in compile_flags()
/dragonfly/usr.bin/touch/
H A Dtouch.c165 O_WRONLY | O_CREAT, DEFFILEMODE); in main()
/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c127 struct funix funix_default = { -1, _PATH_LOG, DEFFILEMODE,
394 mode = DEFFILEMODE; in main()
/dragonfly/usr.bin/gzip/
H A Dgzip.c1041 (void)fchmod(fd, DEFFILEMODE & ~mask); in copymodes()