/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | vfprintf.c | 60 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 D | exit.c | 57 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 D | v3_bitst.c | 73 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 D | v3_bcons.c | 69 if (strcmp(val->name, "CA") == 0) { 72 } else if (strcmp(val->name, "pathlen") == 0) {
|
H A D | v3_pcons.c | 69 if (strcmp(val->name, "requireExplicitPolicy") == 0) { 72 } else if (strcmp(val->name, "inhibitPolicyMapping") == 0) {
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | app_x509.c | 104 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 D | app_x509.c | 104 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 D | vkShaderObjectUtil.cpp | 49 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 D | cfg.cpp | 69 if (0 == strcmp(argv[argi], "--help")) { in main() 73 if (0 == strcmp(argv[argi], "--version")) { in main()
|
/third_party/openssl/crypto/x509/ |
H A D | v3_bitst.c | 73 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 D | v3_bcons.c | 69 if (strcmp(val->name, "CA") == 0) { 72 } else if (strcmp(val->name, "pathlen") == 0) {
|
H A D | v3_pcons.c | 69 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 D | cfg.cpp | 69 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 D | test-version.c | 45 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 D | face-options.hh | 85 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 D | passwd.c | 95 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 D | rfkill.c | 39 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 D | rm.c | 98 if (!strcmp(*s, "/")) { in rm_main() 103 if (!strcmp("..", basename(*s))) { in rm_main()
|
H A D | uudecode.c | 48 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 D | tkappinit.c | 89 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 D | utils_directory.cpp | 251 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 D | vf_crop.c | 324 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 D | vf_avgblur_opencl.c | 171 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 D | vf_convolution_opencl.c | 75 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 D | eblobjnote.c | 54 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()
|