Home
last modified time | relevance | path

Searched refs:MSGMAX (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/cmd/lp/lib/msgs/
H A Dread_fifo.c178 if (real_size < CONTROL_LEN || MSGMAX < real_size)
292 if (real_size < CONTROL_LEN || MSGMAX < real_size)
351 nbytes = MSGMAX - (fbp->psave_end - fbp->save); in _buffer()
H A Dmgetputm.c81 if (needsize <=0 || needsize > MSGMAX)
82 needsize = MSGMAX;
H A Dmread.c67 char buff [MSGMAX];
H A Dllib-llpmsg66 #define MSGMAX 2048
70 char save [MSGMAX],
H A Dstreamio.c156 char tmpbuf [MSGMAX + EXCESS_3_2_LEN]; in write3_2()
H A Dmwrite.c174 if (size <= 0 || size > MSGMAX) in _mwrite()
H A Dmlisten.c180 char cbuff[MSGMAX]; in mlisten()
/titanic_44/usr/src/cmd/lp/cmd/lpadmin/
H A Doutput.c55 char buffer[MSGMAX];
103 if ((rc = mrecv(buffer, MSGMAX)) != type) {
H A Ddo_mount.c298 buffer[MSGMAX];
304 if (mrecv(buffer, MSGMAX) != R_INQUIRE_PRINTER_STATUS) {
H A Dsend_message.c66 char msgbuf[MSGMAX];
H A Ddo_align.c91 buffer[MSGMAX];
205 if (mrecv(buffer, MSGMAX) != R_ALLOC_FILES) {
293 if (mrecv(buffer, MSGMAX) != R_PRINT_REQUEST) {
/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dmsgs.c127 bytes = mread(md, Message, MSGMAX); in take_message()
225 Message = (char *)Malloc(MSGMAX); in init_messages()
/titanic_44/usr/src/cmd/lp/include/
H A Dmsgs.h293 # define MSGMAX 2048 macro
358 char save [MSGMAX],
/titanic_44/usr/src/cmd/lp/cmd/
H A Dlpshut.c63 char msgbuf[MSGMAX]; in main()
H A Dlpfilter.c839 char msgbuf[MSGMAX]; in alert_spooler()
859 if (mrecv(msgbuf, MSGMAX) == -1) in alert_spooler()
/titanic_44/usr/src/cmd/lp/lib/papi/
H A Dservice.c63 svc->msgbuf_size = MSGMAX; in papiServiceCreate()
/titanic_44/usr/src/cmd/lp/model/
H A Dlp.tell.c137 msgbuf[MSGMAX], in main()