Searched refs:pointer_string (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/lib/ |
D | vsprintf.c | 723 static char *pointer_string(char *buf, char *end, in pointer_string() function 833 return pointer_string(buf, end, ptr, spec); in ptr_to_id() 838 return pointer_string(buf, end, (const void *)hashval, spec); in ptr_to_id() 848 return pointer_string(buf, end, (const void *)hashval, spec); in ptr_to_id() 897 return pointer_string(buf, end, ptr, spec); in restricted_pointer() 2456 return pointer_string(buf, end, ptr, spec); in pointer() 2477 return pointer_string(buf, end, ptr, spec); in pointer()
|