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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/vts/
H A Dgfx_vts.c125 tmp_strings = rp->message_strings;
128 rp->message_strings =
133 rp->message_strings[i] = tmp_strings[i];
140 rp->message_strings[i] = NULL;
142 rp->message_strings[i] = strdup(string);
176 rp->message_strings = (char **)malloc(sizeof (char *));
178 rp->message_strings[0] = NULL;
180 rp->message_strings[0] = strdup(string);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/vts/include/
H A DlibvtsSUNWxfb.h55 char **message_strings; /* the string to stick into the mesg */ member in struct:return_packet_t

Completed in 10 milliseconds