Searched refs:check_pointer (Results 1 – 1 of 1) sorted by relevance
/DragonStub/apps/lib/ |
H A D | vsprintf.c | 512 static int check_pointer(char **buf, char *end, const void *ptr, in check_pointer() function 529 if (check_pointer(&buf, end, s, spec)) in string() 560 if (check_pointer(&buf, end, addr, spec)) in hex_string() 610 if (check_pointer(&buf, end, addr, spec)) in mac_address_string()
|