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

/macosx-10.10.1/Libc-1044.1.2/sys/
H A Dopenx_np.c37 _mkfilex_np(int opcode, const char *path, int flags, filesec_t fsec) function
119 return(_mkfilex_np(OPENX, path, flags, fsec));
125 return(_mkfilex_np(MKFIFOX, path, 0, fsec));
131 return(_mkfilex_np(MKDIRX, path, 0, fsec));

Completed in 92 milliseconds