Searched refs:toascii (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dtcpdump-stdinc.h63 #undef toascii macro
65 #define toascii __toascii macro
91 #ifndef toascii
92 #define toascii(c) ((c) & 0x7f) macro
H A Dutil.c68 c = toascii(c);
96 c = toascii(c);
130 c = toascii(c);
H A Dprint-krb.c116 c = toascii(c);
/freebsd-9.3-release/include/
H A Dctype.h65 int toascii(int);
113 * XXX isascii() and toascii() should similarly be undocumented.
118 #define toascii(c) ((c) & 0x7F) macro
/freebsd-9.3-release/lib/libc/locale/
H A Disctype.c206 #undef toascii macro
208 toascii(c) function
H A DMakefile.inc39 setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \
H A DSymbol.map27 toascii;
/freebsd-9.3-release/bin/cat/
H A Dcat.c242 ch = toascii(ch);
/freebsd-9.3-release/lib/libedit/
H A Dkey.c637 ADDC(toascii(ch) | 0100);
683 ADDC(toascii(*p) | 0100);
H A Drefresh.c152 re_putc(el, (toascii(c) | 0100), 1);
1094 char mc = (c == 0177) ? '?' : (toascii(c) | 0100);
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h611 /// int toascii(int c);
612 toascii, enumerator in enum:llvm::LibFunc::Func
/freebsd-9.3-release/libexec/bootpd/tools/bootptest/
H A Dbootptest.c480 c = toascii(c);
/freebsd-9.3-release/usr.bin/finger/
H A Dlprint.c353 ch = toascii(ch);
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h1169 extern int toascii(int);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1504 // toascii(c) -> c & 0x7f
2092 case LibFunc::toascii:

Completed in 118 milliseconds