Searched refs:stb (Results 51 - 51 of 51) sorted by relevance

123

/freebsd-9.3-release/usr.sbin/mountd/
H A Dmountd.c941 struct stat stb; local
996 stat(dirpath, &stb) < 0 ||
997 (!S_ISDIR(stb.st_mode) &&
998 (dir_only || !S_ISREG(stb.st_mode))) ||

Completed in 117 milliseconds

123