| /external/bison/lib/ |
| string.in.h | 565 # define strstr rpl_strstr macro 567 _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle) 570 _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle)); 573 extern "C++" { const char * strstr (const char *, const char *); } 574 extern "C++" { char * strstr (char *, const char *); } */ 575 _GL_CXXALIAS_SYS_CAST2 (strstr, 581 _GL_CXXALIASWARN1 (strstr, char *, (char *haystack, const char *needle)); 582 _GL_CXXALIASWARN1 (strstr, const char *, 585 _GL_CXXALIASWARN (strstr); variable 588 /* strstr() does not work with multibyte strings if the locale encoding i 592 # undef strstr macro [all...] |
| /external/blktrace/btt/ |
| devmap.c | 35 if (strstr(line, "Device") != NULL)
|
| /external/chromium_org/third_party/leveldatabase/src/util/ |
| testharness.cc | 47 if (strstr(name.c_str(), matcher) == NULL) {
|
| /external/chromium_org/third_party/re2/re2/testing/ |
| exhaustive1_test.cc | 36 if (strstr("PCRE", FLAGS_regexp_engines.c_str()) == NULL)
|
| /external/clang/test/CodeGen/ |
| builtin-attributes.c | 15 // CHECK: call i8* @strstr{{.*}} [[NUW:#[0-9]+]]
|
| /external/kernel-headers/original/linux/ |
| string.h | 61 extern char * strstr(const char *,const char *);
|
| /external/libselinux/src/ |
| enabled.c | 42 if (strstr(buf, "selinuxfs")) {
|
| /external/oprofile/daemon/ |
| opd_pipe.c | 83 if (strstr(line, "do_jitconv") != NULL) {
|
| /external/regex-re2/re2/testing/ |
| exhaustive1_test.cc | 36 if (strstr("PCRE", FLAGS_regexp_engines.c_str()) == NULL)
|
| /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
| cstring | 61 using ::strstr;
|
| /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
| cstring | 61 using ::strstr;
|
| /sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
| GLEScontext.cpp | 522 if (strstr(cstring,"GL_EXT_bgra ")!=NULL) 525 if (strstr(cstring,"GL_EXT_framebuffer_object ")!=NULL) 528 if (strstr(cstring,"GL_ARB_vertex_blend ")!=NULL) 531 if (strstr(cstring,"GL_ARB_matrix_palette ")!=NULL) 534 if (strstr(cstring,"GL_EXT_packed_depth_stencil ")!=NULL ) 537 if (strstr(cstring,"GL_OES_read_format ")!=NULL) 540 if (strstr(cstring,"GL_ARB_half_float_pixel ")!=NULL) 543 if (strstr(cstring,"GL_NV_half_float ")!=NULL) 546 if (strstr(cstring,"GL_ARB_half_float_vertex ")!=NULL) 549 if (strstr(cstring,"GL_SGIS_generate_mipmap ")!=NULL [all...] |
| /external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
| evp_test.c | 400 if (strstr(cipher, "AES") == cipher) 407 if (strstr(cipher, "DES") == cipher) 414 if (strstr(cipher, "RC4") == cipher) 421 if (strstr(cipher, "CAMELLIA") == cipher) 428 if (strstr(cipher, "SEED") == cipher)
|
| /external/clang/lib/Driver/ |
| WindowsToolChain.cpp | 109 const char *placeHolder = strstr(subKey, "$VERSION"); 208 char *p = const_cast<char *>(strstr(vcinstalldir, "\\VC")); 226 char *p = (char*)strstr(vsIDEInstallDir, "\\Common7\\IDE"); 234 char *p = (char*)strstr(vsExpressIDEInstallDir, "\\Common7\\IDE"); 271 const char *p = strstr(vscomntools, "\\Common7\\Tools");
|
| /external/openssl/crypto/evp/ |
| evp_test.c | 400 if (strstr(cipher, "AES") == cipher) 407 if (strstr(cipher, "DES") == cipher) 414 if (strstr(cipher, "RC4") == cipher) 421 if (strstr(cipher, "CAMELLIA") == cipher) 428 if (strstr(cipher, "SEED") == cipher)
|
| /external/netperf/ |
| netsh.c | 365 if (strstr(temp,"6")) { 369 if (strstr(temp,"inet") || 370 strstr(temp,"4")) { 373 if (strstr(temp,"unspec") || 374 strstr(temp,"0")) { 960 /* we use a series of strstr's here because not everyone has 962 if ((strstr(test_name,"RR")) || 963 (strstr(test_name,"rr")) || 964 (strstr(test_name,"Rr")) || 965 (strstr(test_name,"rR"))) [all...] |
| /external/chromium_org/third_party/icu/source/test/cintltst/ |
| sprpdata.c | 60 if(strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){ 67 }else if(strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){ 74 }else if(strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
|
| /external/icu4c/test/cintltst/ |
| sprpdata.c | 61 if(strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){ 68 }else if(strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){ 75 }else if(strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
|
| /bionic/libc/upstream-freebsd/lib/libc/string/ |
| wcsstr.c | 35 static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93";
|
| /bionic/libstdc++/include/ |
| cstring | 63 using ::strstr;
|
| /cts/tests/tests/openglperf/jni/ |
| OpenGlPerfNativeJni.cpp | 43 if (eglExtensions && strstr(eglExtensions, "EGL_KHR_fence_sync")) {
|
| /development/ide/xcode/ports/ |
| skia_mac.cp | 31 const char* common = strstr(applicationPath, "build/ide/xcode/");
|
| /external/bison/darwin-lib/ |
| string.h | 904 # undef strstr macro [all...] |
| /external/bison/linux-lib/ |
| string.h | 904 # undef strstr macro [all...] |
| /external/chromium_org/third_party/freetype/include/freetype/config/ |
| ftstdlib.h | 91 #define ft_strstr strstr
|