Searched refs:agettxt (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | oam.h | 39 char *agettxt(long msg_id, char *buf, int buflen); 129 agettxt((X), _m_, MSGSIZ), \ 130 agettxt((X+1), _a_, MSGSIZ) \ 137 agettxt((X+1), _a_, MSGSIZ) \ 144 agettxt((X+1), _a_, MSGSIZ) \ 151 agettxt((X+1), _a_, MSGSIZ) \ 157 #define fmt1(X,A) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A), _m_) 158 #define fmt2(X,A,B) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A,B), _m_) 159 #define fmt3(X,A,B,C) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A,B,C), _m_)
|
/illumos-gate/usr/src/cmd/lp/lib/oam/ |
H A D | agettxt.c | 41 agettxt ( in agettxt() function 47 agettxt (msg_id, buf, buflen) in agettxt()
|
H A D | Makefile | 45 OBJECTS = agettxt.o \
|