Searched refs:strcopy (Results 1 – 1 of 1) sorted by relevance
98 char *s, *strcopy; in extract_val() local101 strcopy = strdup(str); in extract_val()102 if (strcopy == NULL) in extract_val()105 s = strcopy; in extract_val()119 free(strcopy); in extract_val()135 char *s, *strcopy; in found_key() local138 strcopy = strdup(str); in found_key()139 if (!strcopy) in found_key()142 s = strcopy; in found_key()153 free(strcopy); in found_key()