Searched refs:string (Results 1 – 4 of 4) sorted by relevance
/lib/ |
D | vsprintf.c | 511 char *string(char *buf, char *end, const char *s, struct printf_spec spec) in string() function 637 return string(buf, end, sym, spec); in symbol_string() 707 p = string(p, pend, "io ", str_spec); in resource_string() 710 p = string(p, pend, "mem ", str_spec); in resource_string() 713 p = string(p, pend, "irq ", str_spec); in resource_string() 716 p = string(p, pend, "dma ", str_spec); in resource_string() 719 p = string(p, pend, "bus ", str_spec); in resource_string() 722 p = string(p, pend, "??? ", str_spec); in resource_string() 727 p = string(p, pend, "size ", str_spec); in resource_string() 738 p = string(p, pend, " 64bit", str_spec); in resource_string() [all …]
|
D | Kconfig.kgdb | 52 string "KGDB: which internal kgdb tests to run" 56 This is the command string to send the kgdb test suite on
|
D | Makefile | 22 lib-y := ctype.o string.o vsprintf.o cmdline.o \
|
D | Kconfig.debug | 57 function, module, format string, and line number. This mechanism
|