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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnftw.c155 DIR *(*opendirf)(const char *); member in struct:Var
221 if ((this.fd = (*vp->opendirf)(comp)) == 0) {
223 (this.fd = (*vp->opendirf)(comp)) != 0) {
225 * If opendirf fails because there
228 * fd, and another opendirf doesn't
430 this.fd = (*vp->opendirf)(comp);
551 * If doing chdir()'s, set var.opendirf to cdopendir.
553 * set var.opendirf to nocdopendir. In order to
557 * chdir()'s if nftw()'s depth arg <= 1, set var.opendirf to
564 var.opendirf
[all...]

Completed in 55 milliseconds