Searched refs:fcopy (Results 1 - 16 of 16) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/readline/examples/
H A Drlcat.c129 fcopy(fp) function
159 return (fcopy(stdin));
174 r = fcopy (fp);
/haiku-fatelf/src/bin/gdb/readline/examples/
H A Drlcat.c124 fcopy(fp) function
154 return (fcopy(stdin));
169 r = fcopy (fp);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dexclude.c295 char *fcopy = xstrdup (f); local
298 for (p = fcopy; ; *p++ = '/')
303 r = mbscasecmp (pattern, fcopy);
307 free (fcopy);
/haiku-fatelf/src/bin/rcs/
H A Dco.c390 Ozclose(&fcopy); variable
461 if (fcopy == neworkptr)
462 fcopy = 0; /* Don't close it twice. */
524 if (fcopy!=workstdout) Ozclose(&fcopy);
H A Drcsedit.c215 FILE *fcopy; /* result file descriptor */ variable
449 outfile = fcopy;
484 if (!(fcopy = f)) {
487 if (!(fcopy = fopen_update_truncate(resultname)))
499 /* Function: swaps resultname and editname, assigns fedit=fcopy,
500 * and rewinds fedit for reading. Set fcopy to outfile if nonnull;
501 * otherwise, set fcopy to be resultname opened for reading and writing.
507 Orewind(fcopy);
508 fedit = fcopy;
538 fc = fcopy;
[all...]
H A Drcsgen.c189 Ozclose(&fcopy);
211 Ozclose(&fcopy);
H A Drcsclean.c245 Ozclose(&fcopy);
H A Drcs.c653 Ozclose(&fcopy);
1541 Ozclose(&fcopy);
H A Drcsbase.h453 extern FILE *fcopy;
H A Dci.c838 Ozclose(&fcopy);
/haiku-fatelf/src/bin/zip/
H A Dzipcloak.c330 if (zipbeg && (res = fcopy(inzip, outzip, zipbeg)) != ZE_OK) {
H A Dzip.h445 int fcopy OF((FILE *, FILE *, ulg));
H A Dzipnote.c481 if (zipbeg && (r = fcopy(x, y, zipbeg)) != ZE_OK)
H A Dfileio.c714 r = fcopy(f, g, (ulg)-1L);
930 int fcopy(f, g, n) function
959 fprintf(stderr," fcopy: write error\n");
H A Dzipfile.c1245 return fcopy(x, y, n);
H A Dzip.c1989 if (zipbeg && (r = fcopy(x, y, zipbeg)) != ZE_OK) {

Completed in 93 milliseconds