Searched refs:MSGSIZ (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/lp/include/ |
H A D | oam.h | 62 #define MSGSIZ 512 macro 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_50/usr/src/cmd/lp/lib/oam/ |
H A D | buffers.c | 31 char _m_[MSGSIZ], 32 _a_[MSGSIZ], 33 _f_[MSGSIZ],
|
/titanic_50/usr/src/lib/libadm/common/ |
H A D | ckdate.c | 41 #define MSGSIZ 64 macro 233 char defmesg[MSGSIZ]; in ckdate_err() 237 setmsg(defmesg, fmt, MSGSIZ); in ckdate_err() 245 char defmesg[MSGSIZ]; in ckdate_hlp() 249 setmsg(defmesg, fmt, MSGSIZ); in ckdate_hlp() 409 char defmesg[MSGSIZ]; in ckdate() 419 setmsg(defmesg, fmt, MSGSIZ); in ckdate()
|
H A D | ckrange.c | 41 #define MSGSIZ 256 macro 59 char defmesg[MSGSIZ]; in ckrange_err() 68 char defmesg[MSGSIZ]; in ckrange_hlp() 94 char defmesg[MSGSIZ]; in ckrange()
|
H A D | ckpath.c | 77 #define MSGSIZ 1024 macro 104 msg = calloc(MSGSIZ, sizeof (char)); in sethlp()
|