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

/macosx-10.9.5/gpatch-3/patch/
H A Dinp.c430 ifetch (LINENUM line, int whichbuf, size_t *psize) argument
448 whichbuf = 0;
450 whichbuf = 1;
452 tiline[whichbuf] = baseline;
455 || read (tifd, tibuf[whichbuf], tibufsize) < 0)
458 p = tibuf[whichbuf] + (tireclen*offline);
/macosx-10.9.5/patch_cmds-17/patch/
H A Dinp.c417 ifetch(LINENUM line, int whichbuf) argument
433 whichbuf = 0;
435 whichbuf = 1;
437 tiline[whichbuf] = baseline;
443 if (read(tifd, tibuf[whichbuf], BUFFERSIZE) < 0)
446 return tibuf[whichbuf] + (tireclen * offline);

Completed in 125 milliseconds