Searched refs:O_WRONLY (Results 51 - 75 of 111) sorted by last modified time

12345

/haiku/src/bin/network/ftpd/
H A Dftpd.c1506 statfd = open(thishost->statfile, O_WRONLY|O_APPEND);
1508 statfd = open(_PATH_FTPDSTATFILE, O_WRONLY|O_APPEND);
/haiku/src/add-ons/kernel/drivers/midi/usb_midi/
H A Dusb_midi.cpp525 if (!port->has_in && mode != O_WRONLY)
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfileops.c263 omode = O_WRONLY;
268 omode = O_WRONLY;
/haiku/src/tests/kits/net/service/
H A DFileTest.cpp57 BFile file(tmpl, O_WRONLY | O_CREAT);
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Ddebug.c74 int fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
97 fd = open(logfile, O_WRONLY | O_APPEND);
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Ddebug.c74 int fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
97 fd = open(logfile, O_WRONLY | O_APPEND);
/haiku/src/libs/util/
H A Dpidfile.c116 fd = open(pfh->pf_path, O_WRONLY | O_CREAT | O_NONBLOCK, mode);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp364 if ((openMode & O_RWMASK) == O_WRONLY || (openMode & O_RWMASK) == O_RDWR
/haiku/src/libs/gnu/
H A Dxattr.cpp139 int openMode = O_WRONLY | O_TRUNC;
/haiku/src/tests/apps/haikudepot/
H A DTarArchiveServiceTest.cpp70 BFile* file = new BFile(path, O_WRONLY | O_CREAT);
/haiku/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c140 O_WRONLY | O_CREAT, 0666);
/haiku/src/add-ons/kernel/drivers/graphics/skeleton/
H A Ddriver.c135 O_WRONLY | O_CREAT, 0666);
/haiku/src/add-ons/kernel/drivers/graphics/neomagic/
H A Ddriver.c143 O_WRONLY | O_CREAT, 0666);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNode.h158 case O_WRONLY:
/haiku/src/bin/consoled/
H A Dconsoled.cpp303 con->console_fd = open("/dev/console", O_WRONLY);
/haiku/src/tests/system/network/multicast/
H A Dmulticat.c91 out_fd = open(optarg, O_CREAT | O_TRUNC | O_WRONLY, 0666);
330 fd = open(filename, O_CREAT | O_TRUNC | O_WRONLY, 0666);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp712 if ((openMode & O_RWMASK) == O_WRONLY)
/haiku/src/tests/system/libroot/posix/
H A Dposix_spawn_redir_test.c16 O_WRONLY | O_CREAT | O_TRUNC, 0644);
/haiku/src/add-ons/print/transports/serial_port/
H A DSerialTransport.cpp54 fFile = open(device, O_WRONLY | O_EXCL, 0);
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp111 sFD = open("/boot/home/ipcpdebug", O_WRONLY | O_CREAT | O_TRUNC);
/haiku/src/build/libroot/
H A Dfs_attr_haiku.cpp184 int fd = open(localFD.Path(), O_NOTRAVERSE | O_WRONLY);
210 int fd = open(localFD.Path(), O_NOTRAVERSE | O_WRONLY);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DUtility.h62 if (openMode == O_WRONLY)
/haiku/src/tools/anyboot/
H A Danyboot.cpp230 int outputFileHandle = open(outputFile, O_WRONLY | O_TRUNC | O_CREAT,
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.cpp680 if ((mode & O_WRONLY) == 0 && (mode & O_RDWR) == 0)
/haiku/headers/os/storage/
H A DStorageDefs.h24 #define B_WRITE_ONLY O_WRONLY /* write only */

Completed in 187 milliseconds

12345