Searched refs:strchr (Results 1 – 13 of 13) sorted by relevance
/lib/ |
A D | string.c | 329 char *strchr(const char *s, int c) in strchr() function 336 EXPORT_SYMBOL(strchr); 450 if (!strchr(accept, *p)) in strspn() 469 if (strchr(reject, *p)) in strcspn() 488 if (strchr(ct, *sc)) in strpbrk()
|
A D | kasprintf.c | 45 if (!strchr(fmt, '%')) in kvasprintf_const()
|
A D | base64.c | 81 const char *p = strchr(base64_table, src[i]); in base64_decode()
|
A D | bootconfig.c | 516 ret = strchr(p, '\n'); in skip_comment() 586 if (c && !strchr(",;\n#}", c)) in __xbc_parse_value() 592 if (strchr(",;\n#}", c)) { in __xbc_parse_value() 682 while ((p = strchr(k, '.'))) { in __xbc_parse_keys()
|
A D | parser.c | 44 meta = strchr(p, '%'); in match_one()
|
A D | dynamic_debug.c | 355 char *last = strchr(first, '-'); in parse_linerange() 440 fline = strchr(query->filename, ':'); in ddebug_parse_query() 656 p = strchr(cl_str, ','); in param_set_dyndbg_classnames() 1278 sep = strchr(param, '.'); in ddebug_dyndbg_param_cb()
|
A D | seq_buf.c | 123 while ((lf = strchr(start, '\n'))) { in seq_buf_do_printk()
|
A D | string_helpers.c | 587 bool in_dict = is_dict && strchr(only, c); in string_escape_mem()
|
A D | kobject.c | 284 if (strchr(s, '/')) { in kobject_set_name_vargs()
|
/lib/kunit/ |
A D | attributes.c | 122 if (!strchr(op_list, input[i])) { in attr_enum_filter() 186 if (!strchr(op_list, input[i])) { in attr_bool_filter() 346 if (op_index < 0 && strchr(op_list, input[i])) { in kunit_next_attr_filter()
|
A D | string-stream-test.c | 199 string_end = strchr(pos, '\n'); in string_stream_line_add_test() 256 string_end = strchr(pos, '\n'); in string_stream_variable_length_line_test()
|
A D | executor.c | 89 const char *period = strchr(filter_glob, '.'); in kunit_parse_glob_filter()
|
/lib/tests/ |
A D | string_kunit.c | 115 result = strchr(test_string, test_string[i]); in string_test_strchr() 120 result = strchr(empty_string, '\0'); in string_test_strchr() 123 result = strchr(empty_string, 'a'); in string_test_strchr() 126 result = strchr(test_string, 'z'); in string_test_strchr()
|
Completed in 30 milliseconds