Home
last modified time | relevance | path

Searched refs:workptr (Results 1 – 5 of 5) sorted by relevance

/dragonfly/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c136 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);
/dragonfly/gnu/usr.bin/rcs/ci/
H A Dci.c549 if (!getoldkeys(workptr)) continue;
718 int wfd = Ifileno(workptr);
722 FILE *wfile = workptr->stream;
734 Irewind(workptr);
736 if (fflush(workptr) != 0)
781 Irewind(workptr);
817 Izclose(&workptr);
827 Irewind(workptr);
838 workptr, workdelta, &newworkname, dolog
853 Izclose(&workptr);
[all …]
/dragonfly/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c42 static RILE *workptr; variable
151 (workptr = Iopen(workname, FOPEN_R_WORK, &workstat))
166 if (!fexpandsym(rev, &revision, workptr))
211 workptr, &workstat,
231 Izclose(&workptr);
248 Izclose(&workptr); in cleanup()
/dragonfly/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c154 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()
/dragonfly/contrib/cvs-1.12/contrib/
H A Drcs-5.7-commitid.patch256 static RILE *workptr; /* working file pointer */