Home
last modified time | relevance | path

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

/glibc-2.36/io/
Dtst-ftw-lnk.c51 const char *sb_type = "???"; in debug_cb() local
55 if (S_ISREG (sb->st_mode)) sb_type = "REG"; in debug_cb()
56 if (S_ISDIR (sb->st_mode)) sb_type = "DIR"; in debug_cb()
57 if (S_ISLNK (sb->st_mode)) sb_type = "LNK"; 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()