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

1234

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dcreatbyproc.d3 * creatbyproc.d - file creat()s by process name. DTrace OneLiner.
10 syscall::creat*:entry { printf("%s %s", execname, copyinstr(arg0)); }
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Proc/
H A Dcreatbyproc.d3 * creatbyproc.d - file creat()s by process name. DTrace OneLiner.
10 syscall::creat*:entry { printf("%s %s", execname, copyinstr(arg0)); }
/freebsd-9.3-release/lib/libc/compat-43/
H A DSymbol.map6 creat;
H A Dcreat.c31 static char sccsid[] = "@(#)creat.c 8.1 (Berkeley) 6/2/93";
45 __weak_reference(__creat, creat);
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_creat.c42 __weak_reference(___creat, creat);
/freebsd-9.3-release/contrib/openbsm/etc/
H A Daudit_event29 4:AUE_CREAT:creat(2):fc
98 73:AUE_OPEN_RC:open(2) - read,creat:fc,fr,fa,fm
100 75:AUE_OPEN_RTC:open(2) - read,creat,trunc:fc,fd,fr,fa,fm
102 77:AUE_OPEN_WC:open(2) - write,creat:fc,fw,fa,fm
104 79:AUE_OPEN_WTC:open(2) - write,creat,trunc:fc,fd,fw,fa,fm
106 81:AUE_OPEN_RWC:open(2) - read,write,creat:fc,fw,fr,fa,fm
108 83:AUE_OPEN_RWTC:open(2) - read,write,creat,trunc:fc,fd,fw,fr,fa,fm
266 271:AUE_OPENAT_RC:openat(2) - read,creat:fc,fr,fa,fm
268 273:AUE_OPENAT_RTC:openat(2) - read,creat,trunc:fc,fd,fr,fa,fm
270 275:AUE_OPENAT_WC:openat(2) - write,creat
[all...]
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh5.c554 tf = creat(tname, 0600);
611 if ((tf = creat(tname, 0600)) < 0)
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dinp.c93 close(creat(filename, 0666));
285 if ((tifd = creat(TMPINNAME, 0666)) < 0)
H A Dutil.c120 tofd = creat(to, 0666);
149 tofd = creat(to, 0666);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drename.c63 tofd = creat (to, 0777);
/freebsd-9.3-release/contrib/groff/src/include/
H A Dnonposix.h61 # define creat(p,m) _creat(p,m) macro
/freebsd-9.3-release/lib/libutil/
H A Duucplock.c79 if ((tmpfd = creat(lcktmpname, 0664)) < 0)
175 fmt = "creat error: %s";
/freebsd-9.3-release/sys/sys/
H A Dfcntl.h308 int creat(const char *, mode_t);
/freebsd-9.3-release/tools/regression/security/cap_test/
H A Dcap_test_capmode.c97 CHECK_CAPMODE(creat, "/tmp/cap_capmode_creat", 0644);
/freebsd-9.3-release/contrib/less/
H A Ddefines.ds408 #define creat _creat
H A Dedit.c777 logfile = creat(filename, 0644);
/freebsd-9.3-release/lib/libkse/
H A Dkse.map12 creat;
/freebsd-9.3-release/lib/libthr/
H A Dpthread.map14 creat;
/freebsd-9.3-release/contrib/cvs/lib/
H A Dsystem.h401 # define CVS_CREAT creat
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dgmon-sol2.c58 #include <fcntl.h> /* for creat() */
209 fd = creat( "gmon.out" , 0666 );
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dgmon-sol2.c37 #include <fcntl.h> /* for creat() */
205 fd = creat( proffile, 0666 );
/freebsd-9.3-release/lib/libc/include/
H A Dnamespace.h246 #define creat _creat
H A Dun-namespace.h219 #undef creat
/freebsd-9.3-release/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-9.3-release/contrib/tcsh/
H A Dsh.misc.c551 while ((res = creat(path, mode)) == -1 && errno == EINTR)

Completed in 209 milliseconds

1234