Home
last modified time | relevance | path

Searched refs:memchr (Results 1 – 25 of 34) 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/cxx-stl/llvm-libc++/libcxx/include/
Dcstring39 const void* memchr(const void* s, int c, size_t n);
40 void* memchr( void* s, int c, size_t n);
82 using ::memchr;
101 inline _LIBCPP_INLINE_VISIBILITY void* memchr( void* __s, int __c, size_t __n) {return :…
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_search_path_list.cpp57 reinterpret_cast<const char*>(memchr(p, ':', end - p)); in FindFile()
Dcrazy_linker_line_reader.cpp57 ::memchr(line, '\n', buff_size_ - line_start_)); in GetNextLine()
Dcrazy_linker_proc_maps.cpp62 static_cast<const char*>(memchr(p, separator, line_end - p)); in ParseProcMapsLine()
/ndk/tests/device/test-stlport/unit/
Dcstring_test.cpp43 CPPUNIT_CHECK( std::memchr("foo", 'o', 3) != NULL ); in import_checks()
/ndk/tests/device/test-gnustl-full/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/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstring_h.pass.cpp37 static_assert((std::is_same<decltype(memchr(vp, 0, s)), void*>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcstring.pass.cpp38 static_assert((std::is_same<decltype(std::memchr(vp, 0, s)), void*>::value), ""); in main()
/ndk/sources/android/cpufeatures/
Dcpu-features.c216 p = memchr(p, ':', bufend-p); in extract_cpuinfo_field()
222 q = memchr(p, '\n', bufend-p); in extract_cpuinfo_field()
378 q = memchr(p, ',', end-p); in cpulist_parse()
/ndk/sources/cxx-stl/system/include/
Dcstring44 using ::memchr;
/ndk/sources/cxx-stl/gabi++/include/
Dcstring44 using ::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/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/android/support/src/stdio/
Dvfprintf.c633 z = memchr(a, 0, p); in printf_core()

12