Searched refs:nocdstat (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | _xftw.c | 112 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 D | nftw.c | 160 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
|