HomeSort by: relevance | last modified time | path
    Searched defs:MB_LEN_MAX (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/
limits.h 59 #ifndef MB_LEN_MAX
60 #define MB_LEN_MAX 1
  /src/external/gpl3/gcc/dist/gcc/
glimits.h 32 #ifndef MB_LEN_MAX
33 #define MB_LEN_MAX 1
  /src/external/gpl3/gcc.old/dist/gcc/
glimits.h 32 #ifndef MB_LEN_MAX
33 #define MB_LEN_MAX 1
  /src/external/gpl3/gdb/dist/readline/readline/
rlmbutil.h 68 /* Make sure MB_LEN_MAX is at least 16 on systems that claim to be able to
69 handle multibyte chars (some systems define MB_LEN_MAX as 1) */
72 # if defined(MB_LEN_MAX) && (MB_LEN_MAX < 16)
73 # undef MB_LEN_MAX
75 # if !defined (MB_LEN_MAX)
76 # define MB_LEN_MAX 16
193 #undef MB_LEN_MAX
196 #define MB_LEN_MAX 1
  /src/external/gpl3/gdb.old/dist/readline/readline/
rlmbutil.h 68 /* Make sure MB_LEN_MAX is at least 16 on systems that claim to be able to
69 handle multibyte chars (some systems define MB_LEN_MAX as 1) */
72 # if defined(MB_LEN_MAX) && (MB_LEN_MAX < 16)
73 # undef MB_LEN_MAX
75 # if !defined (MB_LEN_MAX)
76 # define MB_LEN_MAX 16
181 #undef MB_LEN_MAX
184 #define MB_LEN_MAX 1
  /src/include/
limits.h 141 #define MB_LEN_MAX 32 /* Allow ISO/IEC 2022 */
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 163 # ifndef MB_LEN_MAX
164 # define MB_LEN_MAX 1
3328 unsigned char str[MB_LEN_MAX + 1];
3345 if (c1 < MB_LEN_MAX)
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 193 # ifndef MB_LEN_MAX
194 # define MB_LEN_MAX 1
3333 unsigned char str[MB_LEN_MAX + 1];
3350 if (c1 < MB_LEN_MAX)
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 193 # ifndef MB_LEN_MAX
194 # define MB_LEN_MAX 1
3333 unsigned char str[MB_LEN_MAX + 1];
3350 if (c1 < MB_LEN_MAX)
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 193 # ifndef MB_LEN_MAX
194 # define MB_LEN_MAX 1
3333 unsigned char str[MB_LEN_MAX + 1];
3350 if (c1 < MB_LEN_MAX)
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 193 # ifndef MB_LEN_MAX
194 # define MB_LEN_MAX 1
3333 unsigned char str[MB_LEN_MAX + 1];
3350 if (c1 < MB_LEN_MAX)
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 193 # ifndef MB_LEN_MAX
194 # define MB_LEN_MAX 1
3333 unsigned char str[MB_LEN_MAX + 1];
3350 if (c1 < MB_LEN_MAX)
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 193 # ifndef MB_LEN_MAX
194 # define MB_LEN_MAX 1
3333 unsigned char str[MB_LEN_MAX + 1];
3350 if (c1 < MB_LEN_MAX)
  /src/external/gpl2/diffutils/dist/lib/
regex.c 198 # ifndef MB_LEN_MAX
199 # define MB_LEN_MAX 1
3400 unsigned char str[MB_LEN_MAX + 1];
3417 if (c1 < MB_LEN_MAX)
  /src/external/gpl2/grep/dist/lib/
regex.c 209 #ifndef MB_LEN_MAX
210 # define MB_LEN_MAX 1
3321 unsigned char str[MB_LEN_MAX + 1];
3338 if (c1 < MB_LEN_MAX)
4559 unsigned char buf[MB_LEN_MAX];

Completed in 78 milliseconds