HomeSort by relevance Sort by last modified time
    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