| /src/usr.bin/gprof/ |
| Makefile | 3 SUBDIR.roff=PSD.doc
|
| /src/sbin/fsck_ffs/ |
| Makefile | 12 SUBDIR.roff= SMM.doc
|
| /src/external/bsd/nvi/docs/ |
| Makefile | 4 SUBDIR.roff= USD.doc
|
| /src/sys/netipsec/ |
| ipsec_mbuf.c | 368 int roff; local 373 m1 = m_getptr(m, skip, &roff); 378 if (roff == 0) { 384 } else if (roff + hlen >= m1->m_len) { 394 if (roff + hlen > m1->m_len) { 395 adjlen = roff + hlen - m1->m_len; 409 adjlen = m1->m_len - roff; 422 memmove(mtod(m1, u_char *) + roff, 423 mtod(m1, u_char *) + roff + hlen, 424 m1->m_len - (roff + hlen)) [all...] |
| ipsec_output.c | 154 int hlen, roff, iphlen; local 169 mo = m_makespace(m, sizeof(struct ip), hlen, &roff); 176 mo = m_makespace(m, sizeof(struct ip6_hdr), hlen, &roff); 197 udp = (struct udphdr *)(mtod(mo, char *) + roff);
|
| xform_esp.c | 684 int hlen, rlen, tlen, padlen, blks, alen, i, roff; local 771 mo = m_makespace(m, skip, hlen, &roff); 783 memcpy(mtod(mo, char *) + roff, &sav->spi, sizeof(uint32_t)); 795 memcpy(mtod(mo,char *) + roff + sizeof(uint32_t), &replay,
|
| xform_ipcomp.c | 515 int skip, rlen, roff, flags; local 547 mo = m_makespace(m, skip, IPCOMP_HLENGTH, &roff); 556 ipcomp = (struct ipcomp *)(mtod(mo, char *) + roff);
|
| xform_ah.c | 891 int error, rplen, authsize, ahsize, maxpacketsize, roff; local 957 mi = m_makespace(m, skip, ahsize, &roff); 970 * contiguous memory, at roff bytes offset into the returned mbuf. 972 ah = (struct newah *)(mtod(mi, char *) + roff);
|
| /src/external/bsd/mdocml/dist/ |
| roff_int.h | 24 struct roff; 34 struct roff *roff; /* Roff parser state data. */ member in struct:roff_man 88 * Functions called from roff.c need to be declared here,
|
| read.c | 22 * handling of roff(7) loops and file inclusion, 44 #include "roff.h" 55 struct roff *roff; /* roff parser (!NULL) */ member in struct:mparse 105 * a parser nor the roff parser found a .Dd or .TH macro 109 if ((format = roff_getformat(curp->roff)) == 0) { 275 * the roff preprocessor. It's line-oriented but can be 277 * readjust our starting point and re-run it. The roff 284 line_result = roff_parseln(curp->roff, curp->line [all...] |
| roff.c | 1 /* Id: roff.c,v 1.378 2021/08/10 12:55:04 schwarze Exp */ 18 * Implementation of the roff(7) parser for mandoc(1). 36 #include "roff.h" 110 struct roff { struct 152 #define ROFF_ARGS struct roff *r, /* parse ctx */ \ 180 static int roffnode_cleanscope(struct roff *); 181 static int roffnode_pop(struct roff *); 182 static void roffnode_push(struct roff *, enum roff_tok, 192 static int roff_ccond(struct roff *, int, int); 201 static int roff_eqndelim(struct roff *, struct buf *, int) [all...] |
| /src/external/bsd/tmux/dist/compat/ |
| imsg-buffer.c | 60 size_t roff; member in struct:msgbuf 707 msgbuf->roff = 0; 832 ibuf_from_buffer(&rbuf, msgbuf->rbuf, msgbuf->roff); 864 msgbuf->roff = ibuf_size(&rbuf); 888 iov.iov_base = msgbuf->rbuf + msgbuf->roff; 889 iov.iov_len = IBUF_READ_SIZE - msgbuf->roff; 903 msgbuf->roff += n; 929 iov.iov_base = msgbuf->rbuf + msgbuf->roff; 930 iov.iov_len = IBUF_READ_SIZE - msgbuf->roff; 955 msgbuf->roff += n [all...] |
| /src/sys/arch/arm/cortex/ |
| gicv3_its.c | 328 u_int woff, roff; local 337 roff = gits_read_8(its, GITS_CREADR) & GITS_CREADR_Offset; 338 if (woff == roff)
|
| /src/sys/dev/pci/ |
| if_txp.c | 715 uint32_t roff, woff; local 720 roff = le32toh(*r->r_roff); 722 idx = roff / sizeof(struct txp_rx_desc); 725 while (roff != woff) { 810 roff += sizeof(struct txp_rx_desc); 811 if (roff == (RX_ENTRIES * sizeof(struct txp_rx_desc))) { 813 roff = 0;
|
| /src/sys/dev/rasops/ |
| rasops.c | 1591 int col, roff; local 1594 for (roff = 0; roff < num; roff++) 1596 rasops_copychar(cookie, src + roff, dst + roff, 1599 for (roff = num - 1; roff >= 0; roff--) 1601 rasops_copychar(cookie, src + roff, dst + roff 1707 int col, roff; local [all...] |
| /src/usr.sbin/makemandb/ |
| makemandb.c | 41 #include "dist/roff.h" 876 struct roff_meta *roff; local 882 roff = mparse_result(mp); 883 if (roff == NULL) { 885 warnx("Not a roff(7) page"); 889 if (roff->macroset == MACROSET_MDOC) { 891 proff_node(roff->first->child, rec, roff, mdocs); 892 } else if (roff->macroset == MACROSET_MAN) { 894 proff_node(roff->first->child, rec, roff, mans) [all...] |
| /src/external/bsd/libevent/dist/test/ |
| regress.c | 90 static int roff; variable 219 len = read(fd, rbuf + roff, sizeof(rbuf) - roff); 228 roff += len; 539 roff = woff = 0; 550 if (roff == woff) 568 roff = woff = 0; 579 if (roff == woff)
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress.c | 88 static int roff; variable 217 len = read(fd, rbuf + roff, sizeof(rbuf) - roff); 226 roff += len; 537 roff = woff = 0; 548 if (roff == woff) 566 roff = woff = 0; 577 if (roff == woff)
|
| /src/external/bsd/nvi/dist/common/ |
| screen.h | 125 size_t roff; /* 0-N: screen row offset in display. */ member in struct:_scr
|
| /src/external/gpl2/mkhybrid/dist/libhfs_iso/ |
| internal.h | 80 # define HFS_NODEREC(nd, rnum) ((nd).data + (nd).roff[rnum]) 272 UInteger roff[HFS_MAXRECS + 1]; /* record offsets */ member in struct:_node_
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-i386.c | 1263 bfd_vma roff = irel->r_offset; 1267 if (roff < 2) 1271 addend = bfd_get_32 (abfd, contents + roff); 1287 modrm = bfd_get_8 (abfd, contents + roff - 1); 1324 opcode = bfd_get_8 (abfd, contents + roff - 2); 1412 nop_offset = roff + 3; 1416 nop_offset = roff - 2; 1424 nop_offset = roff + 3; 1472 bfd_put_8 (abfd, modrm, contents + roff - 1); 1513 bfd_put_8 (abfd, modrm, contents + roff - 1) 1260 bfd_vma roff = irel->r_offset; local 2977 bfd_vma roff; local 3028 bfd_vma roff; local 3050 bfd_vma roff; local 3310 bfd_vma roff; local 3376 bfd_vma roff; local 3415 bfd_vma roff; local [all...] |
| elf64-x86-64.c | 1818 bfd_vma roff = irel->r_offset; 1828 if (roff < 2) 1834 if (roff < 3) 1840 if (roff < 4) 1844 opcode = bfd_get_8 (abfd, contents + roff - 4); 1847 || bfd_get_8 (abfd, contents + roff - 3) != 0x38 1848 || bfd_get_8 (abfd, contents + roff - 2) != 0x8b)) 1855 if (roff < 5) 1859 if ((bfd_get_8 (abfd, contents + roff - 5) | 0xf) != 0x4f 1860 || bfd_get_8 (abfd, contents + roff - 4) != 0x0 1816 bfd_vma roff = irel->r_offset; local 4177 bfd_vma roff = rel->r_offset; local 4730 bfd_vma roff = rel->r_offset; local [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| nfp-dis.c | 2535 file_ptr roff = 0; local 2569 for (roff = 0; (bfd_size_type) roff < sec->sh_size; 2570 roff += sec->sh_entsize, menum_linear++) 2586 buffer, roff, sizeof (buffer)))
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-i386.c | 1254 bfd_vma roff = irel->r_offset; 1258 if (roff < 2) 1262 addend = bfd_get_32 (abfd, contents + roff); 1278 modrm = bfd_get_8 (abfd, contents + roff - 1); 1315 opcode = bfd_get_8 (abfd, contents + roff - 2); 1403 nop_offset = roff + 3; 1407 nop_offset = roff - 2; 1415 nop_offset = roff + 3; 1463 bfd_put_8 (abfd, modrm, contents + roff - 1); 1504 bfd_put_8 (abfd, modrm, contents + roff - 1) 1251 bfd_vma roff = irel->r_offset; local 2952 bfd_vma roff; local 3003 bfd_vma roff; local 3025 bfd_vma roff; local 3291 bfd_vma roff; local 3357 bfd_vma roff; local 3396 bfd_vma roff; local [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| nfp-dis.c | 2535 file_ptr roff = 0; local 2569 for (roff = 0; (bfd_size_type) roff < sec->sh_size; 2570 roff += sec->sh_entsize, menum_linear++) 2586 buffer, roff, sizeof (buffer)))
|