HomeSort by relevance Sort by last modified time
    Searched defs:toascii (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c 144 #undef toascii macro
146 toascii(int c) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ctype.h 156 extern int toascii (int __c) __THROW;
236 # define toascii(c) __toascii (c) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 264 int __cdecl toascii(int _C) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
269 #define toascii __toascii macro

Completed in 103 milliseconds