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

/ast/src/cmd/proto/
H A Dproto.c168 #ifndef creat
169 #define creat _huh_creat macro
196 #undef creat macro
313 if ((fd = creat(file, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)) < 0)
334 if ((fd = creat(buf, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)) < 0)
351 if ((fd = creat(buf, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)) < 0)
/ast/src/lib/libast/comp/
H A Dopen.c73 if ((fd = creat(path, (op & O_EXCL) ? 0 : mode)) < 0)
/ast/src/cmd/tests/sfio/
H A Dtsetbuf.c46 if((fd = creat(tstfile("sf", 0),0666)) < 0)
/ast/src/cmd/re/
H A Dtestglob.c678 if (close(creat(path, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)))
722 if (close(creat(path, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)))
/ast/src/lib/libast/sfio/
H A Dsfhdr.h108 #define syscreatf creat
269 #define syscreatf creat
/ast/src/cmd/3d/features/
H A Dsyscall.sh398 *:creat|*:creat[0-9]*) # sol6.sun4
/ast/src/cmd/INIT/
H A Dproto.c85 # ifndef creat
86 # define creat _huh_creat macro
113 # undef creat macro
487 extern __MANGLE__ int creat __PROTO__((const char*, int));
4878 if ((fd = creat(file, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)) < 0)
4899 if ((fd = creat(buf, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)) < 0)
4916 if ((fd = creat(buf, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)) < 0)
/ast/src/lib/libpp/
H A Dpplib.h768 extern int creat(const char*, int);
/ast/src/lib/libast/vmalloc/
H A Dmalloc.c1233 fd = creat(file, CREAT_MODE);

Completed in 39 milliseconds