Home
last modified time | relevance | path

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

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