Home
last modified time | relevance | path

Searched defs:bzero (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/string/
Dbzero.c49 bzero(void *b, size_t length) in bzero() function
/picolibc-latest/newlib/libc/include/ssp/
Dstrings.h43 #define bzero(dst, len) \ macro