| /NextBSD/contrib/mdocml/ |
| HD | mdoc_macro.c | 235 lookup(struct mdoc *mdoc, enum mdoct from, int line, int ppos, const char *p) in lookup() argument 246 mdoc->parse, line, ppos, p); in lookup() 457 p = buf + ppos; in macro_or_word() 462 ntok = lookup(mdoc, tok, line, ppos, p); in macro_or_word() 465 dword(mdoc, line, ppos, p, DELIM_MAX, tok == MDOC_MAX || in macro_or_word() 471 mdoc_macro(mdoc, ntok, line, ppos, pos, buf); in macro_or_word() 561 line, ppos, "%s breaks %s", in blk_exp_close() 565 endbody = mdoc_endbody_alloc(mdoc, line, ppos, in blk_exp_close() 598 line, ppos, mdoc_macronames[tok]); in blk_exp_close() 604 mdoc_elem_alloc(mdoc, line, ppos, MDOC_br, NULL); in blk_exp_close() [all …]
|
| HD | man_macro.c | 302 line, ppos, "RE %d", target); in blk_close() 320 line, ppos, man_macronames[tok]); in blk_close() 324 ppos = man->last->pos; in blk_close() 332 blk_imp(man, ntok, line, ppos, pos, buf); in blk_close() 345 man_block_alloc(man, line, ppos, tok); in blk_exp() 346 man_head_alloc(man, line, ppos, tok); in blk_exp() 359 man_body_alloc(man, line, ppos, tok); in blk_exp() 377 man_block_alloc(man, line, ppos, tok); in blk_imp() 378 man_head_alloc(man, line, ppos, tok); in blk_imp() 403 man_body_alloc(man, line, ppos, tok); in blk_imp() [all …]
|
| HD | roff.c | 352 int ppos, /* original pos in buffer */ \ 1165 int ppos; /* original offset in buf->buf */ in roff_parseln() local 1168 ppos = pos = *offs; in roff_parseln() 1207 return(eqn_read(&r->eqn, ln, buf->buf, ppos, offs)); in roff_parseln() 1209 return(tbl_read(r->tbl, ln, buf->buf, ppos)); in roff_parseln() 1231 return((*roffs[t].sub)(r, t, buf, ln, ppos, pos, offs)); in roff_parseln() 1237 t = roff_parse(r, buf->buf, &pos, ln, ppos); in roff_parseln() 1264 return((*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs)); in roff_parseln() 1294 roff_parse(struct roff *r, char *buf, int *pos, int ln, int ppos) in roff_parse() argument 1307 maclen = roff_getname(r, &cp, ln, ppos); in roff_parse() [all …]
|
| HD | man.c | 443 int i, ppos; in man_pmacro() local 447 ppos = offs; in man_pmacro() 464 ln, ppos, buf + ppos - 1); in man_pmacro() 508 (*man_macros[tok].fp)(man, tok, ln, ppos, &offs, buf); in man_pmacro() 533 man_body_alloc(man, ln, ppos, man->last->tok); in man_pmacro()
|
| HD | libman.h | 43 int ppos, \
|
| HD | libmdoc.h | 52 int ppos, \
|
| HD | mdoc.c | 259 mdoc->parse, line, ppos, in mdoc_macro() 266 mdoc->parse, line, ppos, "%s %s", in mdoc_macro() 274 (*mdoc_macros[tok].fp)(mdoc, tok, line, ppos, pos, buf); in mdoc_macro()
|
| /NextBSD/sys/contrib/vchiq/interface/vchiq_arm/ |
| HD | vchiq_debugfs.c | 125 size_t count, loff_t *ppos) in debugfs_log_write() argument 150 *ppos += count; in debugfs_log_write() 234 size_t count, loff_t *ppos) in debugfs_trace_write() argument 258 *ppos += count; in debugfs_trace_write()
|
| HD | vchiq_arm.c | 1562 size_t count, loff_t *ppos) in vchiq_read() argument 1568 context.offset = *ppos; in vchiq_read() 1572 *ppos += context.actual; in vchiq_read()
|
| /NextBSD/contrib/wpa/src/eap_server/ |
| HD | ikev2.c | 213 const u8 *pend, *ppos; in ikev2_parse_proposal() local 257 ppos = (const u8 *) (p + 1); in ikev2_parse_proposal() 259 if (ppos + p->spi_size > pend) { in ikev2_parse_proposal() 266 ppos, p->spi_size); in ikev2_parse_proposal() 267 ppos += p->spi_size; in ikev2_parse_proposal() 286 int tlen = ikev2_parse_transform(data, prop, ppos, pend); in ikev2_parse_proposal() 289 ppos += tlen; in ikev2_parse_proposal() 292 if (ppos != pend) { in ikev2_parse_proposal()
|
| /NextBSD/contrib/wpa/src/eap_peer/ |
| HD | ikev2.c | 203 const u8 *pend, *ppos; in ikev2_parse_proposal() local 249 ppos = (const u8 *) (p + 1); in ikev2_parse_proposal() 251 if (ppos + p->spi_size > pend) { in ikev2_parse_proposal() 258 ppos, p->spi_size); in ikev2_parse_proposal() 259 ppos += p->spi_size; in ikev2_parse_proposal() 278 int tlen = ikev2_parse_transform(prop, ppos, pend); in ikev2_parse_proposal() 281 ppos += tlen; in ikev2_parse_proposal() 284 if (ppos != pend) { in ikev2_parse_proposal()
|
| /NextBSD/usr.bin/at/ |
| HD | at.c | 210 char *ap, *ppos, *mailname; in writefile() local 234 ppos = atfile + strlen(ATJOB_DIR); in writefile() 265 sprintf(ppos, "%c%5lx%8lx", queue, in writefile() 268 for(ap=ppos; *ap != '\0'; ap ++) in writefile()
|
| /NextBSD/contrib/wpa/src/radius/ |
| HD | radius.c | 986 u8 *plain, *ppos, *res; in decrypt_ms_key() local 1011 ppos = plain = os_malloc(plen); in decrypt_ms_key() 1035 *ppos++ = *pos++ ^ hash[i]; in decrypt_ms_key()
|
| /NextBSD/sys/dev/bxe/ |
| HD | ecore_sp.c | 1279 struct ecore_vlan_mac_registry_elem **ppos) in ecore_vlan_mac_restore() argument 1286 *ppos = NULL; in ecore_vlan_mac_restore() 1291 if (*ppos == NULL) in ecore_vlan_mac_restore() 1292 *ppos = ECORE_LIST_FIRST_ENTRY(&o->head, in ecore_vlan_mac_restore() 1296 *ppos = ECORE_LIST_NEXT(*ppos, link, in ecore_vlan_mac_restore() 1299 pos = *ppos; in ecore_vlan_mac_restore() 1303 *ppos = NULL; in ecore_vlan_mac_restore()
|
| HD | ecore_sp.h | 864 struct ecore_vlan_mac_registry_elem **ppos);
|