Searched refs:__wcwidth (Results 1 - 3 of 3) sorted by last modified time

/freebsd-current/include/
H A D_ctype.h158 __wcwidth(__ct_rune_t _c) function
182 int __wcwidth(__ct_rune_t);
H A Dwchar.h214 #define wcwidth(_c) __wcwidth(_c)
/freebsd-current/lib/libc/locale/
H A Dwcwidth.c54 return (__wcwidth(wc));

Completed in 197 milliseconds