Home
last modified time | relevance | path

Searched refs:reqbufp (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/lp/lib/requests/
H A Dputrequest.c56 REQUEST * reqbufp in putrequest() argument
59 putrequest (file, reqbufp) in putrequest()
61 REQUEST *reqbufp;
76 reqbufp->copies <= 0
77 || !(reqbufp->destination)
78 || !reqbufp->file_list || !*(reqbufp->file_list)
79 || (reqbufp->actions & (ACT_MAIL|ACT_WRITE))
80 && (reqbufp->alert && *(reqbufp->alert))
81 || reqbufp->priority < -1 || 39 < reqbufp->priority
130 (void)fdprintf(fd, "%s%d\n", HEAD, reqbufp->copies);
[all …]
H A Dfreerequest.c47 REQUEST * reqbufp in freerequest() argument
50 freerequest (reqbufp) in freerequest()
51 register REQUEST *reqbufp; in freerequest()
54 if (!reqbufp)
56 if (reqbufp->destination)
57 Free (reqbufp->destination);
58 if (reqbufp->file_list)
59 freelist (reqbufp->file_list);
60 if (reqbufp->form)
61 Free (reqbufp->form);
[all …]