Searched defs:req_file (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfiles.c38 static char *extractReqno(char *req_file);
131 if (rp->req_file) {
138 path = makepath(Lp_Requests, rp->req_file, (char *)0);
146 path = makepath(Lp_Tmp, rp->req_file, (char *)0);
173 p = strdup(rp->req_file); /* remove host/id file */
184 idno = extractReqno(rp->req_file);
432 static char *extractReqno(char *req_file) argument
439 start = strrchr(req_file, '/');
440 end = strrchr(req_file, '-');
H A Ddisp1.c83 char *req_file; local
113 req_file = reqpath(file, &idno);
114 path = makepath(Lp_Tmp, req_file, (char *)0);
118 if (!(r = Getrequest(req_file)))
123 rp->req_file = Strdup(req_file);
298 if ((Putsecure(req_file, rp->secure) == -1) ||
299 (putrequest(req_file, rp->request) == -1))
322 Free(req_file);
339 char *req_file local
[all...]
H A Dnodes.h162 char *req_file; member in struct:rstat_node

Completed in 47 milliseconds