Home
last modified time | relevance | path

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

/lib/tests/
A Dscanf_kunit.c27 const char *string, const char *fmt, int n_args, ...) in _test() argument
34 ret = vsscanf(string, fmt, ap_copy); in _test()
39 file, line, string, fmt, ret, n_args); in _test()
41 (*fn)(test, file, line, check_data, string, fmt, n_args, ap); in _test()
65 _check_numbers_template("%llu", pval, string, fmt, n_args, ap); in check_ull()
73 _check_numbers_template("%lld", pval, string, fmt, n_args, ap); in check_ll()
82 _check_numbers_template("%lu", pval, string, fmt, n_args, ap); in check_ulong()
90 _check_numbers_template("%ld", pval, string, fmt, n_args, ap); in check_long()
98 _check_numbers_template("%u", pval, string, fmt, n_args, ap); in check_uint()
106 _check_numbers_template("%d", pval, string, fmt, n_args, ap); in check_int()
[all …]
/lib/
A Dasn1_encoder.c271 u32 tag, const unsigned char *string, int len) in asn1_encode_tag() argument
279 if (!string && WARN(len > 127, in asn1_encode_tag()
286 if (!string && len > 0) { in asn1_encode_tag()
305 if (!string) in asn1_encode_tag()
311 memcpy(data, string, len); in asn1_encode_tag()
330 const unsigned char *string, u32 len) in asn1_encode_octet_string() argument
352 memcpy(data, string, len); in asn1_encode_octet_string()
A Dvsprintf.c729 char *string(char *buf, char *end, const char *s, in string() function
975 buf = string(buf, end, hd->disk_name, spec); in bdev_name()
1859 return string(buf, end, output, spec); in fourcc_string()
2020 return string(buf, end, __clk_get_name(clk), spec); in clock()
2166 buf = string(buf, end, fwnode_get_name(__fwnode), in fwnode_full_name_string()
2221 buf = string(buf, end, p, str_spec); in device_node_string()
2231 buf = string(buf, end, p, str_spec); in device_node_string()
2244 buf = string(buf, end, p, str_spec); in device_node_string()
2252 buf = string(buf, end, p, str_spec); in device_node_string()
2593 return string(buf, end, ptr, spec); in pointer()
[all …]
A DKconfig.kgdb73 string "KGDB: which internal kgdb tests to run"
77 This is the command string to send the kgdb test suite on
A Dstring_helpers.c923 int match_string(const char * const *array, size_t n, const char *string) in match_string() argument
932 if (!strcmp(item, string)) in match_string()
A DMakefile36 lib-y := ctype.o string.o vsprintf.o cmdline.o \
A DKconfig.debug119 function, module, format string, and line number. This mechanism
654 string "Char sequence that enables magic SysRq over serial"
661 If unsure, leave an empty string and the option will not be enabled.
2473 tristate "KUnit test string functions at runtime" if !KUNIT_ALL_TESTS
2478 tristate "KUnit test string helpers at runtime" if !KUNIT_ALL_TESTS
2688 Enable this option to test the kernel's string (<linux/stringhash.h>), and
/lib/kunit/
A DMakefile7 string-stream.o \
27 obj-$(CONFIG_KUNIT_TEST) += string-stream-test.o

Completed in 20 milliseconds