HomeSort by relevance Sort by last modified time
    Searched defs:memchr (Results 1 - 5 of 5) sorted by null

  /bionic/libc/arch-x86/string/
memchr.S 1 /* $OpenBSD: memchr.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
9 ENTRY(memchr) function
  /bionic/libc/string/
memchr.c 31 void *memchr(const void *s, int c, size_t n) function
  /ndk/sources/host-tools/sed-4.2.1/lib/
memchr.c 7 adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu),
50 # undef memchr macro
54 # define __memchr memchr
171 weak_alias (__memchr, BP_SYM (memchr))
string.in.h 57 # define memchr rpl_memchr macro
58 extern void *memchr (void const *__s, int __c, size_t __n)
62 # undef memchr
63 # define memchr(s,c,n) \
64 (GL_LINK_WARNING ("memchr has platform-specific bugs - " \
65 "use gnulib module memchr for portability" ), \
66 memchr (s, c, n))
118 memchr(S,C,N), at the expense of undefined behavior if C does not
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 178 memchr(), and ../lib/memchr.c requires configuration knowledge
183 # ifdef memchr
184 # undef memchr macro
186 # define memchr bootstrap_memchr
182 # undef memchr macro
    [all...]

Completed in 1983 milliseconds