Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dstat.c118 typedef bool (*statfunc_ptr)(const char *, const char *); typedef
120 typedef bool (*statfunc_ptr)(const char *); typedef
764 statfunc_ptr statfunc = do_stat; in stat_main()