Searched refs:tmp_ctn (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/elftoolchain/libelftc/
H A Dlibelftc_vstr.c148 char **tmp_ctn; local
159 if ((tmp_ctn = malloc(sizeof(char *) * tmp_cap)) == NULL)
163 tmp_ctn[i] = v->container[i];
167 v->container = tmp_ctn;
251 char **tmp_ctn; local
258 if ((tmp_ctn = malloc(sizeof(char *) * tmp_cap)) == NULL)
262 if ((tmp_ctn[i] = strdup(org->container[i])) == NULL) {
264 free(tmp_ctn[j]);
266 free(tmp_ctn);
272 tmp_ctn[
[all...]
H A Dlibelftc_dem_gnu3.c3595 enum type_qualifier *tmp_ctn; local
3604 if ((tmp_ctn = malloc(sizeof(enum type_qualifier) * tmp_cap))
3608 tmp_ctn[i] = v->q_container[i];
3610 v->q_container = tmp_ctn;
/freebsd-11.0-release/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c209 char **tmp_ctn; local
220 if ((tmp_ctn = malloc(sizeof(char *) * tmp_cap)) == NULL)
224 tmp_ctn[i] = v->container[i];
228 v->container = tmp_ctn;
312 char **tmp_ctn; local
319 if ((tmp_ctn = malloc(sizeof(char *) * tmp_cap)) == NULL)
323 if ((tmp_ctn[i] = strdup(org->container[i])) == NULL) {
325 free(tmp_ctn[j]);
327 free(tmp_ctn);
333 tmp_ctn[
3870 enum type_qualifier *tmp_ctn; local
[all...]

Completed in 77 milliseconds