Home
last modified time | relevance | path

Searched refs:strcmp (Results 776 - 800 of 3747) sorted by relevance

1...<<31323334353637383940>>...150

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dvfprintf.c60 if (strcmp(buffer, want_reuslt) != 0) { in vfprintf_test()
81 if (strcmp(buffer, want_reuslt) == 0) { in vfprintf_n_test()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dexit.c57 if (strcmp(str, "exit before")) { in exit_0100()
96 if (strcmp(content, "exit before")) { in exit_0200()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_bitst.c73 if (strcmp(bnam->sname, val->name) == 0 in v2i_ASN1_BIT_STRING()
74 || strcmp(bnam->lname, val->name) == 0) { in v2i_ASN1_BIT_STRING()
H A Dv3_bcons.c69 if (strcmp(val->name, "CA") == 0) {
72 } else if (strcmp(val->name, "pathlen") == 0) {
H A Dv3_pcons.c69 if (strcmp(val->name, "requireExplicitPolicy") == 0) {
72 } else if (strcmp(val->name, "inhibitPolicyMapping") == 0) {
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapp_x509.c104 if (strcmp(stmp, "distid") == 0) { in do_x509_ctrl_string()
108 } else if (strcmp(stmp, "hexdistid") == 0) { in do_x509_ctrl_string()
/third_party/openssl/apps/lib/
H A Dapp_x509.c104 if (strcmp(stmp, "distid") == 0) { in do_x509_ctrl_string()
108 } else if (strcmp(stmp, "hexdistid") == 0) { in do_x509_ctrl_string()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkShaderObjectUtil.cpp49 if (strcmp(extProp.extensionName, "VK_EXT_discard_rectangles") == 0) in removeUnsupportedShaderObjectExtensions()
52 if (strcmp(extProp.extensionName, "VK_NV_scissor_exclusive") == 0) in removeUnsupportedShaderObjectExtensions()
/third_party/skia/third_party/externals/spirv-tools/tools/cfg/
H A Dcfg.cpp69 if (0 == strcmp(argv[argi], "--help")) { in main()
73 if (0 == strcmp(argv[argi], "--version")) { in main()
/third_party/openssl/crypto/x509/
H A Dv3_bitst.c73 if (strcmp(bnam->sname, val->name) == 0 in v2i_ASN1_BIT_STRING()
74 || strcmp(bnam->lname, val->name) == 0) { in v2i_ASN1_BIT_STRING()
H A Dv3_bcons.c69 if (strcmp(val->name, "CA") == 0) {
72 } else if (strcmp(val->name, "pathlen") == 0) {
H A Dv3_pcons.c69 if (strcmp(val->name, "requireExplicitPolicy") == 0) {
72 } else if (strcmp(val->name, "inhibitPolicyMapping") == 0) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/cfg/
H A Dcfg.cpp69 if (0 == strcmp(argv[argi], "--help")) { in main()
73 if (0 == strcmp(argv[argi], "--version")) { in main()
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-version.c45 g_assert (0 == strcmp (HB_VERSION_STRING, s)); in test_version()
47 g_assert (0 == strcmp (HB_VERSION_STRING, hb_version_string ())); in test_version()
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dface-options.hh85 if (0 == strcmp (font_path, "-")) in post_parse()
95 if (!cache.font_path || 0 != strcmp (cache.font_path, font_path)) in post_parse()
/third_party/toybox/toys/lsb/
H A Dpasswd.c95 if (!pass || strcmp(pass, pw->pw_passwd)) error_exit("No"); in passwd_main()
102 if (strcmp(toybuf, toybuf+2048)) error_exit("Passwords do not match."); in passwd_main()
/third_party/toybox/toys/net/
H A Drfkill.c39 if (!strcmp((char *[]){"list", "block", "unblock"}[tvar], *optargs)) break; in rfkill_main()
54 if (!strcmp(rftypes[i].name, *optargs)) break; in rfkill_main()
/third_party/toybox/toys/posix/
H A Drm.c98 if (!strcmp(*s, "/")) { in rm_main()
103 if (!strcmp("..", basename(*s))) { in rm_main()
H A Duudecode.c48 if (TT.o && !strcmp(TT.o, "-")) ofd = 1; in uudecode_main()
58 if (!strcmp(line, m ? "====" : "end")) { in uudecode_main()
/third_party/python/Modules/
H A Dtkappinit.c89 strcmp(_tkinter_skip_tk_init, "1") == 0) { in Tcl_AppInit()
99 strcmp(_tkinter_tk_failed, "1") == 0)) { in Tcl_AppInit()
/foundation/filemanagement/dfs_service/utils/system/src/
H A Dutils_directory.cpp251 if (strcmp(ptr->d_name, ".") == 0 || strcmp(ptr->d_name, "..") == 0) { in ForceRemoveDirectoryDeepFirst()
320 if (strcmp(ent->d_name, "..") == 0 || strcmp(ent->d_name, ".") == 0) { in GetFilePath()
345 if (strcmp(entry->d_name, ".") == 0 || strcmp(entry->d_name, "..") == 0) { in ChangeOwnerRecursive()
/third_party/ffmpeg/libavfilter/
H A Dvf_crop.c324 if ( !strcmp(cmd, "out_w") || !strcmp(cmd, "w") in process_command()
325 || !strcmp(cmd, "out_h") || !strcmp(cmd, "h") in process_command()
326 || !strcmp(cmd, "x") || !strcmp(cmd, "y")) { in process_command()
H A Dvf_avgblur_opencl.c171 if (!strcmp(avctx->filter->name, "avgblur_opencl")) { in avgblur_opencl_filter_frame()
175 } else if (!strcmp(avctx->filter->name, "boxblur_opencl")) { in avgblur_opencl_filter_frame()
213 if (!strcmp(avctx->filter->name, "avgblur_opencl")) { in avgblur_opencl_filter_frame()
215 } else if (!strcmp(avctx->filter->name, "boxblur_opencl")) { in avgblur_opencl_filter_frame()
240 if (!strcmp(avctx->filter->name, "avgblur_opencl")) { in avgblur_opencl_filter_frame()
242 } else if (!strcmp(avctx->filter->name, "boxblur_opencl")) { in avgblur_opencl_filter_frame()
H A Dvf_convolution_opencl.c75 if (!strcmp(avctx->filter->name, "convolution_opencl")) { in convolution_opencl_init()
77 } else if (!strcmp(avctx->filter->name, "sobel_opencl")) { in convolution_opencl_init()
79 } else if (!strcmp(avctx->filter->name, "prewitt_opencl")){ in convolution_opencl_init()
81 } else if (!strcmp(avctx->filter->name, "roberts_opencl")){ in convolution_opencl_init()
199 if (!strcmp(avctx->filter->name, "convolution_opencl")) { in convolution_opencl_filter_frame()
222 if (!strcmp(avctx->filter->name, "convolution_opencl")) { in convolution_opencl_filter_frame()
/third_party/elfutils/libebl/
H A Deblobjnote.c54 if (strcmp ("stapsdt", name) == 0) in ebl_object_note()
291 if (strcmp ("FDO", name) == 0 && type == NT_FDO_PACKAGING_METADATA in ebl_object_note()
296 if (strcmp ("GNU", name) != 0) in ebl_object_note()
302 if (strcmp (name, "GNU") == 0 && descsz > 0) in ebl_object_note()
313 if (strcmp (name, "GNU") == 0 && descsz > 0) in ebl_object_note()
320 if (strcmp (name, "GNU") == 0 && descsz > 0) in ebl_object_note()

Completed in 10 milliseconds

1...<<31323334353637383940>>...150