Home
last modified time | relevance | path

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

/dragonfly/lib/libtcplay/
H A Dhumanize.c43 const char *prefixp; in _humanize_number() local
47 prefixp = prefixes; in _humanize_number()
51 while ((i > 1024) && (*prefixp != '\0')) { in _humanize_number()
54 ++prefixp; in _humanize_number()
59 i, d, *prefixp); in _humanize_number()
61 ret = snprintf(buf, bufsz, "%"PRIu64" %c", i, *prefixp); in _humanize_number()
/dragonfly/usr.bin/rpcgen/
H A Drpc_parse.c528 get_type(const char **prefixp, const char **typep, defkind dkind) in get_type() argument
532 *prefixp = NULL; in get_type()
541 *prefixp = tok.str; in get_type()