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