| /src/external/gpl3/gdb.old/dist/sim/common/ |
| target-newlib-open.c | 77 #ifdef O_TRUNC 78 { "O_TRUNC", O_TRUNC, 0x0400 },
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| target-newlib-open.c | 77 #ifdef O_TRUNC 78 { "O_TRUNC", O_TRUNC, 0x0400 },
|
| /src/lib/libc/compat-43/ |
| creat.c | 51 return(open(path, O_WRONLY|O_CREAT|O_TRUNC, mode));
|
| /src/external/bsd/libpcap/dist/testprogs/ |
| unix.h | 52 #define O_TRUNC _O_TRUNC
|
| /src/sys/dev/microcode/rum/ |
| build.c | 38 fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644);
|
| /src/sys/dev/microcode/run/ |
| build.c | 38 fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644);
|
| /src/sys/dev/microcode/zyd/ |
| build.c | 37 fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644);
|
| /src/lib/libc/stdio/ |
| flags.c | 75 o = O_CREAT | O_TRUNC;
|
| /src/sys/dev/microcode/ral/ |
| build.c | 38 fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644);
|
| /src/sys/external/bsd/acpica/dist/include/platform/ |
| acwin64.h | 93 #define O_TRUNC _O_TRUNC
|
| /src/tests/fs/vfs/ |
| t_mtime_otrunc.c | 54 int f = rump_sys_open(LOCKFILE, O_WRONLY|O_CREAT|O_TRUNC, 0666); 86 ATF_FSAPPLY(otrunc_mtime_update, "Checks for mtime updates by open(O_TRUNC) (PR kern/51762)");
|
| /src/tests/lib/libposix/ |
| t_rename.c | 57 REQUIRE_LIBC(open("t1", O_CREAT | O_TRUNC | O_WRONLY, 0600), -1);
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/ |
| stat.h | 67 #define O_TRUNC _O_TRUNC
|
| /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| fdopen1.c | 26 fd = open (fname, O_WRONLY|O_TRUNC|O_CREAT, S_IRWXU);
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/ |
| fdopen1.c | 26 fd = open (fname, O_WRONLY|O_TRUNC|O_CREAT, S_IRWXU);
|
| /src/tests/lib/libc/sys/ |
| t_syscall.c | 71 fd = open(FILE_NAME, O_RDWR|O_CREAT|O_TRUNC, 0666); 96 fd = open(FILE_NAME, O_RDWR|O_CREAT|O_TRUNC, 0666);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| fcntl.d | 78 O_TRUNC 160 enum O_TRUNC = 0x200; // octal 01000 187 enum O_TRUNC = 0x00200; // octal 01000 211 enum O_TRUNC = 0x0200; 238 enum O_TRUNC = 0x200; // octal 01000 265 enum O_TRUNC = 0x200; // octal 01000 292 enum O_TRUNC = 0x200; // octal 01000 319 enum O_TRUNC = 0x400; 346 enum O_TRUNC = 0x200; // octal 01000 422 enum O_TRUNC = 0x0400 [all...] |
| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/ |
| zrewrite.c | 69 if ((foo = open ("tmpdir/one", O_CREAT | O_TRUNC | O_WRONLY, 0666)) < 0) 75 if ((foo = open ("tmpdir/two", O_CREAT | O_TRUNC | O_WRONLY, 0666)) < 0) 104 if ((foo = open ("tmpdir/two", O_CREAT | O_TRUNC | O_WRONLY, 0666)) < 0)
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/ |
| zrewrite.c | 69 if ((foo = open ("tmpdir/one", O_CREAT | O_TRUNC | O_WRONLY, 0666)) < 0) 75 if ((foo = open ("tmpdir/two", O_CREAT | O_TRUNC | O_WRONLY, 0666)) < 0) 104 if ((foo = open ("tmpdir/two", O_CREAT | O_TRUNC | O_WRONLY, 0666)) < 0)
|
| /src/crypto/external/apache2/openssl/dist/util/ |
| copy.pl | 69 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
|
| /src/crypto/external/bsd/openssl/dist/util/ |
| copy.pl | 69 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
|
| /src/crypto/external/bsd/openssl.old/dist/util/ |
| copy.pl | 69 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
|
| /src/lib/libc/db/db/ |
| db.c | 66 O_RDWR | O_SHLOCK | O_TRUNC | O_CLOEXEC)
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| dumpdata.c | 49 fd = open(filename, O_WRONLY|O_TRUNC|O_CREAT, 0640);
|
| /src/external/gpl2/dtc/dist/tests/ |
| dumptrees.c | 48 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666);
|