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

/freebsd-12-stable/usr.bin/hexdump/
H A Dparse.c80 unsigned const char *p, *savep; local
111 for (savep = p; isdigit(*p); ++p);
115 tfu->reps = atoi(savep);
127 for (savep = p; isdigit(*p); ++p);
130 tfu->bcnt = atoi(savep);
138 for (savep = ++p; *p != '"';)
141 if (!(tfu->fmt = malloc(p - savep + 1)))
143 (void) strlcpy(tfu->fmt, savep, p - savep + 1);
/freebsd-12-stable/usr.bin/tput/
H A Dtput.c125 char *p, *savep; local
128 savech = *(savep = p);
131 *savep = savech;
/freebsd-12-stable/contrib/tcsh/
H A Dsh.parse.c561 goto savep;
567 goto savep;
571 goto savep;
600 goto savep;
620 savep:
/freebsd-12-stable/sys/dev/sym/
H A Dsym_fw1.h354 * Load the savep (saved data pointer) into
358 HADDR_1 (ccb_head.savep),
784 HADDR_1 (ccb_head.savep),
793 HADDR_1 (ccb_head.savep),
841 HADDR_1 (ccb_head.savep),
1129 * Load the savep (saved data pointer) into
1133 HADDR_1 (ccb_head.savep),
H A Dsym_fw2.h315 * load the savep (saved data pointer) into
319 offsetof (struct sym_ccb, phys.head.savep),
744 offsetof (struct sym_ccb, phys.head.savep),
753 offsetof (struct sym_ccb, phys.head.savep),
798 offsetof (struct sym_ccb, phys.head.savep),
1004 * load the savep (saved pointer) into
1008 offsetof (struct sym_ccb, phys.head.savep),
1625 * other PM context since the savep may point
H A Dsym_hipd.c1328 * 'savep' points to the position in the script responsible
1332 u32 savep; /* Jump address to saved data pointer */ member in struct:sym_ccbh
4788 cp->phys.head.savep = cpu_to_scr(startp);
7711 cp->phys.head.savep = cpu_to_scr(lastp);
7712 cp->startp = cp->phys.head.savep;
/freebsd-12-stable/sys/dev/ncr/
H A Dncr.c705 u_int32_t savep; member in struct:head
1589 ** load the savep (saved pointer) into
1593 NADDR (header.savep),
2009 NADDR (header.savep),
2018 NADDR (header.savep),
2038 NADDR (header.savep),
2040 ** Check if temp==savep or temp==goalp:
2058 NADDR (header.savep),
2757 NADDR (header.savep),
4036 cp->phys.header.savep
[all...]
/freebsd-12-stable/bin/ps/
H A Dps.c976 const char *savep; local
986 savep = argp;
1011 xo_warnx("Value too long: %.*s", (int)(argp - savep),
1012 savep);
/freebsd-12-stable/bin/sh/
H A Dexpand.c1318 const char *savep, *saveq; local
1322 savep = p, saveq = q;
1340 p = savep, q = saveq;
/freebsd-12-stable/contrib/bmake/
H A Dsuff.c2257 int savep = strlen(gn->path) - targ->suff->nameLen;
2265 savec = gn->path[savep];
2266 gn->path[savep] = '\0';
2275 gn->path[savep] = savec;
2256 int savep = strlen(gn->path) - targ->suff->nameLen; local
/freebsd-12-stable/contrib/libxo/libxo/
H A Dlibxo.c3742 xo_humanize_save_t *savep, xo_xff_flags_t flags)
3748 if (end_offset == savep->xhs_offset) /* Huh? Nothing to render */
3761 value = strtoull(xbp->xb_bufp + savep->xhs_offset, &ep, 0);
3763 && (ep != xbp->xb_bufp + savep->xhs_offset)) {
3770 xbp->xb_curp = xbp->xb_bufp + savep->xhs_offset;
3788 xop->xo_columns = savep->xhs_columns + rc;
3789 xop->xo_anchor_columns = savep->xhs_anchor_columns + rc;
3741 xo_format_humanize(xo_handle_t *xop, xo_buffer_t *xbp, xo_humanize_save_t *savep, xo_xff_flags_t flags) argument
/freebsd-12-stable/contrib/gcc/
H A Dbuiltins.c1248 result_vector (int savep, rtx result)
1262 reg = gen_rtx_REG (mode, savep ? regno : INCOMING_REGNO (regno));
1264 savevec[nelts++] = (savep
1247 result_vector(int savep, rtx result) argument

Completed in 376 milliseconds