Searched refs:ppos (Results 1 - 15 of 15) sorted by relevance

/freebsd-11.0-release/contrib/mdocml/
H A Dlibman.h22 int ppos, \
H A Dmdoc_macro.c239 lookup(struct roff_man *mdoc, int from, int line, int ppos, const char *p) argument
254 mdoc->parse, line, ppos, p);
385 find_pending(struct roff_man *mdoc, int tok, int line, int ppos, argument
406 mdoc->parse, line, ppos,
409 mdoc_endbody_alloc(mdoc, line, ppos,
499 p = buf + ppos;
504 ntok = lookup(mdoc, tok, line, ppos, p);
507 dword(mdoc, line, ppos, p, DELIM_MAX, tok == TOKEN_NONE ||
513 mdoc_macro(mdoc, ntok, line, ppos, pos, buf);
604 line, ppos, "
[all...]
H A Dlibmdoc.h22 int ppos, \
H A Dman_macro.c219 line, ppos, "RE %d", target);
236 line, ppos, man_macronames[tok]);
240 ppos = man->last->pos;
248 blk_imp(man, ntok, line, ppos, pos, buf);
261 roff_block_alloc(man, line, ppos, tok);
262 head = roff_head_alloc(man, line, ppos, tok);
274 roff_body_alloc(man, line, ppos, tok);
291 n = roff_block_alloc(man, line, ppos, tok);
294 n = roff_head_alloc(man, line, ppos, tok);
320 roff_body_alloc(man, line, ppos, to
[all...]
H A Dman.c164 int i, ppos; local
168 ppos = offs;
185 ln, ppos, buf + ppos - 1);
229 (*man_macros[tok].fp)(man, tok, ln, ppos, &offs, buf);
254 roff_body_alloc(man, ln, ppos, man->last->tok);
H A Droff.c353 int ppos, /* original pos in buffer */ \
1527 int ppos; /* original offset in buf->buf */ local
1530 ppos = pos = *offs;
1569 return eqn_read(&r->eqn, ln, buf->buf, ppos, offs);
1571 return tbl_read(r->tbl, ln, buf->buf, ppos);
1593 return (*roffs[t].sub)(r, t, buf, ln, ppos, pos, offs);
1599 t = roff_parse(r, buf->buf, &pos, ln, ppos);
1626 return (*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs);
1656 roff_parse(struct roff *r, char *buf, int *pos, int ln, int ppos) argument
1669 maclen = roff_getname(r, &cp, ln, ppos);
1734 roff_ccond(struct roff *r, int ln, int ppos) argument
3446 roff_getcontrol(const struct roff *r, const char *cp, int *ppos) argument
[all...]
H A Dmdoc.c124 (*mdoc_macros[tok].fp)(mdoc, tok, line, ppos, pos, buf);
/freebsd-11.0-release/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c125 size_t count, loff_t *ppos)
150 *ppos += count;
234 size_t count, loff_t *ppos)
258 *ppos += count;
123 debugfs_log_write(struct file *file, const char __user *buffer, size_t count, loff_t *ppos) argument
232 debugfs_trace_write(struct file *file, const char __user *buffer, size_t count, loff_t *ppos) argument
H A Dvchiq_arm.c1562 size_t count, loff_t *ppos)
1568 context.offset = *ppos;
1572 *ppos += context.actual;
1561 vchiq_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Dikev2.c203 const u8 *pend, *ppos; local
249 ppos = (const u8 *) (p + 1);
251 if (ppos + p->spi_size > pend) {
258 ppos, p->spi_size);
259 ppos += p->spi_size;
278 int tlen = ikev2_parse_transform(prop, ppos, pend);
281 ppos += tlen;
284 if (ppos != pend) {
/freebsd-11.0-release/contrib/wpa/src/eap_server/
H A Dikev2.c213 const u8 *pend, *ppos; local
257 ppos = (const u8 *) (p + 1);
259 if (ppos + p->spi_size > pend) {
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) {
/freebsd-11.0-release/usr.bin/at/
H A Dat.c210 char *ap, *ppos, *mailname; local
234 ppos = atfile + strlen(ATJOB_DIR);
265 sprintf(ppos, "%c%5lx%8lx", queue,
268 for(ap=ppos; *ap != '\0'; ap ++)
/freebsd-11.0-release/contrib/wpa/src/radius/
H A Dradius.c986 u8 *plain, *ppos, *res; local
1011 ppos = plain = os_malloc(plen);
1035 *ppos++ = *pos++ ^ hash[i];
/freebsd-11.0-release/sys/dev/bxe/
H A Decore_sp.c1365 * @ppos: pointer to the cookie
1374 * function handle the next element. If *ppos is set to NULL it will restart the
1375 * iterator. If returned *ppos == NULL this means that the last element has been
1381 struct ecore_vlan_mac_registry_elem **ppos)
1388 *ppos = NULL;
1393 if (*ppos == NULL)
1394 *ppos = ECORE_LIST_FIRST_ENTRY(&o->head,
1398 *ppos = ECORE_LIST_NEXT(*ppos, link,
1401 pos = *ppos;
1379 ecore_vlan_mac_restore(struct bxe_softc *sc, struct ecore_vlan_mac_ramrod_params *p, struct ecore_vlan_mac_registry_elem **ppos) argument
[all...]
H A Decore_sp.h868 * @param ppos a pointer to the cookie that should be given back in the
870 * *ppos is set to NULL it will restart the iterator.
871 * If returned *ppos == NULL this means that the last
878 struct ecore_vlan_mac_registry_elem **ppos);

Completed in 273 milliseconds