Home
last modified time | relevance | path

Searched refs:nocdstat (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A D_xftw.c112 static int nocdstat(const char *, struct stat *, struct Var *, int);
154 if (nocdstat(path, &sb, vp, 0) < 0) { in fwalk()
157 if ((nocdstat(path, &sb, vp, AT_SYMLINK_NOFOLLOW) != -1) && in fwalk()
319 nocdstat(const char *path, struct stat *statp, struct Var *vp, int sym) in nocdstat() function
H A Dnftw.c160 static int nocdstat(const char *, struct stat *, struct Save *, int flags);
200 vp->statf = nocdstat; in walk()
263 ((vp->statf == nocdstat) && in walk()
566 var.statf = nocdstat; in nftw()
631 nocdstat(const char *path, struct stat *statp, struct Save *lp, int flags) in nocdstat() function