Home
last modified time | relevance | path

Searched refs:strcmp (Results 1776 - 1800 of 3204) sorted by relevance

1...<<71727374757677787980>>...129

/third_party/libbpf/src/
H A Dstrset.c36 return strcmp(str1, str2) == 0; in strset_equal_fn()
/third_party/pcre2/pcre2/src/
H A Dpcre2posix_test.c125 int v = argc > 1 && strcmp(argv[1], "-v") == 0; in main()
/third_party/popt/src/
H A Dpoptint.c82 if (codeset != NULL && strcmp(codeset, "UTF-8") != 0 in strdup_locale_from_utf8()
/third_party/openssl/apps/lib/
H A Dengine.c17 #include <string.h> /* strcmp */
49 if (strcmp(id, "auto") == 0) { in setup_engine_methods()
/third_party/openssl/crypto/rand/
H A Drand_egd.c86 if (strcmp(current_transport,transport) == 0) in hpns_socket()
/third_party/openssl/crypto/evp/
H A Dec_support.c184 if (strcmp(nist_curves[i].name, name) == 0) in ossl_ec_curve_nist2nid_int()
/third_party/openssl/crypto/property/
H A Ddefn_cache.c41 return strcmp(a->prop, b->prop); in property_defn_cmp()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DImmutableString.h87 return strcmp(data(), b) == 0; in operator ==()
/third_party/skia/src/gpu/gl/egl/
H A DGrGLMakeEGLInterface.cpp21 #define M(X) if (0 == strcmp(#X, name)) { return (GrGLFuncPtr) X; } in egl_get_gl_proc()
/third_party/skia/src/gpu/gl/
H A DGrGLExtensions.cpp17 return strcmp(a.c_str(), b.c_str()) < 0; in extension_compare()
/third_party/skia/src/gpu/vk/
H A DGrVkExtensions.cpp31 return strcmp(a.fName.c_str(), b.fName.c_str()) < 0; in extension_compare()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DWaylandSurfaceKHR.cpp29 if(!strcmp(interface, "wl_shm")) in wl_registry_handle_global()
/third_party/openssl/demos/bio/
H A Dclient-conf.c62 if (strcmp(cnf->name, "Connect") == 0) { in main()
H A Dserver-conf.c74 if (strcmp(cnf->name, "Port") == 0) { in main()
/third_party/skia/third_party/externals/libpng/contrib/examples/
H A Diccfrompng.c175 if (strcmp(argv[i], "-q") == 0) in main()
/third_party/skia/third_party/externals/libwebp/examples/
H A Dunicode.h89 #define WSTRCMP(FILENAME, STR) strcmp(FILENAME, STR)
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
H A Dmain.cpp159 if(strcmp(currency, currencyMap[i].currency)==0) { in setNumberFormatCurrency_2_4()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dbenchmark_https.c112 if (0 != strcmp (method, "GET")) in ahc_echo()
H A Dfileserver_example_dirs.c95 if (0 != strcmp (method, MHD_HTTP_METHOD_GET)) in ahc_echo()
H A Dfileserver_example_external_select.c63 if (0 != strcmp (method, MHD_HTTP_METHOD_GET)) in ahc_echo()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DFeatures.cpp168 if (strcmp(featureName, replacement.first) == 0) { in FeatureNameToEnum()
/third_party/openssl/test/
H A Dd2i_test.c156 if (strcmp(expected_errors[i].str, expected_error_string) == 0) { in setup_tests()
H A Dcmp_server_test.c80 || !TEST_int_eq(strcmp(custom_ctx, dummy_custom_ctx), 0)) in execute_test_handle_request()
/third_party/openssl/test/helpers/
H A Dhandshake_srp.c30 if (strcmp(ctx_data->srp_user, SSL_get_srp_username(s)) != 0) in server_srp_cb()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp73 strcmp(I->getOperand(0).getSymbolName(), "_TLS_MODULE_BASE_")) in VisitNode()

Completed in 10 milliseconds

1...<<71727374757677787980>>...129