/third_party/libbpf/src/ |
H A D | strset.c | 36 return strcmp(str1, str2) == 0; in strset_equal_fn()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2posix_test.c | 125 int v = argc > 1 && strcmp(argv[1], "-v") == 0; in main()
|
/third_party/popt/src/ |
H A D | poptint.c | 82 if (codeset != NULL && strcmp(codeset, "UTF-8") != 0 in strdup_locale_from_utf8()
|
/third_party/openssl/apps/lib/ |
H A D | engine.c | 17 #include <string.h> /* strcmp */ 49 if (strcmp(id, "auto") == 0) { in setup_engine_methods()
|
/third_party/openssl/crypto/rand/ |
H A D | rand_egd.c | 86 if (strcmp(current_transport,transport) == 0) in hpns_socket()
|
/third_party/openssl/crypto/evp/ |
H A D | ec_support.c | 184 if (strcmp(nist_curves[i].name, name) == 0) in ossl_ec_curve_nist2nid_int()
|
/third_party/openssl/crypto/property/ |
H A D | defn_cache.c | 41 return strcmp(a->prop, b->prop); in property_defn_cmp()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ImmutableString.h | 87 return strcmp(data(), b) == 0; in operator ==()
|
/third_party/skia/src/gpu/gl/egl/ |
H A D | GrGLMakeEGLInterface.cpp | 21 #define M(X) if (0 == strcmp(#X, name)) { return (GrGLFuncPtr) X; } in egl_get_gl_proc()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLExtensions.cpp | 17 return strcmp(a.c_str(), b.c_str()) < 0; in extension_compare()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkExtensions.cpp | 31 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 D | WaylandSurfaceKHR.cpp | 29 if(!strcmp(interface, "wl_shm")) in wl_registry_handle_global()
|
/third_party/openssl/demos/bio/ |
H A D | client-conf.c | 62 if (strcmp(cnf->name, "Connect") == 0) { in main()
|
H A D | server-conf.c | 74 if (strcmp(cnf->name, "Port") == 0) { in main()
|
/third_party/skia/third_party/externals/libpng/contrib/examples/ |
H A D | iccfrompng.c | 175 if (strcmp(argv[i], "-q") == 0) in main()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | unicode.h | 89 #define WSTRCMP(FILENAME, STR) strcmp(FILENAME, STR)
|
/third_party/skia/third_party/externals/icu/source/samples/numfmt/ |
H A D | main.cpp | 159 if(strcmp(currency, currencyMap[i].currency)==0) { in setNumberFormatCurrency_2_4()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | benchmark_https.c | 112 if (0 != strcmp (method, "GET")) in ahc_echo()
|
H A D | fileserver_example_dirs.c | 95 if (0 != strcmp (method, MHD_HTTP_METHOD_GET)) in ahc_echo()
|
H A D | fileserver_example_external_select.c | 63 if (0 != strcmp (method, MHD_HTTP_METHOD_GET)) in ahc_echo()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Features.cpp | 168 if (strcmp(featureName, replacement.first) == 0) { in FeatureNameToEnum()
|
/third_party/openssl/test/ |
H A D | d2i_test.c | 156 if (strcmp(expected_errors[i].str, expected_error_string) == 0) { in setup_tests()
|
H A D | cmp_server_test.c | 80 || !TEST_int_eq(strcmp(custom_ctx, dummy_custom_ctx), 0)) in execute_test_handle_request()
|
/third_party/openssl/test/helpers/ |
H A D | handshake_srp.c | 30 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 D | AArch64CleanupLocalDynamicTLSPass.cpp | 73 strcmp(I->getOperand(0).getSymbolName(), "_TLS_MODULE_BASE_")) in VisitNode()
|