Searched refs:pointer_string (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/lib/ |
D | vsprintf.c | 1361 char *pointer_string(char *buf, char *end, const void *ptr, in pointer_string() function 1420 return pointer_string(buf, end, ptr, spec); in restricted_pointer() 1720 return pointer_string(buf, end, (const void *)hashval, spec); in ptr_to_id() 1739 return pointer_string(buf, end, (const void *)hashval, spec); in ptr_to_id() 1972 return pointer_string(buf, end, ptr, spec); in pointer()
|