Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dgpt.c99 char *s, *strcopy; in extract_val() local
102 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() local
139 strcopy = strdup(str); in found_key()
140 if (!strcopy) in found_key()
143 s = strcopy; in found_key()
154 free(strcopy); in found_key()
/external/protobuf/php/ext/google/protobuf/
Dupb.c4907 static upb_tabkey strcopy(lookupkey_t k2, upb_alloc *a) { in strcopy() function
4977 tabkey = strcopy(key, a); in upb_strtable_insert3()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c6700 static upb_tabkey strcopy(lookupkey_t k2, upb_alloc *a) { in strcopy() function
6770 tabkey = strcopy(key, a); in upb_strtable_insert3()