Searched refs:statres (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dftw.c412 int statres; local
414 statres = FXSTATAT (_STAT_VER, dir->streamfd, name, &st,
421 statres = ((data->flags & FTW_PHYS)
426 if (statres < 0)
435 statres = FXSTATAT (_STAT_VER, dir->streamfd, name, &st,
438 statres = LXSTAT (_STAT_VER, name, &st);
439 if (statres == 0 && S_ISLNK (st.st_mode))

Completed in 42 milliseconds