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

/freebsd-current/lib/libc/locale/
H A Disctype.c182 #undef toascii macro
184 toascii(int c) function
H A DMakefile.inc43 setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \
/freebsd-current/include/
H A Dctype.h64 int toascii(int);
112 * XXX isascii() and toascii() should similarly be undocumented.
117 #define toascii(c) ((c) & 0x7F) macro
/freebsd-current/sys/contrib/ncsw/inc/
H A Dctype_ext.h69 #define toascii(c) (((unsigned char)(c))&0x7f) macro
/freebsd-current/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dctype.h51 #pragma push_macro("toascii")
68 #undef toascii macro
93 #pragma pop_macro("toascii")
/freebsd-current/bin/cat/
H A Dcat.c353 wch = toascii(wch);
356 ch = toascii(wch);
/freebsd-current/usr.bin/finger/
H A Dlprint.c346 ch = toascii(ch);
/freebsd-current/libexec/bootpd/tools/bootptest/
H A Dbootptest.c471 c = toascii(c);

Completed in 186 milliseconds