Home
last modified time | relevance | path

Searched refs:fmt3 (Results 1 – 3 of 3) sorted by relevance

/titanic_44/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
/titanic_44/usr/src/uts/i86pc/os/
H A Dtrap.c2076 const char fmt3[] = "%8s "; local
2145 printf(fmt3, sym);
2149 printf(fmt3, "unknown");
2167 printf(fmt3, sym);
2171 printf(fmt3, "unknown ");
2185 printf(fmt3, "ast");
2188 printf(fmt3, "");
/titanic_44/usr/src/cmd/abi/appcert/scripts/
H A Dsymreport.pl497 my $fmt3 = gettext(
501 $output .= sprintf($fmt3, $n_failed, $n_checked);