HomeSort by relevance Sort by last modified time
    Searched refs:CHAR_T (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/intl/
vasnprintf.c 80 # define CHAR_T wchar_t
95 # define CHAR_T char
109 CHAR_T *
110 VASNPRINTF (CHAR_T *resultbuf, size_t *lengthp, const CHAR_T *format, va_list args)
135 CHAR_T *buf;
136 CHAR_T *buf_malloced;
137 const CHAR_T *cp;
141 CHAR_T *result;
150 if (buf_neededlength < 4000 / sizeof (CHAR_T))
    [all...]
printf-parse.c 49 # define CHAR_T wchar_t
54 # define CHAR_T char
63 PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a)
65 const CHAR_T *cp = format; /* pointer into format */
117 CHAR_T c = *cp++;
137 const CHAR_T *np;
207 const CHAR_T *np;
264 const CHAR_T *np;
534 #undef CHAR_T
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c 77 #define CHAR_T wchar_t
87 #define CHAR_T char
137 static int __sbprintf(FILE *, const CHAR_T *, va_list);
138 static CHAR_T *__ujtoa(uintmax_t, CHAR_T *, int, int, const char *, int,
140 static CHAR_T *__ultoa(u_long, CHAR_T *, int, int, const char *, int,
143 static CHAR_T *__mbsconv(char *, int);
144 static wint_t __xfputwc(CHAR_T, FILE *);
149 static int __find_arguments(const CHAR_T *, va_list, union arg **);
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
regex.c 616 # define CHAR_T char
625 # define CHAR_T wchar_t
629 # define CHAR_CLASS_SIZE ((__alignof__(wctype_t)+sizeof(wctype_t))/sizeof(CHAR_T)+1)
    [all...]

Completed in 137 milliseconds