| /freebsd-13-stable/lib/libc/compat-43/ |
| HD | creat.c | 41 __weak_reference(__creat, creat); 46 #pragma weak creat macro
|
| HD | Makefile.inc | 6 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
|
| HD | Symbol.map | 5 creat;
|
| /freebsd-13-stable/contrib/openbsm/etc/ |
| HD | 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:fc,fw,fa,fm [all …]
|
| /freebsd-13-stable/usr.bin/truncate/tests/ |
| HD | truncate_test.sh | 38 creat) > stderr.txt ;; 48 _custom_create_file creat 56 _custom_create_file creat
|
| /freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/ |
| HD | zed_fd_spill-zedlet.c | 31 dup2(creat(buf, 0644), STDOUT_FILENO); in main()
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| HD | 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-13-stable/sys/xen/interface/ |
| HD | tmem.h | 91 } creat; /* for cmd == TMEM_NEW_POOL. */ member
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
| HD | 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-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/suid/ |
| HD | suid_write_to_file.c | 88 fd = creat(fpath, 0777 | extra); in main()
|
| /freebsd-13-stable/contrib/netbsd-tests/lib/libc/ |
| HD | t_cdb.c | 96 ATF_REQUIRE((fd = creat(database_name, S_IRUSR|S_IWUSR)) != -1); in write_database()
|
| /freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/ |
| HD | t_dir.c | 60 ATF_REQUIRE_MSG((_creat_fd = creat((x), (m))) != -1, \ in ATF_TC_BODY()
|
| /freebsd-13-stable/tools/regression/security/cap_test/ |
| HD | cap_test_capmode.c | 93 CHECK_CAPMODE(creat, "/tmp/cap_capmode_creat", 0644); in test_capmode()
|
| /freebsd-13-stable/sys/sys/ |
| HD | fcntl.h | 360 int creat(const char *, mode_t);
|
| /freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/ctime/ |
| HD | ctime.c | 189 if ((fd = creat(pfile, ALL_MODE)) == -1) { in do_creat()
|
| /freebsd-13-stable/tests/sys/cddl/zfs/tests/ctime/ |
| HD | ctime_001_pos.c | 303 if ((fd = creat(pfile, ALL_MODE)) == -1) { in do_creat()
|
| /freebsd-13-stable/lib/libc/include/ |
| HD | namespace.h | 253 #define creat _creat
|
| HD | un-namespace.h | 226 #undef creat
|
| /freebsd-13-stable/usr.bin/tip/tip/ |
| HD | cmds.c | 89 if ((sfd = creat(cp, 0666)) < 0) { in getfl() 123 if ((fd = creat(cp, 0666)) < 0) { in cu_take()
|
| /freebsd-13-stable/usr.bin/patch/ |
| HD | inp.c | 167 close(creat(filename, 0666)); in plan_a()
|
| /freebsd-13-stable/usr.bin/tftp/ |
| HD | main.c | 592 fd = creat(cp, 0644); in get() 604 fd = creat(cp, 0644); in get()
|
| /freebsd-13-stable/contrib/jemalloc/ |
| HD | FREEBSD-diffs | 141 -#define creat JEMALLOC_HOOK(creat, test_hooks_libc_hook)
|
| /freebsd-13-stable/contrib/tcsh/ |
| HD | sh.misc.c | 596 while ((res = creat(path, mode)) == -1 && errno == EINTR) in xcreat()
|
| /freebsd-13-stable/sbin/fsck_ffs/ |
| HD | suj.c | 207 ino_lookup(ino_t ino, int creat) in ino_lookup() argument 220 if (creat == 0) in ino_lookup() 238 blk_lookup(ufs2_daddr_t blk, int creat) in blk_lookup() argument 251 if (creat == 0) in blk_lookup()
|
| /freebsd-13-stable/usr.bin/at/ |
| HD | at.c | 283 if ((fdes = creat(atfile, O_WRONLY)) == -1) in writefile()
|