Searched refs:toascii (Results 1 - 5 of 5) sorted by path

/haiku/headers/posix/
H A Dctype.h29 int toascii(int);
81 #define toascii(c) ((c) & 0x7f) /* Clear higher bits */ macro
/haiku/src/system/libroot/posix/glibc/ctype/
H A Dctype.h128 extern int toascii (int __c) __THROW;
192 # define toascii(c) __toascii (c) macro
/haiku/src/system/libroot/posix/locale/
H A Dctype.cpp24 #undef toascii macro
172 toascii(int c) function
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2593 void toascii() {} function
H A Dlibroot_stubs_legacy.c2578 void toascii() {} function

Completed in 200 milliseconds