Home
last modified time | relevance | path

Searched defs:Strdup (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dcctest.cc39 static char* Strdup(const char* str) { in Strdup() function
/third_party/grpc/test/core/util/
Dstring_test.cc30 TEST(StringTest, Strdup) { in TEST() argument
/third_party/libedit/src/
Dhistory.c71 #define Strdup(s) strdup(s) macro
89 #define Strdup(s) wcsdup(s) macro