Searched refs:savep (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/usr.bin/hexdump/
H A Dparse.c72 unsigned const char *p, *savep; local
103 for (savep = p; isdigit(*p); ++p);
107 tfu->reps = atoi(savep);
119 for (savep = p; isdigit(*p); ++p);
122 tfu->bcnt = atoi(savep);
130 for (savep = ++p; *p != '"';)
133 if (!(tfu->fmt = malloc(p - savep + 1)))
135 (void) strlcpy(tfu->fmt, savep, p - savep + 1);
/freebsd-current/contrib/tcsh/
H A Dsh.parse.c561 goto savep;
567 goto savep;
571 goto savep;
600 goto savep;
620 savep:
/freebsd-current/sys/dev/sym/
H A Dsym_fw2.h314 * load the savep (saved data pointer) into
318 offsetof (struct sym_ccb, phys.head.savep),
743 offsetof (struct sym_ccb, phys.head.savep),
752 offsetof (struct sym_ccb, phys.head.savep),
797 offsetof (struct sym_ccb, phys.head.savep),
1003 * load the savep (saved pointer) into
1007 offsetof (struct sym_ccb, phys.head.savep),
1624 * other PM context since the savep may point
H A Dsym_fw1.h353 * Load the savep (saved data pointer) into
357 HADDR_1 (ccb_head.savep),
783 HADDR_1 (ccb_head.savep),
792 HADDR_1 (ccb_head.savep),
840 HADDR_1 (ccb_head.savep),
1128 * Load the savep (saved data pointer) into
1132 HADDR_1 (ccb_head.savep),
H A Dsym_hipd.c1317 * 'savep' points to the position in the script responsible
1321 u32 savep; /* Jump address to saved data pointer */ member in struct:sym_ccbh
4774 cp->phys.head.savep = cpu_to_scr(startp);
7694 cp->phys.head.savep = cpu_to_scr(lastp);
7695 cp->startp = cp->phys.head.savep;
/freebsd-current/contrib/bmake/
H A Dsuff.c1731 size_t savep = strlen(gn->path) - targ->suff->nameLen; local
1736 savec = gn->path[savep];
1737 gn->path[savep] = '\0';
1741 gn->path[savep] = savec;
/freebsd-current/bin/ps/
H A Dps.c993 const char *savep; local
1003 savep = argp;
1028 xo_warnx("Value too long: %.*s", (int)(argp - savep),
1029 savep);
/freebsd-current/bin/sh/
H A Dexpand.c1310 const char *savep, *saveq; local
1314 savep = p, saveq = q;
1332 p = savep, q = saveq;
/freebsd-current/contrib/libxo/libxo/
H A Dlibxo.c3749 xo_humanize_save_t *savep, xo_xff_flags_t flags)
3755 if (end_offset == savep->xhs_offset) /* Huh? Nothing to render */
3768 value = strtoull(xbp->xb_bufp + savep->xhs_offset, &ep, 0);
3770 && (ep != xbp->xb_bufp + savep->xhs_offset)) {
3777 xbp->xb_curp = xbp->xb_bufp + savep->xhs_offset;
3795 xop->xo_columns = savep->xhs_columns + rc;
3796 xop->xo_anchor_columns = savep->xhs_anchor_columns + rc;
3748 xo_format_humanize(xo_handle_t *xop, xo_buffer_t *xbp, xo_humanize_save_t *savep, xo_xff_flags_t flags) argument

Completed in 217 milliseconds