Home
last modified time | relevance | path

Searched refs:__bzero (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstring2.h106 ? ({ void *__s = (s); __bzero (__s, n); __s; }) \
184 ? ({ void *__s = (s); __bzero (__s, n); __s; }) \
195 # define __bzero(s, n) __builtin_memset (s, '\0', n) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstring.h294 extern void __bzero (void *__s, size_t __n) __THROW __nonnull ((1));