Searched refs:strcopy (Results 1 – 3 of 3) 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()
4272 static upb_tabkey strcopy(lookupkey_t k2) { in strcopy() function4336 tabkey = strcopy(key); in upb_strtable_insert2()
4514 static upb_tabkey strcopy(lookupkey_t k2, upb_alloc *a) { in strcopy() function4583 tabkey = strcopy(key, a); in upb_strtable_insert3()