Home
last modified time | relevance | path

Searched refs:memchr (Results 1 – 25 of 26) sorted by relevance

12

/ndk/sources/host-tools/sed-4.2.1/m4/
Dmemchr.m41 # memchr.m4 serial 7
14 dnl These days, we assume memchr is present. But just in case...
16 AC_REPLACE_FUNCS([memchr])
24 # memchr should not dereference anything with length 0
26 # memchr should not dereference overestimated length after a match
29 # Assume that memchr works on platforms that lack mprotect.
30 AC_CACHE_CHECK([whether memchr works], [gl_cv_func_memchr_works],
65 if (memchr (fence, 0, 0))
68 if (memchr (fence - 9, 0, 79) != fence - 1)
78 AC_LIBOBJ([memchr])
[all …]
Dgnulib-comp.m489 gl_STRING_MODULE_INDICATOR([memchr])
304 lib/memchr.c
305 lib/memchr.valgrind
403 m4/memchr.m4
/ndk/sources/host-tools/sed-4.2.1/lib/
Dmemchr.valgrind1 # Suppress a valgrind message about use of uninitialized memory in memchr().
2 # POSIX states that when the character is found, memchr must not read extra
3 # bytes in an overestimated length (for example, where memchr is used to
6 memchr-value4
11 memchr-value8
Dmemchr.c50 # undef memchr
54 # define __memchr memchr
171 weak_alias (__memchr, BP_SYM (memchr))
Dstring.in.h57 # 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) \
66 memchr (s, c, n))
Dstrnlen.c31 const char *end = memchr (string, '\0', maxlen); in strnlen()
Dgnulib.mk437 EXTRA_DIST += memchr.c memchr.valgrind
439 EXTRA_libsed_a_SOURCES += memchr.c
DMakefile.in72 $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/memchr.m4 \
608 mbrtowc.c mbsinit.c memchr.c memchr.valgrind mkstemp.c \
646 malloc.c malloc.c mbrlen.c mbrtowc.c mbsinit.c memchr.c \
734 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr.Po@am__quote@
/ndk/sources/android/cpufeatures/
Dcpu-features.c157 p = memchr(p, ':', bufend-p); in extract_cpuinfo_field()
163 q = memchr(p, '\n', bufend-p); in extract_cpuinfo_field()
303 q = memchr(p, ',', end-p); in cpulist_parse()
/ndk/tests/device/test-gnustl-full/unit/
Dcstring_test.cpp43 CPPUNIT_CHECK( std::memchr("foo", 'o', 3) != NULL ); in import_checks()
/ndk/tests/device/test-stlport/unit/
Dcstring_test.cpp43 CPPUNIT_CHECK( std::memchr("foo", 'o', 3) != NULL ); in import_checks()
/ndk/sources/cxx-stl/stlport/stlport/using/
Dcstring26 using _STLP_VENDOR_CSTD::memchr;
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c181 # ifdef memchr
182 # undef memchr
184 # define memchr bootstrap_memchr macro
1433 char *p = memchr(line.active, '\n', line.length);
1582 char *p = memchr(line.active, '\n', line.length);
1655 char *p = memchr(line.active, '\n', line.length);
DMakefile.in61 $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/memchr.m4 \
/ndk/sources/cxx-stl/gabi++/include/
Dcstring44 using ::memchr;
/ndk/sources/cxx-stl/system/include/
Dcstring44 using ::memchr;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algobase.c149 void *res = memchr(__first, __val, __last - __first); in __find()
154 const void *res = memchr(__first, __val, __last - __first); in __find()
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_win32io.cpp501 (nextlf = (char *)memchr(nextblock, _STLP_LF, nextblocksize)) != 0) { in _M_write()
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog24 * autoboot.conf: Add memchr again.
148 * autoboot.conf, bootstrap.sh.in: Remove memchr, memcmp, memmove
2212 so lib/memchr.c breaks. Supply this (slow) implementation
2256 * lib/memchr.c lib/memcmp.c: revert to standard GNU versions.
2361 * lib/Makefile.am, lib/memmove.c, lib/memchr.c, lib/regex.c,
2390 * lib/memchr.c, lib/memcpy.c, lib/memmove.c: add conditional
2711 * configure.in, compat.h, compat.c: added memchr.
3129 * sed.c (memchr) Use () inside inner loop so it will work correctly.
DMakefile.in66 $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/memchr.m4 \
Dconfig_h.in366 /* Define to 1 if you have the `memchr' function. */
Daclocal.m4920 m4_include([m4/memchr.m4])
Dconfigure10306 for ac_func in memchr
10628 if (memchr (fence, 0, 0))
10631 if (memchr (fence - 9, 0, 79) != fence - 1)
/ndk/sources/host-tools/sed-4.2.1/doc/
DMakefile.in62 $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/memchr.m4 \
/ndk/sources/host-tools/sed-4.2.1/testsuite/
DMakefile.in70 $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/memchr.m4 \

12