Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/
H A Dctype_ext.h69 #define toascii(c) (((unsigned char)(c))&0x7f) macro
/freebsd/lib/libc/locale/
H A Disctype.c184 toascii(int c) in toascii() function
/freebsd/include/
H A Dctype.h117 #define toascii(c) ((c) & 0x7F) macro