/lib/kunit/ |
D | executor.c | 309 if (!strcmp(kunit_shutdown, "poweroff")) in kunit_handle_shutdown() 311 else if (!strcmp(kunit_shutdown, "halt")) in kunit_handle_shutdown() 313 else if (!strcmp(kunit_shutdown, "reboot")) in kunit_handle_shutdown() 340 else if (strcmp(action_param, "list") == 0) in kunit_run_all_tests() 342 else if (strcmp(action_param, "list_attr") == 0) in kunit_run_all_tests()
|
D | attributes.c | 125 if (!strcmp(input_val, str_list[j])) in attr_enum_filter() 160 return (strcmp(input + 2, str) != 0); in attr_string_filter() 162 return (strcmp(input + 1, str) == 0); in attr_string_filter() 308 if (!strcmp(input, kunit_attr_list[j].name)) { in kunit_next_attr_filter() 398 } else if (action && strcmp(action, "skip") == 0) { in kunit_filter_attr_tests()
|
D | test.c | 796 else if (!strcmp(action, "list")) in kunit_module_init() 798 else if (!strcmp(action, "list_attr")) in kunit_module_init()
|
/lib/ |
D | textsearch.c | 119 if (!strcmp(name, o->name)) { in lookup_ts_algo() 154 if (!strcmp(ops->name, o->name)) in textsearch_register()
|
D | cmdline_kunit.c | 94 int rc = strcmp(str, "") ? (strcmp(str, "-") ? 0 : 1) : 1; in cmdline_test_tail_int()
|
D | dynamic_debug.c | 433 if (!strcmp(keyword, "func")) { in ddebug_parse_query() 435 } else if (!strcmp(keyword, "file")) { in ddebug_parse_query() 452 } else if (!strcmp(keyword, "module")) { in ddebug_parse_query() 454 } else if (!strcmp(keyword, "format")) { in ddebug_parse_query() 459 } else if (!strcmp(keyword, "line")) { in ddebug_parse_query() 462 } else if (!strcmp(keyword, "class")) { in ddebug_parse_query() 1213 if (!strcmp(cm->mod_name, dt->mod_name)) { in ddebug_attach_module_classes() 1286 if (strcmp(param, "dyndbg")) in ddebug_dyndbg_param_cb() 1446 if (strcmp(modname, iter->modname)) { in dynamic_debug_init()
|
D | kasprintf.c | 47 if (!strcmp(fmt, "%s")) in kvasprintf_const()
|
D | dhry_2.c | 165 if (strcmp(Str_1_Par_Ref, Str_2_Par_Ref) > 0) { in Func_2()
|
D | crc64-rocksoft.c | 23 strcmp(alg->cra_name, CRC64_ROCKSOFT_STRING)) in crc64_rocksoft_notify()
|
D | crc-t10dif.c | 29 strcmp(alg->cra_name, CRC_T10DIF_STRING)) in crc_t10dif_notify()
|
D | bug.c | 102 if (strcmp(secstrings+sechdrs[i].sh_name, "__bug_table")) in module_bug_finalize()
|
D | buildid.c | 28 !strcmp((char *)(nhdr + 1), "GNU") && in parse_build_id_buf()
|
D | parser.c | 46 return strcmp(p, s) == 0; in match_one()
|
D | string.c | 276 int strcmp(const char *cs, const char *ct) in strcmp() function 290 EXPORT_SYMBOL(strcmp);
|
D | dhry_1.c | 242 if (strcmp(val, expected)) \ in dhry()
|
D | fortify_kunit.c | 105 if (strcmp(#TEST_alloc, "TEST_vmalloc") != 0) \
|
D | string_helpers.c | 953 if (!strcmp(item, string)) in match_string()
|
D | genalloc.c | 796 return !strcmp((*p)->name, data); in devm_gen_pool_match()
|
D | bootconfig.c | 640 if (!strcmp(xbc_node_get_data(node), k)) in find_match_node()
|
D | test_bpf.c | 15216 if (!strcmp(test_suite, "test_bpf")) { in find_test_index() 15218 if (!strcmp(tests[i].descr, test_name)) in find_test_index() 15223 if (!strcmp(test_suite, "test_tail_calls")) { in find_test_index() 15225 if (!strcmp(tail_call_tests[i].descr, test_name)) in find_test_index() 15230 if (!strcmp(test_suite, "test_skb_segment")) { in find_test_index() 15232 if (!strcmp(skb_segment_tests[i].descr, test_name)) in find_test_index() 15244 if (!strcmp(test_suite, "test_bpf")) in prepare_test_range() 15246 else if (!strcmp(test_suite, "test_tail_calls")) in prepare_test_range() 15248 else if (!strcmp(test_suite, "test_skb_segment")) in prepare_test_range() 15305 strcmp(test_suite, "test_bpf") && in test_bpf_init() [all …]
|
D | kobject.c | 912 if (kobject_name(k) && !strcmp(kobject_name(k), name)) { in kset_find_obj()
|
D | test_bitmap.c | 95 if (strcmp(expected_pbl, pbl_buffer)) { in __check_eq_pbl()
|
/lib/fonts/ |
D | fonts.c | 88 if (!strcmp(fonts[i]->name, name)) in find_font()
|