Searched refs:reqbufp (Results 1 – 2 of 2) sorted by relevance
56 REQUEST * reqbufp in putrequest() argument59 putrequest (file, reqbufp) in putrequest()61 REQUEST *reqbufp;76 reqbufp->copies <= 077 || !(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->priority130 (void)fdprintf(fd, "%s%d\n", HEAD, reqbufp->copies);[all …]
47 REQUEST * reqbufp in freerequest() argument50 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 …]