Searched refs:__pfmt_sev_tab (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Daddsev.c58 if (__pfmt_sev_tab[i].severity == 0 && firstfree == -1)
60 if (__pfmt_sev_tab[i].severity == severity)
71 new = libc_realloc(__pfmt_sev_tab,
78 __pfmt_sev_tab = new;
82 if (__pfmt_sev_tab[i].string)
83 libc_free(__pfmt_sev_tab[i].string);
84 __pfmt_sev_tab[i].severity = 0;
85 __pfmt_sev_tab[i].string = NULL;
89 new = libc_realloc(__pfmt_sev_tab[i].string, strlen(string) + 1);
94 __pfmt_sev_tab[
[all...]
H A Dpfmt_data.c40 struct sev_tab *__pfmt_sev_tab; variable in typeref:struct:sev_tab
H A Dpfmt_data.h43 extern struct sev_tab *__pfmt_sev_tab;
H A Dpfmt_print.c127 if (__pfmt_sev_tab[i].severity == severity) {
128 psev = __pfmt_sev_tab[i].string;

Completed in 24 milliseconds