Home
last modified time | relevance | path

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

1234

/freebsd-12.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-12.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-12.1/contrib/compiler-rt/lib/esan/
H A Desan_interceptors.cpp293 INTERCEPTOR(int, creat, const char *name, int mode) { in INTERCEPTOR() argument
295 COMMON_INTERCEPTOR_ENTER(ctx, creat, name, mode); in INTERCEPTOR()
297 return REAL(creat)(name, mode); in INTERCEPTOR()
490 INTERCEPT_FUNCTION(creat); in initializeInterceptors()
/freebsd-12.1/usr.bin/truncate/tests/
H A Dtruncate_test.sh39 creat) > stderr.txt ;;
49 _custom_create_file creat
57 _custom_create_file creat
/freebsd-12.1/sys/xen/interface/
H A Dtmem.h95 } creat; /* for cmd == TMEM_NEW_POOL, TMEM_AUTH, TMEM_RESTORE_NEW */ member
/freebsd-12.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-12.1/sys/sys/
H A Dfcntl.h319 int creat(const char *, mode_t);
/freebsd-12.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-12.1/contrib/binutils/binutils/
H A Drename.c63 tofd = creat (to, 0777); in simple_copy()
/freebsd-12.1/tools/regression/security/cap_test/
H A Dcap_test_capmode.c97 CHECK_CAPMODE(creat, "/tmp/cap_capmode_creat", 0644); in test_capmode()
/freebsd-12.1/release/picobsd/tinyware/msh/
H A Dsh5.c554 tf = creat(tname, 0600);
611 if ((tf = creat(tname, 0600)) < 0)
/freebsd-12.1/tests/sys/cddl/zfs/tests/ctime/
H A Dctime_001_pos.c304 if ((fd = creat(pfile, ALL_MODE)) == -1) { in do_creat()
/freebsd-12.1/contrib/gcc/config/i386/
H A Dgmon-sol2.c209 fd = creat( "gmon.out" , 0666 ); in _mcleanup()
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dgmon-sol2.c205 fd = creat( proffile, 0666 ); in _mcleanup()
/freebsd-12.1/lib/libc/include/
H A Dnamespace.h253 #define creat _creat
H A Dun-namespace.h226 #undef creat
/freebsd-12.1/usr.bin/tftp/
H A Dmain.c591 fd = creat(cp, 0644); in get()
603 fd = creat(cp, 0644); in get()
/freebsd-12.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-12.1/usr.bin/patch/
H A Dinp.c168 close(creat(filename, 0666)); in plan_a()
/freebsd-12.1/contrib/jemalloc/
H A DFREEBSD-diffs61 -#define creat JEMALLOC_HOOK(creat, hooks_libc_hook)
/freebsd-12.1/contrib/less/
H A Dedit.c833 logfile = creat(filename, 0644);
/freebsd-12.1/contrib/tcsh/
H A Dsh.misc.c567 while ((res = creat(path, mode)) == -1 && errno == EINTR) in xcreat()
/freebsd-12.1/sbin/fsck_ffs/
H A Dsuj.c265 ino_lookup(ino_t ino, int creat) in ino_lookup() argument
278 if (creat == 0) in ino_lookup()
296 blk_lookup(ufs2_daddr_t blk, int creat) in blk_lookup() argument
309 if (creat == 0) in blk_lookup()

1234