HomeSort by relevance Sort by last modified time
    Searched defs:strndup (Results 1 - 3 of 3) sorted by null

  /bionic/libc/string/
strndup.c 31 char* strndup(const char* s, size_t n) function
  /external/bison/lib/
strndup.c 25 # include "strndup.h"
40 # undef strndup macro
44 # define __strndup strndup
65 weak_alias (__strndup, strndup)
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 84 /* Mac OS doesn't have strndup(), so implement it here.
86 char *strndup(const char *src, size_t len) function
224 records[nextRecord].fullName = strndup(save_cp, len);
234 records[nextRecord].className = strndup(save_cp, len);
241 records[nextRecord].methodName = strndup(save_cp, len);
248 records[nextRecord].signature = strndup(save_cp, len);

Completed in 33 milliseconds