Searched refs:O_CREAT (Results 1 - 25 of 116) sorted by path

12345

/haiku/headers/os/storage/
H A DStorageDefs.h28 #define B_CREATE_FILE O_CREAT /* create the file */
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Ddebug.c54 int fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Ddebug.c71 int fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Ddebug.c73 int fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.cpp47 out = open(DEBUG_PRINT_FILE, O_RDWR | O_CREAT | O_TRUNC);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DDebugSupport.cpp47 out = open(DEBUG_PRINT_FILE, O_RDWR | O_CREAT | O_TRUNC);
/haiku/src/add-ons/kernel/generic/mpu401/
H A Ddebug.c67 int fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
/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/add-ons/media/media-add-ons/finepix_webcam/FinePixUSBKitTest/
H A DFinePixTest.cpp26 int fd = open(fname, O_WRONLY | O_CREAT,0644);
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.cpp46 out = open(DEBUG_PRINT_FILE, O_RDWR | O_CREAT | O_TRUNC);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp1179 if ((fd = open(path.Path(), O_RDWR | O_CREAT | O_EXCL, 0666)) < 0) {
/haiku/src/bin/debug/time_stats/
H A Dtime_stats.cpp100 outFD = open(outputFile, O_WRONLY | O_CREAT | O_TRUNC,
/haiku/src/bin/fwcontrol/
H A Dfwdv.c121 fd = open(filename, O_CREAT | O_WRONLY | O_TRUNC, 0660);
H A Dfwmpegts.c177 fd = open(filename, O_CREAT | O_WRONLY | O_TRUNC, 0660);
/haiku/src/bin/
H A Dmvattr.cpp83 O_CREAT | O_WRONLY | O_TRUNC);
/haiku/src/bin/package/
H A Dcommand_extract.cpp501 fd = openat(parentFD, entryName, O_RDWR | O_CREAT | O_EXCL,
587 O_WRONLY | O_CREAT | O_TRUNC);
/haiku/src/build/libroot/
H A Dfs_descriptors.cpp316 if ((fOpenMode & O_CREAT) == 0)
/haiku/src/libs/stdc++/legacy/
H A Dfilebuf.cc111 posix_mode |= O_CREAT;
/haiku/src/libs/uuid/
H A Dgen_uuid.c244 O_RDWR|O_CREAT, 0660);
/haiku/src/servers/package/
H A DDebugSupport.cpp47 out = open(DEBUG_PRINT_FILE, O_RDWR | O_CREAT | O_TRUNC);
/haiku/src/servers/syslog_daemon/
H A Dsyslog_output.cpp86 sLog = open(syslog.Path(), O_APPEND | O_CREAT | O_WRONLY, 0644);
/haiku/src/system/kernel/util/
H A Dhostname.cpp44 int file = open(path, O_WRONLY | O_CREAT, 0644);
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtempname.c223 __GT_FILE: create the file using open(O_CREAT|O_EXCL)
300 fd = open(tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
/haiku/src/system/libroot/posix/stdlib/
H A Dmktemp.c152 if ((*doopen = open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0)
/haiku/src/system/libroot/posix/unistd/
H A Dhostname.cpp44 int file = open(path, O_WRONLY | O_CREAT, 0644);

Completed in 798 milliseconds

12345