Home
last modified time | relevance | path

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

/lib/
Dvsprintf.c379 #define SPECIAL 64 /* prefix hex with "0x", octal with "0" */ macro
423 int need_pfx = ((spec.flags & SPECIAL) && spec.base != 10); in number()
543 spec.flags = SPECIAL | SMALL | ZEROPAD; in special_hex_number()
958 .flags = SPECIAL | SMALL,
995 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()
1001 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()
2284 case '#': spec->flags |= SPECIAL; break; in format_decode()