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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dpos4obj.h71 int __open_nc(const char *, int, mode_t);
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 64 milliseconds