Searched defs:ppos (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
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 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 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...]
/illumos-gate/usr/src/lib/libwanbootutil/common/
H A Dkey_util.c191 * To faciliate the uses above, both 'ppos' and 'ekey' will only be
198 wbku_find_key(FILE *fp, fpos_t *ppos, wbku_key_attr_t *ka, uint8_t *ekey, argument
238 if (ppos != NULL) {
271 if (ppos != NULL) {
272 *ppos = pos;
294 wbku_write_key(FILE *fp, const fpos_t *ppos, const wbku_key_attr_t *ka, argument
303 if (fsetpos(fp, ppos) != 0) {
/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c1047 int ppos; /* The index of a character in path[] */ local
1061 for(spos=ppos=0; ppos < pathlen; ppos++) {
1062 int c = path[ppos];
1073 if(spos < ppos && _pn_append_to_path(ef->path, path + spos, ppos-spos, 0)
1082 ppos++;
1088 for(envlen=0; envlen<ENV_LEN && ppos < pathlen &&
1089 strncmp(path + ppos, FS_DIR_SE
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig_dacf.c1892 int ppos, i; local
1950 for (ppos = 0; ppos < (MAXPATHLEN-8); ppos++) { /* Find first comma */
1951 if ((buf[ppos] == 0) || (buf[ppos] == ','))
1955 if (buf[ppos] != ',') {
1962 if (strncmp(buf, speedtab[i].name, ppos) == 0)
1978 switch (buf[ppos+1]) {
1992 switch (buf[ppos
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_map.c1110 int ppos, fpos; local
1128 ppos = fpos = 0;
1158 pass[ppos++] = x->index.name[i];
1210 for (i = 0; i < ppos; i++) {
1214 if (i == ppos) {
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c404 struct iodev_snapshot *pos, *ppos, *tmp, *ptmp; local
431 ppos = iodevs;
432 while (ppos) {
433 ptmp = ppos;
434 ppos = ppos->is_next;
442 pos = ppos;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c1507 * @ppos: pointer to the cookie
1516 * function handle the next element. If *ppos is set to NULL it will restart the
1517 * iterator. If returned *ppos == NULL this means that the last element has been
1523 struct ecore_vlan_mac_registry_elem **ppos)
1530 *ppos = NULL;
1535 if (*ppos == NULL)
1536 *ppos = ECORE_LIST_FIRST_ENTRY(&o->head,
1540 *ppos = ECORE_LIST_NEXT(*ppos, link,
1543 pos = *ppos;
1521 ecore_vlan_mac_restore(struct _lm_device_t *pdev, struct ecore_vlan_mac_ramrod_params *p, struct ecore_vlan_mac_registry_elem **ppos) argument
[all...]

Completed in 103 milliseconds