Searched defs:sevstrval (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c533 char *sevstrval; /* Ptr to SEV_LEVEL argument */
768 if ((sevstrval = getenv(SEV_LEVEL)) != (char *) NULL) {
769 sevval = (char *) malloc((unsigned int) strlen(sevstrval)+1);
770 penvsev = getauxsevs(strcpy(sevval, sevstrval));
528 char *sevstrval; /* Ptr to SEV_LEVEL argument */ local

Completed in 58 milliseconds