Searched refs:error_string (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | vsprintf.c | 617 static char *error_string(char *buf, char *end, const char *s, in error_string() function 654 *buf = error_string(*buf, end, err_msg, spec); in check_pointer() 786 return error_string(buf, end, str, spec); in ptr_to_id() 812 return error_string(buf, end, "pK-error", spec); in restricted_pointer() 1555 return error_string(buf, end, "(einval)", spec); in ip_addr_string() 1560 return error_string(buf, end, err_fmt_msg, spec); in ip_addr_string() 1697 return error_string(buf, end, "(%pN?)", spec); in netdev_bits() 1809 return error_string(buf, end, "(%ptR?)", spec); in time_and_date() 1818 return error_string(buf, end, "(%pC?)", spec); in clock() 1887 return error_string(buf, end, "(%pG?)", spec); in flags_string() [all …]
|