Home
last modified time | relevance | path

Searched refs:strdup_impl (Results 1 – 20 of 20) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/memory/build/
H A Dmozmemory_wrap.cpp34 MOZ_MEMORY_API char* strdup_impl(const char* src) { in strdup_impl() function
114 __attribute__((alias(MOZ_STRINGIFY(strdup_impl))));
116 __attribute__((alias(MOZ_STRINGIFY(strdup_impl))));
118 __attribute__((alias(MOZ_STRINGIFY(strdup_impl))));
H A Dmozmemory_wrap.h151 #define strdup_impl mozmem_dup_impl(strdup) macro
/dports/www/firefox/firefox-99.0/memory/build/
H A Dmozmemory_wrap.cpp34 MOZ_MEMORY_API char* strdup_impl(const char* src) { in strdup_impl() function
114 __attribute__((alias(MOZ_STRINGIFY(strdup_impl))));
116 __attribute__((alias(MOZ_STRINGIFY(strdup_impl))));
118 __attribute__((alias(MOZ_STRINGIFY(strdup_impl))));
H A Dmozmemory_wrap.h152 #define strdup_impl mozmem_dup_impl(strdup) macro
/dports/mail/thunderbird/thunderbird-91.8.0/memory/build/
H A Dmozmemory_wrap.cpp34 MOZ_MEMORY_API char* strdup_impl(const char* src) { in strdup_impl() function
114 __attribute__((alias(MOZ_STRINGIFY(strdup_impl))));
116 __attribute__((alias(MOZ_STRINGIFY(strdup_impl))));
118 __attribute__((alias(MOZ_STRINGIFY(strdup_impl))));
H A Dmozmemory_wrap.h151 #define strdup_impl mozmem_dup_impl(strdup) macro
/dports/lang/spidermonkey78/firefox-78.9.0/memory/build/
H A Dmozmemory_wrap.cpp34 MOZ_MEMORY_API char* strdup_impl(const char* src) { in strdup_impl() function
114 __attribute__((alias(MOZ_STRINGIFY(strdup_impl))));
116 __attribute__((alias(MOZ_STRINGIFY(strdup_impl))));
118 __attribute__((alias(MOZ_STRINGIFY(strdup_impl))));
H A Dmozmemory_wrap.h151 #define strdup_impl mozmem_dup_impl(strdup) macro
/dports/www/firefox-esr/firefox-91.8.0/memory/mozalloc/
H A Dmozalloc.cpp29 # define strdup_impl strdup macro
47 MOZ_MEMORY_API char* strdup_impl(const char*);
81 char* dup = strdup_impl(str); in moz_xstrdup()
/dports/www/firefox/firefox-99.0/memory/mozalloc/
H A Dmozalloc.cpp29 # define strdup_impl strdup macro
47 MOZ_MEMORY_API char* strdup_impl(const char*);
81 char* dup = strdup_impl(str); in moz_xstrdup()
/dports/lang/spidermonkey60/firefox-60.9.0/memory/mozalloc/
H A Dmozalloc.cpp29 MOZ_MEMORY_API char* strdup_impl(const char*);
50 #define strdup_impl strdup macro
97 char* dup = strdup_impl(str); in moz_xstrdup()
/dports/mail/thunderbird/thunderbird-91.8.0/memory/mozalloc/
H A Dmozalloc.cpp29 # define strdup_impl strdup macro
47 MOZ_MEMORY_API char* strdup_impl(const char*);
81 char* dup = strdup_impl(str); in moz_xstrdup()
/dports/lang/spidermonkey78/firefox-78.9.0/memory/mozalloc/
H A Dmozalloc.cpp29 # define strdup_impl strdup macro
47 MOZ_MEMORY_API char* strdup_impl(const char*);
81 char* dup = strdup_impl(str); in moz_xstrdup()
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/mozalloc/
H A Dmozalloc.cpp35 extern "C" MOZ_MEMORY_API char *strdup_impl(const char *);
58 #define strdup_impl strdup macro
116 char* dup = strdup_impl(str); in moz_xstrdup()
/dports/lang/spidermonkey60/firefox-60.9.0/memory/build/
H A Dmozmemory_wrap.h156 #define strdup_impl mozmem_dup_impl(strdup) macro
H A Dmozmemory_wrap.cpp60 MOZ_MEMORY_API char* strdup_impl(const char* src) { in strdup_impl() function
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/build/
H A Dmozmemory_wrap.c84 strdup_impl(const char *src) in strdup_impl() function
H A Dmozmemory_wrap.h200 #define strdup_impl mozmem_dup_impl(strdup) macro
/dports/devel/p5-FFI-Platypus/FFI-Platypus-1.56/t/
H A D00_diag.t66 diag "ffi.platypus.memory.strdup_impl =@{[ FFI::Platypus::Memory->_strdup_impl ]}";
/dports/devel/p5-FFI-Platypus/FFI-Platypus-1.56/
H A Ddist.ini70 diag_preamble = | diag "ffi.platypus.memory.strdup_impl =@{[ FFI::Platypus::Memory->_strdup_imp…