OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ua_wcscpy
(Results
1 - 1
of
1
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stralign.h
32
PUWSTR
ua_wcscpy
(PUWSTR Destination,PCUWSTR Source);
34
__CRT_INLINE PUWSTR
ua_wcscpy
(PUWSTR Destination,PCUWSTR Source) { return wcscpy(Destination,Source); }
function
36
#define
ua_wcscpy
wcscpy
macro
111
PUWSTR
ua_wcscpy
(PUWSTR Destination,PCUWSTR Source);
134
__CRT_INLINE PUWSTR
ua_wcscpy
(PUWSTR Destination,PCUWSTR Source) {
function
185
#define ua_tcscpy
ua_wcscpy
Completed in 93 milliseconds