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

/freebsd-10.0-release/usr.bin/hexdump/
H A Dparse.c78 unsigned const char *p, *savep; local
109 for (savep = p; isdigit(*p); ++p);
113 tfu->reps = atoi(savep);
125 for (savep = p; isdigit(*p); ++p);
128 tfu->bcnt = atoi(savep);
136 for (savep = ++p; *p != '"';)
139 if (!(tfu->fmt = malloc(p - savep + 1)))
141 (void) strlcpy(tfu->fmt, savep, p - savep + 1);
/freebsd-10.0-release/usr.bin/tput/
H A Dtput.c123 char *p, *savep; local
126 savech = *(savep = p);
129 *savep = savech;
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.parse.c564 goto savep;
570 goto savep;
574 goto savep;
603 goto savep;
623 savep:
/freebsd-10.0-release/sys/dev/sym/
H A Dsym_fw1.h352 * Load the savep (saved data pointer) into
356 HADDR_1 (ccb_head.savep),
782 HADDR_1 (ccb_head.savep),
791 HADDR_1 (ccb_head.savep),
839 HADDR_1 (ccb_head.savep),
1127 * Load the savep (saved data pointer) into
1131 HADDR_1 (ccb_head.savep),
H A Dsym_fw2.h313 * load the savep (saved data pointer) into
317 offsetof (struct sym_ccb, phys.head.savep),
742 offsetof (struct sym_ccb, phys.head.savep),
751 offsetof (struct sym_ccb, phys.head.savep),
796 offsetof (struct sym_ccb, phys.head.savep),
1002 * load the savep (saved pointer) into
1006 offsetof (struct sym_ccb, phys.head.savep),
1623 * other PM context since the savep may point
H A Dsym_hipd.c1349 * 'savep' points to the position in the script responsible
1353 u32 savep; /* Jump address to saved data pointer */ member in struct:sym_ccbh
4809 cp->phys.head.savep = cpu_to_scr(startp);
7732 cp->phys.head.savep = cpu_to_scr(lastp);
7733 cp->startp = cp->phys.head.savep;
/freebsd-10.0-release/bin/ps/
H A Dps.c889 const char *savep; local
899 savep = argp;
924 warnx("Value too long: %.*s", (int)(argp - savep),
925 savep);
/freebsd-10.0-release/sys/pci/
H A Dncr.c713 u_int32_t savep; member in struct:head
1612 ** load the savep (saved pointer) into
1616 NADDR (header.savep),
2032 NADDR (header.savep),
2041 NADDR (header.savep),
2061 NADDR (header.savep),
2063 ** Check if temp==savep or temp==goalp:
2081 NADDR (header.savep),
2780 NADDR (header.savep),
4048 cp->phys.header.savep
[all...]
/freebsd-10.0-release/usr.bin/make/
H A Dsuff.c1820 int savep = strlen(gn->path) - local
1829 savec = gn->path[savep];
1830 gn->path[savep] = '\0';
1839 gn->path[savep] = savec;
/freebsd-10.0-release/contrib/bmake/
H A Dsuff.c2222 int savep = strlen(gn->path) - targ->suff->nameLen;
2230 savec = gn->path[savep];
2231 gn->path[savep] = '\0';
2240 gn->path[savep] = savec;
2221 int savep = strlen(gn->path) - targ->suff->nameLen; local
/freebsd-10.0-release/contrib/gcc/
H A Dbuiltins.c1250 result_vector (int savep, rtx result)
1264 reg = gen_rtx_REG (mode, savep ? regno : INCOMING_REGNO (regno));
1266 savevec[nelts++] = (savep
1249 result_vector(int savep, rtx result) argument

Completed in 314 milliseconds