Lines Matching defs:spec
261 static void set_field_width(struct printf_spec *spec, int width) in set_field_width()
271 static void set_precision(struct printf_spec *spec, int prec) in set_precision()
281 number(char *buf, char *end, unsigned long long num, struct printf_spec spec) in number()
404 struct printf_spec spec; in special_hex_number() local
442 struct printf_spec spec) in widen_string()
464 struct printf_spec spec) in string_nocheck()
483 struct printf_spec spec) in error_string()
513 struct printf_spec spec) in check_pointer()
527 struct printf_spec spec) in string()
536 struct printf_spec spec) in pointer_string()
549 struct printf_spec spec, in hex_string()
601 struct printf_spec spec, in mac_address_string()
642 struct printf_spec spec) in default_pointer()
647 static char *err_ptr(char *buf, char *end, void *ptr, struct printf_spec spec) in err_ptr()
797 void *ptr, struct printf_spec spec) in pointer()
914 struct printf_spec *spec) in format_decode()
1136 struct printf_spec spec = { 0 }; in vsnprintf() local