/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/ |
H A D | main.c | 1904 if (!strcmp(board_type_param, "fpga")) { in wl18xx_setup() 1906 } else if (!strcmp(board_type_param, "hdk")) { in wl18xx_setup() 1908 } else if (!strcmp(board_type_param, "dvp")) { in wl18xx_setup() 1910 } else if (!strcmp(board_type_param, "evb")) { in wl18xx_setup() 1912 } else if (!strcmp(board_type_param, "com8")) { in wl18xx_setup() 1948 if (!strcmp(ht_mode_param, "default")) in wl18xx_setup() 1950 else if (!strcmp(ht_mode_param, "wide")) in wl18xx_setup() 1952 else if (!strcmp(ht_mode_param, "siso20")) in wl18xx_setup()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-kmem.c | 706 if (strcmp(gfp_compact_table[i].original, str)) in compact_gfp_flags() 1411 if (!strcmp(evsel__name(evsel), "kmem:mm_page_alloc") && in __cmd_kmem() 1690 if (!strcmp(slab_sorts[i]->name, tok)) { in slab_sort_dimension__add() 1710 if (!strcmp(page_sorts[i]->name, tok)) { in page_sort_dimension__add() 1924 if (!strcmp(var, "kmem.default")) { in kmem_config() 1925 if (!strcmp(value, "slab")) in kmem_config() 1927 else if (!strcmp(value, "page")) in kmem_config() 2034 if (!strcmp(argv[0], "stat")) { in cmd_kmem()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | common.c | 592 if (!strcmp(name, "CONFIG")) { in tomoyo_set_mode() 611 if (strcmp(name + len, tomoyo_mac_keywords[i])) in tomoyo_set_mode() 687 if (!strcmp(data, "COMMENT")) { in tomoyo_write_profile() 702 if (!strcmp(data, "PREFERENCE")) { in tomoyo_write_profile() 889 if (!strcmp(data, "manage_by_non_root")) { in tomoyo_write_manager() 950 !strcmp(exe, ptr->manager->name))) { in tomoyo_manager() 2692 if (!strcmp(cp0, "reset")) { in tomoyo_write_control() 2708 if (!strcmp(cp0, "select transition_only")) { in tomoyo_write_control()
|
/kernel/linux/linux-6.6/net/devlink/ |
H A D | trap.c | 91 if (!strcmp(trap_item->trap->name, name)) in devlink_trap_item_lookup() 441 if (!strcmp(group_item->group->name, name)) in devlink_trap_group_item_lookup() 602 if (strcmp(trap_item->group_item->group->name, group_name)) in __devlink_trap_group_action_set() 614 if (strcmp(trap_item->group_item->group->name, group_name)) in __devlink_trap_group_action_set() 1096 if (strcmp(trap->name, devlink_trap_generic[trap->id].name)) in devlink_trap_generic_verify() 1113 if (!strcmp(trap->name, devlink_trap_generic[i].name)) in devlink_trap_driver_verify() 1137 if (strcmp(group->name, devlink_trap_group_generic[group->id].name)) in devlink_trap_group_generic_verify() 1152 if (!strcmp(group->name, devlink_trap_group_generic[i].name)) in devlink_trap_group_driver_verify()
|
/third_party/backends/backend/ |
H A D | kodak.c | 344 if (strcmp (s->sane.name, device_name) == 0) { in attach_one() 528 if (strcmp ("KODAK", s->vendor_name)) { in init_inquire() 789 if (strcmp (dev->sane.name, name) == 0) { in sane_open() 1406 if (!strcmp (val, STRING_ADFFRONT)) { in sane_control_option() 1409 else if (!strcmp (val, STRING_ADFBACK)) { in sane_control_option() 1423 if (!strcmp (val, STRING_LINEART)) { in sane_control_option() 1426 else if (!strcmp (val, STRING_HALFTONE)) { in sane_control_option() 1429 else if (!strcmp (val, STRING_GRAYSCALE)) { in sane_control_option()
|
H A D | teco1.c | 296 if (strcmp (list[index], name) == 0) in get_string_list_index() 508 strcmp (dev->scsi_teco_name, scanners[i].scsi_teco_name) == 0) in teco_identify_scanner() 964 if (strcmp (dev->sane.name, devicename) == 0) in attach_scanner() 1556 if (strcmp (dev->sane.name, devicename) == 0) in sane_open() 1748 if (strcmp (dev->val[option].s, val) == 0) in sane_control_option() 1762 if (strcmp (dev->val[OPT_MODE].s, BLACK_WHITE_STR) == 0) in sane_control_option() 1769 else if (strcmp (dev->val[OPT_MODE].s, GRAY_STR) == 0) in sane_control_option() 1779 else if (strcmp (dev->val[OPT_MODE].s, COLOR_STR) == 0) in sane_control_option()
|
H A D | sp15c.c | 581 if (strcmp (val, "ADF") == 0) in sane_control_option() 591 else if (strcmp (val, "FB") == 0) in sane_control_option() 612 if (strcmp (val, lineStr) == 0) in sane_control_option() 623 else if (strcmp (val, halfStr) == 0) in sane_control_option() 634 else if (strcmp (val, gray4Str) == 0) in sane_control_option() 644 else if (strcmp (val, gray8Str) == 0) in sane_control_option() 654 else if (strcmp (val, colorStr) == 0) in sane_control_option() 1005 if (strcmp (dev->sane.name, devicename) == 0) in attach_scanner()
|
H A D | teco3.c | 236 if (strcmp (list[index], name) == 0) in get_string_list_index() 403 strcmp (dev->scsi_teco_name, scanners[i].scsi_teco_name) == 0) in teco_identify_scanner() 790 if (strcmp (dev->sane.name, devicename) == 0) in attach_scanner() 1579 if (strcmp (dev->sane.name, devicename) == 0) in sane_open() 1762 if (strcmp (dev->val[option].s, val) == 0) in sane_control_option() 1776 if (strcmp (dev->val[OPT_MODE].s, BLACK_WHITE_STR) == 0) in sane_control_option() 1783 else if (strcmp (dev->val[OPT_MODE].s, GRAY_STR) == 0) in sane_control_option() 1793 else if (strcmp (dev->val[OPT_MODE].s, COLOR_STR) == 0) in sane_control_option()
|
H A D | sceptre.c | 298 strcmp (dev->scsi_vendor, scanners[i].scsi_vendor) == 0 && in sceptre_identify_scanner() 299 strcmp (dev->scsi_product, scanners[i].scsi_product) == 0) in sceptre_identify_scanner() 543 if (strcmp (dev->sane.name, devicename) == 0) in attach_scanner() 1395 if (strcmp (dev->sane.name, devicename) == 0) in sane_open() 1572 if (strcmp (dev->val[OPT_MODE].s, LINEART_STR) == 0) in sane_control_option() 1577 else if (strcmp (dev->val[OPT_MODE].s, HALFTONE_STR) == 0) in sane_control_option() 1582 else if (strcmp (dev->val[OPT_MODE].s, GRAY_STR) == 0) in sane_control_option() 1586 else if (strcmp (dev->val[OPT_MODE].s, COLOR_STR) == 0) in sane_control_option()
|
H A D | avision.c | 2746 } else if (strcmp (dev->color_list [i], name) == 0) { in add_color_mode() 2778 if (dev->color_list [i] != 0 && strcmp (dev->color_list [i], name) == 0) { in match_color_mode() 2819 } else if (strcmp (dev->source_list [i], name) == 0) { in add_source_mode() 2837 if (dev->source_list [i] != 0 && strcmp (dev->source_list [i], name) == 0) { in match_source_mode() 3875 if (strcmp (dev->sane.vendor, "Xerox") == 0 || in string_for_button() 3876 strcmp (dev->sane.vendor, "Visioneer") == 0 || in string_for_button() 3877 strcmp (dev->sane.model, "AV121") == 0 || in string_for_button() 3878 strcmp (dev->sane.model, "AV122") == 0 in string_for_button() 3888 if (strcmp (dev->sane.model, "AV210C2") == 0 || in string_for_button() 3889 strcmp (de in string_for_button() [all...] |
/third_party/openssl/test/ |
H A D | endecode_test.c | 82 if (strcmp(type, "DH") == 0) in make_template() 85 if (strcmp(type, "X9.42 DH") == 0) in make_template() 282 if (strcmp(input_type, "DER") == 0) in decode_EVP_PKEY_prov() 579 if (strcmp(type, "DH") == 0) in check_params_DER() 581 else if (strcmp(type, "X9.42 DH") == 0) in check_params_DER() 583 else if (strcmp(type, "DSA") == 0) in check_params_DER() 585 else if (strcmp(type, "EC") == 0) in check_params_DER() 1312 if (strcmp(prov_name, "fips") == 0) in setup_tests()
|
/third_party/optimized-routines/math/test/ |
H A D | mathtest.c | 114 return strcmp(((test_func*)a)->name, ((test_func*)b)->name); in compare_tfuncs() 458 int c = strcmp(word, array[k]); in find() 477 int c = strcmp(word, tfuncs[k].name); in find_testfunc() 663 if(0 == strcmp(name,sop->name)) { in find_special_op_from_name() 753 randomstate = (!strcmp(q, "on")); in parsetest() 802 } else if(strcmp(q,"zero")==0) { in parsetest() 804 } else if(strcmp(q,"nan")==0) { in parsetest() 806 } else if(strcmp(q,"finite")==0) { in parsetest()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-tag-table.hh | 1696 if (0 == strcmp (&lang_str[1], "rt-lojban")) in hb_ot_tags_from_complex_language() 2422 if (0 == strcmp (&lang_str[1], "-navajo")) in hb_ot_tags_from_complex_language() 2435 if (0 == strcmp (&lang_str[1], "-hak")) in hb_ot_tags_from_complex_language() 2442 if (0 == strcmp (&lang_str[1], "-lux")) in hb_ot_tags_from_complex_language() 2590 if (0 == strcmp (&lang_str[1], "o-bok")) in hb_ot_tags_from_complex_language() 2597 if (0 == strcmp (&lang_str[1], "o-nyn")) in hb_ot_tags_from_complex_language() 2717 if (0 == strcmp (&lang_str[1], "h-min-nan")) in hb_ot_tags_from_complex_language() 2738 if (0 == strcmp (&lang_str[1], "h-min")) in hb_ot_tags_from_complex_language()
|
/third_party/elfutils/src/ |
H A D | readelf.c | 514 else if (strcmp (arg, "abbrev") == 0) in parse_opt() 516 else if (strcmp (arg, "addr") == 0) in parse_opt() 521 else if (strcmp (arg, "aranges") == 0) in parse_opt() 523 else if (strcmp (arg, "decodedaranges") == 0) in parse_opt() 528 else if (strcmp (arg, "ranges") == 0) in parse_opt() 533 else if (strcmp (arg, "frame") == 0 || strcmp (arg, "frames") == 0) in parse_opt() 535 else if (strcmp (arg, "info") == 0) in parse_opt() 540 else if (strcmp (arg, "info+") == 0) in parse_opt() 546 else if (strcmp (ar in parse_opt() [all...] |
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/ |
H A D | lnn_local_net_ledger.c | 1095 if (strcmp(beforeName, (char *)name) != 0) { in UpdateLocalDeviceName() 1100 if (strcmp((char *)name, localNodeInfo.deviceInfo.deviceName) == 0) { in UpdateLocalDeviceName() 1128 if (strcmp(beforeName, (char *)name) != 0) { in UpdateUnifiedName() 1133 if (strcmp((char *)name, localNodeInfo.deviceInfo.unifiedName) == 0) { in UpdateUnifiedName() 1162 if (strcmp(beforeName, (char *)name) != 0) { in UpdateUnifiedDefaultName() 1167 if (strcmp((char *)name, localNodeInfo.deviceInfo.unifiedDefaultName) == 0) { in UpdateUnifiedDefaultName() 1196 if (strcmp(beforeName, (char *)name) != 0) { in UpdateNickName() 1200 if (strcmp((char *)name, localNodeInfo.deviceInfo.nickName) == 0) { in UpdateNickName() 1376 if (strcmp(beforeMac, (char *)mac) == 0) { in UpdateLocalBtMac() 1425 if (strcmp(localUdi in UpdateMasterNodeUdid() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_softmac.c | 698 ((0 == strcmp(crypt->ops->name, "WEP") || wpa_ie_len)); in ieee80211_probe_resp() 969 encrypt = ieee->host_encrypt && crypt && crypt->ops && ((0 == strcmp(crypt->ops->name, "WEP") || wpa_ie_len)); in ieee80211_association_req() 2822 if (strcmp(param->u.crypt.alg, "none") == 0) { in ieee80211_wpa_set_encryption() 2840 strcmp(param->u.crypt.alg, "TKIP")) in ieee80211_wpa_set_encryption() 2844 if (!strcmp(param->u.crypt.alg, "WEP")) in ieee80211_wpa_set_encryption() 2846 else if (!strcmp(param->u.crypt.alg, "TKIP")) in ieee80211_wpa_set_encryption() 2848 else if (!strcmp(param->u.crypt.alg, "CCMP")) in ieee80211_wpa_set_encryption() 2909 if (strcmp(param->u.crypt.alg, "WEP") == 0) { in ieee80211_wpa_set_encryption() 2912 } else if (strcmp(param->u.crypt.alg, "TKIP") == 0) { in ieee80211_wpa_set_encryption() 2915 } else if (strcmp(para in ieee80211_wpa_set_encryption() [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-c2c.c | 1662 if (!strcmp(dim->name, name)) in get_dimension() 2574 if (!strcmp(display, "tot")) in setup_display() 2576 else if (!strcmp(display, "rmt")) in setup_display() 2578 else if (!strcmp(display, "lcl")) in setup_display() 2607 if (!strcmp(tok, "tid")) { in build_cl_output() 2609 } else if (!strcmp(tok, "pid")) { in build_cl_output() 2611 } else if (!strcmp(tok, "iaddr")) { in build_cl_output() 2616 } else if (!strcmp(tok, "dso")) { in build_cl_output() 2618 } else if (strcmp(tok, "offset")) { in build_cl_output() 2845 if (!strcmp(st in parse_record_events() [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_softmac.c | 698 ((0 == strcmp(crypt->ops->name, "WEP") || wpa_ie_len)); in ieee80211_probe_resp() 969 encrypt = ieee->host_encrypt && crypt && crypt->ops && ((0 == strcmp(crypt->ops->name, "WEP") || wpa_ie_len)); in ieee80211_association_req() 2832 if (strcmp(param->u.crypt.alg, "none") == 0) { in ieee80211_wpa_set_encryption() 2850 strcmp(param->u.crypt.alg, "TKIP")) in ieee80211_wpa_set_encryption() 2854 if (!strcmp(param->u.crypt.alg, "WEP")) in ieee80211_wpa_set_encryption() 2856 else if (!strcmp(param->u.crypt.alg, "TKIP")) in ieee80211_wpa_set_encryption() 2858 else if (!strcmp(param->u.crypt.alg, "CCMP")) in ieee80211_wpa_set_encryption() 2919 if (strcmp(param->u.crypt.alg, "WEP") == 0) { in ieee80211_wpa_set_encryption() 2922 } else if (strcmp(param->u.crypt.alg, "TKIP") == 0) { in ieee80211_wpa_set_encryption() 2925 } else if (strcmp(para in ieee80211_wpa_set_encryption() [all...] |
/third_party/backends/frontend/ |
H A D | saned.c | 451 if (!req.resource || strcmp (req.resource, res) != 0) in auth_callback() 914 ((IPv4map == SANE_TRUE) && (strcmp (text_addr, remote_ipv4) == 0))) in check_host() 916 if (strcmp (text_addr, remote_ip) == 0) in check_host() 995 if (strcmp (config_line, "+") == 0) in check_host() 1009 else if ((IPv4map == SANE_TRUE) && (strcmp (config_line, remote_ipv4) == 0)) in check_host() 1117 ((IPv4map == SANE_TRUE) && (strcmp (text_addr, remote_ipv4) == 0))) in check_host() 1119 if (strcmp (text_addr, remote_ip) == 0) in check_host() 1277 if (strcmp (config_line, "+") == 0) in check_host() 2152 if (strcmp (text_addr, remote_ip) != 0) 3127 if (strcmp(gr [all...] |
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | server.c | 686 !strcmp(uri, wsi->a.vhost->http.error_document_404)) in lws_http_serve() 774 if (strcmp(sym, lws_hdr_simple_ptr(wsi, WSI_TOKEN_HTTP_IF_RANGE))) in lws_http_serve() 783 if (!strcmp(sym, lws_hdr_simple_ptr(wsi, in lws_http_serve() 877 !strcmp(&path[(unsigned int)n - strlen(pvo->name)], pvo->name)) { in lws_http_serve() 1402 !strcmp(lws_hdr_simple_ptr(wsi, in lws_http_proxy_start() 1412 !strcmp(lws_hdr_simple_ptr(wsi, in lws_http_proxy_start() 1422 !strcmp(lws_hdr_simple_ptr(wsi, in lws_http_proxy_start() 1432 !strcmp(lws_hdr_simple_ptr(wsi, in lws_http_proxy_start() 2826 !strcmp(content_type, "application/javascript") || in lws_serve_http_file() 2827 !strcmp(content_typ in lws_serve_http_file() [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ca.c | 546 else if (strcmp(f, "yes") == 0) in ca_main() 815 if (def_ret == 2 && strcmp(def_dgst, "UNDEF") == 0) { in ca_main() 819 && strcmp(def_dgst, "UNDEF") != 0) { in ca_main() 822 if (strcmp(dgst, "default") == 0 || strcmp(def_dgst, "UNDEF") == 0) { in ca_main() 838 if (tmp_email_dn != NULL && strcmp(tmp_email_dn, "no") == 0) in ca_main() 1620 if (strcmp(cv->value, "optional") == 0) { in do_body() 1623 } else if (strcmp(cv->value, "supplied") == 0) { in do_body() 1632 } else if (strcmp(cv->value, "match") == 0) { in do_body() 2068 if (strcmp(typ in certify_spkac() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShader.cpp | 82 if(stage == pipelineStage && strcmp(name, entryPointName) == 0) in robustBufferAccess() 471 if(0 == strcmp(name, extensionsByName[i].first)) in robustBufferAccess() 751 if(!strcmp(ext, "SPV_KHR_storage_buffer_storage_class")) break; in robustBufferAccess() 752 if(!strcmp(ext, "SPV_KHR_shader_draw_parameters")) break; in robustBufferAccess() 753 if(!strcmp(ext, "SPV_KHR_16bit_storage")) break; in robustBufferAccess() 754 if(!strcmp(ext, "SPV_KHR_variable_pointers")) break; in robustBufferAccess() 755 if(!strcmp(ext, "SPV_KHR_device_group")) break; in robustBufferAccess() 756 if(!strcmp(ext, "SPV_KHR_multiview")) break; in robustBufferAccess() 757 if(!strcmp(ext, "SPV_EXT_shader_stencil_export")) break; in robustBufferAccess() 758 if(!strcmp(ex in robustBufferAccess() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 450 if (strcmp(keyStr.c_str(), DOM_TEXT_FONT_FAMILY) == 0) { in SetDomStyle() 455 } else if (strcmp(keyStr.c_str(), DOM_ANIMATION_NAME) == 0) { in SetDomStyle() 461 } else if (strcmp(keyStr.c_str(), DOM_TRANSITION_ENTER) == 0) { in SetDomStyle() 465 } else if (strcmp(keyStr.c_str(), DOM_TRANSITION_EXIT) == 0) { in SetDomStyle() 469 } else if (strcmp(keyStr.c_str(), DOM_SHARED_TRANSITION_NAME) == 0) { in SetDomStyle() 2123 if (std::strcmp(methodName.c_str(), "getContext") == 0) { in JsCallComponent() 2130 } else if (std::strcmp(methodName.c_str(), "toDataURL") == 0) { in JsCallComponent() 2136 } else if (std::strcmp(methodName.c_str(), "getBoundingClientRect") == 0) { in JsCallComponent() 2138 } else if (std::strcmp(methodName.c_str(), "getInspector") == 0) { in JsCallComponent() 2140 } else if (std::strcmp(methodNam in JsCallComponent() [all...] |
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_test.cpp | 679 ret = strcmp(g_sessionName, sessionName); in HWTEST_F() 705 ret = strcmp(g_deviceId, networkId); in HWTEST_F() 1076 int32_t ret = strcmp(session->info.peerSessionName, sessionParam->peerSessionName); in HWTEST_F() 1078 ret = strcmp(session->info.peerDeviceId, sessionParam->peerDeviceId); in HWTEST_F() 1080 ret = strcmp(session->info.groupId, sessionParam->groupId); in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | dmatest.c | 301 return strcmp(dma_chan_name(chan), params->channel) == 0; in dmatest_match_channel() 309 return strcmp(dev_name(device->dev), params->device) == 0; in dmatest_match_device() 1235 if (strcmp(dma_chan_name(dtc->chan), in dmatest_chan_set() 1260 if ((strcmp(dma_chan_name(dtc->chan), strim(test_channel)) != 0) in dmatest_chan_set() 1261 && (strcmp("", strim(test_channel)) != 0)) { in dmatest_chan_set()
|