Searched refs:nocdstat (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | _xftw.c | 114 static int nocdstat(const char *, struct stat *, struct Var *, int); 157 if (nocdstat(path, &sb, vp, 0) < 0) { in fwalk() 160 if ((nocdstat(path, &sb, vp, AT_SYMLINK_NOFOLLOW) != -1) && in fwalk() 322 nocdstat(const char *path, struct stat *statp, struct Var *vp, int sym) in nocdstat() function
|
H A D | nftw.c | 162 static int nocdstat(const char *, struct stat *, struct Save *, int flags); 202 vp->statf = nocdstat; in walk() 265 ((vp->statf == nocdstat) && in walk() 568 var.statf = nocdstat; in nftw() 633 nocdstat(const char *path, struct stat *statp, struct Save *lp, int flags) in nocdstat() function
|