Searched refs:ds_struct_ptr (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Ddyn-string.c59 dyn_string_init (struct dyn_string *ds_struct_ptr, int space) argument
66 ds_struct_ptr->s = (char *) malloc (space);
67 if (ds_struct_ptr->s == NULL)
70 ds_struct_ptr->s = XNEWVEC (char, space);
72 ds_struct_ptr->allocated = space;
73 ds_struct_ptr->length = 0;
74 ds_struct_ptr->s[0] = '\0';
/freebsd-11-stable/contrib/binutils/libiberty/
H A Ddyn-string.c59 dyn_string_init (struct dyn_string *ds_struct_ptr, int space) argument
66 ds_struct_ptr->s = (char *) malloc (space);
67 if (ds_struct_ptr->s == NULL)
70 ds_struct_ptr->s = XNEWVEC (char, space);
72 ds_struct_ptr->allocated = space;
73 ds_struct_ptr->length = 0;
74 ds_struct_ptr->s[0] = '\0';

Completed in 120 milliseconds