Searched refs:str_spec (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/lib/ |
| H A D | vsprintf.c | 1078 static const struct printf_spec str_spec = { in resource_string() local 2156 struct printf_spec str_spec = spec; in device_node_string() local 2157 str_spec.field_width = -1; in device_node_string() 2188 precision = str_spec.precision; in device_node_string() 2190 buf = string(buf, end, p, str_spec); in device_node_string() 2191 str_spec.precision = precision; in device_node_string() 2200 buf = string(buf, end, p, str_spec); in device_node_string() 2213 buf = string(buf, end, p, str_spec); in device_node_string() 2221 buf = string(buf, end, p, str_spec); in device_node_string() 2239 struct printf_spec str_spec = spec; in fwnode_string() local [all …]
|