OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_tcsdup
(Results
1 - 5
of
5
) 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
curl_sspi.c
199
dup_user.tchar_ptr =
_tcsdup
(user.tchar_ptr);
226
dup_passwd.tchar_ptr =
_tcsdup
(passwd.tchar_ptr);
curl_sasl_sspi.c
314
dup_domain.tchar_ptr =
_tcsdup
(domain.tchar_ptr);
[
all
...]
/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 212 milliseconds