Searched refs:bzero (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/include/ |
D | strings.h | 58 #define bzero(b, len) (void)(__builtin___memset_chk((b), '\0', (len), __bos0(b))) macro 63 #define bzero(b, len) (void)(__builtin_memset((b), '\0', (len)))
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | open_wmemstream.c | 58 bzero(p + st->size, (sz - st->size) * sizeof(wchar_t)); in wmemstream_write() 105 bzero(&st->mbs, sizeof(st->mbs)); in wmemstream_seek() 154 bzero(&st->mbs, sizeof(st->mbs)); in open_wmemstream()
|
D | vswscanf.c | 70 bzero(&mbs, sizeof(mbs)); in vswscanf()
|
D | vswprintf.c | 82 bzero(&mbs, sizeof(mbs)); in vswprintf()
|
D | open_memstream.c | 56 bzero(p + st->size, sz - st->size); in memstream_write()
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_nan.c | 58 bzero(words, num_words * sizeof(uint32_t));
|
/bionic/libc/kernel/uapi/linux/ |
D | mroute6.h | 58 #define IF_ZERO(p) bzero(p, sizeof(* (p)))
|
/bionic/libc/bionic/ |
D | ndk_cruft.cpp | 253 #undef bzero 254 void bzero(void* dst, size_t n) { in bzero() function
|
/bionic/libc/stdio/ |
D | printf_common.h | 776 bzero(&mbs, sizeof(mbs)); in mbsconv() 796 bzero(&mbs, sizeof(mbs)); in mbsconv()
|
/bionic/tests/ |
D | fortify_test.cpp | 305 ASSERT_FORTIFY(bzero(myfoo.b, n)); in TEST_F() 562 ASSERT_FORTIFY(bzero(buf, n)); in TEST_F()
|
D | string_test.cpp | 1025 TEST(STRING_TEST, bzero) { in TEST() argument 1037 bzero(state.ptr1 + start, end - start); in TEST()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1686 bzero; # arm x86 mips
|
/bionic/libc/ |
D | libc.map.txt | 1686 bzero; # arm x86 mips
|