Home
last modified time | relevance | path

Searched refs:strcmp (Results 151 - 175 of 7557) sorted by relevance

12345678910>>...303

/third_party/node/tools/icu/
H A Diculslocs.cc125 if (strcmp(NAME, "NONE")) { in calculatePackageName()
127 if (strcmp(TREE, "ROOT")) { in calculatePackageName()
205 if (lev == 0 && !strcmp(key, INSTALLEDLOCALES)) { in dumpAllButInstalledLocales()
358 if (!strcmp(arg, "-v")) { in main()
360 } else if (!strcmp(arg, "-i") && (argsLeft >= 1)) { in main()
371 } else if (!strcmp(arg, "-T") && (argsLeft >= 1)) { in main()
376 } else if (!strcmp(arg, "-N") && (argsLeft >= 1)) { in main()
381 } else if (!strcmp(arg, "-?") || !strcmp(arg, "-h")) { in main()
384 } else if (!strcmp(ar in main()
[all...]
/third_party/ltp/testcases/kernel/fs/proc/
H A Dproc01.c167 if (!strcmp(obj, lsm_should_work[i]) || in found_errno()
176 (!strcmp(obj, known_issues[i].file) || in found_errno()
178 !strcmp(syscall, known_issues[i].func)) { in found_errno()
179 /* Using strcmp / fnmatch could have messed up the in found_errno()
267 if (S_ISLNK(statbuf.st_mode) && strcmp(obj, selfpath)) in readproc()
273 if (S_ISDIR(statbuf.st_mode) || !strcmp(obj, selfpath)) { in readproc()
283 if (!opt_readirq && !strcmp("/proc/irq", obj)) { in readproc()
306 if (strcmp(dir_ent->d_name, ".") && in readproc()
307 strcmp(dir_ent->d_name, "..") && in readproc()
308 strcmp(dir_en in readproc()
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DVersions.cpp927 if (! strcmp("require", behaviorString)) in updateExtensionBehavior()
929 else if (! strcmp("enable", behaviorString)) in updateExtensionBehavior()
931 else if (! strcmp("disable", behaviorString)) in updateExtensionBehavior()
933 else if (! strcmp("warn", behaviorString)) in updateExtensionBehavior()
951 if (strcmp(extension, "GL_ANDROID_extension_pack_es31a") == 0) { in updateExtensionBehavior()
967 else if (strcmp(extension, "GL_EXT_geometry_shader") == 0) in updateExtensionBehavior()
969 else if (strcmp(extension, "GL_OES_geometry_shader") == 0) in updateExtensionBehavior()
972 else if (strcmp(extension, "GL_EXT_tessellation_shader") == 0) in updateExtensionBehavior()
974 else if (strcmp(extension, "GL_OES_tessellation_shader") == 0) in updateExtensionBehavior()
976 else if (strcmp(extensio in updateExtensionBehavior()
[all...]
/third_party/mbedtls/programs/test/
H A Dbenchmark.c544 if (strcmp(argv[i], "md5") == 0) { in main()
546 } else if (strcmp(argv[i], "ripemd160") == 0) { in main()
548 } else if (strcmp(argv[i], "sha1") == 0) { in main()
550 } else if (strcmp(argv[i], "sha256") == 0) { in main()
552 } else if (strcmp(argv[i], "sha512") == 0) { in main()
554 } else if (strcmp(argv[i], "sha3_224") == 0) { in main()
556 } else if (strcmp(argv[i], "sha3_256") == 0) { in main()
558 } else if (strcmp(argv[i], "sha3_384") == 0) { in main()
560 } else if (strcmp(argv[i], "sha3_512") == 0) { in main()
562 } else if (strcmp(arg in main()
[all...]
/kernel/linux/linux-5.10/drivers/clk/renesas/
H A Dclk-r8a7779.c98 if (!strcmp(name, "plla")) { in r8a7779_cpg_register_clock()
101 } else if (!strcmp(name, "z")) { in r8a7779_cpg_register_clock()
104 } else if (!strcmp(name, "zs") || !strcmp(name, "s")) { in r8a7779_cpg_register_clock()
106 } else if (!strcmp(name, "s1")) { in r8a7779_cpg_register_clock()
108 } else if (!strcmp(name, "p")) { in r8a7779_cpg_register_clock()
110 } else if (!strcmp(name, "b") || !strcmp(name, "out")) { in r8a7779_cpg_register_clock()
/kernel/linux/linux-6.6/drivers/clk/renesas/
H A Dclk-r8a7779.c92 if (!strcmp(name, "plla")) { in r8a7779_cpg_register_clock()
95 } else if (!strcmp(name, "z")) { in r8a7779_cpg_register_clock()
98 } else if (!strcmp(name, "zs") || !strcmp(name, "s")) { in r8a7779_cpg_register_clock()
100 } else if (!strcmp(name, "s1")) { in r8a7779_cpg_register_clock()
102 } else if (!strcmp(name, "p")) { in r8a7779_cpg_register_clock()
104 } else if (!strcmp(name, "b") || !strcmp(name, "out")) { in r8a7779_cpg_register_clock()
/third_party/skia/third_party/externals/spirv-tools/tools/link/
H A Dlinker.cpp76 if (0 == strcmp(cur_arg, "-o")) { in main()
88 } else if (0 == strcmp(cur_arg, "--allow-partial-linkage")) { in main()
90 } else if (0 == strcmp(cur_arg, "--create-library")) { in main()
92 } else if (0 == strcmp(cur_arg, "--help") || 0 == strcmp(cur_arg, "-h")) { in main()
95 } else if (0 == strcmp(cur_arg, "--target-env")) { in main()
106 } else if (0 == strcmp(cur_arg, "--verify-ids")) { in main()
108 } else if (0 == strcmp(cur_arg, "--version")) { in main()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/link/
H A Dlinker.cpp76 if (0 == strcmp(cur_arg, "-o")) { in main()
88 } else if (0 == strcmp(cur_arg, "--allow-partial-linkage")) { in main()
90 } else if (0 == strcmp(cur_arg, "--create-library")) { in main()
92 } else if (0 == strcmp(cur_arg, "--help") || 0 == strcmp(cur_arg, "-h")) { in main()
95 } else if (0 == strcmp(cur_arg, "--target-env")) { in main()
106 } else if (0 == strcmp(cur_arg, "--verify-ids")) { in main()
108 } else if (0 == strcmp(cur_arg, "--version")) { in main()
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dpublic_key.c79 if (strcmp(pkey->pkey_algo, "rsa") == 0) { in software_key_determine_akcipher()
83 if (strcmp(encoding, "pkcs1") == 0) { in software_key_determine_akcipher()
97 if (strcmp(encoding, "raw") != 0) in software_key_determine_akcipher()
107 if (strcmp(encoding, "x962") != 0) in software_key_determine_akcipher()
118 if (strcmp(hash_algo, "sha1") != 0 && in software_key_determine_akcipher()
119 strcmp(hash_algo, "sha224") != 0 && in software_key_determine_akcipher()
120 strcmp(hash_algo, "sha256") != 0 && in software_key_determine_akcipher()
121 strcmp(hash_algo, "sha384") != 0 && in software_key_determine_akcipher()
122 strcmp(hash_algo, "sha512") != 0) in software_key_determine_akcipher()
124 } else if (strcmp(pke in software_key_determine_akcipher()
[all...]
/third_party/libsnd/programs/
H A Dsndfile-metadata-set.c67 if (argc < 3 || strcmp (argv [1], "--help") == 0 || strcmp (argv [1], "-h") == 0) in main()
90 if (strcmp (argv [k], cmd) == 0) \ in main()
112 if (strcmp (argv [k], cmd) == 0) \ in main()
128 if (strcmp (argv [k], "--bext-auto-time-date") == 0) in main()
137 if (strcmp (argv [k], "--bext-auto-time") == 0) in main()
143 if (strcmp (argv [k], "--bext-auto-date") == 0) in main()
149 if (strcmp (argv [k], "--str-auto-date") == 0) in main()
168 if (filenames [1] != NULL && strcmp (filenames [0], filenames [1]) == 0) in main()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTracePerfTest.cpp490 if (strcmp(procName, "eglCreateContext") == 0) in TraceLoadProc()
494 if (strcmp(procName, "eglMakeCurrent") == 0) in TraceLoadProc()
498 if (strcmp(procName, "eglGetCurrentContext") == 0) in TraceLoadProc()
504 if (strcmp(procName, "glBindFramebuffer") == 0) in TraceLoadProc()
508 if (strcmp(procName, "glInvalidateFramebuffer") == 0) in TraceLoadProc()
512 if (strcmp(procName, "glInvalidateSubFramebuffer") == 0) in TraceLoadProc()
516 if (strcmp(procName, "glDrawBuffers") == 0) in TraceLoadProc()
520 if (strcmp(procName, "glReadBuffer") == 0) in TraceLoadProc()
524 if (strcmp(procName, "glDiscardFramebufferEXT") == 0) in TraceLoadProc()
531 if (strcmp(procNam in TraceLoadProc()
[all...]
/kernel/liteos_a/testsuites/unittest/libc/sys/smoke/
H A Dsys_test_016.cpp39 ret = strcmp(ptr, "."); in TestCase()
43 ret = strcmp(ptr, ".."); in TestCase()
47 ret = strcmp(ptr, "/"); in TestCase()
51 ret = strcmp(ptr, "test1"); in TestCase()
55 ret = strcmp(ptr, "test2"); in TestCase()
/third_party/libabigail/tools/
H A Dabicompat.cc162 else if (!strcmp(argv[i], "--version") in parse_command_line()
163 || !strcmp(argv[i], "-v")) in parse_command_line()
168 else if (!strcmp(argv[i], "--list-undefined-symbols") in parse_command_line()
169 || !strcmp(argv[i], "-u")) in parse_command_line()
171 else if (!strcmp(argv[i], "--show-base-names") in parse_command_line()
172 || !strcmp(argv[i], "-b")) in parse_command_line()
174 else if (!strcmp(argv[i], "--app-debug-info-dir") in parse_command_line()
175 || !strcmp(argv[i], "--appd")) in parse_command_line()
186 else if (!strcmp(argv[i], "--lib-debug-info-dir1") in parse_command_line()
187 || !strcmp(arg in parse_command_line()
[all...]
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H A Dxvmc_bench.c81 if (!strcmp(argv[i], "-iw")) in ParseArgs()
86 else if (!strcmp(argv[i], "-ih")) in ParseArgs()
91 else if (!strcmp(argv[i], "-ow")) in ParseArgs()
96 else if (!strcmp(argv[i], "-oh")) in ParseArgs()
101 else if (!strcmp(argv[i], "-p")) in ParseArgs()
107 if (!strcmp(token, "mc")) in ParseArgs()
109 else if (!strcmp(token, "csc")) in ParseArgs()
111 else if (!strcmp(token, "swp")) in ParseArgs()
120 else if (!strcmp(argv[i], "-mb")) in ParseArgs()
126 if (strcmp(toke in ParseArgs()
[all...]
/kernel/linux/linux-5.10/drivers/macintosh/
H A Dwindfarm_rm31.c571 if (!strcmp(ct->name, "cpu-fan-a-0")) in rm31_new_control()
573 else if (!strcmp(ct->name, "cpu-fan-b-0")) in rm31_new_control()
575 else if (!strcmp(ct->name, "cpu-fan-c-0")) in rm31_new_control()
577 else if (!strcmp(ct->name, "cpu-fan-a-1")) in rm31_new_control()
579 else if (!strcmp(ct->name, "cpu-fan-b-1")) in rm31_new_control()
581 else if (!strcmp(ct->name, "cpu-fan-c-1")) in rm31_new_control()
583 else if (!strcmp(ct->name, "backside-fan")) in rm31_new_control()
585 else if (!strcmp(ct->name, "slots-fan")) in rm31_new_control()
587 else if (!strcmp(ct->name, "cpufreq-clamp")) in rm31_new_control()
609 if (!strcmp(s in rm31_new_sensor()
[all...]
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dwindfarm_rm31.c571 if (!strcmp(ct->name, "cpu-fan-a-0")) in rm31_new_control()
573 else if (!strcmp(ct->name, "cpu-fan-b-0")) in rm31_new_control()
575 else if (!strcmp(ct->name, "cpu-fan-c-0")) in rm31_new_control()
577 else if (!strcmp(ct->name, "cpu-fan-a-1")) in rm31_new_control()
579 else if (!strcmp(ct->name, "cpu-fan-b-1")) in rm31_new_control()
581 else if (!strcmp(ct->name, "cpu-fan-c-1")) in rm31_new_control()
583 else if (!strcmp(ct->name, "backside-fan")) in rm31_new_control()
585 else if (!strcmp(ct->name, "slots-fan")) in rm31_new_control()
587 else if (!strcmp(ct->name, "cpufreq-clamp")) in rm31_new_control()
609 if (!strcmp(s in rm31_new_sensor()
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Dgif2webp.c158 if (!strcmp(argv[c], "-h") || !strcmp(argv[c], "-help")) { in main()
161 } else if (!strcmp(argv[c], "-o") && c < argc - 1) { in main()
163 } else if (!strcmp(argv[c], "-lossy")) { in main()
165 } else if (!strcmp(argv[c], "-mixed")) { in main()
168 } else if (!strcmp(argv[c], "-loop_compatibility")) { in main()
170 } else if (!strcmp(argv[c], "-q") && c < argc - 1) { in main()
172 } else if (!strcmp(argv[c], "-m") && c < argc - 1) { in main()
174 } else if (!strcmp(argv[c], "-min_size")) { in main()
176 } else if (!strcmp(arg in main()
[all...]
/third_party/openssl/test/
H A Devp_test.c104 if (t->expected_err != NULL && strcmp(t->expected_err, err) == 0) in memory_err_compare()
280 if (strcmp(value, "NULL") == 0) { in parse_bin()
380 if (strcmp(keyword, "Input") == 0) in digest_test_parse()
382 if (strcmp(keyword, "Output") == 0) in digest_test_parse()
384 if (strcmp(keyword, "Count") == 0) in digest_test_parse()
386 if (strcmp(keyword, "Ncopy") == 0) in digest_test_parse()
388 if (strcmp(keyword, "Padding") == 0) in digest_test_parse()
617 if (strcmp(keyword, "Key") == 0) in cipher_test_parse()
619 if (strcmp(keyword, "Rounds") == 0) { in cipher_test_parse()
626 if (strcmp(keywor in cipher_test_parse()
[all...]
/third_party/curl/lib/
H A Dcurl_fnmatch.c105 if(strcmp(keyword, "digit") == 0) in parsekeyword()
107 else if(strcmp(keyword, "alnum") == 0) in parsekeyword()
109 else if(strcmp(keyword, "alpha") == 0) in parsekeyword()
111 else if(strcmp(keyword, "xdigit") == 0) in parsekeyword()
113 else if(strcmp(keyword, "print") == 0) in parsekeyword()
115 else if(strcmp(keyword, "graph") == 0) in parsekeyword()
117 else if(strcmp(keyword, "space") == 0) in parsekeyword()
119 else if(strcmp(keyword, "blank") == 0) in parsekeyword()
121 else if(strcmp(keyword, "upper") == 0) in parsekeyword()
123 else if(strcmp(keywor in parsekeyword()
[all...]
/third_party/musl/libc-test/src/functionalext/locale/
H A Dstrtod_l.c120 if (strcmp(end, str1)) { in strtod_l_0200()
139 if (strcmp(end, str1)) { in strtod_l_0300()
158 if (strcmp(end, str1)) { in strtod_l_0400()
177 if (strcmp(end, str1)) { in strtod_l_0500()
196 if (strcmp(end, str1)) { in strtod_l_0600()
245 if (strcmp(end, str1)) { in strtod_l_0900()
314 if (strcmp(end, str1)) { in strtod_l_1300()
348 if (strcmp(end, str1)) { in strtod_l_1500()
369 if (strcmp(end, str1)) { in strtod_l_1600()
388 if (strcmp(en in strtod_l_1700()
[all...]
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Drtla.c48 if (strcmp(argv[start_position], "osnoise") == 0) { in run_command()
51 } else if (strcmp(argv[start_position], "hwnoise") == 0) { in run_command()
54 } else if (strcmp(argv[start_position], "timerlat") == 0) { in run_command()
76 if (strcmp(argv[1], "-h") == 0) { in main()
78 } else if (strcmp(argv[1], "--help") == 0) { in main()
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dmemmove.c33 if (strcmp(one, "abcdefgh")) { in memmove_0100()
51 if (strcmp(one, "helloWorld")) { in memmove_0200()
54 if (strcmp(two, "helloWorld")) { in memmove_0200()
70 if (strcmp(one, "acdefgh")) { in memmove_0300()
86 if (strcmp(one, "aabcdefgh")) { in memmove_0400()
/kernel/liteos_m/components/shell/src/cmds/
H A Dmempt_shellcmd.c50 ((argc == 1) && (strcmp(argv[0], "-k") == 0)) || in OsShellCmdFreeInfo()
51 ((argc == 1) && (strcmp(argv[0], "-m") == 0))) { in OsShellCmdFreeInfo()
55 if ((argc == 1) && (strcmp(argv[0], "-k") == 0)) { in OsShellCmdFreeInfo()
58 } else if ((argc == 1) && (strcmp(argv[0], "-m") == 0)) { in OsShellCmdFreeInfo()
96 if ((argc == 1) && (strcmp(argv[0], "-k") == 0)) { in OsShellCmdWaterLine()
98 } else if ((argc == 1) && (strcmp(argv[0], "-m") == 0)) { in OsShellCmdWaterLine()
/third_party/mesa3d/src/util/tests/
H A Dstring_buffer_test.cpp84 EXPECT_TRUE(strcmp(buf->buf, str1) == 0); in TEST_F()
90 EXPECT_TRUE(strcmp(buf->buf, str3) == 0); in TEST_F()
100 EXPECT_TRUE(strcmp(buf->buf, str4) == 0); in TEST_F()
112 EXPECT_TRUE(strcmp(buf->buf, str4) == 0); in TEST_F()
119 EXPECT_TRUE(strcmp(buf->buf, "a") == 0); in TEST_F()
121 EXPECT_TRUE(strcmp(buf->buf, "aa") == 0); in TEST_F()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.cc44 if (strcmp(names_[i], name) == 0) { in Number()
52 if (strcmp(aliases_[i].name, name) == 0) { in Number()
84 if (strcmp(names_[i], name) == 0) { in Number()
92 if (strcmp(aliases_[i].name, name) == 0) { in Number()
123 if (strcmp(names_[i], name) == 0) { in Number()
131 if (strcmp(aliases_[i].name, name) == 0) { in Number()

Completed in 17 milliseconds

12345678910>>...303