Searched refs:widen_string (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/lib/ |
| H A D | vsprintf.c | 611 char *widen_string(char *buf, int n, char *end, struct printf_spec spec) in widen_string() function 647 return widen_string(buf, len, end, spec); in string_nocheck() 938 return widen_string(buf, n, end, spec); in dentry_name() 2232 return widen_string(buf, buf - buf_start, end, spec); in device_node_string() 2262 return widen_string(buf, buf - buf_start, end, spec); in fwnode_string()
|