Home
last modified time | relevance | path

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

/lib/
Dvsprintf.c413 #define SPECIAL 64 /* prefix hex with "0x", octal with "0" */ macro
460 int need_pfx = ((spec.flags & SPECIAL) && spec.base != 10); in number()
580 spec.flags = SPECIAL | SMALL | ZEROPAD; in special_hex_number()
1040 .flags = SPECIAL | SMALL,
1077 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()
1083 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()
2566 case '#': spec->flags |= SPECIAL; break; in format_decode()