Home
last modified time | relevance | path

Searched refs:string_nocheck (Results 1 – 1 of 1) sorted by relevance

/linux/lib/
H A Dvsprintf.c639 static char *string_nocheck(char *buf, char *end, const char *s, in string_nocheck() function
664 return string_nocheck(buf, end, sym, spec); in err_ptr()
688 return string_nocheck(buf, end, s, spec); in error_string()
728 return string_nocheck(buf, end, s, spec); in string()
1006 return string_nocheck(buf, end, sym, spec); in symbol_string()
1109 p = string_nocheck(p, pend, "io ", str_spec); in resource_string()
1112 p = string_nocheck(p, pend, "mem ", str_spec); in resource_string()
1115 p = string_nocheck(p, pend, "irq ", str_spec); in resource_string()
1118 p = string_nocheck(p, pend, "dma ", str_spec); in resource_string()
1121 p = string_nocheck(p, pend, "bus ", str_spec); in resource_string()
[all …]