HomeSort by relevance Sort by last modified time
    Searched defs:strstr (Results 26 - 34 of 34) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h 1150 # define strstr macro
    [all...]
string.h 1845 #define strstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 1150 # define strstr macro
    [all...]
  /external/valgrind/coregrind/
m_libcbase.c 415 HChar* VG_(strstr) ( const HChar* haystack, const HChar* needle ) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c 941 static PyObject *strstr; local
943 if (strstr == NULL) {
944 strstr = PyString_InternFromString("__str__");
945 if (strstr == NULL)
948 func = instance_getattr(inst, strstr);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c 917 static PyObject *strstr; local
919 if (strstr == NULL) {
920 strstr = PyString_InternFromString("__str__");
921 if (strstr == NULL)
924 func = instance_getattr(inst, strstr);
    [all...]
  /external/mksh/src/
misc.c 2374 strstr(char *b, const char *l) function
    [all...]
sh.h 616 #define strstr ucstrstr macro
635 #define cstrstr(s,c) ((const char *)strstr((s), (c)))
637 #define vstrstr(b,l) (strstr((b), (l)) != NULL)
    [all...]
  /external/python/cpython2/Objects/
classobject.c 941 static PyObject *strstr; local
943 if (strstr == NULL) {
944 strstr = PyString_InternFromString("__str__");
945 if (strstr == NULL)
948 func = instance_getattr(inst, strstr);
    [all...]

Completed in 483 milliseconds

12