| /freebsd-13.1/lib/libc/compat-43/ |
| H A D | creat.c | 43 __weak_reference(__creat, creat); 48 #pragma weak creat macro
|
| H A D | Makefile.inc | 7 SRCS+= creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \ 12 MAN+= creat.2 killpg.2 sigpause.2 sigsetmask.2 sigvec.2
|
| H A D | Symbol.map | 6 creat;
|
| /freebsd-13.1/contrib/openbsm/etc/ |
| H A D | audit_event | 28 4:AUE_CREAT:creat(2):fc 97 73:AUE_OPEN_RC:open(2) - read,creat:fc,fr,fa,fm 99 75:AUE_OPEN_RTC:open(2) - read,creat,trunc:fc,fd,fr,fa,fm 101 77:AUE_OPEN_WC:open(2) - write,creat:fc,fw,fa,fm 103 79:AUE_OPEN_WTC:open(2) - write,creat,trunc:fc,fd,fw,fa,fm 105 81:AUE_OPEN_RWC:open(2) - read,write,creat:fc,fw,fr,fa,fm 107 83:AUE_OPEN_RWTC:open(2) - read,write,creat,trunc:fc,fd,fw,fr,fa,fm 265 271:AUE_OPENAT_RC:openat(2) - read,creat:fc,fr,fa,fm 267 273:AUE_OPENAT_RTC:openat(2) - read,creat,trunc:fc,fd,fr,fa,fm 269 275:AUE_OPENAT_WC:openat(2) - write,creat:fc,fw,fa,fm [all …]
|
| /freebsd-13.1/usr.bin/truncate/tests/ |
| H A D | truncate_test.sh | 39 creat) > stderr.txt ;; 49 _custom_create_file creat 57 _custom_create_file creat
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/ |
| H A D | zed_fd_spill-zedlet.c | 31 dup2(creat(buf, 0644), STDOUT_FILENO); in main()
|
| /freebsd-13.1/sys/xen/interface/ |
| H A D | tmem.h | 91 } creat; /* for cmd == TMEM_NEW_POOL. */ member
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/suid/ |
| H A D | suid_write_to_file.c | 88 fd = creat(fpath, 0777 | extra); in main()
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libc/gen/ |
| H A D | t_dir.c | 60 ATF_REQUIRE_MSG((_creat_fd = creat((x), (m))) != -1, \ in ATF_TC_BODY()
|
| /freebsd-13.1/tools/regression/security/cap_test/ |
| H A D | cap_test_capmode.c | 97 CHECK_CAPMODE(creat, "/tmp/cap_capmode_creat", 0644); in test_capmode()
|
| /freebsd-13.1/sys/sys/ |
| H A D | fcntl.h | 361 int creat(const char *, mode_t);
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/ctime/ |
| H A D | ctime_001_pos.c | 304 if ((fd = creat(pfile, ALL_MODE)) == -1) { in do_creat()
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/ctime/ |
| H A D | ctime.c | 189 if ((fd = creat(pfile, ALL_MODE)) == -1) { in do_creat()
|
| /freebsd-13.1/lib/libc/include/ |
| H A D | namespace.h | 255 #define creat _creat
|
| H A D | un-namespace.h | 228 #undef creat
|
| /freebsd-13.1/usr.bin/tip/tip/ |
| H A D | cmds.c | 91 if ((sfd = creat(cp, 0666)) < 0) { in getfl() 125 if ((fd = creat(cp, 0666)) < 0) { in cu_take()
|
| /freebsd-13.1/usr.bin/patch/ |
| H A D | inp.c | 168 close(creat(filename, 0666)); in plan_a()
|
| /freebsd-13.1/usr.bin/tftp/ |
| H A D | main.c | 594 fd = creat(cp, 0644); in get() 606 fd = creat(cp, 0644); in get()
|
| /freebsd-13.1/contrib/jemalloc/ |
| H A D | FREEBSD-diffs | 141 -#define creat JEMALLOC_HOOK(creat, test_hooks_libc_hook)
|
| /freebsd-13.1/contrib/less/ |
| H A D | edit.c | 829 logfile = creat(filename, 0644);
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | sh.misc.c | 596 while ((res = creat(path, mode)) == -1 && errno == EINTR) in xcreat()
|
| /freebsd-13.1/sbin/fsck_ffs/ |
| H A D | suj.c | 208 ino_lookup(ino_t ino, int creat) in ino_lookup() argument 221 if (creat == 0) in ino_lookup() 239 blk_lookup(ufs2_daddr_t blk, int creat) in blk_lookup() argument 252 if (creat == 0) in blk_lookup()
|
| /freebsd-13.1/usr.bin/at/ |
| H A D | at.c | 285 if ((fdes = creat(atfile, O_WRONLY)) == -1) in writefile()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1593 TSAN_INTERCEPTOR(int, creat, const char *name, int mode) { in TSAN_INTERCEPTOR() argument 1594 SCOPED_TSAN_INTERCEPTOR(creat, name, mode); in TSAN_INTERCEPTOR() 1596 int fd = REAL(creat)(name, mode); in TSAN_INTERCEPTOR() 2827 TSAN_INTERCEPT(creat); in InitializeInterceptors()
|