Home
last modified time | relevance | path

Searched refs:fcopy (Results 1 – 9 of 9) sorted by relevance

/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcsedit.c214 FILE *fcopy; /* result file descriptor */ variable
448 outfile = fcopy;
483 if (!(fcopy = f)) {
486 if (!(fcopy = fopen_update_truncate(resultname)))
506 Orewind(fcopy);
507 fedit = fcopy;
537 fc = fcopy;
578 fc = fcopy;
631 fcop = fcopy; in copystring()
669 if (!(fcopy = fopen_update_truncate(resultname))) in enterstring()
[all …]
H A Drcsgen.c188 Ozclose(&fcopy);
210 Ozclose(&fcopy);
H A Drcsbase.h460 extern FILE *fcopy;
/dragonfly/gnu/usr.bin/rcs/co/
H A Dco.c389 Ozclose(&fcopy);
460 if (fcopy == neworkptr)
461 fcopy = 0; /* Don't close it twice. */
523 if (fcopy!=workstdout) Ozclose(&fcopy); in cleanup()
/dragonfly/contrib/diffutils/lib/
H A Dexclude.c360 char *fcopy = xstrdup (f); in fnmatch_no_wildcards() local
363 for (p = fcopy; ; *p++ = '/') in fnmatch_no_wildcards()
368 r = mbscasecmp (pattern, fcopy); in fnmatch_no_wildcards()
372 free (fcopy); in fnmatch_no_wildcards()
/dragonfly/contrib/grep/lib/
H A Dexclude.c360 char *fcopy = xstrdup (f); in fnmatch_no_wildcards() local
363 for (p = fcopy; ; *p++ = '/') in fnmatch_no_wildcards()
368 r = mbscasecmp (pattern, fcopy); in fnmatch_no_wildcards()
372 free (fcopy); in fnmatch_no_wildcards()
/dragonfly/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c249 Ozclose(&fcopy); in cleanup()
/dragonfly/gnu/usr.bin/rcs/rcs/
H A Drcs.c652 Ozclose(&fcopy); in cleanup()
1544 Ozclose(&fcopy);
/dragonfly/gnu/usr.bin/rcs/ci/
H A Dci.c883 Ozclose(&fcopy); in cleanup()