Home
last modified time | relevance | path

Searched refs:doff (Results 1 – 15 of 15) sorted by relevance

/dragonfly/contrib/cvs-1.12/src/
HDsubr.c907 size_t doff; in cmdlineescape() local
926 doff = d - buf; in cmdlineescape()
927 expand_string (&buf, &length, doff + 1); in cmdlineescape()
928 d = buf + doff; in cmdlineescape()
931 doff = d - buf; in cmdlineescape()
932 expand_string (&buf, &length, doff + 1); in cmdlineescape()
933 d = buf + doff; in cmdlineescape()
1040 size_t doff, qoff; in format_cmdline() local
1499 doff = d - buf; in format_cmdline()
1500 expand_string (&buf, &length, doff + 1); in format_cmdline()
[all …]
HDlogmsg.c620 size_t doff; in logmsg_list_to_args_proc() local
669 doff = d - *c->buf; in logmsg_list_to_args_proc()
671 doff + strlen (c->srepos) + 1); in logmsg_list_to_args_proc()
672 d = *c->buf + doff; in logmsg_list_to_args_proc()
690 doff = d - *c->buf; in logmsg_list_to_args_proc()
691 expand_string (c->buf, c->length, doff + strlen (arg)); in logmsg_list_to_args_proc()
692 d = *c->buf + doff; in logmsg_list_to_args_proc()
703 doff = d - *c->buf; in logmsg_list_to_args_proc()
704 expand_string (c->buf, c->length, doff + 1); in logmsg_list_to_args_proc()
705 d = *c->buf + doff; in logmsg_list_to_args_proc()
HDrun.c58 size_t doff; in run_setup() local
73 doff = d - buf; in run_setup()
74 expand_string(&buf, &length, doff + 1); in run_setup()
75 d = buf + doff; in run_setup()
105 doff = d - buf; in run_setup()
106 expand_string(&buf, &length, doff + 1); in run_setup()
107 d = buf + doff; in run_setup()
HDtag.c863 size_t doff; in pretag_list_to_args_proc() local
902 doff = d - *c->buf; in pretag_list_to_args_proc()
903 expand_string (c->buf, c->length, doff + strlen (arg)); in pretag_list_to_args_proc()
904 d = *c->buf + doff; in pretag_list_to_args_proc()
913 doff = d - *c->buf; in pretag_list_to_args_proc()
914 expand_string (c->buf, c->length, doff + 1); in pretag_list_to_args_proc()
915 d = *c->buf + doff; in pretag_list_to_args_proc()
HDcommit.c1212 size_t doff; local
1248 doff = d - *c->buf;
1249 expand_string (c->buf, c->length, doff + strlen (arg));
1250 d = *c->buf + doff;
1258 doff = d - *c->buf;
1259 expand_string (c->buf, c->length, doff + 1);
1260 d = *c->buf + doff;
/dragonfly/contrib/file/src/
HDreadelf.c551 size_t noff, size_t doff, int *flags) in do_bid_note() argument
575 memcpy(desc, &nbuf[doff], descsz); in do_bid_note()
586 RCAST(const char *, &nbuf[doff]))) == -1) in do_bid_note()
596 size_t noff, size_t doff, int *flags) in do_os_note() argument
603 if (file_printf(ms, ", for SuSE %d.%d", nbuf[doff], in do_os_note()
604 nbuf[doff + 1]) == -1) in do_os_note()
612 memcpy(desc, &nbuf[doff], sizeof(desc)); in do_os_note()
651 if (do_note_netbsd_version(ms, swap, &nbuf[doff]) == -1) in do_os_note()
660 if (do_note_freebsd_version(ms, swap, &nbuf[doff]) in do_os_note()
682 memcpy(&desc, &nbuf[doff], sizeof(desc)); in do_os_note()
[all …]
/dragonfly/sys/netproto/smb/
HDsmb_rq.c450 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; in smb_t2_reply() local
501 (error = md_get_uint16le(mdp, &doff)) != 0 || in smb_t2_reply()
518 error = smb_t2_placedata(mdp->md_top, doff, dcount, in smb_t2_reply()
562 int error, doff, poff, txdcount, txpcount, nmlen; in smb_t2_request_int() local
613 doff = 0; in smb_t2_request_int()
619 doff = txdcount ? len : 0; in smb_t2_request_int()
626 mb_put_uint16le(mbp, doff); in smb_t2_request_int()
686 doff = 0; in smb_t2_request_int()
692 doff = txdcount ? len : 0; in smb_t2_request_int()
698 mb_put_uint16le(mbp, doff); in smb_t2_request_int()
/dragonfly/stand/lib/
HDhammer1.c758 int64_t doff = e->base.key - e->data_len; in hreadf() local
759 if (off < doff) { in hreadf()
761 dlen = doff - off; in hreadf()
765 int64_t boff = off - doff; in hreadf()
HDhammer2.c90 off_t doff; /* disk inode offset */ member
/dragonfly/sys/vfs/msdosfs/
HDmsdosfs_denode.c95 #define DEHASH(dev, dcl, doff) (dehashtbl[(minor(dev) + (dcl) + (doff) / \ argument
/dragonfly/contrib/gcc-8.0/libgomp/
HDtarget.c273 uintptr_t doff = (uintptr_t) d - cbuf->tgt->tgt_start; in gomp_copy_host2dev() local
274 if (doff < cbuf->chunks[2 * cbuf->chunk_cnt - 1]) in gomp_copy_host2dev()
281 if (cbuf->chunks[2 * middle + 1] <= doff) in gomp_copy_host2dev()
283 else if (cbuf->chunks[2 * middle] <= doff) in gomp_copy_host2dev()
285 if (doff + sz > cbuf->chunks[2 * middle + 1]) in gomp_copy_host2dev()
287 memcpy ((char *) cbuf->buf + (doff - cbuf->chunks[0]), in gomp_copy_host2dev()
/dragonfly/sys/netinet/
HDtcp_subr.c2208 int doff; in tcpsignature_compute() local
2276 doff = sizeof(struct ip) + sizeof(struct tcphdr) + optlen; in tcpsignature_compute()
2303 doff = sizeof(struct ip6_hdr) + sizeof(struct tcphdr) + optlen; in tcpsignature_compute()
2324 m_apply(m, doff, len, tcpsignature_apply, &ctx); in tcpsignature_compute()
/dragonfly/games/hack/
HDdata73 'Alaraba' and grabbed the rim of his hat but forgot to doff it.
/dragonfly/contrib/libarchive/libarchive/
HDarchive_write_set_format_iso9660.c7515 size_t _ceil, doff; in zisofs_detect_magic() local
7565 doff = (_ceil + 1) * 4 + 16; in zisofs_detect_magic()
7566 if (entry_size < (int64_t)doff) in zisofs_detect_magic()
7574 if (bst != doff) in zisofs_detect_magic()
7580 doff += bed - bst; in zisofs_detect_magic()
/dragonfly/share/dict/
HDweb256558 doff