/third_party/cups-filters/cupsfilters/ |
H A D | raster.c | 231 if (!strcasecmp(val, "automatic")) in cupsRasterParseIPPOptions() 234 else if (!strcasecmp(val, "graphics")) in cupsRasterParseIPPOptions() 236 else if (!strcasecmp(val, "photo")) in cupsRasterParseIPPOptions() 238 else if (!strcasecmp(val, "text")) in cupsRasterParseIPPOptions() 240 else if (!strcasecmp(val, "text-and-graphics") || in cupsRasterParseIPPOptions() 241 !strcasecmp(val, "TextAndGraphics")) in cupsRasterParseIPPOptions() 268 (!strcasecmp(val, "true") || !strcasecmp(val, "on") || in cupsRasterParseIPPOptions() 269 !strcasecmp(val, "yes"))) in cupsRasterParseIPPOptions() 272 (!strcasecmp(va in cupsRasterParseIPPOptions() [all...] |
/third_party/pulseaudio/src/pulse/ |
H A D | sample.c | 205 if (strcasecmp(format, "s16le") == 0) in pa_parse_sample_format() 207 else if (strcasecmp(format, "s16be") == 0) in pa_parse_sample_format() 209 else if (strcasecmp(format, "s16ne") == 0 || strcasecmp(format, "s16") == 0 || strcasecmp(format, "16") == 0) in pa_parse_sample_format() 211 else if (strcasecmp(format, "s16re") == 0) in pa_parse_sample_format() 213 else if (strcasecmp(format, "u8") == 0 || strcasecmp(format, "8") == 0) in pa_parse_sample_format() 215 else if (strcasecmp(format, "float32") == 0 || strcasecmp(forma in pa_parse_sample_format() [all...] |
/third_party/cups-filters/filter/ |
H A D | banner.c | 67 if (!strcasecmp(tok, "imageable-area")) in parse_show() 69 else if (!strcasecmp(tok, "job-billing")) in parse_show() 71 else if (!strcasecmp(tok, "job-id")) in parse_show() 73 else if (!strcasecmp(tok, "job-name")) in parse_show() 75 else if (!strcasecmp(tok, "job-originating-host-name")) in parse_show() 77 else if (!strcasecmp(tok, "job-originating-user-name")) in parse_show() 79 else if (!strcasecmp(tok, "job-uuid")) in parse_show() 81 else if (!strcasecmp(tok, "options")) in parse_show() 83 else if (!strcasecmp(tok, "paper-name")) in parse_show() 85 else if (!strcasecmp(to in parse_show() [all...] |
H A D | pdftops.c | 474 if (strcasecmp(val, "gs") == 0) 476 else if (strcasecmp(val, "pdftops") == 0) 478 else if (strcasecmp(val, "acroread") == 0) 480 else if (strcasecmp(val, "pdftocairo") == 0) 482 else if (strcasecmp(val, "mupdf") == 0) 484 else if (strcasecmp(val, "hybrid") == 0) 841 strcasecmp(ptr, "dpi") && 842 strcasecmp(ptr, "dpc") && 843 strcasecmp(ptr, "dpcm"))) 849 if (!strcasecmp(pt [all...] |
H A D | imagetopdf.c | 796 (!strcasecmp(val, "true") || !strcasecmp(val, "on") || in main() 797 !strcasecmp(val, "yes"))) { in main() 805 (!strcasecmp(val, "two-sided-long-edge") || in main() 806 !strcasecmp(val, "two-sided-short-edge"))) { in main() 816 if (!strcasecmp(val, "Reverse")) { in main() 825 Reverse = !strcasecmp(choice->choice,"Reverse"); in main() 829 Reverse = !strcasecmp(attr->value,"Reverse"); in main() 832 Reverse = !strcasecmp(attr->value,"Reverse"); in main() 838 (!strcasecmp(va in main() [all...] |
H A D | texttotext.c | 412 if (!strcasecmp(val, "Truncate")) in main() 414 else if (!strcasecmp(val, "WordWrap")) in main() 416 else if (!strcasecmp(val, "WrapAtWidth")) in main() 477 if (!strcasecmp(val, "LF")) in main() 479 else if (!strcasecmp(val, "CR")) in main() 481 else if (!strcasecmp(val, "CRLF")) in main() 502 if (!strcasecmp(val, "even")) { in main() 505 } else if (!strcasecmp(val, "odd")) { in main() 508 } else if (!strcasecmp(val, "all")) { in main() 523 if (!strcasecmp(va in main() [all...] |
H A D | textcommon.c | 548 strcasecmp(val, "no") && strcasecmp(val, "off") && in TextMain() 549 strcasecmp(val, "false")) in TextMain() 564 else if (strcasecmp(val, "application/x-cshell") == 0) in TextMain() 570 else if (strcasecmp(val, "application/x-csource") == 0) in TextMain() 576 else if (strcasecmp(val, "application/x-perl") == 0) in TextMain() 582 else if (strcasecmp(val, "application/x-shell") == 0) in TextMain() 601 WrapLines = !strcasecmp(val, "true") || !strcasecmp(val, "on") || in TextMain() 602 !strcasecmp(va in TextMain() [all...] |
/third_party/cups-filters/filter/pdftopdf/ |
H A D | pdftopdf.cc | 107 return (strcasecmp(value,"no")==0)|| in is_false() 108 (strcasecmp(value,"off")==0)|| in is_false() 109 (strcasecmp(value,"false")==0); in is_false() 118 return (strcasecmp(value,"yes")==0)|| in is_true() 119 (strcasecmp(value,"on")==0)|| in is_true() 120 (strcasecmp(value,"true")==0); in is_true() 167 if ((!val)||(strcasecmp(val,"Normal")==0)||(strcasecmp(val,"same-order")==0)) { in ppdDefaultOrder() 169 } else if (strcasecmp(val,"Reverse")==0||(strcasecmp(va in ppdDefaultOrder() [all...] |
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 1389 if ((list = cupsArrayNew3((cups_array_func_t)strcasecmp, NULL, NULL, 0, in add_mimetype_attributes() 1458 if ((list = cupsArrayNew3((cups_array_func_t)strcasecmp, NULL, NULL, 0, in add_tagzero_attributes() 1532 if ((list = cupsArrayNew3((cups_array_func_t)strcasecmp, NULL, NULL, 0, in add_keyword_attributes() 1599 if ((list = cupsArrayNew3((cups_array_func_t)strcasecmp, NULL, NULL, 0, in add_enum_attributes() 1662 if ((list = cupsArrayNew3((cups_array_func_t)strcasecmp, NULL, NULL, 0, in add_margin_attributes() 1997 if ((list = cupsArrayNew3((cups_array_func_t)strcasecmp, NULL, NULL, 0, in add_jobpresets_attribute() 2002 if ((added_presets = cupsArrayNew3((cups_array_func_t)strcasecmp, in add_jobpresets_attribute() 2078 if ((page_media = cupsArrayNew3((cups_array_func_t)strcasecmp, NULL, NULL, 0, in get_pagesize() 2115 if ((media_data = cupsArrayNew3((cups_array_func_t)strcasecmp, NULL, NULL, 0, in get_mediadata() 2141 if ((document_formats = cupsArrayNew3((cups_array_func_t)strcasecmp, in get_mimetype_attributes() [all...] |
H A D | driverless.c | 258 if (!device_id[0] && strcasecmp(model, "Unknown")) { in listPrintersInArray() 730 if (!strcasecmp(argv[i], "--debug") || !strcasecmp(argv[i], "-d") || in main() 735 } else if (!strcasecmp(argv[i], "list")) { in main() 745 } else if (!strcasecmp(argv[i], "_ipps._tcp")) { in main() 748 } else if (!strcasecmp(argv[i], "_ipp._tcp")) { in main() 751 } else if (!strcasecmp(argv[i], "--std-ipp-uris")) { in main() 774 } else if (!strcasecmp(argv[i], "--version") || in main() 775 !strcasecmp(argv[i], "--help") || in main() 776 !strcasecmp(arg in main() [all...] |
/third_party/mesa3d/src/hgl/ |
H A D | GLRendererRoster.cpp | 51 if (!strcasecmp(parameter, "enabled") || !strcasecmp(parameter, "on") in GLRendererRoster() 52 || !strcasecmp(parameter, "true") || !strcasecmp(parameter, "yes") in GLRendererRoster() 53 || !strcasecmp(parameter, "enable") || !strcmp(parameter, "1")) in GLRendererRoster() 59 if (!strcasecmp(parameter, "enabled") || !strcasecmp(parameter, "on") in GLRendererRoster() 60 || !strcasecmp(parameter, "true") || !strcasecmp(parameter, "yes") in GLRendererRoster() 61 || !strcasecmp(paramete in GLRendererRoster() [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | tjbench.c | 847 if (!strcasecmp(temp, ".bmp")) ext = "bmp"; in main() 848 if (!strcasecmp(temp, ".jpg") || !strcasecmp(temp, ".jpeg")) in main() 869 if (!strcasecmp(argv[i], "-tile")) { in main() 871 } else if (!strcasecmp(argv[i], "-fastupsample")) { in main() 874 } else if (!strcasecmp(argv[i], "-fastdct")) { in main() 877 } else if (!strcasecmp(argv[i], "-accuratedct")) { in main() 880 } else if (!strcasecmp(argv[i], "-progressive")) { in main() 883 } else if (!strcasecmp(argv[i], "-rgb")) in main() 885 else if (!strcasecmp(arg in main() [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | strcasecmp.c | 22 * @tc.desc : Verify strcasecmp process success when fist string equal second stirng 27 int32_t ret = strcasecmp("aBcDeF", "AbCdEf"); in strcasecmp_0100() 33 * @tc.desc : Verify strcasecmp process success when fist string less than second stirng 38 int32_t ret = strcasecmp("", "AbCdEf"); in strcasecmp_0200() 44 * @tc.desc : Verify strcasecmp process success when fist string more than second stirng 49 int32_t ret = strcasecmp("AbCdEf", ""); in strcasecmp_0300() 55 * @tc.desc : Verify strcasecmp process success when fist string is null second stirng is null 60 int32_t ret = strcasecmp("", ""); in strcasecmp_0400()
|
/third_party/mesa3d/src/util/ |
H A D | debug.c | 125 strcasecmp(str, "true") == 0 || in env_var_as_boolean() 126 strcasecmp(str, "y") == 0 || in env_var_as_boolean() 127 strcasecmp(str, "yes") == 0) { in env_var_as_boolean() 130 strcasecmp(str, "false") == 0 || in env_var_as_boolean() 131 strcasecmp(str, "n") == 0 || in env_var_as_boolean() 132 strcasecmp(str, "no") == 0) { in env_var_as_boolean()
|
/third_party/cups-filters/backend/ |
H A D | serial.c | 292 if (!strcasecmp(name, "baud")) in main() 354 else if (!strcasecmp(name, "bits")) in main() 375 else if (!strcasecmp(name, "parity")) in main() 381 if (!strcasecmp(value, "even")) in main() 386 else if (!strcasecmp(value, "odd")) in main() 391 else if (!strcasecmp(value, "none")) in main() 393 else if (!strcasecmp(value, "space")) in main() 403 else if (!strcasecmp(value, "mark")) in main() 416 else if (!strcasecmp(name, "flow")) in main() 422 if (!strcasecmp(valu in main() [all...] |
/third_party/libcoap/src/ |
H A D | coap_ws.c | 25 #define strcasecmp _stricmp macro 311 if (strcasecmp((char *)ws->http_hdr, in coap_ws_rd_http_header_server() 324 if (strcasecmp((char *)ws->http_hdr, "Host:") == 0) { in coap_ws_rd_http_header_server() 330 } else if (strcasecmp((char *)ws->http_hdr, "Upgrade:") == 0) { in coap_ws_rd_http_header_server() 335 if (strcasecmp(value, "websocket") != 0) { in coap_ws_rd_http_header_server() 340 } else if (strcasecmp((char *)ws->http_hdr, "Connection:") == 0) { in coap_ws_rd_http_header_server() 345 if (strcasecmp(value, "Upgrade") != 0) { in coap_ws_rd_http_header_server() 350 } else if (strcasecmp((char *)ws->http_hdr, "Sec-WebSocket-Key:") == 0) { in coap_ws_rd_http_header_server() 365 } else if (strcasecmp((char *)ws->http_hdr, "Sec-WebSocket-Protocol:") == 0) { in coap_ws_rd_http_header_server() 370 if (strcasecmp(valu in coap_ws_rd_http_header_server() [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/string/string_gtest/ |
H A D | string_strcasecmp_test.cpp | 13 * @tc.desc: Verify the correctness of the strcasecmp function for case-insensitive comparison of strings, including 19 EXPECT_TRUE(strcasecmp("world", "WORLD") == 0); in HWTEST_F() 20 EXPECT_TRUE(strcasecmp("world1", "world2") < 0); in HWTEST_F() 21 EXPECT_TRUE(strcasecmp("world2", "world1") > 0); in HWTEST_F()
|
/third_party/glfw/tests/ |
H A D | glfwinfo.c | 41 #define strcasecmp(x, y) _stricmp(x, y) macro 437 if (strcasecmp(optarg, PLATFORM_NAME_ANY) == 0) in main() 439 else if (strcasecmp(optarg, PLATFORM_NAME_WIN32) == 0) in main() 441 else if (strcasecmp(optarg, PLATFORM_NAME_COCOA) == 0) in main() 443 else if (strcasecmp(optarg, PLATFORM_NAME_WL) == 0) in main() 445 else if (strcasecmp(optarg, PLATFORM_NAME_X11) == 0) in main() 447 else if (strcasecmp(optarg, PLATFORM_NAME_NULL) == 0) in main() 457 if (strcasecmp(optarg, API_NAME_OPENGL) == 0) in main() 459 else if (strcasecmp(optarg, API_NAME_OPENGL_ES) == 0) in main() 469 if (strcasecmp(optar in main() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | spp_client.c | 341 if (strcasecmp(urn, URN_HS20_PPS) != 0) { in hs20_spp_upload_mo() 389 if (strcasecmp(urn, URN_HS20_PPS) != 0) { in hs20_add_mo() 540 if (strcasecmp(name, "launchBrowserToURI") == 0) { in hs20_spp_exec() 570 if (strcasecmp(name, "uploadMO") == 0) { in hs20_spp_exec() 579 if (strcasecmp(name, "getCertificate") == 0) { in hs20_spp_exec() 633 if (!update && strcasecmp(name, "updateNode") == 0) in process_spp_post_dev_data_response() 635 if (!exec && strcasecmp(name, "exec") == 0) in process_spp_post_dev_data_response() 637 if (!add_mo && strcasecmp(name, "addMO") == 0) in process_spp_post_dev_data_response() 639 if (!no_mo && strcasecmp(name, "noMOUpdate") == 0) in process_spp_post_dev_data_response() 644 strcasecmp(statu in process_spp_post_dev_data_response() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | spp_client.c | 341 if (strcasecmp(urn, URN_HS20_PPS) != 0) { in hs20_spp_upload_mo() 389 if (strcasecmp(urn, URN_HS20_PPS) != 0) { in hs20_add_mo() 540 if (strcasecmp(name, "launchBrowserToURI") == 0) { in hs20_spp_exec() 570 if (strcasecmp(name, "uploadMO") == 0) { in hs20_spp_exec() 579 if (strcasecmp(name, "getCertificate") == 0) { in hs20_spp_exec() 633 if (!update && strcasecmp(name, "updateNode") == 0) in process_spp_post_dev_data_response() 635 if (!exec && strcasecmp(name, "exec") == 0) in process_spp_post_dev_data_response() 637 if (!add_mo && strcasecmp(name, "addMO") == 0) in process_spp_post_dev_data_response() 639 if (!no_mo && strcasecmp(name, "noMOUpdate") == 0) in process_spp_post_dev_data_response() 644 strcasecmp(statu in process_spp_post_dev_data_response() [all...] |
/third_party/selinux/secilc/ |
H A D | secilc.c | 152 if (!strcasecmp(optarg, "true") || !strcasecmp(optarg, "1")) { in main() 154 } else if (!strcasecmp(optarg, "false") || !strcasecmp(optarg, "0")) { in main() 176 if (!strcasecmp(optarg, "deny")) { in main() 178 } else if (!strcasecmp(optarg, "allow")) { in main() 180 } else if (!strcasecmp(optarg, "reject")) { in main()
|
H A D | secil2conf.c | 99 if (!strcasecmp(optarg, "true") || !strcasecmp(optarg, "1")) { in main() 101 } else if (!strcasecmp(optarg, "false") || !strcasecmp(optarg, "0")) { in main()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-lirc.c | 106 if (strcasecmp(name, "volume-up") == 0) in io_callback() 108 else if (strcasecmp(name, "volume-down") == 0) in io_callback() 110 else if (strcasecmp(name, "mute") == 0) in io_callback() 112 else if (strcasecmp(name, "mute-toggle") == 0) in io_callback() 114 else if (strcasecmp(name, "reset") == 0) in io_callback()
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | options.c | 159 else if (strcasecmp(typestr, "enum") == 0) in type_from_string() 161 else if (strcasecmp(typestr, "pickmany") == 0) in type_from_string() 163 else if (strcasecmp(typestr, "bool") == 0) in type_from_string() 165 else if (strcasecmp(typestr, "int") == 0) in type_from_string() 167 else if (strcasecmp(typestr, "float") == 0) in type_from_string() 169 else if (strcasecmp(typestr, "string") == 0) in type_from_string() 171 else if (strcasecmp(typestr, "password") == 0) in type_from_string() 193 if (!strcasecmp(value, "AnySetup")) in section_from_string() 195 else if (!strcasecmp(value, "PageSetup")) in section_from_string() 197 else if (!strcasecmp(valu in section_from_string() [all...] |
/third_party/googletest/googletest/test/ |
H A D | googletest-options-test.cc | 48 // For strcasecmp on OS/2 112 strcasecmp("googletest-options-test", exe_str.c_str()) == 0 || in TEST() 113 strcasecmp("gtest-options-ex_test", exe_str.c_str()) == 0 || in TEST() 114 strcasecmp("gtest_all_test", exe_str.c_str()) == 0 || in TEST() 115 strcasecmp("gtest_dll_test", exe_str.c_str()) == 0; in TEST()
|