Searched refs:widen_string (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/lib/ |
D | vsprintf.c | 617 char *widen_string(char *buf, int n, char *end, struct printf_spec spec) in widen_string() function 653 return widen_string(buf, len, end, spec); in string_nocheck() 944 return widen_string(buf, n, end, spec); in dentry_name() 2219 return widen_string(buf, buf - buf_start, end, spec); in device_node_string() 2249 return widen_string(buf, buf - buf_start, end, spec); in fwnode_string()
|