Home
last modified time | relevance | path

Searched refs:ppos (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/mdocml/
H A Dmdoc_macro.c426 line, ppos, "%s breaks %s", in find_pending()
428 mdoc_endbody_alloc(mdoc, line, ppos, in find_pending()
522 lookup(mdoc, tok, line, ppos, p); in macro_or_word()
638 line, ppos, "%s breaks %s", in blk_exp_close()
969 line, ppos, "%s", roff_name[tok]); in blk_full()
990 line, ppos, "It breaks %s", in blk_full()
1002 line, ppos, in blk_full()
1043 line, ppos, "It %s", buf + *pos); in blk_full()
1441 line, ppos, "Pf %s", in in_line_argn()
1487 line, ppos, "%s", roff_name[tok]); in in_line_argn()
[all …]
H A Dman_macro.c229 line, ppos, "RE %d", target); in blk_close()
252 line, ppos, "%s", roff_name[tok]); in blk_close()
255 roff_elem_alloc(man, line, ppos, ROFF_br); in blk_close()
290 roff_elem_alloc(man, line, ppos, tok); in blk_close()
306 roff_block_alloc(man, line, ppos, tok); in blk_exp()
328 roff_body_alloc(man, line, ppos, tok); in blk_exp()
349 roff_block_alloc(man, line, ppos, tok); in blk_imp()
350 n = roff_head_alloc(man, line, ppos, tok); in blk_imp()
377 roff_body_alloc(man, line, ppos, tok); in blk_imp()
388 roff_elem_alloc(man, line, ppos, tok); in in_line_eoln()
[all …]
H A Dman.c183 int ppos; in man_pmacro() local
188 ppos = offs; in man_pmacro()
193 tok = roffhash_find(man->manmac, buf + ppos, sz); in man_pmacro()
195 mandoc_msg(MANDOCERR_MACRO, ln, ppos, "%s", buf + ppos - 1); in man_pmacro()
248 (*man_macro(tok)->fp)(man, tok, ln, ppos, &offs, buf); in man_pmacro()
272 roff_body_alloc(man, ln, ppos, man->last->tok); in man_pmacro()
H A Droff.c1835 ppos = pos = *offs; in roff_parseln()
1882 eqn_read(r->eqn, buf->buf + ppos); in roff_parseln()
1886 tbl_read(r->tbl, ln, buf->buf, ppos); in roff_parseln()
2193 ln, ppos, "%s", roff_name[tok]); in roff_block()
2197 roffnode_push(r, tok, name, ln, ppos); in roff_block()
2702 roffnode_push(r, tok, NULL, ln, ppos); in roff_cond()
2768 ln, ppos, "%s", roff_name[tok]); in roff_cond()
3268 ln, ppos, "%s", buf->buf + 1); in roff_it()
3345 tbl_restart(ln, ppos, r->tbl); in roff_T_()
4372 pos = *ppos; in roff_getcontrol()
[all …]
H A Dlibman.h25 int ppos, \
H A Dlibmdoc.h26 int ppos, \
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_fb_helper.h272 size_t count, loff_t *ppos);
274 size_t count, loff_t *ppos);
404 loff_t *ppos) in drm_fb_helper_sys_read() argument
411 size_t count, loff_t *ppos) in drm_fb_helper_sys_write() argument
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Dikev2.c203 const u8 *pend, *ppos; in ikev2_parse_proposal() local
249 ppos = (const u8 *) (p + 1); in ikev2_parse_proposal()
251 if (p->spi_size > pend - ppos) { 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()
/dragonfly/contrib/wpa_supplicant/src/eap_server/
H A Dikev2.c213 const u8 *pend, *ppos; in ikev2_parse_proposal() local
257 ppos = (const u8 *) (p + 1); in ikev2_parse_proposal()
259 if (p->spi_size > pend - ppos) { 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()
/dragonfly/usr.bin/at/
H A Dat.c213 char *ap, *ppos, *mailname; in writefile() local
264 ppos = atfile + strlen(atfile); in writefile()
265 snprintf(ppos, sizeof(atfile) - strlen(atfile), "%c%5lx%8lx", queue, in writefile()
268 for(ap=ppos; *ap != '\0'; ap ++) in writefile()
/dragonfly/sys/dev/drm/i915/
H A Di915_perf.c2043 loff_t *ppos)
2078 loff_t *ppos)
2106 buf, count, ppos);
2111 ret = i915_perf_read_locked(stream, file, buf, count, ppos);
/dragonfly/contrib/wpa_supplicant/src/radius/
H A Dradius.c985 u8 *plain, *ppos, *res; in decrypt_ms_key() local
1010 ppos = plain = os_malloc(plen); in decrypt_ms_key()
1037 *ppos++ = *pos++ ^ hash[i]; in decrypt_ms_key()
/dragonfly/sys/dev/drm/
H A Ddrm_fb_helper.c1032 size_t count, loff_t *ppos)
1034 return fb_sys_read(info, buf, count, ppos);
1048 size_t count, loff_t *ppos)
1052 ret = fb_sys_write(info, buf, count, ppos);
/dragonfly/sys/dev/video/vga/
H A Dvga_switcheroo.c791 size_t cnt, loff_t *ppos)