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

12345

/haiku/src/tests/add-ons/kernel/file_systems/bfs/rename/
H A Drename.c19 file = open("__file", O_CREAT | O_TRUNC | O_WRONLY);
31 file = open("__directory/1", O_CREAT | O_WRONLY);
/haiku/src/system/libroot/posix/
H A Dfcntl.cpp26 _kern_open(-1, path, O_CREAT | O_TRUNC | O_WRONLY, mode & ~__gUmask));
35 if (openMode & O_CREAT) {
51 if (openMode & O_CREAT) {
/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/tests/servers/input/comm/
H A Darea.c16 int fd = open ("/tmp/input_area.bin", O_WRONLY | O_CREAT | O_TRUNC, 0644);
/haiku/headers/os/storage/
H A DStorageDefs.h28 #define B_CREATE_FILE O_CREAT /* create the file */
/haiku/src/tests/system/libroot/posix/
H A Dposix_spawn_redir_test.c16 O_WRONLY | O_CREAT | O_TRUNC, 0644);
H A Dseek_and_write_test.cpp85 int fd = open(name, O_RDWR | O_TRUNC | O_CREAT, 0644);
/haiku/src/tests/misc/
H A Dwritev-test.cpp11 int fd = open("testfile", O_CREAT | O_RDWR, 0666);
/haiku/src/tests/system/kernel/
H A Dmmap_resize_test.cpp23 int fd = open(fileName, O_CREAT | O_RDWR | O_TRUNC, 0644);
/haiku/src/bin/debug/time_stats/
H A Dtime_stats.cpp100 outFD = open(outputFile, O_WRONLY | O_CREAT | O_TRUNC,
/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/generic/mpu401/
H A Ddebug.c67 int fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
/haiku/src/system/kernel/util/
H A Dhostname.cpp44 int file = open(path, O_WRONLY | O_CREAT, 0644);
/haiku/src/system/libroot/posix/unistd/
H A Dhostname.cpp44 int file = open(path, O_WRONLY | O_CREAT, 0644);
/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/apps/icon-o-matic/generic/support/
H A DDebug.cpp46 out = open(DEBUG_PRINT_FILE, O_RDWR | O_CREAT | O_TRUNC);
/haiku/src/servers/package/
H A DDebugSupport.cpp47 out = open(DEBUG_PRINT_FILE, O_RDWR | O_CREAT | O_TRUNC);
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDebug.cpp43 out = open(DEBUG_PRINT_FILE, O_RDWR | O_CREAT | 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/audio/ac97/auvia/
H A Ddebug.c74 int fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Ddebug.c74 int fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
/haiku/src/tests/system/libroot/os/
H A Dfs_attr_test.cpp60 int fd = open(kTestFileName, O_CREAT | O_TRUNC | O_WRONLY);

Completed in 100 milliseconds

12345