Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/mips/
Dstrncpy.c38 typedef unsigned hi_type __attribute__ ((mode (HI))); typedef
235 if (count >= sizeof (hi_type)) in strncpy()
237 count -= sizeof (hi_type); in strncpy()
238 ((hi_type *)(void *)dst)[0] = 0; in strncpy()
239 dst += sizeof (hi_type); in strncpy()