Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fmtmsg/
H A Dmain.c528 char *sevstrval; /* Ptr to SEV_LEVEL argument */ in main() local
763 if ((sevstrval = getenv(SEV_LEVEL)) != (char *) NULL) { in main()
764 sevval = (char *) malloc((unsigned int) strlen(sevstrval)+1); in main()
765 penvsev = getauxsevs(strcpy(sevval, sevstrval)); in main()