Searched defs:strset (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dutil.c45 static char *strset(char *, char *);
97 t->elements[t->used] = strset(t->elements[t->used], value);
181 * strset -- update a dynamically-allocated string or die trying.
185 strset(char *string, char *value) function
189 assert(value != NULL, "passed a null value to strset");
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.c102 * strset -- update a dynamically-allocated string or die trying.
105 strset(char *string, char *value) function
109 assert(value != NULL, "passed a NULL value to strset");
324 t->elements[t->used] = strset(t->elements[t->used], value);

Completed in 68 milliseconds