| /freebsd-12-stable/lib/libc/compat-43/ |
| D | creat.c | 43 __weak_reference(__creat, creat); 48 #pragma weak creat macro
|
| 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
|
| D | Symbol.map | 6 creat;
|
| /freebsd-12-stable/contrib/openbsm/etc/ |
| 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-12-stable/usr.bin/truncate/tests/ |
| D | truncate_test.sh | 39 creat) > stderr.txt ;; 49 _custom_create_file creat 57 _custom_create_file creat
|
| /freebsd-12-stable/sys/xen/interface/ |
| D | tmem.h | 95 } creat; /* for cmd == TMEM_NEW_POOL, TMEM_AUTH, TMEM_RESTORE_NEW */ member
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/ |
| D | t_cdb.c | 96 ATF_REQUIRE((fd = creat(database_name, S_IRUSR|S_IWUSR)) != -1); in write_database()
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/ |
| D | t_dir.c | 60 ATF_REQUIRE_MSG((_creat_fd = creat((x), (m))) != -1, \ in ATF_TC_BODY()
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | rename.c | 63 tofd = creat (to, 0777); in simple_copy()
|
| /freebsd-12-stable/sys/sys/ |
| D | fcntl.h | 330 int creat(const char *, mode_t);
|
| /freebsd-12-stable/tools/regression/security/cap_test/ |
| D | cap_test_capmode.c | 97 CHECK_CAPMODE(creat, "/tmp/cap_capmode_creat", 0644); in test_capmode()
|
| /freebsd-12-stable/release/picobsd/tinyware/msh/ |
| D | sh5.c | 554 tf = creat(tname, 0600); 611 if ((tf = creat(tname, 0600)) < 0)
|
| /freebsd-12-stable/tests/sys/cddl/zfs/tests/ctime/ |
| D | ctime_001_pos.c | 304 if ((fd = creat(pfile, ALL_MODE)) == -1) { in do_creat()
|
| /freebsd-12-stable/contrib/gcc/config/i386/ |
| D | gmon-sol2.c | 209 fd = creat( "gmon.out" , 0666 ); in _mcleanup()
|
| /freebsd-12-stable/contrib/gcc/config/sparc/ |
| D | gmon-sol2.c | 205 fd = creat( proffile, 0666 ); in _mcleanup()
|
| /freebsd-12-stable/lib/libc/include/ |
| D | namespace.h | 255 #define creat _creat
|
| D | un-namespace.h | 228 #undef creat
|
| /freebsd-12-stable/usr.bin/tip/tip/ |
| D | cmds.c | 91 if ((sfd = creat(cp, 0666)) < 0) { in getfl() 125 if ((fd = creat(cp, 0666)) < 0) { in cu_take()
|
| /freebsd-12-stable/usr.bin/patch/ |
| D | inp.c | 168 close(creat(filename, 0666)); in plan_a()
|
| /freebsd-12-stable/usr.bin/tftp/ |
| D | main.c | 594 fd = creat(cp, 0644); in get() 606 fd = creat(cp, 0644); in get()
|
| /freebsd-12-stable/contrib/jemalloc/ |
| D | FREEBSD-diffs | 61 -#define creat JEMALLOC_HOOK(creat, hooks_libc_hook)
|
| /freebsd-12-stable/contrib/less/ |
| D | edit.c | 827 logfile = creat(filename, 0644);
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | sh.misc.c | 596 while ((res = creat(path, mode)) == -1 && errno == EINTR) in xcreat()
|
| /freebsd-12-stable/sbin/fsck_ffs/ |
| D | suj.c | 265 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()
|
| /freebsd-12-stable/usr.bin/at/ |
| D | at.c | 285 if ((fdes = creat(atfile, O_WRONLY)) == -1) in writefile()
|