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

/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dagettxt.c43 agettxt ( function
49 agettxt (msg_id, buf, buflen)
H A Dllib-llpoam35 char *agettxt(long msg_id, char *buf, int buflen);
H A DMakefile47 OBJECTS = agettxt.o \
/illumos-gate/usr/src/cmd/lp/include/
H A Doam.h43 char *agettxt(long msg_id, char *buf, int buflen);
117 * Simpler interfaces to the "fmtmsg()" and "agettxt()" stuff.
133 agettxt((X), _m_, MSGSIZ), \
134 agettxt((X+1), _a_, MSGSIZ) \
141 agettxt((X+1), _a_, MSGSIZ) \
148 agettxt((X+1), _a_, MSGSIZ) \
155 agettxt((X+1), _a_, MSGSIZ) \
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((
[all...]

Completed in 68 milliseconds