Home
last modified time | relevance | path

Searched refs:strcmp (Results 1501 - 1525 of 8096) sorted by relevance

1...<<61626364656667686970>>...324

/third_party/node/test/cctest/
H A Dtest_linked_binding.cc46 CHECK_EQ(strcmp(*utf8val, "value"), 0); in TEST_F()
87 CHECK_EQ(strcmp(*utf8val, "value"), 0); in TEST_F()
131 CHECK_EQ(strcmp(*utf8val, "world"), 0); in TEST_F()
158 CHECK_EQ(strcmp(*utf8val, "world"), 0); in TEST_F()
369 CHECK_EQ(strcmp(*utf8val, "world"), 0); in TEST_F()
/third_party/musl/porting/linux/user/ldso/
H A Dnamespace.c359 if (strcmp(NS_DEFAULT_NAME, ns_name) == 0) { in find_ns_by_name()
364 if (strcmp(g_ns_list.nss[i]->ns_name, ns_name) == 0) { in find_ns_by_name()
480 if (strcmp(shortname, ns->allowed_libs->strs[i]) == 0) { in is_accessible()
589 if (strcmp(inherit->shared_libs->strs[i], lib_name) == 0 || in is_sharable()
590 strcmp(inherit->shared_libs->strs[i], ALLOW_ALL_SHARED_LIBS) == 0) { in is_sharable()
/third_party/mesa3d/src/loader/
H A Dloader.c162 bool is_i915 = kernel_driver && strcmp(kernel_driver, "i915") == 0; in is_kernel_i915()
196 if (strcmp(version->name, name) != 0) { in loader_open_render_node()
336 ret = strcmp(tag, prime_tag); in drm_device_matches_tag()
394 if (!strcmp(prime,"1")) { in loader_get_user_preferred_fd()
415 *different_device = !!strcmp(default_tag, prime); in loader_get_user_preferred_fd()
/third_party/icu/icu4c/source/test/cintltst/
H A Dspreptst.c344 if(U_SUCCESS(status) && (strcmp(expectedDest,dest) !=0)){ in Test_nfs4_cis_prep()
514 if(strcmp(dest,src)!=0){ in Test_nfs4_cs_prep()
537 if(strcmp(dest,src)!=0){ in Test_nfs4_cs_prep()
560 if(strcmp(dest,src)!=0){ in Test_nfs4_cs_prep()
586 if(strcmp(exp, dest)!=0){ in Test_nfs4_cs_prep()
/third_party/libwebsockets/lib/roles/ws/
H A Dclient-ws.c286 if (strcmp(p, "websocket")) { in lws_client_ws_upgrade()
391 strcmp(p, wsi->a.vhost->protocols[n].name) == 0) { in lws_client_ws_upgrade()
410 if (wsi->a.protocol && strcmp(wsi->a.protocol->name, in lws_client_ws_upgrade()
502 if (strcmp(ext_name, ext->name)) { in lws_client_ws_upgrade()
597 if (strcmp(p, wsi->http.ah->initial_handshake_hash_base64)) { in lws_client_ws_upgrade()
/third_party/musl/ldso/linux/
H A Dnamespace.c359 if (strcmp(NS_DEFAULT_NAME, ns_name) == 0) { in find_ns_by_name()
364 if (strcmp(g_ns_list.nss[i]->ns_name, ns_name) == 0) { in find_ns_by_name()
480 if (strcmp(shortname, ns->allowed_libs->strs[i]) == 0) { in is_accessible()
589 if (strcmp(inherit->shared_libs->strs[i], lib_name) == 0 || in is_sharable()
590 strcmp(inherit->shared_libs->strs[i], ALLOW_ALL_SHARED_LIBS) == 0) { in is_sharable()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_cpols.c121 if (strcmp(pstr, "ia5org") == 0) {
178 if (strcmp(cnf->name, "policyIdentifier") == 0) {
303 if (strcmp(cnf->name, "explicitText") == 0) {
312 } else if (strcmp(cnf->name, "organization") == 0) {
328 } else if (strcmp(cnf->name, "noticeNumbers") == 0) {
/third_party/openssl/crypto/x509/
H A Dv3_cpols.c121 if (strcmp(pstr, "ia5org") == 0) {
178 if (strcmp(cnf->name, "policyIdentifier") == 0) {
303 if (strcmp(cnf->name, "explicitText") == 0) {
312 } else if (strcmp(cnf->name, "organization") == 0) {
328 } else if (strcmp(cnf->name, "noticeNumbers") == 0) {
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dapplicationlayer.c93 if(strcmp(":method",iterator->name) == 0) in spdy_handler_new_stream()
99 else if(strcmp(":path",iterator->name) == 0) in spdy_handler_new_stream()
105 else if(strcmp(":version",iterator->name) == 0) in spdy_handler_new_stream()
111 else if(strcmp(":host",iterator->name) == 0) in spdy_handler_new_stream()
118 else if(strcmp(":scheme",iterator->name) == 0) in spdy_handler_new_stream()
/third_party/python/Modules/
H A D_dbmmodule.c465 if (strcmp(flags, "r") == 0) { in dbmopen_impl()
468 else if (strcmp(flags, "w") == 0) { in dbmopen_impl()
471 else if (strcmp(flags, "rw") == 0) { in dbmopen_impl()
475 else if (strcmp(flags, "c") == 0) { in dbmopen_impl()
478 else if (strcmp(flags, "n") == 0) { in dbmopen_impl()
/foundation/ability/ability_lite/services/abilitymgr_lite/src/util/
H A Dabilityms_helper.cpp38 return strcmp(LAUNCHER_BUNDLE_NAME, bundleName) == 0; in IsLauncherAbility()
47 return strcmp(ACE_ABILITY_NAME, abilityName) == 0; in IsAceAbility()
/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dapp_manager.cpp80 (strcmp(current->GetBundleInfo().bundleName, bundleName) == 0)) { in RemoveAppRecord()
106 (strcmp(appRecord->GetBundleInfo().bundleName, bundleName) == 0)) { in GetAppRecordByBundleName()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dfile_asset_provider_impl.cpp131 if (strcmp(dptr->d_name, ".") != 0 && strcmp(dptr->d_name, "..") != 0) { in GetAssetList()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/test/unittest/common/
H A Dsystem_info_tdd_test.cpp56 EXPECT_EQ(strcmp(deviceType, "smartVision"), 0); in HWTEST_F()
128 EXPECT_EQ(strcmp(deviceType, "smartVision"), 0); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_command.cpp38 if (strcmp(argv.back().c_str(), "--help") != 0 || strcmp(argv.back().c_str(), "-h") != 0) { in ParseCommand()
/foundation/multimedia/media_foundation/src/osal/filesystem/
H A Dfile_system.cpp140 if (strcmp(info->d_name, ".") == 0 || strcmp(info->d_name, "..") == 0) { in RemoveFilesInDir()
/foundation/multimedia/image_effect/frameworks/native/render_environment/core/
H A Dalgorithm_program.cpp44 if (strcmp(vertex.c_str(), vertexShaderCode_.c_str()) == 0 && in UpdateShader()
45 strcmp(fragment.c_str(), fragmentShaderCode_.c_str()) == 0) { in UpdateShader()
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_meta_node_sdk_test.cpp77 EXPECT_TRUE(strcmp(infos[0].metaNodeId, metaNodeId) == 0); in HWTEST_F()
78 EXPECT_TRUE(strcmp(infos[0].configInfo.udid, udid) == 0); in HWTEST_F()
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_alarm.c83 if (strcmp(argv[0], SOFTBUS_MANAGEMENT_ALARM_ORDER) == SOFTBUS_OK) { in SoftBusAlarmDumpHander()
90 } else if (strcmp(argv[0], SOFTBUS_CONTROL_ALARM_ORDER) == SOFTBUS_OK) { in SoftBusAlarmDumpHander()
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_network.c37 if (strcmp(sessionName, g_listeners[i].sessionName) == 0) { in FindListenerEntry()
98 if (strcmp(sessionName, g_listeners[i].sessionName) == 0) { in TransRegisterNetworkingChannelListener()
/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dnfca_tag_test.cpp132 ASSERT_TRUE(strcmp(atqa.c_str(), TEST_ATQA) == 0); in HWTEST_F()
143 ASSERT_TRUE(strcmp(uid.c_str(), TEST_UID) == 0); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/service/src/devicenamemgr/
H A Daccount_boot_listener.cpp46 if (strcmp(key, BOOTEVENT_ACCOUNT_READY) != 0 || strcmp(value, "true") != 0) { in AccountBootCb()
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op.cpp103 if (entry->d_type != DT_DIR || (strcmp(entry->d_name, ".") != 0 && strcmp(entry->d_name, "..") != 0)) { in GetFIleNums()
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_local_mock.cpp87 if (strcmp(entry->d_name, ".") == 0 || strcmp(entry->d_name, "..") == 0) { in ReadDir()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dread_dir.cpp43 return strcmp(path, ".") != 0 && strcmp(path, "..") != 0; in VerifyFilePath()

Completed in 18 milliseconds

1...<<61626364656667686970>>...324