Searched defs:bzero (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/string/ | ||
D | bzero.c | 49 bzero(void *b, size_t length) in bzero() function |
/picolibc-latest/newlib/libc/include/ssp/ | ||
D | strings.h | 43 #define bzero(dst, len) \ macro |