/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/ |
string.h | 61 extern char* strstr(const char *, const char *);
|
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/ |
string.h | 61 extern char* strstr(const char *, const char *);
|
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/ |
string.h | 61 extern char* strstr(const char *, const char *);
|
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/ |
string.h | 61 extern char* strstr(const char *, const char *);
|
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/ |
string.h | 61 extern char* strstr(const char *, const char *);
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/ |
string.h | 61 extern char* strstr(const char *, const char *);
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/ |
string.h | 61 extern char* strstr(const char *, const char *);
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/ |
string.h | 61 extern char* strstr(const char *, const char *);
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/ |
string.h | 61 extern char* strstr(const char *, const char *);
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/ |
string.h | 61 extern char* strstr(const char *, const char *);
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/ |
string.h | 61 extern char* strstr(const char *, const char *);
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/ |
string.h | 61 extern char* strstr(const char *, const char *);
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/ |
string.h | 61 extern char* strstr(const char *, const char *);
|
/toolchain/binutils/binutils-2.25/binutils/ |
sysdep.h | 87 extern char *strstr ();
|
/toolchain/binutils/binutils-2.25/config/ |
override.m4 | 53 [m4_fatal(m4_do([m4 with buggy strstr detected. Please install
|
/external/curl/tests/server/ |
rtspd.c | 338 end = strstr(line, END_OF_HEADERS); 621 if(strstr(req->reqbuf, "\r\n0\r\n\r\n")) 634 if(!req->auth && strstr(req->reqbuf, "Authorization:")) { 640 if(!req->digest && strstr(req->reqbuf, "Authorization: Digest")) { 649 strstr(req->reqbuf, "Authorization: NTLM TlRMTVNTUAAD")) { 659 strstr(req->reqbuf, "Authorization: NTLM TlRMTVNTUAAB")) { 665 else if((req->partno >= 1000) && strstr(req->reqbuf, "Authorization: Basic")) { 672 if(strstr(req->reqbuf, "Connection: close")) 693 end = strstr(line, END_OF_HEADERS); 1030 if(strstr(buffer, "swsclose") || !count) [all...] |
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
gles3jni.cpp | 263 if (strstr(versionStr, "OpenGL ES 3.") && gl3stubInit()) { 265 } else if (strstr(versionStr, "OpenGL ES 2.")) {
|
/external/compiler-rt/test/asan/TestCases/ |
strtol_strict.c | 54 exit(opts && strstr(opts, "strict_string_checks=true")); 72 exit(opts && strstr(opts, "strict_string_checks=true"));
|
/external/f2fs-tools/tools/ |
f2fstat.c | 129 head = strstr(buf, opt->partname); 159 tail = strstr(head, "in");
|
/external/webrtc/webrtc/examples/peerconnection/server/ |
data_socket.cc | 246 const char* type_end = strstr(headers, "\r\n"); 254 headers = strstr(headers, "\r\n");
|
/hardware/qcom/audio/msm8909/hal/audio_extn/ |
fm.c | 227 if (strstr(snd_card_status, "OFFLINE")) { 230 else if (strstr(snd_card_status, "ONLINE")) {
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_uevents.cpp | 61 char* pstr = strstr(iter_str, "PANEL_ALIVE=0"); 79 char* pstr = strstr(iter_str, "SWITCH_STATE=");
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_uevents.cpp | 61 char* pstr = strstr(iter_str, "PANEL_ALIVE=0"); 79 char* pstr = strstr(iter_str, "SWITCH_STATE=");
|
/toolchain/binutils/binutils-2.25/opcodes/ |
ip2k-asm.c | 95 afteroffset = strstr (*strp, "(IP)"); 99 afteroffset = strstr (*strp, "(ip)"); 122 afteroffset = strstr (*strp, "(DP)"); 126 afteroffset = strstr (*strp, "(dp)"); 163 afteroffset = strstr (*strp, "(SP)"); 167 afteroffset = strstr (*strp, "(sp)");
|
/external/mesa3d/src/egl/drivers/glx/ |
egl_glx.c | 534 if (strstr(GLX_dpy->extensions, "GLX_SGI_make_current_read")) { 539 if (strstr(GLX_dpy->extensions, "GLX_SGIX_fbconfig")) { 544 if (strstr(GLX_dpy->extensions, "GLX_SGIX_pbuffer")) { 571 if (vendor && strstr(vendor, "NVIDIA")) { 573 if (vendor && strstr(vendor, "NVIDIA")) { [all...] |