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

/illumos-gate/usr/src/lib/libc/port/gen/
H A D_xftw.c114 static int nocdstat(const char *, struct stat *, struct Var *, int);
157 if (nocdstat(path, &sb, vp, 0) < 0) {
160 if ((nocdstat(path, &sb, vp, AT_SYMLINK_NOFOLLOW) != -1) &&
322 nocdstat(const char *path, struct stat *statp, struct Var *vp, int sym) function
H A Dnftw.c162 static int nocdstat(const char *, struct stat *, struct Save *, int flags);
202 vp->statf = nocdstat;
265 ((vp->statf == nocdstat) &&
561 * to cdstat() or nocdstat().
568 var.statf = nocdstat;
633 nocdstat(const char *path, struct stat *statp, struct Save *lp, int flags) function

Completed in 56 milliseconds