Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c620 static char *sevspace = (char *)NULL; variable
634 if ((sevspace = libc_malloc(strlen(value) + 1)) != NULL) { in sevstrset()
635 (void) strcpy(sevspace, value); in sevstrset()
638 psev = getauxsevs(sevspace); in sevstrset()