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 125 # undef _tcsdup macro
126 # define _tcsdup(ptr) Curl_cwcsdup(ptr) macro
128 # undef _tcsdup macro
129 # define _tcsdup(ptr) Curl_cstrdup(ptr) macro
memdebug.h 98 # undef _tcsdup macro
99 # define _tcsdup(ptr) curl_dowcsdup(ptr, __LINE__, __FILE__) macro
101 # undef _tcsdup macro
102 # 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 493 milliseconds