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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dpos4obj.c58 __open_nc(const char *path, int oflag, mode_t mode) function
307 if ((fd = __open_nc(dfile, oflag, mode)) == -1)
325 if ((fd = __open_nc(dfile, (oflag | O_EXCL), mode)) == -1) {
327 fd = __open_nc(dfile, oflag & ~O_CREAT, mode);
379 if ((fd = __open_nc(dfile, O_RDWR | O_CREAT | O_EXCL, 0666))

Completed in 62 milliseconds