Home
last modified time | relevance | path

Searched refs:wcsdup (Results 1 - 13 of 13) sorted by relevance

/third_party/curl/lib/
H A Dcurl_memory.h73 # undef wcsdup macro
165 # undef wcsdup macro
166 # define wcsdup(ptr) Curl_cwcsdup(ptr) macro
H A Dmemdebug.h126 # undef wcsdup macro
127 # define wcsdup(ptr) curl_dbg_wcsdup(ptr, __LINE__, __FILE__) macro
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwcsdup.c33 * @tc.desc : Call wcsdup to get a newly allocated wide string
39 wchar_t *result = wcsdup(src); in wcsdup_0100()
47 * @tc.desc : Test the wcsdup result when the incoming null
53 wchar_t *result = wcsdup(NULL); in wcsdup_0200()
/third_party/musl/src/string/
H A Dwcsdup.c4 wchar_t *wcsdup(const wchar_t *s) in wcsdup() function
/third_party/curl/tests/
H A Dmemanalyze.pl237 elsif($function =~ /wcsdup\(0x([0-9a-f]*)\) \((\d*)\) = 0x([0-9a-f]*)/) {
238 # wcsdup(a5b50) (8) = df7c0
/third_party/musl/libc-test/src/api/
H A Dwchar.c86 {wchar_t*(*p)(const wchar_t*) = wcsdup;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h165 wchar_t *wcsdup(const wchar_t *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h165 wchar_t *wcsdup(const wchar_t *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h165 wchar_t *wcsdup(const wchar_t *);
/third_party/musl/include/
H A Dwchar.h166 wchar_t *wcsdup(const wchar_t *);
/third_party/ffmpeg/libavdevice/
H A Ddshow_pin.c133 *id = wcsdup(L"libAV Pin"); in ff_dshow_pin_QueryId()
/third_party/node/deps/uv/src/win/
H A Dfs-event.c117 *file = wcsdup(filename); in uv__split_path()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp346 extern wchar_t *wcsdup (const wchar_t *__s) throw () __attribute__ ((__malloc__));
[all...]

Completed in 38 milliseconds