Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/mips/
Dstrncpy.c37 typedef unsigned si_type __attribute__ ((mode (SI))); typedef
227 if (count >= sizeof (si_type)) in strncpy()
229 count -= sizeof (si_type); in strncpy()
230 ((si_type *)(void *)dst)[0] = 0; in strncpy()
231 dst += sizeof (si_type); in strncpy()