HomeSort by relevance Sort by last modified time
    Searched defs:strchr (Results 1 - 25 of 28) sorted by null

1 2

  /bionic/libc/arch-x86/string/
sse2-index-atom.S 31 #define strchr index define
32 #include "sse2-strchr-atom.S"
sse2-strchr-atom.S 90 ENTRY (strchr) function
391 END (strchr)
  /bionic/libc/bionic/
strchr.cpp 32 extern "C" char* strchr(const char* p, int ch) { function
  /bionic/libc/include/
string.h 48 extern char* strchr(const char *, int) __purefunc;
232 char* strchr(const char *s, int c) { function
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 34 # define strchr index macro
265 else if (strchr(optarg, '*') != NULL)
  /external/bison/lib/
string.in.h 298 /* strchr() does not work with multibyte strings if the locale encoding is
300 # undef strchr macro
301 /* Assume strchr is always declared. */
302 _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings "
751 Unlike strchr(), this function works correctly in multibyte locales with
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
stringutils.h 78 // strchr, vsnprintf, strtoul, tolowercase
107 inline const wchar_t* strchr(const wchar_t* s, wchar_t c) { function
167 const CTYPE* strchr(const CTYPE* str, const CTYPE* chs) { function in namespace:talk_base
  /external/chromium_org/third_party/libjingle/source/talk/base/
stringutils.h 78 // strchr, vsnprintf, strtoul, tolowercase
107 inline const wchar_t* strchr(const wchar_t* s, wchar_t c) { function
164 const CTYPE* strchr(const CTYPE* str, const CTYPE* chs) { function in namespace:talk_base
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 56 #define strchr(_ss,_cc) VG_(strchr)((_ss),(_cc)) macro
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 145 #define strchr(s,c) (char *) VG_(strchr) ((Char *)(s),c) macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 163 /* strchr() does not work with multibyte strings if the locale encoding is
165 # undef strchr macro
166 # define strchr(s,c) \ macro
167 (GL_LINK_WARNING ("strchr cannot work correctly on character strings " \
170 strchr (s, c))
441 Unlike strchr(), this function works correctly in multibyte locales with
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos.h 90 * index/rindex and strchr/strrchr, so any systems that don't provide them all
94 * #defined index(s,c) strchr(s,c)
112 #define index(s,c) (strchr((s),(c)))
119 #define index strchr
134 #define index strchr
138 #define strchr index macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos.h 81 * index/rindex and strchr/strrchr, so any systems that don't provide them all
85 * #defined index(s,c) strchr(s,c)
103 #define index(s,c) (strchr((s),(c)))
110 #define index strchr
125 #define index strchr
129 #define strchr index macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos.h 90 * index/rindex and strchr/strrchr, so any systems that don't provide them all
94 * #defined index(s,c) strchr(s,c)
112 #define index(s,c) (strchr((s),(c)))
119 #define index strchr
134 #define index strchr
138 #define strchr index macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos.h 81 * index/rindex and strchr/strrchr, so any systems that don't provide them all
85 * #defined index(s,c) strchr(s,c)
103 #define index(s,c) (strchr((s),(c)))
110 #define index strchr
125 #define index strchr
129 #define strchr index macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos.h 81 * index/rindex and strchr/strrchr, so any systems that don't provide them all
85 * #defined index(s,c) strchr(s,c)
103 #define index(s,c) (strchr((s),(c)))
110 #define index strchr
125 #define index strchr
129 #define strchr index macro
  /external/bison/darwin-lib/
string.h 610 /* strchr() does not work with multibyte strings if the locale encoding is
612 # undef strchr macro
613 /* Assume strchr is always declared. */
614 _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings "
    [all...]
  /external/bison/linux-lib/
string.h 610 /* strchr() does not work with multibyte strings if the locale encoding is
612 # undef strchr macro
613 /* Assume strchr is always declared. */
614 _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings "
    [all...]
  /external/wpa_supplicant_8/src/utils/
os.h 460 #define os_strchr(s, c) strchr((s), (c))
523 #undef strchr macro
524 #define strchr OS_DO_NOT_USE_strchr macro
  /ndk/sources/host-tools/make-3.81/
make.h 263 # define strchr(s, c) index((s), (c)) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string2.h 396 # define strchr(s, c) \ macro
402 # define strchr(s, c) \ macro
405 : strchr (s, c)))
781 : (*((char *) __mempcpy (strchr (__dest, '\0'), \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 396 # define strchr(s, c) \ macro
402 # define strchr(s, c) \ macro
405 : strchr (s, c)))
781 : (*((char *) __mempcpy (strchr (__dest, '\0'), \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 396 # define strchr(s, c) \ macro
402 # define strchr(s, c) \ macro
405 : strchr (s, c)))
781 : (*((char *) __mempcpy (strchr (__dest, '\0'), \
    [all...]
  /external/valgrind/main/coregrind/
m_libcbase.c 395 Char* VG_(strchr) ( const Char* s, Char c ) function
515 if (VG_(strchr) (reject, *s++) == NULL)
  /external/mksh/src/
misc.c 1991 strchr(char *p, int ch) function
    [all...]

Completed in 733 milliseconds

1 2