| /plan9/sys/src/cmd/aquarela/ |
| H A D | smbcommon.c | 89 SmbRawHeader *rh; in smbbuffergetheader() local 90 rh = (SmbRawHeader *)smbbufferreadpointer(b); in smbbuffergetheader() 95 if (rh->protocol[0] != 0xff || memcmp(rh->protocol + 1, "SMB", 3) != 0) { in smbbuffergetheader() 99 h->command = rh->command; in smbbuffergetheader() 105 h->errclass = rh->status[0]; in smbbuffergetheader() 106 h->error = smbnhgets(rh->status + 2); in smbbuffergetheader() 107 h->flags = rh->flags; in smbbuffergetheader() 108 h->flags2 = smbnhgets(rh->flags2); in smbbuffergetheader() 111 h->wordcount = rh->wordcount; in smbbuffergetheader() 118 h->tid = smbnhgets(rh->tid); in smbbuffergetheader() [all …]
|
| H A D | smbconnect.c | 8 SmbHeader h, rh; in smbconnect() local 59 if (!smbbuffergetandcheckheader(b, &rh, h.command, 1, &pdata, &bytecount, errmsgp)) in smbconnect() 61 if (!smbsuccess(&rh, errmsgp)) in smbconnect() 63 if (rh.wordcount == 0) { in smbconnect() 72 if (rh.wordcount != 17) { in smbconnect() 180 if (!smbbuffergetandcheckheader(b, &rh, h.command, 1, &pdata, &bytecount, errmsgp)) in smbconnect() 182 if (!smbsuccess(&rh, errmsgp)) in smbconnect() 184 h.uid = rh.uid; in smbconnect() 185 ipctid = rh.tid; in smbconnect() 219 if (!smbbuffergetandcheckheader(b, &rh, h.command, 3, &pdata, &bytecount, errmsgp)) in smbconnect() [all …]
|
| H A D | smbtrans2client.c | 11 …*setup, SmbBuffer *inparam, SmbBuffer *outparam, SmbBuffer *outdata, SmbHeader *rh, char **errmsgp) in smbclienttrans2() argument 27 return smbtransactionexecute(&transaction, &h, &c->peerinfo, c->b, &method, c, rh, errmsgp); in smbclienttrans2() 39 SmbHeader rh; in smbclienttrans2findfirst2() local 50 rv = smbclienttrans2(c, 1, &setup, inparam, outparam, outdata, &rh, errmsgp); in smbclienttrans2findfirst2() 98 || !smbbuffergetstring(outdata, &rh, SMB_STRING_REVPATH, &info->filename)) in smbclienttrans2findfirst2()
|
| H A D | smbtransaction.c | 447 SmbHeader rh; in smbtransactionexecute() local 484 if (!smbbuffergetheader(iob, &rh, &pdata, &bytecount)) { in smbtransactionexecute() 488 if (!smbcheckheaderdirection(&rh, 1, errmsgp)) in smbtransactionexecute() 490 if (rh.errclass != SUCCESS) { in smbtransactionexecute() 491 smbstringprint(errmsgp, "smbtransactionexecute: remote error %d/%d", rh.errclass, rh.error); in smbtransactionexecute() 500 if (!(*method->decoderesponse)(t, &rh, pdata, iob, errmsgp)) in smbtransactionexecute() 504 *rhp = rh; in smbtransactionexecute()
|
| /plan9/sys/src/9/ip/ |
| H A D | rudp.c | 345 Rudphdr *rh; in rudpkick() local 394 rh = (Rudphdr*)uh; in rudpkick() 424 hnputl(rh->relseq, r->sndseq); in rudpkick() 425 hnputl(rh->relsgen, r->sndgen); in rudpkick() 427 hnputl(rh->relack, r->rcvseq); /* ACK last rcvd packet */ in rudpkick() 428 hnputl(rh->relagen, r->rcvgen); in rudpkick() 853 Rudphdr *rh; in reliput() local 859 rh = (Rudphdr*)uh; in reliput() 860 seq = nhgetl(rh->relseq); in reliput() 861 sgen = nhgetl(rh->relsgen); in reliput() [all …]
|
| /plan9/sys/lib/troff/font/devutf/ |
| H A D | S1 | 26 rh 100 0 1
|
| H A D | DESC | 30 '' `` dg dd en \- em bx ob ci sq Sl L1 LA LV LH lh rh lH rH
|
| /plan9/sys/src/cmd/vnc/ |
| H A D | rre.c | 375 int s, es, sx, esx, sy, syx, esyx, rh, rw, y, nr, dsy, dp; in encrre() local 405 rh = 0; in encrre() 419 rh++; in encrre() 424 buf = (*putr)(buf, raw, sx, pixb, sx - s, y, rw, rh); in encrre() 430 while(rh--){ in encrre()
|
| /plan9/sys/src/libhttpd/ |
| H A D | parse.c | 418 HRange *r, *rh, *tail; in mimeranges() local 426 rh = nil; in mimeranges() 461 if(rh == nil) in mimeranges() 462 rh = r; in mimeranges() 476 return rh; in mimeranges() 480 tail->next = rh; in mimeranges()
|
| /plan9/lib/font/bit/symbola/ |
| H A D | symbola.8.1d202 | 8 ���}^�&Y+M��uU�rhmsbV ��Ȇ3��p����s����9��֯��m�M�_G�� ���tc{
|
| /plan9/sys/lib/troff/term/ |
| H A D | tab.utf | 125 rh 1 ☞
|
| H A D | tab.450-12 | 138 rh 2 =>
|
| H A D | tab.450 | 138 rh 2 =>
|
| H A D | tab.37 | 138 rh 2 =>
|
| H A D | tab.post | 138 rh 2 =>
|
| H A D | tab.dumb | 138 rh 2 =>
|
| H A D | tab.i300 | 138 rh 2 =>
|
| H A D | tab.lp | 138 rh 2 =>
|
| H A D | tab.think | 138 rh 2 =>
|
| H A D | tab.thinkbold | 138 rh 2 =>
|
| H A D | tab.thinksmall | 138 rh 2 =>
|
| /plan9/lib/font/bit/cuni/ |
| H A D | cuni.8.f231 | 6 ��|�d�8rhVz}fz_qFf(��qyd�!��F��k�X�!����{�h�������y��� ��]w�w�?��e�LR
|
| /plan9/lib/font/bit/naga10/ |
| H A D | maru10.8805 | 17 …Ȓ*��s#2L�\��̈l�3�w#��|�#�2s+H�ܕ!�rx�eWr�Y�2�Y��UwY���\�rU�"�r<�'I�T� �rh�/�e|�'��̗��$VrT�/…
|
| H A D | min10.8805 | 17 …Ȓ*��s#2L�\��̈l�3�w#��|�#�2s+H�ܕ!�rx�eWr�Y�2�Y��UwY���\�rU�"�r<�'I�T� �rh�/�e|�'��̗��$VrT�/…
|
| H A D | knj10.8805 | 17 …Ȓ*��s#2L�\��̈l�3�w#��|�#�2s+H�ܕ!�rx�eWr�Y�2�Y��UwY���\�rU�"�r<�'I�T� �rh�/�e|�'��̗��$VrT�/…
|