Searched refs:strcmp (Results 1 – 16 of 16) sorted by relevance
/lib/kunit/ |
D | executor.c | 90 if (!strcmp(kunit_shutdown, "poweroff")) in kunit_handle_shutdown() 92 else if (!strcmp(kunit_shutdown, "halt")) in kunit_handle_shutdown() 94 else if (!strcmp(kunit_shutdown, "reboot")) in kunit_handle_shutdown()
|
/lib/ |
D | cmdline_kunit.c | 94 int rc = strcmp(str, "") ? (strcmp(str, "-") ? 0 : 1) : 1; in cmdline_test_tail_int()
|
D | textsearch.c | 119 if (!strcmp(name, o->name)) { in lookup_ts_algo() 154 if (!strcmp(ops->name, o->name)) in textsearch_register()
|
D | dynamic_debug.c | 387 if (!strcmp(keyword, "func")) { in ddebug_parse_query() 389 } else if (!strcmp(keyword, "file")) { in ddebug_parse_query() 406 } else if (!strcmp(keyword, "module")) { in ddebug_parse_query() 408 } else if (!strcmp(keyword, "format")) { in ddebug_parse_query() 413 } else if (!strcmp(keyword, "line")) { in ddebug_parse_query() 976 if (strcmp(param, "dyndbg")) in ddebug_dyndbg_param_cb() 1091 if (strcmp(modname, iter->modname)) { in dynamic_debug_init()
|
D | kasprintf.c | 47 if (!strcmp(fmt, "%s")) in kvasprintf_const()
|
D | crc-t10dif.c | 29 strcmp(alg->cra_name, CRC_T10DIF_STRING)) in crc_t10dif_notify()
|
D | string.c | 380 int strcmp(const char *cs, const char *ct) in strcmp() function 394 EXPORT_SYMBOL(strcmp); 744 if (!strcmp(item, string)) in match_string()
|
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 | 37 return strcmp(p, s) == 0; in match_one()
|
D | bootconfig.c | 572 if (!strcmp(xbc_node_get_data(node), k)) in find_match_node()
|
D | genalloc.c | 796 return !strcmp((*p)->name, data); in devm_gen_pool_match()
|
D | test_bitmap.c | 93 if (strcmp(expected_pbl, pbl_buffer)) { in __check_eq_pbl()
|
D | kobject.c | 929 if (kobject_name(k) && !strcmp(kobject_name(k), name)) { in kset_find_obj()
|
D | test_bpf.c | 8685 if (!strcmp(tests[i].descr, test_name)) in find_test_index()
|
/lib/fonts/ |
D | fonts.c | 88 if (!strcmp(fonts[i]->name, name)) in find_font()
|