Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Dvasnprintf.c330 if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) in VASNPRINTF()
360 if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) in VASNPRINTF()
387 if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) in VASNPRINTF()
534 case TYPE_ULONGLONGINT: in VASNPRINTF()
693 case TYPE_ULONGLONGINT: in VASNPRINTF()
Dprintf-args.h53 TYPE_ULONGLONGINT, enumerator
Dprintf-args.c66 case TYPE_ULONGLONGINT: in printf_fetchargs()
Dprintf-parse.c405 type = TYPE_ULONGLONGINT; in PRINTF_PARSE()