Searched refs:workptr (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | rcsmerge.c | 136 RILE *workptr; variable 222 if (!(workptr = Iopen(workname, FOPEN_R_WORK, (struct stat*)0))) 231 if (fexpandsym(rev[1], &numericrev, workptr) 237 if (fexpandsym(rev[2], &numericrev, workptr) 244 fastcopy(workptr, stdout); 248 Izclose(&workptr); 274 Izclose(&workptr);
|
H A D | ci.c | 268 static RILE *workptr; /* working file pointer */ variable 486 if (!(workptr = Iopen(workname, FOPEN_R_WORK, &workstat))) { 505 if (!getoldkeys(workptr)) continue; 523 if (!fexpandsym(krev, &newdelnum, workptr)) 594 putdftext(&newdelta, workptr, frewrite, false); 610 workptr, &workstat, expname, targetdelta 672 int wfd = Ifileno(workptr); 676 FILE *wfile = workptr->stream; 688 Irewind(workptr); 690 if (fflush(workptr) != 0) [all …]
|
H A D | rcsclean.c | 40 static RILE *workptr; variable 149 (workptr = Iopen(workname, FOPEN_R_WORK, &workstat)) 164 if (!fexpandsym(rev, &revision, workptr)) 209 workptr, &workstat, 229 Izclose(&workptr); 246 Izclose(&workptr); in cleanup()
|
H A D | rcsdiff.c | 154 static RILE *workptr; variable 324 if (!(workptr = Iopen(workname, FOPEN_R_WORK, &workstat))) { 340 if (!fexpandsym(rev1, &numericrev, workptr)) continue; 353 workptr 367 Izclose(&workptr); 449 Izclose(&workptr); in cleanup()
|
/netbsd-src/external/gpl2/xcvs/dist/contrib/ |
H A D | rcs-5.7-commitid.patch | 256 static RILE *workptr; /* working file pointer */
|