Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/comp/
H A Dnftw.c30 static int nftw_flags; variable
42 else if ((n & FTW_SL) && (!(nftw_flags & FTW_PHYSICAL) || stat(ftw->path, &st))) in nftw_user()
59 nftw_flags = flags; in nftw()