HomeSort by relevance Sort by last modified time
    Searched defs:_tcsdup (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
curl_memory.h 138 # undef _tcsdup macro
139 # define _tcsdup(ptr) Curl_cwcsdup(ptr) macro
141 # undef _tcsdup macro
142 # define _tcsdup(ptr) Curl_cstrdup(ptr) macro
memdebug.h 94 # undef _tcsdup macro
95 # define _tcsdup(ptr) curl_dowcsdup(ptr, __LINE__, __FILE__) macro
97 # undef _tcsdup macro
98 # define _tcsdup(ptr) curl_dostrdup(ptr, __LINE__, __FILE__) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 32 #define _ftcsdup _tcsdup
261 #define _tcsdup _wcsdup macro
616 #define _tcsdup _strdup macro

Completed in 177 milliseconds