Searched refs:strchr (Results 1 – 8 of 8) sorted by relevance
/lib/ |
D | test_string.c | 123 result = strchr(test_string, test_string[i]); in strchr_selftest() 128 result = strchr(empty_string, '\0'); in strchr_selftest() 132 result = strchr(empty_string, 'a'); in strchr_selftest() 136 result = strchr(test_string, 'z'); in strchr_selftest()
|
D | kasprintf.c | 45 if (!strchr(fmt, '%')) in kvasprintf_const()
|
D | parser.c | 34 meta = strchr(p, '%'); in match_one()
|
D | string.c | 409 char *strchr(const char *s, int c) in strchr() function 416 EXPORT_SYMBOL(strchr);
|
D | string_helpers.c | 519 (is_dict && !strchr(only, c))) { in string_escape_mem()
|
D | dynamic_debug.c | 351 char *last = strchr(first, '-'); in ddebug_parse_query() 917 sep = strchr(param, '.'); in ddebug_dyndbg_param_cb()
|
D | test_kasan.c | 644 strchr(ptr, '1'); in kasan_strings()
|
D | kobject.c | 299 if (strchr(s, '/')) { in kobject_set_name_vargs()
|