Home
last modified time | relevance | path

Searched refs:strcasestr (Results 1 - 25 of 44) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dstrcasestr.c22 * @tc.desc : Test strcasestr method to intercept string
28 char *result = strcasestr(haystate, ""); in strcasestr_0100()
30 t_error("%s strcasestr error get result is %s\n", __func__, result); in strcasestr_0100()
36 * @tc.desc : Test strcasestr method incoming uppercase letter interception
42 char *result = strcasestr(haystate, "B"); in strcasestr_0200()
44 t_error("%s strcasestr error get result is %s\n", __func__, result); in strcasestr_0200()
50 * @tc.desc : Test strcasestr method incoming lowercase letter interception
56 char *result = strcasestr(haystate, "i"); in strcasestr_0300()
58 t_error("%s strcasestr error get result is %s\n", __func__, result); in strcasestr_0300()
64 * @tc.desc : Test strcasestr metho
[all...]
/third_party/cups-filters/utils/
H A 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(pd in listPrintersInArray()
[all...]
H A 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(pd in create_remote_printer_entry()
[all...]
/third_party/cups-filters/filter/
H A 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(filte in exec_filter()
[all...]
H A Dpdftops.c184 while ((option_start = strcasestr(option_start, *option)) != NULL) in remove_options()
496 strcasestr(make_model, "Minolta") ||
498 (ptr = strcasestr(make_model, "LaserWriter")))))
516 (ptr = strcasestr(make_model, "LaserJet"))))
612 if (strcasestr(val, "Black") ||
613 strcasestr(val, "Gray") ||
614 strcasestr(val, "Mono"))
732 (strcasestr(make_model, "LaserJet"))))
764 (strcasestr(make_model, "LaserJet"))))
H A Dstrcasestr.c44 strcasestr(s, find) in strcasestr() function
H A 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/
H A Dpasswd.c49 if (strcasestr(new, user) || strcasestr(user, new)) msg = "user"; in weak_check()
50 if (*old && (strcasestr(new, old) || strcasestr(old, new))) msg = "old"; in weak_check()
/third_party/json/tests/thirdparty/Fuzzer/test/
H A DStrstrTest.cpp4 // Test strstr and strcasestr hooks.
11 // Windows does not have strcasestr and memmem, so we are not testing them.
13 #define strcasestr strstr macro
21 strcasestr(s.c_str(), "aBcD") && in LLVMFuzzerTestOneInput()
/third_party/cups-filters/cupsfilters/
H A 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()
H A 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( in cupsRasterParseIPPOptions()
[all...]
H A 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_propertie in ppdCreateFromIPP2()
[all...]
/third_party/backends/include/sane/
H A Dconfig.h341 /* Define to 1 if you have the `strcasestr' function. */
754 /* Prototype for strcasestr */
756 #define strcasestr sanei_strcasestr macro
757 char * strcasestr (const char *phaystack, const char *pneedle);
/third_party/backends/backend/escl/
H A Descl.c346 if(strcasestr(search, "Epson")) in get_vendor()
348 else if(strcasestr(search, "Fujitsu")) in get_vendor()
350 else if(strcasestr(search, "HP")) in get_vendor()
352 else if(strcasestr(search, "Canon")) in get_vendor()
354 else if(strcasestr(search, "Lexmark")) in get_vendor()
356 else if(strcasestr(search, "Samsung")) in get_vendor()
358 else if(strcasestr(search, "Xerox")) in get_vendor()
360 else if(strcasestr(search, "OKI")) in get_vendor()
362 else if(strcasestr(search, "Hewlett Packard")) in get_vendor()
364 else if(strcasestr(searc in get_vendor()
[all...]
/third_party/musl/src/string/
H A Dstrcasestr.c4 char *strcasestr(const char *h, const char *n) in strcasestr() function
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrcasestr.c4 char *strcasestr(const char *h, const char *n) in strcasestr() function
/third_party/musl/third_party/openbsd/lib/libc/string/
H A Dstrcasestr.c1 /* $OpenBSD: strcasestr.c,v 1.4 2015/08/31 02:53:57 guenther Exp $ */
2 /* $NetBSD: strcasestr.c,v 1.2 2005/02/09 21:35:47 kleink Exp $ */
44 strcasestr(const char *s, const char *find) in strcasestr() function
62 // DEF_WEAK(strcasestr);
/third_party/cups-filters/filter/pdftopdf/
H A 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/backends/lib/
H A Dstrcasestr.c27 /* added strcasestr support, davidm@lineo.com */
42 char * strcasestr ( const char *phaystack, const char *pneedle) in strcasestr() function
/third_party/musl/porting/liteos_m/user/include/
H A Dstring.h92 char *strcasestr(const char *, const char *);
/third_party/musl/porting/linux/user/include/
H A Dstring.h94 char *strcasestr(const char *, const char *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstring.h92 char *strcasestr(const char *, const char *);
/third_party/musl/include/
H A Dstring.h95 char *strcasestr(const char *, const char *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstring.h92 char *strcasestr(const char *, const char *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstring.h94 char *strcasestr(const char *, const char *);

Completed in 25 milliseconds

12