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

/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c332 * struct sevstr *getauxsevs(ptr)
357 getauxsevs(ptr)
770 penvsev = getauxsevs(strcpy(sevval, sevstrval));
778 penvsev = getauxsevs((char *) NULL);
353 getauxsevs(ptr) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c375 * struct sevstr *getauxsevs(ptr)
399 getauxsevs(char *ptr) function
640 psev = getauxsevs(sevspace);
645 while (psev = getauxsevs((char *)NULL)) {

Completed in 47 milliseconds