Searched refs:strndup (Results 1 – 1 of 1) sorted by relevance
84 char* strndup(const char* src, size_t len) { in strndup() function208 records[nextRecord].fullName = strndup(save_cp, len); in parseInputFile()217 if (len > 0) records[nextRecord].className = strndup(save_cp, len); in parseInputFile()223 records[nextRecord].methodName = strndup(save_cp, len); in parseInputFile()229 records[nextRecord].signature = strndup(save_cp, len); in parseInputFile()