Searched refs:statres (Results 1 – 1 of 1) sorted by relevance
411 int statres; in process_entry() local413 statres = FSTATAT (dir->streamfd, name, &st, in process_entry()420 statres = ((data->flags & FTW_PHYS) in process_entry()425 if (statres < 0) in process_entry()438 statres = FSTATAT (dir->streamfd, name, &st, in process_entry()441 statres = LSTAT (name, &st); in process_entry()442 if (statres == 0 && S_ISLNK (st.st_mode)) in process_entry()
Completed in 4 milliseconds