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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c31 DCHAR_CPY memcpy like function for DCHAR_T[] arrays.
131 # define DCHAR_CPY wmemcpy macro
142 # define DCHAR_CPY memcpy macro
1835 DCHAR_CPY (memory, result, length); \
1852 DCHAR_CPY (result + length, (const DCHAR_T *) cp, n);
2058 DCHAR_CPY (result + length, arg, n);
2092 DCHAR_CPY (result + length, converted, converted_len);
2186 DCHAR_CPY (result + length, arg, n);
2220 DCHAR_CPY (result + length, converted, converted_len);
2314 DCHAR_CPY (resul
5559 #undef DCHAR_CPY macro
[all...]

Completed in 20 milliseconds