Searched defs:vcreate (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/3d/
H A Dopen3d.c31 vcreate(register const char* path, int flags, int mode) function
240 r = vcreate(sp, ((oflag & O_ACCMODE) == O_RDWR) ? (oflag|O_CREAT) : oflag, mode);
246 r = vcreate(sp, O_CREAT|oflag, mode);
260 else r = vcreate(sp, O_CREAT|oflag, mode);

Completed in 7 milliseconds