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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfaults.c79 register char *why,*shortWhy; local
108 shortWhy = (why != alert_text ? shortenReason(why) : why);
110 load_str (&pps->fault_reason, shortWhy);
120 pps->status, shortWhy);
125 alert(A_PRINTER, pps, prs, shortWhy);
138 register char *why, *shortWhy; local
144 shortWhy = (why ? shortenReason(why) : alert_text);
146 load_str (&pps->fault_reason, shortWhy);

Completed in 56 milliseconds