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

  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
printf-parse.c 47 # define CHAR_T wchar_t
52 # define CHAR_T char
61 PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a)
63 const CHAR_T *cp = format; /* pointer into format */
115 CHAR_T c = *cp++;
135 const CHAR_T *np;
205 const CHAR_T *np;
262 const CHAR_T *np;
543 #undef CHAR_T
vasnprintf.c 78 # define CHAR_T wchar_t
93 # define CHAR_T char
107 CHAR_T *
108 VASNPRINTF (CHAR_T *resultbuf, size_t *lengthp, const CHAR_T *format, va_list args)
133 CHAR_T *buf;
134 CHAR_T *buf_malloced;
135 const CHAR_T *cp;
139 CHAR_T *result;
148 if (buf_neededlength < 4000 / sizeof (CHAR_T))
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
printf-parse.c 47 # define CHAR_T wchar_t
52 # define CHAR_T char
61 PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a)
63 const CHAR_T *cp = format; /* pointer into format */
115 CHAR_T c = *cp++;
135 const CHAR_T *np;
205 const CHAR_T *np;
262 const CHAR_T *np;
543 #undef CHAR_T
vasnprintf.c 78 # define CHAR_T wchar_t
93 # define CHAR_T char
107 CHAR_T *
108 VASNPRINTF (CHAR_T *resultbuf, size_t *lengthp, const CHAR_T *format, va_list args)
133 CHAR_T *buf;
134 CHAR_T *buf_malloced;
135 const CHAR_T *cp;
139 CHAR_T *result;
148 if (buf_neededlength < 4000 / sizeof (CHAR_T))
    [all...]
  /src/external/gpl2/texinfo/dist/intl/
printf-parse.c 51 # define CHAR_T wchar_t
56 # define CHAR_T char
65 PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a)
67 const CHAR_T *cp = format; /* pointer into format */
119 CHAR_T c = *cp++;
139 const CHAR_T *np;
209 const CHAR_T *np;
266 const CHAR_T *np;
538 #undef CHAR_T
vasnprintf.c 82 # define CHAR_T wchar_t
97 # define CHAR_T char
111 CHAR_T *
112 VASNPRINTF (CHAR_T *resultbuf, size_t *lengthp, const CHAR_T *format, va_list args)
137 CHAR_T *buf;
138 CHAR_T *buf_malloced;
139 const CHAR_T *cp;
143 CHAR_T *result;
152 if (buf_neededlength < 4000 / sizeof (CHAR_T))
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
printf-parse.c 51 # define CHAR_T wchar_t
56 # define CHAR_T char
65 PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a)
67 const CHAR_T *cp = format; /* pointer into format */
119 CHAR_T c = *cp++;
139 const CHAR_T *np;
209 const CHAR_T *np;
266 const CHAR_T *np;
538 #undef CHAR_T
vasnprintf.c 92 # define CHAR_T wchar_t
107 # define CHAR_T char
121 CHAR_T *
122 VASNPRINTF (CHAR_T *resultbuf, size_t *lengthp, const CHAR_T *format, va_list args)
147 CHAR_T *buf;
148 CHAR_T *buf_malloced;
149 const CHAR_T *cp;
153 CHAR_T *result;
162 if (buf_neededlength < 4000 / sizeof (CHAR_T))
    [all...]
