Searched refs:buffp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dxec.c575 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); local
589 sh_pushcontext(shp,buffp,SH_JMPEVAL);
590 buffp->olist = pp->olist;
591 jmpval = sigsetjmp(buffp->buff,0);
620 sh_popcontext(shp,buffp);
1304 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); local
1326 sh_pushcontext(shp,buffp,SH_JMPCMD);
1327 jmpval = sigsetjmp(buffp->buff,1);
1332 errorpush(&buffp->err,0);
1344 for(item=buffp
1484 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); local
1769 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); local
1893 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); local
1985 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); local
2248 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); local
2382 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); local
3332 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); local
3565 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); local
3751 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); local
[all...]
/macosx-10.10.1/autofs-246/automountlib/
H A Dauto_subr.c412 char buffp[LINESZ], buffq[LINESZ]; local
419 bp = buffp; bq = buffq;
426 if ((int)((bp - buffp) + strlen(key)) < size) {
498 if ((int)((bp - buffp) + strlen(s)) < size) {
514 * Since buffp needs to be null terminated, we need to
519 if (bp - buffp == size - 1) {
539 * We know buffp/buffq will fit in pline/plineq since we
542 (void) strcpy(pline, buffp);

Completed in 182 milliseconds