Searched refs:widen_string (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/lib/ |
D | vsprintf.c | 615 char *widen_string(char *buf, int n, char *end, struct printf_spec spec) in widen_string() function 651 return widen_string(buf, len, end, spec); in string_nocheck() 947 return widen_string(buf, n, end, spec); in dentry_name() 2196 return widen_string(buf, buf - buf_start, end, spec); in device_node_string() 2226 return widen_string(buf, buf - buf_start, end, spec); in fwnode_string()
|