Searched refs:creat (Results 1 - 25 of 79) sorted by relevance

1234

/freebsd-11-stable/lib/libc/compat-43/
H A Dcreat.c31 static char sccsid[] = "@(#)creat.c 8.1 (Berkeley) 6/2/93";
41 __weak_reference(__creat, creat);
46 #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
/freebsd-11-stable/sys/xen/interface/
H A Dtmem.h95 } creat; /* for cmd == TMEM_NEW_POOL, TMEM_AUTH, TMEM_RESTORE_NEW */ member in union:tmem_op::__anon13606
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh5.c554 tf = creat(tname, 0600);
611 if ((tf = creat(tname, 0600)) < 0)
H A Dsh3.c411 u = creat(cp, 0666);
/freebsd-11-stable/usr.bin/truncate/tests/
H A Dtruncate_test.sh39 creat) > stderr.txt ;;
49 _custom_create_file creat
57 _custom_create_file creat
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/
H A Dt_cdb.c96 ATF_REQUIRE((fd = creat(database_name, S_IRUSR|S_IWUSR)) != -1);
/freebsd-11-stable/contrib/binutils/binutils/
H A Drename.c63 tofd = creat (to, 0777);
/freebsd-11-stable/contrib/groff/src/include/
H A Dnonposix.h61 # define creat(p,m) _creat(p,m) macro
/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test_capmode.c97 CHECK_CAPMODE(creat, "/tmp/cap_capmode_creat", 0644);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_dir.c60 ATF_REQUIRE_MSG((_creat_fd = creat((x), (m))) != -1, \
61 "creat(%s, %x) failed: %s", (x), (m), \
/freebsd-11-stable/sys/sys/
H A Dfcntl.h319 int creat(const char *, mode_t);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dgmon-sol2.c58 #include <fcntl.h> /* for creat() */
209 fd = creat( "gmon.out" , 0666 );
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dgmon-sol2.c37 #include <fcntl.h> /* for creat() */
205 fd = creat( proffile, 0666 );
/freebsd-11-stable/lib/libc/include/
H A Dun-namespace.h224 #undef creat
H A Dnamespace.h251 #define creat _creat
/freebsd-11-stable/usr.bin/tip/tip/
H A Dcmds.c89 if ((sfd = creat(cp, 0666)) < 0) {
90 printf("\r\n%s: cannot creat\r\n", copyname);
123 if ((fd = creat(cp, 0666)) < 0) {
/freebsd-11-stable/usr.bin/patch/
H A Dinp.c168 close(creat(filename, 0666));
/freebsd-11-stable/contrib/tcsh/
H A Dsh.misc.c577 while ((res = creat(path, mode)) == -1 && errno == EINTR)
/freebsd-11-stable/contrib/less/
H A Dedit.c827 logfile = creat(filename, 0644);
/freebsd-11-stable/usr.bin/tftp/
H A Dmain.c567 fd = creat(cp, 0644);
579 fd = creat(cp, 0644);
/freebsd-11-stable/usr.bin/at/
H A Dat.c285 if ((fdes = creat(atfile, O_WRONLY)) == -1)
/freebsd-11-stable/sbin/fsck_ffs/
H A Dsuj.c287 ino_lookup(ino_t ino, int creat) argument
300 if (creat == 0)
318 blk_lookup(ufs2_daddr_t blk, int creat) argument
331 if (creat == 0)
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.c80 if (ldebug(creat))
81 printf(ARGS(creat, "%s, %d"), path, args->mode);
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpre-html.cpp755 #define OUTPUT_STREAM(name) creat((name), S_IWUSR | S_IRUSR)

Completed in 668 milliseconds

1234