Searched defs:MSGSIZ (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/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), [all...] |
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | ckrange.c | 41 #define MSGSIZ 256 macro 59 char defmesg[MSGSIZ]; 68 char defmesg[MSGSIZ]; 94 char defmesg[MSGSIZ];
|
H A D | ckpath.c | 77 #define MSGSIZ 1024 macro 104 msg = calloc(MSGSIZ, sizeof (char));
|
H A D | ckdate.c | 41 #define MSGSIZ 64 macro 233 char defmesg[MSGSIZ]; 237 setmsg(defmesg, fmt, MSGSIZ); 245 char defmesg[MSGSIZ]; 249 setmsg(defmesg, fmt, MSGSIZ); 409 char defmesg[MSGSIZ]; 419 setmsg(defmesg, fmt, MSGSIZ);
|
Completed in 71 milliseconds