| /src/external/bsd/mdocml/dist/ |
| man.c | 183 int ppos; local 188 ppos = offs; 193 tok = roffhash_find(man->manmac, buf + ppos, sz); 195 mandoc_msg(MANDOCERR_MACRO, ln, ppos, "%s", buf + ppos - 1); 248 (*man_macro(tok)->fp)(man, tok, ln, ppos, &offs, buf); 272 roff_body_alloc(man, ln, ppos, man->last->tok);
|
| roff.c | 156 int ppos, /* original pos in buffer */ \ 1832 int ppos; /* original offset in buf->buf */ local 1835 ppos = pos = *offs; 1881 if (r->eqn != NULL && strncmp(buf->buf + ppos, ".EN", 3)) { 1882 eqn_read(r->eqn, buf->buf + ppos); 1886 tbl_read(r->tbl, ln, buf->buf, ppos); 1911 return (*roffs[t].sub)(r, t, buf, ln, ppos, pos, offs); 1918 t = roff_parse(r, buf->buf, &pos, ln, ppos); 2005 roff_parse(struct roff *r, char *buf, int *pos, int ln, int ppos) 2019 maclen = roff_getname(r, &cp, ln, ppos); [all...] |
| /src/usr.bin/at/ |
| at.c | 174 char *ap, *ppos; local 200 ppos = atfile + strlen(atfile); 235 (void)snprintf(ppos, sizeof(atfile) - (ppos - atfile), 238 for (ap = ppos; *ap != '\0'; ap++)
|
| /src/external/bsd/wpa/dist/src/eap_peer/ |
| ikev2.c | 203 const u8 *pend, *ppos; local 250 ppos = (const u8 *) (p + 1); 252 if (p->spi_size > pend - ppos) { 259 ppos, p->spi_size); 260 ppos += p->spi_size; 280 int tlen = ikev2_parse_transform(prop, ppos, pend); 283 ppos += tlen; 286 if (ppos != pend) {
|
| /src/external/bsd/wpa/dist/src/eap_server/ |
| ikev2.c | 213 const u8 *pend, *ppos; local 257 ppos = (const u8 *) (p + 1); 259 if (p->spi_size > pend - ppos) { 266 ppos, p->spi_size); 267 ppos += p->spi_size; 286 int tlen = ikev2_parse_transform(data, prop, ppos, pend); 289 ppos += tlen; 292 if (ppos != pend) {
|
| /src/sys/dev/wscons/ |
| wsdisplay_vcons.c | 1030 int pos, c, offset, ppos; local 1037 ppos = ri->ri_cols * row + dstcol; 1038 pos = ppos + offset; 1041 if ((scr->scr_chars[pos] != vdp->chars[ppos]) || 1042 (scr->scr_attrs[pos] != vdp->attrs[ppos])) { 1045 vdp->chars[ppos] = scr->scr_chars[pos]; 1046 vdp->attrs[ppos] = scr->scr_attrs[pos]; 1053 ppos++; 1184 int pos, l, c, offset, ppos; local 1191 ppos = ri->ri_cols * dstrow [all...] |
| /src/usr.bin/gzip/ |
| unlz.c | 283 off_t pos, ppos, spos, dict_size; member in struct:lz_decoder 306 lz->ppos += lz->pos; 385 lz->pos = lz->ppos = lz->spos = 0; 427 return lz->ppos + lz->pos;
|
| /src/external/bsd/wpa/dist/src/radius/ |
| radius.c | 1142 u8 *plain, *ppos, *res; local 1167 ppos = plain = os_malloc(plen); 1194 *ppos++ = *pos++ ^ hash[i];
|