Home
last modified time | relevance | path

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

/lib/
Dvsprintf.c358 #define SPECIAL 64 /* prefix hex with "0x", octal with "0" */ macro
399 int need_pfx = ((spec.flags & SPECIAL) && spec.base != 10); in number()
640 spec.flags |= SPECIAL | SMALL | ZEROPAD; in symbol_string()
662 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()
668 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()
689 .flags = SPECIAL | SMALL, in resource_string()
1308 spec.flags |= SPECIAL | SMALL | ZEROPAD; in netdev_feature_string()
1322 spec.flags |= SPECIAL | SMALL | ZEROPAD; in address_val()
1355 spec.flags |= SPECIAL | SMALL | ZEROPAD; in clock()
1679 case '#': spec->flags |= SPECIAL; break; in format_decode()