Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Dtsort.c111 input = zfopen(EERROR, argv[1], "r"); in main()
116 input = zfopen(EERROR, argv[2], "r"); in main()
126 errmsg(EERROR, gettext("odd data")); in main()
132 zmalloc(EERROR, sizeof (struct predlist)); in main()
194 t = zmalloc(EERROR, (unsigned)(t + 1 - s)); in index()
196 zmalloc(EERROR, sizeof (struct nodelist)); in index()
H A Derrbefore.c45 case EERROR: in errbefore()
H A Derrafter.c48 case EERROR: in errafter()
H A Derrmsg.h61 #define EERROR 2 macro
H A Derrtext.c98 (Err.severity == EHALT || Err.severity == EERROR)))) { in __errtext()