Searched refs:strndup (Results 1 – 1 of 1) sorted by relevance
86 char *strndup(const char *src, size_t len) in strndup() function216 records[nextRecord].fullName = strndup(save_cp, len); in parseInputFile()226 records[nextRecord].className = strndup(save_cp, len); in parseInputFile()233 records[nextRecord].methodName = strndup(save_cp, len); in parseInputFile()240 records[nextRecord].signature = strndup(save_cp, len); in parseInputFile()