HomeSort by relevance Sort by last modified time
    Searched refs:strndup_ (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
misc.c 1394 strndup_(const char *src, size_t len, Area *ap) function
1409 return (src == NULL ? NULL : strndup_(src, strlen(src), ap));
    [all...]
sh.h 444 (d) = strndup_((s), (n), (ap)); \
    [all...]

Completed in 15 milliseconds