Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A 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()