Home
last modified time | relevance | path

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

/external/bison/lib/
Dvasnprintf.c132 # define DCHAR_CPY wmemcpy macro
143 # define DCHAR_CPY memcpy macro
1866 DCHAR_CPY (memory, result, length); \ in VASNPRINTF()
1883 DCHAR_CPY (result + length, (const DCHAR_T *) cp, n); in VASNPRINTF()
2089 DCHAR_CPY (result + length, arg, n); in VASNPRINTF()
2123 DCHAR_CPY (result + length, converted, converted_len); in VASNPRINTF()
2217 DCHAR_CPY (result + length, arg, n); in VASNPRINTF()
2251 DCHAR_CPY (result + length, converted, converted_len); in VASNPRINTF()
2345 DCHAR_CPY (result + length, arg, n); in VASNPRINTF()
2379 DCHAR_CPY (result + length, converted, converted_len); in VASNPRINTF()
[all …]