Home
last modified time | relevance | path

Searched refs:strcasestr (Results 1 – 25 of 56) sorted by relevance

123

/third_party/cups-filters/utils/
Ddriverless.c278 !strcasestr(device_id, "CMD:") && in listPrintersInArray()
279 !strcasestr(device_id, "COMMAND SET:") && in listPrintersInArray()
280 (strcasestr(pdl, "application/pdf") || in listPrintersInArray()
281 strcasestr(pdl, "application/postscript") || in listPrintersInArray()
282 strcasestr(pdl, "application/vnd.hp-PCL") || in listPrintersInArray()
283 strcasestr(pdl, "application/PCLm") || in listPrintersInArray()
284 strcasestr(pdl, "image/"))) { in listPrintersInArray()
286 if (strcasestr(pdl, "application/pdf")) in listPrintersInArray()
288 if (strcasestr(pdl, "application/PCLm")) in listPrintersInArray()
290 if (strcasestr(pdl, "application/postscript")) in listPrintersInArray()
[all …]
Dcups-browsed.c5239 else if (pstatemsg != NULL && (strcasestr(pstatemsg, reason) != NULL)) in is_disabled()
7030 if (strcasestr(a->type, "ipps") && !strcasestr(b->type, "ipps")) in ipp_discovery_cmp()
7032 if (!strcasestr(a->type, "ipps") && strcasestr(b->type, "ipps")) in ipp_discovery_cmp()
7290 (!strcasestr(pdl, "application/postscript") && in create_remote_printer_entry()
7291 !strcasestr(pdl, "application/pdf") && in create_remote_printer_entry()
7292 !strcasestr(pdl, "image/pwg-raster") && in create_remote_printer_entry()
7294 !strcasestr(pdl, "image/urf") && in create_remote_printer_entry()
7297 !strcasestr(pdl, "application/PCLm") && in create_remote_printer_entry()
7299 ((!strcasestr(pdl, "application/vnd.hp-PCL") && in create_remote_printer_entry()
7300 !strcasestr(pdl, "application/PCL") && in create_remote_printer_entry()
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/string/
Dstrcasestr.c28 char *result = strcasestr(haystate, ""); in strcasestr_0100()
42 char *result = strcasestr(haystate, "B"); in strcasestr_0200()
56 char *result = strcasestr(haystate, "i"); in strcasestr_0300()
70 char *result = strcasestr(haystate, "Da"); in strcasestr_0400()
Dtest_src_functionalext_supplement_string.gni20 "strcasestr",
/third_party/cups-filters/filter/
Dsys5ippprinter.c240 strcasestr(val, "pwg-raster") != NULL) { in main()
244 strcasestr(val, "jpeg") != NULL) { in main()
264 if (strcasestr(val, "raster")) in main()
290 else if (strcasestr(val, "pdf")) in main()
296 else if (strcasestr(val, "postscript")) in main()
331 else if ((p = strcasestr(val, "pcl")) != NULL) in main()
400 if (p && (strcasestr(p, "RGB") || strcasestr(p, "CMY") || in main()
401 strcasestr(p, "color"))) in main()
567 if (strcasestr(filter, "gziptoany")) { in exec_filter()
845 if ((p1 = strcasestr(buf, option)) == NULL) in get_option_in_str()
[all …]
Dpdftops.c184 while ((option_start = strcasestr(option_start, *option)) != NULL) in remove_options()
496 strcasestr(make_model, "Minolta") || in main()
498 (ptr = strcasestr(make_model, "LaserWriter"))))) in main()
516 (ptr = strcasestr(make_model, "LaserJet")))) in main()
612 if (strcasestr(val, "Black") || in main()
613 strcasestr(val, "Gray") || in main()
614 strcasestr(val, "Mono")) in main()
732 (strcasestr(make_model, "LaserJet")))) in main()
764 (strcasestr(make_model, "LaserJet")))) in main()
Dstrcasestr.c44 strcasestr(s, find) in strcasestr() function
Dgstoraster.c664 if (outformat_env == NULL || strcasestr(outformat_env, "raster")) in main()
666 else if (strcasestr(outformat_env, "pdf")) in main()
668 else if (strcasestr(outformat_env, "xl")) in main()
866 if (t && strcasestr(t, "pwg")) in main()
907 if (strcasestr(t, "pwg")) in main()
/third_party/toybox/toys/lsb/
Dpasswd.c49 if (strcasestr(new, user) || strcasestr(user, new)) msg = "user";
50 if (*old && (strcasestr(new, old) || strcasestr(old, new))) msg = "old";
/third_party/cups-filters/cupsfilters/
Draster.c181 if (strcasestr(s, "tray") || in cupsRasterParseIPPOptions()
182 strcasestr(s, "feed") || in cupsRasterParseIPPOptions()
183 strcasestr(s, "capacity") || in cupsRasterParseIPPOptions()
184 strcasestr(s, "upper") || in cupsRasterParseIPPOptions()
185 strcasestr(s, "top") || in cupsRasterParseIPPOptions()
186 strcasestr(s, "middle") || in cupsRasterParseIPPOptions()
187 strcasestr(s, "lower") || in cupsRasterParseIPPOptions()
188 strcasestr(s, "bottom") || in cupsRasterParseIPPOptions()
189 strcasestr(s, "left") || in cupsRasterParseIPPOptions()
190 strcasestr(s, "right") || in cupsRasterParseIPPOptions()
[all …]
Dpdftoippprinter.c94 while (*p1 != '\0' && (p2 = strcasestr(p1, option)) != NULL) { in set_option_in_str()
371 } else if ((p = strcasestr(val, "pcl")) != NULL) { in apply_filters()
460 if (p && (strcasestr(p, "RGB") || strcasestr(p, "CMY") || in apply_filters()
461 strcasestr(p, "color"))) { in apply_filters()
622 if (strcasestr(filter, "gziptoany")) { in exec_filter()
877 if ((p1 = strcasestr(buf, option)) == NULL) in get_option_in_str()
Dppdgenerator.c1701 if (strcasestr(buf, "faxout")) in ppdCreateFromIPP2()
1760 if (strcasestr(outbin_properties, "pagedelivery=faceUp")) { in ppdCreateFromIPP2()
1764 if (strcasestr(outbin_properties, "stackingorder=lastToFirst")) in ppdCreateFromIPP2()
1768 strcasestr(defaultoutbin, "face-up")) in ppdCreateFromIPP2()
2246 if (strcasestr(size->media, ".Borderless") == NULL) in ppdCreateFromIPP2()
2252 suffix = strcasestr(ppdname, ".Borderless"); in ppdCreateFromIPP2()
2287 suffix = strcasestr(ppdsizename, ".Borderless"); in ppdCreateFromIPP2()
2332 suffix = strcasestr(ppdsizename, ".Borderless"); in ppdCreateFromIPP2()
2369 suffix = strcasestr(ppdsizename, ".Borderless"); in ppdCreateFromIPP2()
3241 if (strcasestr(outbin_properties, "pagedelivery=faceUp")) { in ppdCreateFromIPP2()
[all …]
/third_party/json/tests/thirdparty/Fuzzer/test/
DStrstrTest.cpp13 #define strcasestr strstr macro
21 strcasestr(s.c_str(), "aBcD") && in LLVMFuzzerTestOneInput()
/third_party/musl/third_party/openbsd/
D.upstream_base_commits2 lib/libc/string/strcasestr.c openbsd lib/libc/string/strcasestr.c 71ab85de86c9965af0a2d6132e10736e2…
/third_party/cups-filters/filter/pdftopdf/
Dpdftopdf.cc748 if (strcasestr(final_content_type, "/pdf") || in getParameters()
749 strcasestr(final_content_type, "/vnd.cups-pdf") || in getParameters()
750 strcasestr(final_content_type, "/pwg-raster")) in getParameters()
833 (strcasestr(final_content_type, "/pdf") || in calculate()
834 strcasestr(final_content_type, "/vnd.cups-pdf") || in calculate()
835 strcasestr(final_content_type, "/pwg-raster") || in calculate()
836 strcasestr(final_content_type, "/urf") || in calculate()
837 strcasestr(final_content_type, "/PCLm"))) { in calculate()
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrcasestr.c4 char *strcasestr(const char *h, const char *n) in strcasestr() function
/third_party/musl/src/string/
Dstrcasestr.c4 char *strcasestr(const char *h, const char *n) in strcasestr() function
/third_party/musl/third_party/openbsd/lib/libc/string/
Dstrcasestr.c44 strcasestr(const char *s, const char *find) in strcasestr() function
/third_party/musl/porting/liteos_m/user/include/
Dstring.h92 char *strcasestr(const char *, const char *);
/third_party/musl/porting/linux/user/include/
Dstring.h94 char *strcasestr(const char *, const char *);
/third_party/musl/porting/uniproton/kernel/include/
Dstring.h92 char *strcasestr(const char *, const char *);
/third_party/musl/include/
Dstring.h94 char *strcasestr(const char *, const char *);
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt209 strcasestr
/third_party/musl/porting/liteos_a/kernel/include/
Dstring.h94 char *strcasestr(const char *, const char *);
/third_party/musl/porting/liteos_m/kernel/include/
Dstring.h92 char *strcasestr(const char *, const char *);

123