Home
last modified time | relevance | path

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

/glibc-2.36/io/
Dtst-ftw-lnk.c52 const char *ftw_type = "???"; in debug_cb() local
59 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()
67 printf ("%s %5d %-3s %-3s %s\n", which, (int)(sb->st_ino % 100000), sb_type, ftw_type, fpath); in debug_cb()