Searched refs:typeflags (Results 1 – 1 of 1) sorted by relevance
49 const struct stat *sb, int typeflags) in debug_cb() argument59 if (typeflags == FTW_F) ftw_type = "F"; in debug_cb()60 if (typeflags == FTW_D) ftw_type = "D"; in debug_cb()61 if (typeflags == FTW_DNR) ftw_type = "DNR"; in debug_cb()62 if (typeflags == FTW_DP) ftw_type = "DP"; in debug_cb()63 if (typeflags == FTW_NS) ftw_type = "NS"; in debug_cb()64 if (typeflags == FTW_SL) ftw_type = "SL"; in debug_cb()65 if (typeflags == FTW_SLN) ftw_type = "SLN"; in debug_cb()92 debug_cb ("P", fpath, sb, typeflags); in callback_phys()124 if (S_ISREG (sb->st_mode) && typeflags == FTW_F) in callback_phys()[all …]
Completed in 3 milliseconds