Searched refs:strcopy (Results 1 – 3 of 3) sorted by relevance
99 char *s, *strcopy; in extract_val() local102 strcopy = strdup(str); in extract_val()103 if (strcopy == NULL) in extract_val()106 s = strcopy; in extract_val()120 free(strcopy); in extract_val()136 char *s, *strcopy; in found_key() local139 strcopy = strdup(str); in found_key()140 if (!strcopy) in found_key()143 s = strcopy; in found_key()154 free(strcopy); in found_key()
4907 static upb_tabkey strcopy(lookupkey_t k2, upb_alloc *a) { in strcopy() function4977 tabkey = strcopy(key, a); in upb_strtable_insert3()
6700 static upb_tabkey strcopy(lookupkey_t k2, upb_alloc *a) { in strcopy() function6770 tabkey = strcopy(key, a); in upb_strtable_insert3()