Home
last modified time | relevance | path

Searched refs:strcmp (Results 826 - 850 of 3210) sorted by relevance

1...<<31323334353637383940>>...129

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_cpols.c121 if (strcmp(pstr, "ia5org") == 0) {
178 if (strcmp(cnf->name, "policyIdentifier") == 0) {
303 if (strcmp(cnf->name, "explicitText") == 0) {
312 } else if (strcmp(cnf->name, "organization") == 0) {
328 } else if (strcmp(cnf->name, "noticeNumbers") == 0) {
/third_party/openssl/crypto/x509/
H A Dv3_cpols.c121 if (strcmp(pstr, "ia5org") == 0) {
178 if (strcmp(cnf->name, "policyIdentifier") == 0) {
303 if (strcmp(cnf->name, "explicitText") == 0) {
312 } else if (strcmp(cnf->name, "organization") == 0) {
328 } else if (strcmp(cnf->name, "noticeNumbers") == 0) {
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dapplicationlayer.c93 if(strcmp(":method",iterator->name) == 0) in spdy_handler_new_stream()
99 else if(strcmp(":path",iterator->name) == 0) in spdy_handler_new_stream()
105 else if(strcmp(":version",iterator->name) == 0) in spdy_handler_new_stream()
111 else if(strcmp(":host",iterator->name) == 0) in spdy_handler_new_stream()
118 else if(strcmp(":scheme",iterator->name) == 0) in spdy_handler_new_stream()
/third_party/python/Modules/
H A D_dbmmodule.c465 if (strcmp(flags, "r") == 0) { in dbmopen_impl()
468 else if (strcmp(flags, "w") == 0) { in dbmopen_impl()
471 else if (strcmp(flags, "rw") == 0) { in dbmopen_impl()
475 else if (strcmp(flags, "c") == 0) { in dbmopen_impl()
478 else if (strcmp(flags, "n") == 0) { in dbmopen_impl()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c2413 strcmp(zlib->z.msg, "invalid distance too far back") == 0) in zlib_advance()
3874 if (strcmp(*argv, "--debug") == 0) in main()
3890 else if (strcmp(*argv, "--max") == 0) in main()
3898 else if (strcmp(*argv, "--optimize") == 0 || strcmp(*argv, "-o") == 0) in main()
3910 else if (strcmp(*argv, "--strip=none") == 0) in main()
3913 else if (strcmp(*argv, "--strip=crc") == 0) in main()
3916 else if (strcmp(*argv, "--strip=unsafe") == 0) in main()
3919 else if (strcmp(*argv, "--strip=unused") == 0) in main()
3922 else if (strcmp(*arg in main()
[all...]
/third_party/backends/backend/
H A Dtest.c444 if (strcmp (init_mode, SANE_VALUE_SCAN_MODE_COLOR) != 0) in init_options()
459 if (strcmp (init_mode, SANE_VALUE_SCAN_MODE_COLOR) != 0) in init_options()
1304 if (strcmp (word, option_string) != 0) in read_option()
1328 if (strcmp (word, "true") != 0 && strcmp (word, "false") != 0) in read_option()
1334 else if (strcmp (word, "true") == 0) in read_option()
1990 if (strcmp (devicename, test_device->name) == 0) in sane_open()
2299 if (strcmp (test_device->val[option].s, value) == 0) in sane_control_option()
2328 if (strcmp (test_device->val[option].s, value) == 0) in sane_control_option()
2368 if (strcmp (test_devic in sane_control_option()
[all...]
/third_party/cups-filters/filter/foomatic-rip/
H A Dpostscript.c437 if (!strcmp(p, "OpenOffice.org")) { in _print_ps()
444 } else if (!strcmp(p, "StarOffice 8")) { in _print_ps()
719 strcmp((val = option_get_value(o, optset)) ? val : "", value) != 0 && in _print_ps()
764 val && !strcmp(val, "1") ? "True" : "False"); in _print_ps()
810 (!strcmp(o->name, "PageSize") || !strcmp(o->name, "PageRegion")) && in _print_ps()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcucdapi.c44 if(0!=strcmp(s1, s2)) { in assertEqualScripts()
217 if(strcmp(expectedNames[i],name)!=0){ in TestUScriptCodeAPI()
252 if(strcmp(expectedAbbr[i],name)!=0){ in TestUScriptCodeAPI()
369 if(name==NULL || strcmp(name,"")==0){ in TestUScriptCodeAPI()
477 if(name==NULL || strcmp(name,expectedLong[j])!=0){ in TestUScriptCodeAPI()
481 if(name==NULL || strcmp(name,expectedShort[j])!=0){ in TestUScriptCodeAPI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp254 unsigned Size = (strcmp(Modifier+6,"64") == 0) ? 64 : in PrintModifiedOperand()
255 (strcmp(Modifier+6,"32") == 0) ? 32 : in PrintModifiedOperand()
256 (strcmp(Modifier+6,"16") == 0) ? 16 : 8; in PrintModifiedOperand()
291 if (HasBaseReg && Modifier && !strcmp(Modifier, "no-rip") && in PrintLeaMemReference()
313 if (Modifier && strcmp(Modifier, "H") == 0) in PrintLeaMemReference()
358 if (HasBaseReg && Modifier && !strcmp(Modifier, "no-rip") && in PrintIntelMemReference()
/third_party/python/Python/
H A Dpreconfig.c626 if (strcmp(opt, "1") == 0) { in preconfig_init_utf8_mode()
629 else if (strcmp(opt, "0") == 0) { in preconfig_init_utf8_mode()
645 && (strcmp(ctype_loc, "C") == 0 in preconfig_init_utf8_mode()
646 || strcmp(ctype_loc, "POSIX") == 0)) in preconfig_init_utf8_mode()
671 if (strcmp(env, "0") == 0) { in preconfig_init_coerce_c_locale()
676 else if (strcmp(env, "warn") == 0) { in preconfig_init_coerce_c_locale()
/third_party/libsnd/tests/
H A Dcommand_test.c98 do_all = ! strcmp (argv [1], "all") ; in main()
100 if (do_all || strcmp (argv [1], "ver") == 0) in main()
114 if (do_all || strcmp (argv [1], "norm") == 0) in main()
123 if (do_all || strcmp (argv [1], "peak") == 0) in main()
131 if (do_all || ! strcmp (argv [1], "format")) in main()
136 if (do_all || strcmp (argv [1], "trunc") == 0) in main()
142 if (do_all || strcmp (argv [1], "inst") == 0) in main()
149 if (do_all || strcmp (argv [1], "cue") == 0) in main()
165 if (do_all || strcmp (argv [1], "current_sf_info") == 0) in main()
170 if (do_all || strcmp (arg in main()
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c145 if (!strcmp(spec, mediatype))\
652 if (!strcmp(arg, "list")) { in opt_init_hw_device()
979 if (!hwaccel_output_format && hwaccel && !strcmp(hwaccel, "cuvid")) { in add_input_streams()
985 } else if (!hwaccel_output_format && hwaccel && !strcmp(hwaccel, "qsv")) { in add_input_streams()
1003 if (!strcmp(hwaccel, "nvdec") || !strcmp(hwaccel, "cuvid")) in add_input_streams()
1006 if (!strcmp(hwaccel, "none")) in add_input_streams()
1008 else if (!strcmp(hwaccel, "auto")) in add_input_streams()
1086 if (proto_name && !strcmp(proto_name, "file") && avio_check(filename, 0) == 0) { in assert_file_overwrite()
1105 if (proto_name && !strcmp(proto_nam in assert_file_overwrite()
[all...]
/third_party/ffmpeg/libavformat/
H A Dhls.c492 if (!strcmp(info->type, "AUDIO")) in new_rendition()
494 else if (!strcmp(info->type, "VIDEO")) in new_rendition()
496 else if (!strcmp(info->type, "SUBTITLES")) in new_rendition()
498 else if (!strcmp(info->type, "CLOSED-CAPTIONS")) in new_rendition()
549 if (!strcmp(info->defaultr, "YES")) in new_rendition()
551 if (!strcmp(info->forced, "YES")) in new_rendition()
556 if (!strcmp(characteristic, "public.accessibility.describes-music-and-sound")) in new_rendition()
558 else if (!strcmp(characteristic, "public.accessibility.describes-video")) in new_rendition()
664 if (strcmp(c->allowed_extensions, "ALL") && !av_match_ext(url, c->allowed_extensions)) { in open_url()
684 else if (strcmp(proto_nam in open_url()
[all...]
H A Dasf.c144 if (!strcmp(name, "WM/Picture")) // handle cover art in ff_asf_handle_byte_array()
146 else if (!strcmp(name, "ID3")) // handle ID3 tag in ff_asf_handle_byte_array()
/third_party/backends/backend/escl/
H A Descl.c149 if(!strcmp(type, "_uscans._tcp") || in escl_is_tls()
150 !strcmp(type, "https")) in escl_is_tls()
272 if ((strcmp(current->ip_address, ip_address) == 0) || in escl_device_add()
273 (uuid && current->uuid && !strcmp(current->uuid, uuid))) in escl_device_add()
275 if (strcmp(current->type, type)) in escl_device_add()
277 if(!strcmp(type, "_uscans._tcp") || in escl_device_add()
278 !strcmp(type, "https")) in escl_device_add()
282 if (strcmp(current->ip_address, ip_address)) { in escl_device_add()
303 if (strcmp(type, "_uscan._tcp") != 0 && strcmp(typ in escl_device_add()
[all...]
/third_party/libbpf/src/
H A Dlinker.c494 strcmp(sec->sec_name, ".text") == 0) in is_ignored_sec()
508 if (strcmp(name, BTF_ELF_SEC) == 0 || in is_ignored_sec()
509 strcmp(name, BTF_EXT_ELF_SEC) == 0) in is_ignored_sec()
655 if (strcmp(sec_name, BTF_ELF_SEC) == 0) { in linker_load_obj_file()
665 if (strcmp(sec_name, BTF_EXT_ELF_SEC) == 0) { in linker_load_obj_file()
865 || strcmp(sec->sec_name + sizeof(".rel") - 1, link_sec->sec_name) != 0) { in linker_sanity_check_elf_relos()
1042 if (strcmp(sec->sec_name, sec_name) == 0) in find_dst_sec_by_name()
1198 if (strcmp(src_sec->sec_name, "license") == 0 in linker_append_sec_data()
1199 || strcmp(src_sec->sec_name, "version") == 0) { in linker_append_sec_data()
1272 if (strcmp(nam in find_glob_sym()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_builtins_test.cpp126 if (0 == std::strcmp(execution_model, "Fragment")) { in GetInMainCodeGenerator()
129 if (0 == std::strcmp(built_in, "FragDepth")) { in GetInMainCodeGenerator()
134 if (0 == std::strcmp(execution_model, "Geometry")) { in GetInMainCodeGenerator()
140 if (0 == std::strcmp(execution_model, "GLCompute")) { in GetInMainCodeGenerator()
283 if (0 == std::strcmp(execution_model, "Fragment")) { in GetInFunctionCodeGenerator()
286 if (0 == std::strcmp(built_in, "FragDepth")) { in GetInFunctionCodeGenerator()
291 if (0 == std::strcmp(execution_model, "Geometry")) { in GetInFunctionCodeGenerator()
297 if (0 == std::strcmp(execution_model, "GLCompute")) { in GetInFunctionCodeGenerator()
422 if (0 == std::strcmp(execution_model, "Fragment")) { in GetVariableCodeGenerator()
425 if (0 == std::strcmp(built_i in GetVariableCodeGenerator()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_builtins_test.cpp126 if (0 == std::strcmp(execution_model, "Fragment")) { in GetInMainCodeGenerator()
129 if (0 == std::strcmp(built_in, "FragDepth")) { in GetInMainCodeGenerator()
134 if (0 == std::strcmp(execution_model, "Geometry")) { in GetInMainCodeGenerator()
140 if (0 == std::strcmp(execution_model, "GLCompute")) { in GetInMainCodeGenerator()
283 if (0 == std::strcmp(execution_model, "Fragment")) { in GetInFunctionCodeGenerator()
286 if (0 == std::strcmp(built_in, "FragDepth")) { in GetInFunctionCodeGenerator()
291 if (0 == std::strcmp(execution_model, "Geometry")) { in GetInFunctionCodeGenerator()
297 if (0 == std::strcmp(execution_model, "GLCompute")) { in GetInFunctionCodeGenerator()
422 if (0 == std::strcmp(execution_model, "Fragment")) { in GetVariableCodeGenerator()
425 if (0 == std::strcmp(built_i in GetVariableCodeGenerator()
[all...]
/third_party/elfutils/tests/
H A Dbacktrace-child.c215 ptraceme = (*argv && strcmp (*argv, "--ptraceme") == 0); in main()
217 gencore = (*argv && strcmp (*argv, "--gencore") == 0); in main()
H A Dbacktrace-dwarf.c106 if (symname && (strcmp (symname, "main") == 0 in frame_callback()
107 || strcmp (symname, ".main") == 0)) in frame_callback()
H A Dline2addr.c93 if (strcmp (file, a->file) || line != a->line || col != 0) in handle_module()
99 || strcmp (file, a->file) || line != a->line || col != 0) in handle_module()
/third_party/elfutils/libdw/
H A Ddwarf_getsrc_file.c101 lastmatch = strcmp (basename (fname2), fname) == 0; in dwarf_getsrc_file()
103 lastmatch = strcmp (fname2, fname) == 0; in dwarf_getsrc_file()
/third_party/curl/tests/unit/
H A Dunit2602.c115 fail_if(strcmp(Curl_dyn_ptr(&dbuf),
140 fail_if(strcmp(Curl_dyn_ptr(&dbuf),
/third_party/glfw/src/
H A Dplatform.c94 if (strcmp(session, "wayland") == 0 && getenv("WAYLAND_DISPLAY")) in _glfwSelectPlatform()
96 else if (strcmp(session, "x11") == 0 && getenv("DISPLAY")) in _glfwSelectPlatform()
/third_party/glfw/deps/
H A Dgetopt.c76 if (strcmp(argv[optind], "-") == 0) in getopt()
81 if (strcmp(argv[optind], "--") == 0) { in getopt()

Completed in 30 milliseconds

1...<<31323334353637383940>>...129