Searched refs:pointer_string (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/lib/ |
D | vsprintf.c | 728 static char *pointer_string(char *buf, char *end, in pointer_string() function 816 return pointer_string(buf, end, ptr, spec); in ptr_to_id() 821 return pointer_string(buf, end, (const void *)hashval, spec); in ptr_to_id() 831 return pointer_string(buf, end, (const void *)hashval, spec); in ptr_to_id() 842 return pointer_string(buf, end, ptr, spec); in default_pointer() 893 return pointer_string(buf, end, ptr, spec); in restricted_pointer() 2448 return pointer_string(buf, end, ptr, spec); in pointer()
|