Home
last modified time | relevance | path

Searched refs:creat (Results 1 – 25 of 78) sorted by relevance

1234

/freebsd-14-stable/tools/test/stress2/
HDcreat.cfg6 export TESTPROGS="testcases/creat/creat"
HDdisk.cfg6 export TESTPROGS="testcases/rw/rw testcases/creat/creat testcases/mkdir/mkdir"
HDjeff.cfg8 export TESTPROGS="testcases/creat/creat testcases/mkdir/mkdir"
HDdf.cfg8 export TESTPROGS="testcases/creat/creat testcases/rw/rw"
HDvfs.cfg8 export TESTPROGS="testcases/swap/swap testcases/creat/creat testcases/mkdir/mkdir"
HDio.cfg8 export TESTPROGS="testcases/swap/swap testcases/creat/creat testcases/mkdir/mkdir testcases/rw/rw"
HDmarcus.cfg19 testcases/creat/creat
HDdefault.cfg46 testcases/creat/creat
/freebsd-14-stable/lib/libc/compat-43/
HDcreat.c40 __weak_reference(__creat, creat);
45 #pragma weak creat macro
HDMakefile.inc6 SRCS+= creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \
11 MAN+= creat.2 killpg.2 sigpause.2 sigsetmask.2 sigvec.2
HDSymbol.map2 creat;
/freebsd-14-stable/contrib/openbsm/etc/
HDaudit_event25 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:fc,fw,fa,fm
[all …]
/freebsd-14-stable/tools/test/stress2/testcases/creat/
HDMakefile1 PROG= creat
HDcreat.c117 if ((fd = creat(file, 0660)) == -1) { in test()
/freebsd-14-stable/usr.bin/truncate/tests/
HDtruncate_test.sh38 creat) > stderr.txt ;;
48 _custom_create_file creat
56 _custom_create_file creat
/freebsd-14-stable/tools/test/stress2/testcases/
HDMakefile3 creat \
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/
HDzed_fd_spill-zedlet.c32 int fd = creat(buf, 0644); in main()
HDsuid_write_to_file.c88 fd = creat(fpath, 0777 | extra); in main()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/rtsan/
HDrtsan_interceptors.cpp98 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-14-stable/sys/contrib/xen/
HDtmem.h91 } creat; /* for cmd == TMEM_NEW_POOL. */ member
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
HDrtsan_test_interceptors.cpp202 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-14-stable/tools/test/stress2/testcases/link/
HDlink.c116 if ((fd = creat(file, 0660)) == -1) { in test()
/freebsd-14-stable/tools/test/stress2/misc/
HDlinger4.sh100 if ((fd = creat(file, 0660)) == -1) {
HDlinger.sh106 if ((fd = creat(file, 0660)) == -1) {
/freebsd-14-stable/contrib/netbsd-tests/lib/libc/
HDt_cdb.c96 ATF_REQUIRE((fd = creat(database_name, S_IRUSR|S_IWUSR)) != -1); in write_database()

1234