Lines Matching refs:strndup_
1394 strndup_(const char *src, size_t len, Area *ap)1409 return (src == NULL ? NULL : strndup_(src, strlen(src), ap));