Home
last modified time | relevance | path

Searched refs:TCHAR_T (Results 1 – 1 of 1) sorted by relevance

/external/bison/lib/
Dvasnprintf.c127 # define TCHAR_T wchar_t macro
138 # define TCHAR_T char macro
1798 TCHAR_T *buf; in VASNPRINTF()
1799 TCHAR_T *buf_malloced; in VASNPRINTF()
1813 if (buf_neededlength < 4000 / sizeof (TCHAR_T)) in VASNPRINTF()
1815 buf = (TCHAR_T *) alloca (buf_neededlength * sizeof (TCHAR_T)); in VASNPRINTF()
1821 size_t buf_memsize = xtimes (buf_neededlength, sizeof (TCHAR_T)); in VASNPRINTF()
1824 buf = (TCHAR_T *) malloc (buf_memsize); in VASNPRINTF()
2655 verify (sizeof (TCHAR_T) == 1); in VASNPRINTF()
2656 TCHAR_T *tmpsrc; in VASNPRINTF()
[all …]