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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c4892 # define TCHARS_PER_DCHAR (sizeof (DCHAR_T) / sizeof (TCHAR_T)) macro
4896 (2 + TCHARS_PER_DCHAR - 1)
4897 / TCHARS_PER_DCHAR));
4912 if (maxlen > INT_MAX / TCHARS_PER_DCHAR)
4913 maxlen = INT_MAX / TCHARS_PER_DCHAR;
4914 maxlen = maxlen * TCHARS_PER_DCHAR;
5127 TCHARS_PER_DCHAR - 1)
5128 / TCHARS_PER_DCHAR);
5180 if (maxlen == INT_MAX / TCHARS_PER_DCHAR)
5196 + TCHARS_PER_DCHAR
5555 #undef TCHARS_PER_DCHAR macro
[all...]

Completed in 25 milliseconds