HomeSort by: relevance | last modified time | path
    Searched defs:savep (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/hexdump/
parse.c 99 const char *savep; local in function:add
125 for (savep = p; isdigit((unsigned char)*p); ++p);
129 tfu->reps = atoi(savep);
141 for (savep = p; isdigit((unsigned char)*p); ++p);
144 tfu->bcnt = atoi(savep);
152 for (savep = ++p; *p != '"';)
155 tfu->fmt = emalloc(p - savep + 1);
156 (void) strncpy(tfu->fmt, savep, p - savep);
157 tfu->fmt[p - savep] = '\0'
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_dfp.c 293 struct nv04_crtc_reg *savep = &nv04_display(dev)->saved_reg.crtc_reg[nv_crtc->index]; local in function:nv04_dfp_mode_set
328 (savep->fp_control & (1 << 26 | NV_PRAMDAC_FP_TG_CONTROL_READ_PROG));
426 regp->dither = savep->dither | 0x00010000;
429 regp->dither = savep->dither | 0x00000001;
440 regp->dither_regs[i] = savep->dither_regs[i];
441 regp->dither_regs[i + 3] = savep->dither_regs[i + 3];
444 regp->dither = savep->dither;
nouveau_dispnv04_crtc.c 467 struct nv04_crtc_reg *savep = &nv04_display(dev)->saved_reg.crtc_reg[nv_crtc->index]; local in function:nv_crtc_mode_set_regs
494 regp->CRTC[NV_CIO_CRE_ENH_INDEX] = savep->CRTC[NV_CIO_CRE_ENH_INDEX] & ~(1<<5);
532 regp->CRTC[NV_CIO_CRE_SCRATCH4__INDEX] = savep->CRTC[NV_CIO_CRE_SCRATCH4__INDEX];
542 regp->CRTC[NV_CIO_CRE_4B] = savep->CRTC[NV_CIO_CRE_4B] | 0x80;
  /src/bin/sh/
expand.c 1967 const char *savep, *saveq, *endp; local in function:patmatch
1994 savep = p, saveq = q;
2013 p = savep, q = saveq;
  /src/usr.bin/make/
suff.c 1731 size_t savep = strlen(gn->path) - targ->suff->nameLen; local in function:FindDepsRegularPath
1736 savec = gn->path[savep];
1737 gn->path[savep] = '\0';
1741 gn->path[savep] = savec;

Completed in 92 milliseconds