Searched refs:widen_string (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dvsprintf.c618 char *widen_string(char *buf, int n, char *end, struct printf_spec spec) function
654 return widen_string(buf, len, end, spec);
945 return widen_string(buf, n, end, spec);
2220 return widen_string(buf, buf - buf_start, end, spec);
2250 return widen_string(buf, buf - buf_start, end, spec);

Completed in 295 milliseconds