| /plan9/sys/src/cmd/postscript/common/ |
| H A D | request.c | 19 Request request[MAXREQUEST]; /* next page or global request */ variable 41 request[nextreq].want = strtok(want, ": "); 43 request[nextreq].page = 0; 44 else request[nextreq].page = atoi(page); 45 if ( (request[nextreq].file = strtok(NULL, ": ")) == NULL ) 46 request[nextreq].file = requestfile; 63 if ( request[i].page == page ) 64 dumprequest(request[i].want, request[i].file, fp_out);
|
| H A D | mkfile | 9 request.$O\ 16 request.h\
|
| /plan9/sys/src/cmd/ndb/ |
| H A D | dns.c | 57 Fcall request; member 408 job->request.tag = -1; in newjob() 436 if(job->request.tag == tag && job->request.type != Tflush){ in flushjob() 474 if(convM2S(mdata, n, &job->request) != n){ in io() 478 mf = newfid(job->request.fid, 0); in io() 480 dnslog("%F", &job->request); in io() 486 switch(job->request.type){ in io() 488 warning("unknown request type %d", job->request.type); in io() 552 if(job->request.msize > IOHDRSZ + Maxfdata) in rversion() 555 job->reply.msize = job->request.msize; in rversion() [all …]
|
| H A D | cs.c | 72 Fcall request; member 379 job->request.tag = -1; in newjob() 407 if(job->request.tag == tag && job->request.type != Tflush){ in flushjob() 442 if(convM2S(mdata, n, &job->request) != n){ in io() 449 mf = newfid(job->request.fid); in io() 451 syslog(0, logfile, "%F", &job->request); in io() 454 switch(job->request.type){ in io() 456 syslog(1, logfile, "unknown request type %d", job->request.type); in io() 516 if(job->request.msize > IOHDRSZ + Maxfdata) in rversion() 519 job->reply.msize = job->request.msize; in rversion() [all …]
|
| /plan9/sys/src/cmd/unix/drawterm/kern/ |
| H A D | devmnt.c | 24 Fcall request; /* Outgoing file system protocol message */ member 279 r->request.type = Tauth; in mntauth() 280 r->request.afid = c->fid; in mntauth() 281 r->request.uname = up->user; in mntauth() 282 r->request.aname = spec; in mntauth() 341 r->request.type = Tattach; in mntattach() 342 r->request.fid = c->fid; in mntattach() 344 r->request.afid = NOFID; in mntattach() 346 r->request.afid = bogus.authchan->fid; in mntattach() 347 r->request.uname = up->user; in mntattach() [all …]
|
| /plan9/sys/src/9/port/ |
| H A D | devmnt.c | 25 Fcall request; /* Outgoing file system protocol message */ member 279 r->request.type = Tauth; in mntauth() 280 r->request.afid = c->fid; in mntauth() 281 r->request.uname = up->user; in mntauth() 282 r->request.aname = spec; in mntauth() 341 r->request.type = Tattach; in mntattach() 342 r->request.fid = c->fid; in mntattach() 344 r->request.afid = NOFID; in mntattach() 346 r->request.afid = bogus.authchan->fid; in mntattach() 347 r->request.uname = up->user; in mntattach() [all …]
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | zmedia2.c | 282 match_page_size(const gs_point * request, 317 gs_point request; in zmatch_page_size() local 320 request.x = v[0], request.y = v[1]; in zmatch_page_size() 323 return match_page_size(&request, &medium, policy, orient, in zmatch_page_size() 341 private void make_adjustment_matrix(const gs_point * request, 346 match_page_size(const gs_point * request, const gs_rect * medium, int policy, in match_page_size() argument 350 double rx = request->x, ry = request->y; in match_page_size() 358 *pmsize = *request; in match_page_size() 374 make_adjustment_matrix(request, medium, pmat, false, orient < 0 ? 0 : orient); in match_page_size() 383 make_adjustment_matrix(request, medium, pmat, false, (rotate + 1) & 2); in match_page_size() [all …]
|
| H A D | istack.c | 444 ref_stack_extend(ref_stack_t *pstack, uint request) in ref_stack_extend() argument 450 if (request > params->data_size) in ref_stack_extend() 452 if (keep + request > pstack->body_size) in ref_stack_extend() 453 keep = pstack->body_size - request; in ref_stack_extend() 456 return ref_stack_push_block(pstack, keep, request); in ref_stack_extend()
|
| H A D | istack.h | 151 int ref_stack_extend(ref_stack_t *pstack, uint request);
|
| H A D | gsparam.h | 327 param_proc_request((*request)); 330 ((plist)->procs->request(plist, pkey))
|
| /plan9/lib/face/48x48x1/ |
| H A D | .dict | 8 andrew.cmu.edu/info-andrew-request i/info-andrew-request.1 71 bu.edu/info-futures-request i/info-futures-request.1 85 cmu.edu/ml-connectionists-request m/ml-connectionists-request.1 92 cpd.com/security-request s/security-request.1 131 gaffa.mit.edu/love-hounds-request l/love-hounds-request.1 170 labtam.oz.au/games-request g/games-request.1 183 mickey.disney.com/weights-request w/weights-request.1 248 rand.org/esperanto-request e/esperanto-request.1 274 sun.com/faces-request f/faces-request.1 275 sun.com/unicode-request u/unicode-request.1 [all …]
|
| /plan9/sys/src/ape/lib/bsd/ |
| H A D | ioctl.c | 17 ioctl(int fd, unsigned long request, void* arg) in ioctl() argument 21 if(request == FIONREAD) { in ioctl()
|
| /plan9/sys/src/cmd/aux/flashfs/ |
| H A D | mkfile | 14 request.$O\ 36 $O.flashfs: flash.$O journal.$O entry.$O errors.$O request.$O devfs.$O conv.$O utils.$O
|
| /plan9/sys/src/cmd/tcs/ |
| H A D | ex2.utf | 175 この関数は自分のマシンの rwhod に対してそういう request を 177 思います.一方その request を受け取った rwhod はスプールを
|
| /plan9/sys/src/cmd/postscript/postdaisy/ |
| H A D | postdaisy.mk | 31 $(COMMONDIR)/request.o 74 $(COMMONDIR)/request.o :
|
| H A D | mkfile | 52 $O.out : postdaisy.$O $COMMONDIR/glob.$O $COMMONDIR/misc.$O $COMMONDIR/request.$O $COMMONDIR/getopt…
|
| /plan9/sys/src/cmd/postscript/postdmd/ |
| H A D | postdmd.mk | 30 $(COMMONDIR)/request.o 73 $(COMMONDIR)/request.o :
|
| H A D | mkfile | 52 $O.out : postdmd.$O $COMMONDIR/glob.$O $COMMONDIR/misc.$O $COMMONDIR/request.$O $COMMONDIR/getopt.$O
|
| /plan9/sys/src/cmd/postscript/postbgi/ |
| H A D | postbgi.mk | 31 $(COMMONDIR)/request.o 74 $(COMMONDIR)/request.o :
|
| H A D | mkfile | 52 $O.out : postbgi.$O $COMMONDIR/glob.$O $COMMONDIR/misc.$O $COMMONDIR/request.$O $COMMONDIR/getopt.$O
|
| /plan9/sys/src/cmd/postscript/postmd/ |
| H A D | postmd.mk | 31 $(COMMONDIR)/request.o\ 75 $(COMMONDIR)/request.o\
|
| H A D | mkfile | 52 $O.out : postmd.$O $COMMONDIR/glob.$O $COMMONDIR/misc.$O $COMMONDIR/request.$O $COMMONDIR/tempnam.$…
|
| /plan9/sys/lib/tls/ |
| H A D | README | 2 adding entries; please send email to request additions, so that
|
| /plan9/sys/src/cmd/troff/ |
| H A D | FIXES | 123 rn request will complain with: 197 New request: .sg <div> sets the dn and dl registers to the size 267 Trivial fix (.cf) request for troff -a 286 Added a .tm request to roff. Works just like .tm, but now 298 only be used for delimiters or with the tr request), so it 370 Need request, .ne 373 in the file is a .ne request, the trap gets fired, but, 377 in the casene request with the same code as in casetl (which 380 Change to .cf request ``Here document'' 463 \D'c' is the only drawing request which doesn't take a pair [all …]
|
| /plan9/sys/src/cmd/gs/jpeg/ |
| H A D | jconfig.bcc | 26 #define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
|