HomeSort by: relevance | last modified time | path
    Searched refs:fcopy (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/examples/
rlcat.c 137 fcopy(fp) function
167 return (fcopy(stdin));
182 r = fcopy (fp);
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
rlcat.c 137 fcopy(fp) function
167 return (fcopy(stdin));
182 r = fcopy (fp);
  /src/external/gpl2/rcs/dist/src/
co.c 389 Ozclose(&fcopy); variable
460 if (fcopy == neworkptr)
461 fcopy = 0; /* Don't close it twice. */
523 if (fcopy!=workstdout) Ozclose(&fcopy);
rcsedit.c 214 FILE *fcopy; /* result file descriptor */ variable
448 outfile = fcopy;
483 if (!(fcopy = f)) {
486 if (!(fcopy = fopen_update_truncate(resultname)))
498 /* Function: swaps resultname and editname, assigns fedit=fcopy,
499 * and rewinds fedit for reading. Set fcopy to outfile if nonnull;
500 * otherwise, set fcopy to be resultname opened for reading and writing.
506 Orewind(fcopy);
507 fedit = fcopy;
537 fc = fcopy;
    [all...]
rcsgen.c 188 Ozclose(&fcopy);
210 Ozclose(&fcopy);
rcsclean.c 247 Ozclose(&fcopy);
rcs.c 652 Ozclose(&fcopy);
1544 Ozclose(&fcopy);
rcsbase.h 456 extern FILE *fcopy;
ci.c 837 Ozclose(&fcopy);
  /src/sys/arch/sgimips/stand/undist/
undist.c 820 fcopy(FILE *infp, FILE *outfp, int extractbytes, int *cksum) function
900 success = fcopy(infp, outfp, ent->size, &nsum);

Completed in 97 milliseconds