Home
last modified time | relevance | path

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

123

/freebsd-13.1/lib/libc/compat-43/
H A Dcreat.c43 __weak_reference(__creat, creat);
48 #pragma weak creat macro
H A DMakefile.inc7 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 DSymbol.map6 creat;
/freebsd-13.1/contrib/openbsm/etc/
H A Daudit_event28 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 Dtruncate_test.sh39 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 Dzed_fd_spill-zedlet.c31 dup2(creat(buf, 0644), STDOUT_FILENO); in main()
/freebsd-13.1/sys/xen/interface/
H A Dtmem.h91 } creat; /* for cmd == TMEM_NEW_POOL. */ member
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/suid/
H A Dsuid_write_to_file.c88 fd = creat(fpath, 0777 | extra); in main()
/freebsd-13.1/contrib/netbsd-tests/lib/libc/
H A Dt_cdb.c96 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 Dt_dir.c60 ATF_REQUIRE_MSG((_creat_fd = creat((x), (m))) != -1, \ in ATF_TC_BODY()
/freebsd-13.1/tools/regression/security/cap_test/
H A Dcap_test_capmode.c97 CHECK_CAPMODE(creat, "/tmp/cap_capmode_creat", 0644); in test_capmode()
/freebsd-13.1/sys/sys/
H A Dfcntl.h361 int creat(const char *, mode_t);
/freebsd-13.1/tests/sys/cddl/zfs/tests/ctime/
H A Dctime_001_pos.c304 if ((fd = creat(pfile, ALL_MODE)) == -1) { in do_creat()
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/ctime/
H A Dctime.c189 if ((fd = creat(pfile, ALL_MODE)) == -1) { in do_creat()
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h255 #define creat _creat
H A Dun-namespace.h228 #undef creat
/freebsd-13.1/usr.bin/tip/tip/
H A Dcmds.c91 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 Dinp.c168 close(creat(filename, 0666)); in plan_a()
/freebsd-13.1/usr.bin/tftp/
H A Dmain.c594 fd = creat(cp, 0644); in get()
606 fd = creat(cp, 0644); in get()
/freebsd-13.1/contrib/jemalloc/
H A DFREEBSD-diffs141 -#define creat JEMALLOC_HOOK(creat, test_hooks_libc_hook)
/freebsd-13.1/contrib/less/
H A Dedit.c829 logfile = creat(filename, 0644);
/freebsd-13.1/contrib/tcsh/
H A Dsh.misc.c596 while ((res = creat(path, mode)) == -1 && errno == EINTR) in xcreat()
/freebsd-13.1/sbin/fsck_ffs/
H A Dsuj.c208 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 Dat.c285 if ((fdes = creat(atfile, O_WRONLY)) == -1) in writefile()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1593 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()

123