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

/illumos-gate/usr/src/cmd/lp/include/
H A Doam.h154 fmt3((X), A1, A2, A3), \
163 #define fmt3(X,A,B,C) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A,B,C), _m_) macro
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c2102 const char fmt3[] = "%8s "; local
2171 printf(fmt3, sym);
2175 printf(fmt3, "unknown");
2193 printf(fmt3, sym);
2197 printf(fmt3, "unknown ");
2211 printf(fmt3, "ast");
2214 printf(fmt3, "");

Completed in 48 milliseconds