Home
last modified time | relevance | path

Searched refs:toascii (Results 1 – 10 of 10) sorted by relevance

/freebsd/include/
H A Dctype.h64 int toascii(int);
117 #define toascii(c) ((c) & 0x7F) macro
/freebsd/lib/libc/locale/
H A Disctype.c182 #undef toascii
184 toascii(int c) in toascii() function
H A DSymbol.map23 toascii;
H A DMakefile.inc42 setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \
/freebsd/sys/contrib/ncsw/inc/
H A Dctype_ext.h69 #define toascii(c) (((unsigned char)(c))&0x7f) macro
/freebsd/bin/cat/
H A Dcat.c353 wch = toascii(wch); in cook_cat()
356 ch = toascii(wch); in cook_cat()
/freebsd/libexec/bootpd/tools/bootptest/
H A Dbootptest.c471 c = toascii(c); in printfn()
/freebsd/usr.bin/finger/
H A Dlprint.c346 ch = toascii(ch); in vputc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def2357 /// int toascii(int c);
2358 TLI_DEFINE_ENUM_INTERNAL(toascii)
2359 TLI_DEFINE_STRING_INTERNAL("toascii")
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3156 fun:toascii=uninstrumented