Searched refs:bzero (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | open_wmemstream.c | 104 bzero(&st->mbs, sizeof(st->mbs)); in wmemstream_seek() 152 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()
|
/bionic/libc/include/ |
D | strings.h | 69 #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)); in _scan_nan()
|
/bionic/libc/bionic/ |
D | ndk_cruft.cpp | 254 #undef bzero 255 void bzero(void* dst, size_t n) { in bzero() function
|
/bionic/libc/kernel/uapi/linux/ |
D | mroute6.h | 51 #define IF_ZERO(p) bzero(p, sizeof(* (p)))
|
/bionic/tests/ |
D | clang_fortify_tests.cpp | 160 EXPECT_FORTIFY_DEATH(bzero(small_buffer, sizeof(large_buffer))); in FORTIFY_TEST() 199 EXPECT_NO_DEATH(bzero(split.tiny_buffer, sizeof(split))); in FORTIFY_TEST()
|
D | fortify_test.cpp | 300 ASSERT_FORTIFY(bzero(myfoo.b, n)); in TEST_F() 553 ASSERT_FORTIFY(bzero(buf, n)); in TEST_F()
|
D | string_test.cpp | 1037 TEST(STRING_TEST, bzero) { in TEST() argument 1049 bzero(state.ptr1 + start, end - start); in TEST()
|
/bionic/libc/stdio/ |
D | printf_common.h | 801 bzero(&mbs, sizeof(mbs)); in mbsconv() 821 bzero(&mbs, sizeof(mbs)); in mbsconv()
|
/bionic/libc/ |
D | libc.map.txt | 1775 bzero; # arm x86
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1775 bzero; # arm x86
|