/freebsd/tools/test/stress2/ |
H A D | creat.cfg | 6 export TESTPROGS="testcases/creat/creat"
|
H A D | disk.cfg | 6 export TESTPROGS="testcases/rw/rw testcases/creat/creat testcases/mkdir/mkdir"
|
H A D | df.cfg | 8 export TESTPROGS="testcases/creat/creat testcases/rw/rw"
|
H A D | jeff.cfg | 8 export TESTPROGS="testcases/creat/creat testcases/mkdir/mkdir"
|
H A D | vfs.cfg | 8 export TESTPROGS="testcases/swap/swap testcases/creat/creat testcases/mkdir/mkdir"
|
H A D | io.cfg | 8 export TESTPROGS="testcases/swap/swap testcases/creat/creat testcases/mkdir/mkdir testcases/rw/rw"
|
H A D | marcus.cfg | 19 testcases/creat/creat
|
H A D | default.cfg | 46 testcases/creat/creat
|
/freebsd/lib/libc/sys/ |
H A D | creat.c | 37 __weak_reference(__creat, creat); 42 #pragma weak creat macro
|
H A D | Makefile.inc | 22 creat.c \
|
/freebsd/contrib/openbsm/etc/ |
H A D | audit_event | 25 4:AUE_CREAT:creat(2):fc 94 73:AUE_OPEN_RC:open(2) - read,creat:fc,fr,fa,fm 96 75:AUE_OPEN_RTC:open(2) - read,creat,trunc:fc,fd,fr,fa,fm 98 77:AUE_OPEN_WC:open(2) - write,creat:fc,fw,fa,fm 100 79:AUE_OPEN_WTC:open(2) - write,creat,trunc:fc,fd,fw,fa,fm 102 81:AUE_OPEN_RWC:open(2) - read,write,creat:fc,fw,fr,fa,fm 104 83:AUE_OPEN_RWTC:open(2) - read,write,creat,trunc:fc,fd,fw,fr,fa,fm 262 271:AUE_OPENAT_RC:openat(2) - read,creat:fc,fr,fa,fm 264 273:AUE_OPENAT_RTC:openat(2) - read,creat,trunc:fc,fd,fr,fa,fm 266 275:AUE_OPENAT_WC:openat(2) - write,creat [all...] |
/freebsd/usr.bin/truncate/tests/ |
H A D | truncate_test.sh | 38 creat) > stderr.txt ;; 48 _custom_create_file creat 56 _custom_create_file creat
|
/freebsd/tools/test/stress2/testcases/creat/ |
H A D | Makefile | 1 PROG= creat
|
H A D | creat.c | 117 if ((fd = creat(file, 0660)) == -1) { in test()
|
/freebsd/lib/libc/compat-43/ |
H A D | Symbol.map | 2 creat;
|
/freebsd/tools/test/stress2/testcases/ |
H A D | Makefile | 3 creat \
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | zed_fd_spill-zedlet.c | 32 int fd = creat(buf, 0644); in main()
|
H A D | suid_write_to_file.c | 88 fd = creat(fpath, 0777 | extra); in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 98 INTERCEPTOR(int, creat, const char *path, mode_t mode) { in INTERCEPTOR() argument 102 const int result = REAL(creat)(path, mode); in INTERCEPTOR() 407 INTERCEPT_FUNCTION(creat); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
H A D | rtsan_test_interceptors.cpp | 202 auto func = [this]() { creat(GetTemporaryFilePath(), S_IWOTH | S_IROTH); }; in TEST_F() 214 int fd = creat(GetTemporaryFilePath(), S_IRUSR | S_IWUSR); in TEST_F() 235 int fd = creat(GetTemporaryFilePath(), S_IRUSR | S_IWUSR); in TEST_F()
|
/freebsd/sys/contrib/xen/ |
H A D | tmem.h | 91 } creat; /* for cmd == TMEM_NEW_POOL. */ member
|
/freebsd/tools/test/stress2/testcases/link/ |
H A D | link.c | 116 if ((fd = creat(file, 0660)) == -1) { in test()
|
/freebsd/tools/test/stress2/misc/ |
H A D | linger4.sh | 100 if ((fd = creat(file, 0660)) == -1) {
|
H A D | linger.sh | 106 if ((fd = creat(file, 0660)) == -1) {
|
/freebsd/contrib/netbsd-tests/lib/libc/ |
H A D | t_cdb.c | 96 ATF_REQUIRE((fd = creat(database_name, S_IRUSR|S_IWUSR)) != -1); in write_database()
|