Home
last modified time | relevance | path

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

/dports/security/rhash/RHash-1.4.2/
H A Dfile.h118 FUseLstat = FileInitRunLstat enumerator
H A Dfind_file.c210 int skip_symlinked_dirs = (data->options & FIND_FOLLOW_SYMLINKS ? 0 : FUseLstat); in scan_files()
H A Dfile.c745 if ((fstat_flags & FUseLstat) && lstat(file->real_path, &st) == 0) { in file_stat()