Searched refs:O_WRONLY (Results 251 - 275 of 612) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/
H A Dfcntl.h889 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
891 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
H A Dfcntl.h889 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
891 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/import/
H A Dfcntl.h889 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
891 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/sh3eb/gnulib/import/
H A Dfcntl.h889 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
891 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import/
H A Dfcntl.h889 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
891 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
H A Dfcntl.h889 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
891 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
H A Dfcntl.h889 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
891 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
H A Dfcntl.h889 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
891 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
/netbsd-current/external/bsd/less/dist/
H A Dless.h268 #if defined(O_WRONLY) && defined(O_APPEND)
269 #define OPEN_APPEND (O_APPEND|O_WRONLY)
/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_edit.c213 if ((ep = edit_file_open(path, O_CREAT | O_WRONLY, 0644)) == 0)
409 if ((ep = edit_file_open(path, O_CREAT | O_WRONLY, 0644)) == 0)
/netbsd-current/usr.bin/audio/play/
H A Dplay.c181 audiofd = open(device, O_WRONLY);
184 audiofd = open(device, O_WRONLY);
/netbsd-current/lib/librmt/
H A Drmtlib.c835 return rmtopen(path, O_WRONLY | O_CREAT, mode);
837 return open(path, O_CREAT | O_TRUNC | O_WRONLY, mode);
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_acl_platform_posix1e.c408 fd = open("f1", O_WRONLY | O_CREAT | O_EXCL, 0777);
494 fd = open("d/f1", O_WRONLY | O_CREAT | O_EXCL, 0777);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeJarFile.cc282 int fd = open (toFileNname, O_CREAT | O_WRONLY | O_LARGEFILE, 0644);
341 int fd = open (toFileNname, O_CREAT | O_WRONLY | O_LARGEFILE, 0644);
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Ddump.c97 fd = open(path, O_WRONLY|O_CREAT|O_APPEND, 0600);
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dinfo_exec.c271 if ((nullfd = open("/dev/null", O_WRONLY|O_NOCTTY)) < 0)
/netbsd-current/lib/librumpuser/
H A Drumpuser_file.c196 flags = O_WRONLY;
/netbsd-current/sys/arch/alpha/stand/setnetbootinfo/
H A Dsetnetbootinfo.c232 if ((fd = open(outfilename, O_WRONLY | O_CREAT, 0666)) == -1)
/netbsd-current/sys/arch/x68k/stand/installboot/
H A Dinstallboot.c235 fd = open(target, O_WRONLY);
/netbsd-current/usr.bin/tcopy/
H A Dtcopy.c130 op == COPY ? O_WRONLY : O_RDWR, DEFFILEMODE)) < 0) {
/netbsd-current/usr.sbin/extattrctl/
H A Dextattrctl.c108 flags = O_CREAT | O_WRONLY | O_TRUNC | O_EXCL;
/netbsd-current/usr.bin/ktrace/
H A Dktrace.c232 if ((fd = open(outfile, O_CREAT | O_WRONLY |
/netbsd-current/usr.sbin/sliplogin/
H A Dsliplogin.c344 if ((fd = open(_PATH_DEVNULL, O_WRONLY)) != 1) {
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DXFile.pm51 $fh = new Autom4te::XFile "file", O_WRONLY | O_APPEND;
/netbsd-current/external/gpl2/groff/dist/src/utils/xtotroff/
H A Dxtotroff.c164 fd = open(troff_name, O_WRONLY | O_CREAT | O_EXCL, 0600);

Completed in 607 milliseconds

<<11121314151617181920>>