Searched defs:fn_copy (Results 1 - 1 of 1) sorted by relevance

/external/ltrace/
H A Ddemangle.c73 const char *fn_copy = strdup(function_name); local
74 if (fn_copy == NULL)
77 if (DICT_INSERT(name_cache, &fn_copy, &tmp) < 0) {
78 free((char *)fn_copy);

Completed in 341 milliseconds