Home
last modified time | relevance | path

Searched refs:strcopy (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/cmd/
Dgpt.c98 char *s, *strcopy; in extract_val() local
101 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() local
138 strcopy = strdup(str); in found_key()
139 if (!strcopy) in found_key()
142 s = strcopy; in found_key()
153 free(strcopy); in found_key()
/external/protobuf/php/ext/google/protobuf/
Dupb.c4272 static upb_tabkey strcopy(lookupkey_t k2) { in strcopy() function
4336 tabkey = strcopy(key); in upb_strtable_insert2()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c4514 static upb_tabkey strcopy(lookupkey_t k2, upb_alloc *a) { in strcopy() function
4583 tabkey = strcopy(key, a); in upb_strtable_insert3()