Searched refs:string (Results 1 – 4 of 4) sorted by relevance
/lib/ |
D | vsprintf.c | 505 char *string(char *buf, char *end, const char *s, struct printf_spec spec) in string() function 556 return string(buf, end, sym, spec); in symbol_string() 626 p = string(p, pend, "io ", str_spec); in resource_string() 629 p = string(p, pend, "mem ", str_spec); in resource_string() 632 p = string(p, pend, "irq ", str_spec); in resource_string() 635 p = string(p, pend, "dma ", str_spec); in resource_string() 638 p = string(p, pend, "bus ", str_spec); in resource_string() 641 p = string(p, pend, "??? ", str_spec); in resource_string() 652 p = string(p, pend, " 64bit", str_spec); in resource_string() 654 p = string(p, pend, " pref", 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 | 10 lib-y := ctype.o string.o vsprintf.o cmdline.o \
|
D | Kconfig.debug | 1401 function, module, format string, and line number. This mechanism
|