Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/include/
H A Doam.h43 char *agettxt(long msg_id, char *buf, int buflen);
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((X),_f_,MSGSIZ), A,B,C), _m_)
/titanic_41/usr/src/cmd/lp/lib/oam/
H A Dagettxt.c43 agettxt ( in agettxt() function
49 agettxt (msg_id, buf, buflen) in agettxt()
H A DMakefile47 OBJECTS = agettxt.o \
H A Dllib-llpoam35 char *agettxt(long msg_id, char *buf, int buflen);