Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnftw.c158 static int cdstat(const char *, struct stat *, struct Save *, int flags);
202 vp->statf = cdstat; in walk()
260 if (((vp->statf == cdstat) && in walk()
572 var.statf = cdstat; in nftw()
610 cdstat(const char *path, struct stat *statp, struct Save *lp __unused, in cdstat() function