Searched refs:WCHAR_MIN (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h179 /* WCHAR_MIN should be 0 if wchar_t is an unsigned type and
183 #ifndef WCHAR_MIN
185 # define WCHAR_MIN 0 macro
187 # define WCHAR_MIN (-WCHAR_MAX-1) macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h170 /* WCHAR_MIN should be 0 if wchar_t is an unsigned type and
174 #ifndef WCHAR_MIN
176 # define WCHAR_MIN 0 macro
178 # define WCHAR_MIN (-WCHAR_MAX-1) macro
H A Dwchar.h81 #ifndef WCHAR_MIN
82 #define WCHAR_MIN __DARWIN_WCHAR_MIN macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h211 #ifndef WCHAR_MIN /* also in wchar.h */
212 #define WCHAR_MIN 0U macro
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h27 /* Get wchar_t, WCHAR_MIN, WCHAR_MAX. */
29 /* BSD/OS 4.2 defines WCHAR_MIN, WCHAR_MAX in <wchar.h>, not <stddef.h>. */
30 #if !(defined(WCHAR_MIN) && defined(WCHAR_MAX)) && @HAVE_WCHAR_H@
871 #ifndef WCHAR_MIN
874 # define WCHAR_MIN (-1L << (@BITSIZEOF_WCHAR_T@ - 1)) macro
876 # define WCHAR_MIN (-1 << (@BITSIZEOF_WCHAR_T@ - 1)) macro
880 # define WCHAR_MIN 0UL macro
882 # define WCHAR_MIN 0U macro
884 # define WCHAR_MIN 0 macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h91 /* Get WCHAR_MIN, WCHAR_MAX. */
92 # if ! (defined WCHAR_MIN && defined WCHAR_MAX)
430 #undef WCHAR_MIN macro
432 #define WCHAR_MIN \ macro
/macosx-10.10.1/swig-12/Lib/typemaps/
H A Dfragments.swg342 #ifndef WCHAR_MIN
343 # define WCHAR_MIN 0
H A Dprimtypes.swg136 %numeric_slong(signed wchar_t, "<wchar.h>", WCHAR_MIN, WCHAR_MAX)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dconf.tab589 WCHAR_MIN C XX 1 L stddef.h
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dc.vim229 syn keyword cConstant SIZE_MAX WCHAR_MIN WCHAR_MAX WINT_MIN WINT_MAX

Completed in 119 milliseconds