Searched refs:bzero (Results 1 – 14 of 14) sorted by relevance
/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/libc/include/ |
D | strings.h | 61 #define bzero(b, len) __bionic_bzero((b), (len)) macro
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_nan.c | 58 bzero(words, num_words * sizeof(uint32_t));
|
/bionic/libc/bionic/ |
D | ndk_cruft.cpp | 253 #undef bzero 254 void bzero(void* dst, size_t n) { in bzero() function
|
/bionic/libc/kernel/uapi/linux/ |
D | mroute6.h | 63 #define IF_ZERO(p) bzero(p, sizeof(* (p)))
|
/bionic/tests/ |
D | clang_fortify_tests.cpp | 181 EXPECT_FORTIFY_DEATH(bzero(small_buffer, sizeof(large_buffer))); in FORTIFY_TEST() 219 EXPECT_NO_DEATH(bzero(split.tiny_buffer, sizeof(split))); in FORTIFY_TEST()
|
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/libc/stdio/ |
D | printf_common.h | 776 bzero(&mbs, sizeof(mbs)); in mbsconv() 796 bzero(&mbs, sizeof(mbs)); in mbsconv()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1716 bzero; # arm x86
|
/bionic/libc/ |
D | libc.map.txt | 1716 bzero; # arm x86
|