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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c628 struct sevstr *psev; local
640 psev = getauxsevs(sevspace);
642 if (psev != (struct sevstr *)NULL) {
643 penvsevs = psev;
644 plast = psev;
645 while (psev = getauxsevs((char *)NULL)) {
646 plast->sevnext = psev;
647 plast = psev;
815 struct sevstr *psev; /* Ptr for severity str list */ local
877 psev
[all...]
H A Dpfmt_print.c99 const char *psev = NULL, *colon; local
128 psev = __pfmt_sev_tab[i].string;
139 psev = __gtxt(fmt_cat, sev, sev_list[d_sev]);
143 *sev_ptr = psev;
146 if ((status = fprintf(stream, psev, severity)) < 0)

Completed in 783 milliseconds