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

  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
__mb_cur_max.c 1 /* $NetBSD: __mb_cur_max.c,v 1.2 2001/01/25 01:25:06 itojun Exp $ */
31 __RCSID("$NetBSD: __mb_cur_max.c,v 1.2 2001/01/25 01:25:06 itojun Exp $");
37 size_t __mb_cur_max = 1; variable
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 189 #ifndef __mb_cur_max
191 extern int __mb_cur_max;
192 #define __mb_cur_max __mb_cur_max macro
194 extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
195 #define __mb_cur_max (* __MINGW_IMP_SYMBOL(__mb_cur_max)) macro
198 #define ___mb_cur_max_func() (__mb_cur_max)
stdlib.h 100 #ifndef __mb_cur_max
102 extern int __mb_cur_max;
103 #define __mb_cur_max __mb_cur_max macro
105 extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
106 #define __mb_cur_max (* __MINGW_IMP_SYMBOL(__mb_cur_max)) macro
109 #define ___mb_cur_max_func() (__mb_cur_max)

Completed in 173 milliseconds