Searched defs:toascii (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dctype_ext.h69 #define toascii(c) (((unsigned char)(c))&0x7f) macro
/freebsd-11-stable/include/
H A Dctype.h118 #define toascii(c) ((c) & 0x7F) macro
/freebsd-11-stable/lib/libc/locale/
H A Disctype.c186 #undef toascii macro
188 toascii(int c) function

Completed in 64 milliseconds