Searched
full:strstr (Results
476 -
500 of
1230) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/ |
string.h | 64 extern char* strstr(const char *, const char *) __purefunc;
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/ |
string.h | 64 extern char* strstr(const char *, const char *) __purefunc;
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/ |
string.h | 64 extern char* strstr(const char *, const char *) __purefunc;
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/ |
string.h | 64 extern char* strstr(const char *, const char *) __purefunc;
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/ |
string.h | 64 extern char* strstr(const char *, const char *) __purefunc;
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/ |
string.h | 64 extern char* strstr(const char *, const char *) __purefunc;
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/ |
string.h | 64 extern char* strstr(const char *, const char *) __purefunc;
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/ |
string.h | 64 extern char* strstr(const char *, const char *) __purefunc;
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/ |
string.h | 64 extern char* strstr(const char *, const char *) __purefunc;
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/ |
string.h | 64 extern char* strstr(const char *, const char *) __purefunc;
|
/system/core/base/ |
logging_test.cpp | 209 EXPECT_NE(nullptr, strstr(output.c_str(), "67890")) << output;
|
/system/core/init/ |
bootchart.cpp | 170 if ((s = strstr(cmdline.c_str(), KERNEL_OPTION)) != NULL) {
|
/toolchain/binutils/binutils-2.25/binutils/ |
config.in | 73 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
|
nm.c | 631 xf = (strstr (xn, "gnu_compiled") != NULL 632 || strstr (xn, "gcc2_compiled") != NULL); 633 yf = (strstr (yn, "gnu_compiled") != NULL 634 || strstr (yn, "gcc2_compiled") != NULL); 1136 if (strstr (bfd_get_target (file), "64") != NULL [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-xc16x.c | 326 if (!strstr (seg->name,".debug"))
|
tc-nds32.c | [all...] |
/toolchain/binutils/binutils-2.25/ld/ |
config.in | 45 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
armcoff.em | 138 if (strstr (bfd_get_target (link_info.output_bfd), "arm") == NULL)
|
/external/dnsmasq/src/ |
option.c | 696 if (strstr(arg, "option:") == arg) 709 else if (strstr(arg, "vendor:") == arg) 714 else if (strstr(arg, "encap:") == arg) 723 if (strstr(arg, "net:") == arg) [all...] |
/external/llvm/include/llvm/Analysis/ |
TargetLibraryInfo.def | [all...] |
/system/vold/ |
Utils.cpp | 214 char* start = strstr(cline, "TYPE="); 219 start = strstr(cline, "UUID="); 224 start = strstr(cline, "LABEL=");
|
/toolchain/binutils/binutils-2.25/libiberty/ |
configure.ac | 370 funcs="$funcs strstr" 411 strerror strncasecmp strndup strnlen strrchr strsignal strstr strtod \ 525 strchr strdup strerror strncasecmp strrchr strstr strtod \
|
/external/bzip2/ |
bzip2.c | [all...] |
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
OMXCapabilities.cpp | [all...] |
/external/libmicrohttpd/src/microhttpd/ |
postprocessor.c | 298 boundary = strstr (boundary, "boundary="); 598 while (NULL != (spos = strstr (bpos, key))) 975 pp->nested_boundary = strstr (pp->content_type, "boundary="); [all...] |
Completed in 887 milliseconds
<<11121314151617181920>>