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

/freebsd-9.3-release/include/
H A Dctype.h118 #define toascii(c) ((c) & 0x7F) macro
/freebsd-9.3-release/lib/libc/locale/
H A Disctype.c206 #undef toascii macro
208 toascii(c) function
/freebsd-9.3-release/contrib/tcpdump/
H A Dtcpdump-stdinc.h63 #undef toascii macro
65 #define toascii __toascii macro
92 #define toascii(c) ((c) & 0x7f) macro
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h612 toascii, enumerator in enum:llvm::LibFunc::Func

Completed in 102 milliseconds