Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A DString.h35 } StringGuts; typedef
38 StringGuts sg;
H A DString.c63 if ((ns = (String *)malloc(sz + sizeof (StringGuts) + 1)) == NULL)
65 (void) memcpy(ns, s, s->sg.max + sizeof (StringGuts) + 1);
68 if ((ns = (String *)realloc(s, sz + sizeof (StringGuts) + 1)) == NULL)
184 s = (String *)malloc(STRING_START + sizeof (StringGuts) + 1);