Searched refs:string (Results 1 – 8 of 8) sorted by relevance
/lib/kunit/ |
D | Makefile | 4 string-stream.o \ 17 obj-$(CONFIG_KUNIT_TEST) += string-stream-test.o
|
/lib/ |
D | vsprintf.c | 717 char *string(char *buf, char *end, const char *s, in string() function 987 buf = string(buf, end, hd->disk_name, spec); in bdev_name() 1930 return string(buf, end, __clk_get_name(clk), spec); in clock() 1948 buf = string(buf, end, names->name, default_str_spec); in format_flags() 2011 buf = string(buf, end, fwnode_get_name_prefix(__fwnode), in fwnode_full_name_string() 2013 buf = string(buf, end, fwnode_get_name(__fwnode), in fwnode_full_name_string() 2068 buf = string(buf, end, p, str_spec); in device_node_string() 2078 buf = string(buf, end, p, str_spec); in device_node_string() 2091 buf = string(buf, end, p, str_spec); in device_node_string() 2099 buf = string(buf, end, p, str_spec); in device_node_string() [all …]
|
D | Kconfig.kgdb | 73 string "KGDB: which internal kgdb tests to run" 77 This is the command string to send the kgdb test suite on
|
D | string.c | 737 int match_string(const char * const *array, size_t n, const char *string) in match_string() argument 746 if (!strcmp(item, string)) in match_string()
|
D | Makefile | 33 lib-y := ctype.o string.o vsprintf.o cmdline.o \
|
D | Kconfig | 677 tristate "Test string functions"
|
D | Kconfig.debug | 108 function, module, format string, and line number. This mechanism 469 string "Char sequence that enables magic SysRq over serial" 476 If unsure, leave an empty string and the option will not be enabled. 2133 string (<linux/stringhash.h>), and siphash (<linux/siphash.h>)
|
/lib/mpi/ |
D | mpicoder.c | 202 MPI mpi_scanval(const char *string) in mpi_scanval() argument 210 if (mpi_fromstr(a, string)) { in mpi_scanval()
|