Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dprintf.c80 typedef void FAST_FUNC (*converter)(const char *arg, void *result); typedef
82 static int multiconvert(const char *arg, void *result, converter convert) in multiconvert()