/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/ |
H A D | 8-1.c | 63 if (strcmp(pw->pw_name, "root") && pw->pw_uid != getuid()) in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
H A D | 18-1.c | 44 if (strcmp(pw->pw_name, "root")) in set_nonroot()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/ |
H A D | 8-1.c | 78 if (!strcmp(msgrv1, msgrv2)) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/ |
H A D | 7-1.c | 76 if ((strcmp(msgptr, msgrcd) == 0) && (maxreached != 0)) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
H A D | 11-1.c | 80 if (!strcmp(msgrv1, msgrv2)) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
H A D | 26-2.c | 73 if (strcmp(pw->pw_name, "root") && pw->pw_uid != getuid()) in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | sendfile.c | 68 if (strcmp(src, buf)) { in sendfile_0100()
|
H A D | removexattr.c | 67 if (strcmp(buf, str)) { in removexattr_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/locale/ |
H A D | setlocale_sup.c | 54 EXPECT_EQ("SetlocaleTest_0100", strcmp(locale, "C"), 0); in setlocale_0100()
|
/third_party/musl/include/ |
H A D | string.h | 39 int strcmp (const char *, const char *);
|
/third_party/musl/libc-test/src/functional/ |
H A D | ungetc.c | 13 !strcmp((s),(x)) || \
|
/third_party/musl/libc-test/src/functionalext/locale/ |
H A D | setlocale.c | 63 EXPECT_EQ("SetlocaleTest_0100", strcmp(locale, "C"), 0); in setlocale_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | rename.c | 90 EXPECT_TRUE("rename_0300", strcmp(buf, "old") == 0); in rename_0300()
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_mock_dynlink.c | 92 if (strcmp(param_value, "true") == 0) { in get_ld_debug_dlclose_value()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_string_utils.c | 42 of strings. These are used instead of strcmp() etc because the standard 102 PRIV(strcmp)(PCRE2_SPTR str1, PCRE2_SPTR str2) in strcmp() function
|
/third_party/openssl/demos/bio/ |
H A D | client-arg.c | 47 if (strcmp(*args, "-connect") == 0) { in main()
|
H A D | server-arg.c | 58 if (strcmp(*args, "-port") == 0) { in main()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | strip_debug_info_pass.cpp | 26 if (0 == std::strcmp(ext_name, "SPV_KHR_non_semantic_info")) { in Process()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | strip_debug_info_pass.cpp | 26 if (0 == std::strcmp(ext_name, "SPV_KHR_non_semantic_info")) { in Process()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | benchmark.c | 112 if (0 != strcmp (method, "GET")) in ahc_echo()
|
H A D | fileserver_example.c | 63 if (0 != strcmp (method, MHD_HTTP_METHOD_GET)) in ahc_echo()
|
H A D | https_fileserver_example.c | 130 if (0 != strcmp (method, MHD_HTTP_METHOD_GET)) in http_ahc()
|
/third_party/skia/tests/ |
H A D | MetaDataTest.cpp | 59 if (!strcmp(name, gElems[i].fName)) in DEF_TEST()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | FeatureTests.cpp | 79 ASSERT_EQ(0, std::strcmp(featureName, enabledFeatures[0])); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regerror.c | 128 if (strcmp(r->name, preg->re_endp) == 0) in regatoi()
|