| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/cherokee/cherokee/ |
| H A D | 0001-common-internal.h-Define-LLONG_MAX-if-undefined.patch | 19 @@ -222,6 +222,16 @@ char *strcasestr(char *s, char *find); 36 @@ -229,6 +239,8 @@ char *strcasestr(char *s, char *find);
|
| /OK3568_Linux_fs/buildroot/package/git/ |
| H A D | 0001-Fix-build-without-threads.patch | 82 # Define NO_STRCASESTR if you don't have strcasestr. 83 GIT_CHECK_FUNC(strcasestr,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | string.h | 358 extern "C++" char *strcasestr (char *__haystack, const char *__needle) 360 extern "C++" const char *strcasestr (const char *__haystack, 364 extern char *strcasestr (const char *__haystack, const char *__needle)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | string.h | 358 extern "C++" char *strcasestr (char *__haystack, const char *__needle) 360 extern "C++" const char *strcasestr (const char *__haystack, 364 extern char *strcasestr (const char *__haystack, const char *__needle)
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | meson.build | 31 srcs_libc += 'strcasestr.c'
|
| H A D | Makefile.in | 169 $(DEPDIR)/strcasecmp.Plo $(DEPDIR)/strcasestr.Plo \ 229 reallocarray.c strcasecmp.c strcasestr.c strlcat.c strlcpy.c \ 676 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strcasestr.Plo@am__quote@ # am--include-marker 864 -rm -f $(DEPDIR)/strcasestr.Plo 938 -rm -f $(DEPDIR)/strcasestr.Plo
|
| /OK3568_Linux_fs/buildroot/package/vlc/ |
| H A D | 0005-Don-t-assume-strerror_l-is-available.patch | 31 …nd lldiv memrchr nrand48 poll recvmsg rewind sendmsg setenv strcasecmp strcasestr strdup strlcpy s…
|
| /OK3568_Linux_fs/external/xserver/config/ |
| H A D | hal.c | 285 if ((tmp = strcasestr(psi_key, "xkb")) && strlen(tmp) >= 4) { in device_added() 318 if ((tmp = strcasestr(psi_key, "xkb")) && in device_added()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | xorg-server.h.in | 53 /* Define to 1 if you have the `strcasestr' function. */
|
| H A D | xorg-server.h.meson.in | 53 /* Define to 1 if you have the `strcasestr' function. */
|
| H A D | os.h | 585 #define strcasestr xstrcasestr macro
|
| H A D | dix-config.h.in | 188 /* Define to 1 if you have the `strcasestr' function. */
|
| H A D | meson.build | 147 conf_data.set('HAVE_STRCASESTR', cc.has_function('strcasestr'))
|
| H A D | do-not-use-config.h.in | 338 /* Define to 1 if you have the `strcasestr' function. */
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | builtin-test.c | 379 if (strcasestr(desc, argv[i])) in perf_test__matches()
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | parse-options.c | 844 if (opt->help && strcasestr(opt->help, arg) != NULL) in option__in_argv()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | nconf.c | 511 if (strcasestr(str, match_str) != NULL) in get_mext_match()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | metricgroup.c | 407 m = strcasestr(n, list); in match_metric()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | nconf.c | 511 if (strcasestr(str, match_str) != NULL) in get_mext_match()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | nconf.c | 511 if (strcasestr(str, match_str) != 0) in get_mext_match()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo/texinfo/ |
| H A D | 0001-gnulib-Update.patch | 153 gnulib/lib/strcasestr.c | 16 +- 229 gnulib/m4/strcasestr.m4 | 4 +- 5982 --- a/gnulib/lib/strcasestr.c 5983 +++ b/gnulib/lib/strcasestr.c 10533 --- a/gnulib/m4/strcasestr.m4 10534 +++ b/gnulib/m4/strcasestr.m4 10536 -# strcasestr.m4 serial 26 10537 +# strcasestr.m4 serial 27 10542 dnl Check that strcasestr is present and works. 10548 dnl Persuade glibc <string.h> to declare strcasestr().
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-16 | 1824 * strcasestr: (libc)Search Functions. 4388 * strcasestr: Search Functions. (line 217)
|
| H A D | libc.info-2 | 1824 * strcasestr: (libc)Search Functions. 6906 -- Function: char * strcasestr (const char *HAYSTACK, const char 6918 strcasestr ("hello, world", "L") 6920 strcasestr ("hello, World", "wo")
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-16 | 1824 * strcasestr: (libc)Search Functions. 4388 * strcasestr: Search Functions. (line 217)
|
| H A D | libc.info-2 | 1824 * strcasestr: (libc)Search Functions. 6906 -- Function: char * strcasestr (const char *HAYSTACK, const char 6918 strcasestr ("hello, world", "L") 6920 strcasestr ("hello, World", "wo")
|