Home
last modified time | relevance | path

Searched defs:strndup (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrndup.c26 strndup(const char *str, size_t maxlen) in strndup() function
/aosp12/art/tools/dmtracedump/
H A Dcreatetesttrace.cc84 char* strndup(const char* src, size_t len) { in strndup() function