Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/comp/
H A Dnftw.c31 static int (*nftw_userf)(const char*, const struct stat*, int, struct FTW*); variable
47 n = (*nftw_userf)(ftw->path, &ftw->statb, n, &nftw); in nftw_user()
56 nftw_userf = userf; in nftw()