Searched refs:string_nocheck (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | vsprintf.c | 598 static char *string_nocheck(char *buf, char *end, const char *s, in string_nocheck() function 628 return string_nocheck(buf, end, s, spec); in error_string() 668 return string_nocheck(buf, end, s, spec); in string() 944 return string_nocheck(buf, end, sym, spec); in symbol_string() 1033 p = string_nocheck(p, pend, "io ", str_spec); in resource_string() 1036 p = string_nocheck(p, pend, "mem ", str_spec); in resource_string() 1039 p = string_nocheck(p, pend, "irq ", str_spec); in resource_string() 1042 p = string_nocheck(p, pend, "dma ", str_spec); in resource_string() 1045 p = string_nocheck(p, pend, "bus ", str_spec); in resource_string() 1048 p = string_nocheck(p, pend, "??? ", str_spec); in resource_string() [all …]
|