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

/illumos-gate/usr/src/lib/libc/port/gen/
H A D_xftw.c113 static DIR *nocdopendir(const char *, struct Var *);
183 dirp = nocdopendir(path, vp);
256 dirp = nocdopendir(path, vp);
275 nocdopendir(const char *path, struct Var *vp) function
H A Dnftw.c164 static DIR *nocdopendir(const char *);
553 * set var.opendirf to nocdopendir. In order to
555 * requires a depth arg >= 2 so that nocdopendir() can use openat()
564 var.opendirf = nocdopendir;
689 nocdopendir(const char *path) function

Completed in 46 milliseconds