Searched refs:StringGuts (Results 1 – 2 of 2) sorted by relevance
38 } StringGuts; typedef41 StringGuts sg;
66 if ((ns = (String *)malloc(sz + sizeof (StringGuts) + 1)) == NULL)68 (void) memcpy(ns, s, s->sg.max + sizeof (StringGuts) + 1);71 if ((ns = (String *)realloc(s, sz + sizeof (StringGuts) + 1)) == NULL)187 s = (String *)malloc(STRING_START + sizeof (StringGuts) + 1);