Home
last modified time | relevance | path

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

/glibc-2.36/io/
Dtst-ftw-lnk.c48 debug_cb (const char *which, const char *fpath, in debug_cb() argument
67 printf ("%s %5d %-3s %-3s %s\n", which, (int)(sb->st_ino % 100000), sb_type, ftw_type, fpath); in debug_cb()
90 callback_phys (const char *fpath, const struct stat *sb, int typeflags, struct FTW *ftwbuf) in callback_phys() argument
92 debug_cb ("P", fpath, sb, typeflags); in callback_phys()
100 if (strcmp (fpath, "./link1-bad") == 0) in callback_phys()
111 if (strcmp (fpath, "./link2-ok") == 0) in callback_phys()
122 if (strcmp (fpath, "./link2-tgt") == 0) in callback_phys()
136 callback_log (const char *fpath, const struct stat *sb, int typeflags, struct FTW *ftwbuf) in callback_log() argument
138 debug_cb ("L", fpath, sb, typeflags); in callback_log()
148 if (strcmp (fpath, "./link1-bad") == 0) in callback_log()
[all …]
/glibc-2.36/elf/
Dtst-ldconfig-bad-aux-cache.c42 display_info (const char *fpath, const struct stat *sb, in display_info() argument
51 fpath, ftwbuf->base, fpath + ftwbuf->base); in display_info()