Searched refs:savep (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.bin/hexdump/ |
H A D | parse.c | 72 unsigned const char *p, *savep; in add() local 103 for (savep = p; isdigit(*p); ++p); in add() 107 tfu->reps = atoi(savep); in add() 119 for (savep = p; isdigit(*p); ++p); in add() 122 tfu->bcnt = atoi(savep); in add() 130 for (savep = ++p; *p != '"';) in add() 133 if (!(tfu->fmt = malloc(p - savep + 1))) in add() 135 (void) strlcpy(tfu->fmt, savep, p - savep + 1); in add()
|
/freebsd/contrib/tcsh/ |
H A D | sh.parse.c | 561 goto savep; in syn3() 567 goto savep; in syn3() 571 goto savep; in syn3() 600 goto savep; in syn3() 620 savep: in syn3()
|
/freebsd/sys/dev/sym/ |
H A D | sym_fw1.h | 357 HADDR_1 (ccb_head.savep), 783 HADDR_1 (ccb_head.savep), 792 HADDR_1 (ccb_head.savep), 840 HADDR_1 (ccb_head.savep), 1132 HADDR_1 (ccb_head.savep),
|
H A D | sym_fw2.h | 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), 1007 offsetof (struct sym_ccb, phys.head.savep),
|
H A D | sym_hipd.c | 1321 u32 savep; /* Jump address to saved data pointer */ member 4774 cp->phys.head.savep = cpu_to_scr(startp); in sym_sir_bad_scsi_status() 7694 cp->phys.head.savep = cpu_to_scr(lastp); 7695 cp->startp = cp->phys.head.savep;
|
/freebsd/bin/ps/ |
H A D | ps.c | 982 const char *savep; in add_list() local 992 savep = argp; in add_list() 1017 xo_warnx("Value too long: %.*s", (int)(argp - savep), in add_list() 1018 savep); in add_list()
|
/freebsd/contrib/bmake/ |
H A D | suff.c | 1731 size_t savep = strlen(gn->path) - targ->suff->nameLen; in FindDepsRegularPath() local 1736 savec = gn->path[savep]; in FindDepsRegularPath() 1737 gn->path[savep] = '\0'; in FindDepsRegularPath() 1741 gn->path[savep] = savec; in FindDepsRegularPath()
|
/freebsd/bin/sh/ |
H A D | expand.c | 1310 const char *savep, *saveq; in patmatch() local 1314 savep = p, saveq = q; in patmatch() 1332 p = savep, q = saveq; in patmatch()
|
/freebsd/contrib/libxo/libxo/ |
H A D | libxo.c | 3749 xo_humanize_save_t *savep, xo_xff_flags_t flags) in xo_format_humanize() argument 3755 if (end_offset == savep->xhs_offset) /* Huh? Nothing to render */ in xo_format_humanize() 3768 value = strtoull(xbp->xb_bufp + savep->xhs_offset, &ep, 0); in xo_format_humanize() 3770 && (ep != xbp->xb_bufp + savep->xhs_offset)) { in xo_format_humanize() 3777 xbp->xb_curp = xbp->xb_bufp + savep->xhs_offset; in xo_format_humanize() 3795 xop->xo_columns = savep->xhs_columns + rc; in xo_format_humanize() 3796 xop->xo_anchor_columns = savep->xhs_anchor_columns + rc; in xo_format_humanize()
|