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

12345678

/netbsd-6-1-5-RELEASE/lib/libc/compat-43/
H A DMakefile.inc7 SRCS+= creat.c getdtablesize.c gethostid.c \
17 MAN+= creat.3 getdtablesize.3 gethostid.3 killpg.3 \
H A Dcreat.c1 /* $NetBSD: creat.c,v 1.9 2002/05/26 11:52:11 wiz Exp $ */
35 static char sccsid[] = "@(#)creat.c 8.1 (Berkeley) 6/2/93";
37 __RCSID("$NetBSD: creat.c,v 1.9 2002/05/26 11:52:11 wiz Exp $");
46 creat(const char *path, mode_t mode) function
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/libtos/
H A Deprintf.c47 fd = creat(fn, 0666);
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dv7.local.c81 if ((fd = creat(mailname, 0600)) != -1)
H A Dmain.c244 if ((i = creat(Tflag, 0600)) < 0) {
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_dir.c58 creat("t/a", 0600);
59 creat("t/b", 0600);
60 creat("t/c", 0600);
/netbsd-6-1-5-RELEASE/include/
H A Drmt.h48 #define creat rmtcreat macro
/netbsd-6-1-5-RELEASE/games/backgammon/common_source/
H A Dsave.c95 if ((fdesc = creat(fname, 0600)) != -1)
111 fdesc = creat(fname, 0600);
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/
H A Dtmem.h108 } creat; /* for cmd == TMEM_NEW_POOL, TMEM_AUTH, TMEM_RESTORE_NEW */ member in union:tmem_op::__anon6838
/netbsd-6-1-5-RELEASE/games/trek/
H A Ddumpgame.c90 if ((fd = creat("trek.dump", 0644)) < 0) {
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.bones.c143 if ((fd = creat(bones, FMASK)) < 0)
H A Dhack.save.c106 if ((fd = creat(SAVEF, FMASK)) < 0) {
199 if ((nfd = creat(lock, FMASK)) < 0)
H A Dhack.unix.c324 fd = creat(lock, FMASK);
328 error("cannot creat lock file.");
/netbsd-6-1-5-RELEASE/games/mille/
H A Dsave.c115 if ((outfd = creat(buf, 0644)) < 0) {
/netbsd-6-1-5-RELEASE/games/phantasia/
H A Dsetup.c47 / MODULES CALLED: time(), exit(), stat(), Error(), creat(), close(), fopen(),
120 if ((fd = creat(path, 0660)) < 0)
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dsystem.h220 # define CVS_CREAT creat
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Drename.c57 tofd = creat (to, 0777);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dnonposix.h63 # define creat(p,m) _creat(p,m) macro
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Ddefines.ds394 #define creat _creat
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dgmon-sol2.c58 #include <fcntl.h> /* for creat() */
220 fd = creat( "gmon.out" , 0666 );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dgmon-sol2.c37 #include <fcntl.h> /* for creat() */
205 fd = creat( proffile, 0666 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Dgmon-sol2.c216 fd = creat( "gmon.out" , 0666 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sparc/
H A Dgmon-sol2.c37 #include <fcntl.h> /* for creat() */
205 fd = creat( proffile, 0666 );
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dfcntl.h306 int creat(const char *, mode_t);
/netbsd-6-1-5-RELEASE/usr.bin/tftp/
H A Dmain.c519 fd = creat(cp, 0644);
531 fd = creat(p, 0644);

Completed in 314 milliseconds

12345678