Searched refs:memccpy (Results 1 – 8 of 8) sorted by relevance
/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/ |
H A D | memccpy.c | 35 memccpy(void *t, const void *f, int c, size_t n) in memccpy() function 49 DEF_WEAK(memccpy);
|
/aosp12/bionic/tests/headers/posix/ |
H A D | string_h.c | 38 FUNCTION(memccpy, void* (*f)(void*, const void*, int, size_t)); in string_h()
|
/aosp12/bionic/libc/include/ |
H A D | string.h | 44 void* memccpy(void* __dst, const void* __src, int __stop_char, size_t __n);
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 549 memccpy
|
/aosp12/bionic/tests/ |
H A D | string_test.cpp | 1657 char* p = static_cast<char*>(memccpy(dst, "hello world", ' ', 32)); in TEST() 1662 ASSERT_EQ(nullptr, memccpy(dst, "hello world", ' ', 4)); in TEST()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 637 memccpy;
|
H A D | Android.bp | 554 "upstream-openbsd/lib/libc/string/memccpy.c",
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 637 memccpy;
|