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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dftw.h35 FTW_D, /* Directory. */ enumerator in enum:__anon2820
36 #define FTW_D FTW_D macro
72 FTW_CONTINUE = 0, /* Continue with next sibling or for FTW_D with the
78 FTW_SKIP_SUBTREE = 2, /* Only meaningful for FTW_D: Don't walk through the
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dftw.c160 FTW_F, FTW_D, FTW_DNR, FTW_NS, FTW_SL, FTW_DP, FTW_SLN
165 FTW_F, FTW_D, FTW_DNR, FTW_NS, FTW_F, FTW_D, FTW_NS
448 flag = FTW_D;
459 if (flag == FTW_D)
504 result = (*data->func) (data->dirbuf, st, FTW_D, &data->ftw);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dvolume.c1445 if (tflag == FTW_F || tflag == FTW_D) {

Completed in 69 milliseconds