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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c622 static char *sevspace = (char *)NULL; variable
636 if ((sevspace = libc_malloc(strlen(value) + 1)) != NULL) {
637 (void) strcpy(sevspace, value);
640 psev = getauxsevs(sevspace);
650 } /* if sevspace != (char *)NULL */

Completed in 383 milliseconds