Home
last modified time | relevance | path

Searched refs:MSGSIZ (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/lp/include/
H A Doam.h58 #define MSGSIZ 512 macro
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 Dbuffers.c31 char _m_[MSGSIZ],
32 _a_[MSGSIZ],
33 _f_[MSGSIZ],
/illumos-gate/usr/src/lib/libadm/common/
H A Dckdate.c41 #define MSGSIZ 64 macro
230 char defmesg[MSGSIZ]; in ckdate_err()
234 setmsg(defmesg, fmt, MSGSIZ); in ckdate_err()
242 char defmesg[MSGSIZ]; in ckdate_hlp()
246 setmsg(defmesg, fmt, MSGSIZ); in ckdate_hlp()
405 char defmesg[MSGSIZ]; in ckdate()
415 setmsg(defmesg, fmt, MSGSIZ); in ckdate()
H A Dckrange.c40 #define MSGSIZ 256 macro
58 char defmesg[MSGSIZ]; in ckrange_err()
67 char defmesg[MSGSIZ]; in ckrange_hlp()
93 char defmesg[MSGSIZ]; in ckrange()
H A Dckpath.c77 #define MSGSIZ 1024 macro
104 msg = calloc(MSGSIZ, sizeof (char)); in sethlp()