Lines Matching defs:A
123 #define LP_ERRMSG1(C,X,A) (void)printf("", C, X, A)
136 #define LP_ERRMSG1(C,X,A) \
140 fmt1((X), A), \
161 #define fmt1(X,A) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A), _m_)
162 #define fmt2(X,A,B) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A,B), _m_)
163 #define fmt3(X,A,B,C) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A,B,C), _m_)