Searched defs:MSGSIZ (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lp/include/
H A Doam.h62 #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 Dckrange.c41 #define MSGSIZ 256 macro
59 char defmesg[MSGSIZ];
68 char defmesg[MSGSIZ];
94 char defmesg[MSGSIZ];
H A Dckpath.c77 #define MSGSIZ 1024 macro
104 msg = calloc(MSGSIZ, sizeof (char));
H A Dckdate.c41 #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 68 milliseconds