Searched defs:creat (Results 1 - 2 of 2) 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/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)

Completed in 22 milliseconds