strftime.c 85 # define CHAR_T wchar_t
94 # define CHAR_T char
269 static CHAR_T *
270 memcpy_lowcase (CHAR_T *dest, const CHAR_T *src,
278 static CHAR_T *
279 memcpy_uppcase (CHAR_T *dest, const CHAR_T *src,
338 static CHAR_T const weekday_name[][10] =
343 static CHAR_T const month_name[][10]
    [all...]
  /src/external/bsd/nvi/dist/common/
multibyte.h 25 * CHAR_T An integral type that can hold any character.
26 * ARG_CHAR_T The type of a CHAR_T when passed as an argument using
28 * to be compared against any CHAR_T for equality without
40 typedef wchar_t CHAR_T;
73 typedef char CHAR_T;
  /src/external/bsd/tre/dist/tests/
retest.c 43 #define CHAR_T wchar_t
101 #define CHAR_T char
108 static const CHAR_T *regex_pattern;
137 wrap_regexec(const CHAR_T *data, size_t len,
140 CHAR_T *buf = NULL;
153 buf = xmalloc((len + !use_regnexec) * sizeof(CHAR_T));
156 memcpy(buf, data, len * sizeof(CHAR_T));
180 wrap_regcomp(regex_t *preg, const CHAR_T *data, size_t len, int cflags)
194 execute(const CHAR_T *data, int len, size_t pmatch_len, regmatch_t *pmatch,
222 check(va_list ap, int ret, const CHAR_T *str
    [all...]
  /src/external/gpl2/diffutils/dist/lib/
strftime.c 98 # define CHAR_T wchar_t
107 # define CHAR_T char
218 static const CHAR_T spaces[16] = /* " " */
223 static const CHAR_T zeroes[16] = /* "0000000000000000" */
236 (P) = MEMPCPY ((P), spaces, _this * sizeof (CHAR_T)); \
249 (P) = MEMPCPY ((P), zeroes, _this * sizeof (CHAR_T)); \
327 static CHAR_T *memcpy_lowcase __P ((CHAR_T *dest, const CHAR_T *src,
330 static CHAR_T *
    [all...]
regex.c 618 # define CHAR_T char
627 # define CHAR_T wchar_t
631 # define CHAR_CLASS_SIZE ((__alignof__(wctype_t)+sizeof(wctype_t))/sizeof(CHAR_T)+1)
1192 const CHAR_T *where;
1193 const CHAR_T *string1;
1194 const CHAR_T *string2;
1264 static size_t convert_mbs_to_wcs (CHAR_T *dest, const unsigned char* src,
1269 CHAR_T *dest;
1817 str = (const CHAR_T *) string_temp; \
1843 regend[this_reg] = (const CHAR_T *) POP_FAILURE_POINTER ();
    [all...]
  /src/lib/libc/stdio/
vfwprintf.c 74 #define CHAR_T wchar_t
84 #define CHAR_T char
138 static int __sbprintf(FILE *, locale_t, const CHAR_T *, va_list);
140 static CHAR_T *__ujtoa(uintmax_t, CHAR_T *, int, int, const char *, int,
142 static CHAR_T *__ultoa(u_long, CHAR_T *, int, int, const char *, int,
145 static CHAR_T *__mbsconv(char *, int, locale_t);
146 static wint_t __xfputwc(CHAR_T, FILE *, locale_t);
151 static int __find_arguments(const CHAR_T *, va_list, union arg **)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 559 # define CHAR_T char
568 # define CHAR_T wchar_t
572 # define CHAR_CLASS_SIZE ((__alignof__(wctype_t)+sizeof(wctype_t))/sizeof(CHAR_T)+1)
1124 PREFIX(print_double_string) (const CHAR_T *where,
1125 const CHAR_T *string1,
1126 const CHAR_T *string2,
1197 convert_mbs_to_wcs (CHAR_T *dest,
1748 str = (const CHAR_T *) string_temp; \
1774 regend[this_reg] = (const CHAR_T *) POP_FAILURE_POINTER (); \
1777 regstart[this_reg] = (const CHAR_T *) POP_FAILURE_POINTER ();
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 619 # define CHAR_T char
628 # define CHAR_T wchar_t
632 # define CHAR_CLASS_SIZE ((__alignof__(wctype_t)+sizeof(wctype_t))/sizeof(CHAR_T)+1)
1183 PREFIX(print_double_string) (const CHAR_T *where, const CHAR_T *string1,
1184 int size1, const CHAR_T *string2, int size2)
1251 static size_t convert_mbs_to_wcs (CHAR_T *dest, const unsigned char* src,
1255 convert_mbs_to_wcs (CHAR_T *dest, const unsigned char*src, size_t len,
1748 str = (const CHAR_T *) string_temp; \
1774 regend[this_reg] = (const CHAR_T *) POP_FAILURE_POINTER ();
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 619 # define CHAR_T char
628 # define CHAR_T wchar_t
632 # define CHAR_CLASS_SIZE ((__alignof__(wctype_t)+sizeof(wctype_t))/sizeof(CHAR_T)+1)
1183 PREFIX(print_double_string) (const CHAR_T *where, const CHAR_T *string1,
1184 int size1, const CHAR_T *string2, int size2)
1251 static size_t convert_mbs_to_wcs (CHAR_T *dest, const unsigned char* src,
1255 convert_mbs_to_wcs (CHAR_T *dest, const unsigned char*src, size_t len,
1748 str = (const CHAR_T *) string_temp; \
1774 regend[this_reg] = (const CHAR_T *) POP_FAILURE_POINTER ();
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 619 # define CHAR_T char
628 # define CHAR_T wchar_t
632 # define CHAR_CLASS_SIZE ((__alignof__(wctype_t)+sizeof(wctype_t))/sizeof(CHAR_T)+1)
1183 PREFIX(print_double_string) (const CHAR_T *where, const CHAR_T *string1,
1184 int size1, const CHAR_T *string2, int size2)
1251 static size_t convert_mbs_to_wcs (CHAR_T *dest, const unsigned char* src,
1255 convert_mbs_to_wcs (CHAR_T *dest, const unsigned char*src, size_t len,
1748 str = (const CHAR_T *) string_temp; \
1774 regend[this_reg] = (const CHAR_T *) POP_FAILURE_POINTER ();
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 619 # define CHAR_T char
628 # define CHAR_T wchar_t
632 # define CHAR_CLASS_SIZE ((__alignof__(wctype_t)+sizeof(wctype_t))/sizeof(CHAR_T)+1)
1183 PREFIX(print_double_string) (const CHAR_T *where, const CHAR_T *string1,
1184 int size1, const CHAR_T *string2, int size2)
1251 static size_t convert_mbs_to_wcs (CHAR_T *dest, const unsigned char* src,
1255 convert_mbs_to_wcs (CHAR_T *dest, const unsigned char*src, size_t len,
1748 str = (const CHAR_T *) string_temp; \
1774 regend[this_reg] = (const CHAR_T *) POP_FAILURE_POINTER ();
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 619 # define CHAR_T char
628 # define CHAR_T wchar_t
632 # define CHAR_CLASS_SIZE ((__alignof__(wctype_t)+sizeof(wctype_t))/sizeof(CHAR_T)+1)
1183 PREFIX(print_double_string) (const CHAR_T *where, const CHAR_T *string1,
1184 int size1, const CHAR_T *string2, int size2)
1251 static size_t convert_mbs_to_wcs (CHAR_T *dest, const unsigned char* src,
1255 convert_mbs_to_wcs (CHAR_T *dest, const unsigned char*src, size_t len,
1748 str = (const CHAR_T *) string_temp; \
1774 regend[this_reg] = (const CHAR_T *) POP_FAILURE_POINTER ();
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 619 # define CHAR_T char
628 # define CHAR_T wchar_t
632 # define CHAR_CLASS_SIZE ((__alignof__(wctype_t)+sizeof(wctype_t))/sizeof(CHAR_T)+1)
1183 PREFIX(print_double_string) (const CHAR_T *where, const CHAR_T *string1,
1184 int size1, const CHAR_T *string2, int size2)
1251 static size_t convert_mbs_to_wcs (CHAR_T *dest, const unsigned char* src,
1255 convert_mbs_to_wcs (CHAR_T *dest, const unsigned char*src, size_t len,
1748 str = (const CHAR_T *) string_temp; \
1774 regend[this_reg] = (const CHAR_T *) POP_FAILURE_POINTER ();
    [all...]

Completed in 69 milliseconds