Searched refs:si_type (Results 1 – 1 of 1) sorted by relevance
37 typedef unsigned si_type __attribute__ ((mode (SI))); typedef227 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()