HomeSort by: relevance | last modified time | path
    Searched defs:cpfrom (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/msgs/
msgs.c 743 FILE *cpfrom, *cpto; local in function:ask
768 cpfrom = fopen(fname, "r");
769 if (!cpfrom) {
802 fclose(cpfrom);
807 while ((n = fread(inbuf, 1, sizeof inbuf, cpfrom)) != 0)
810 fclose(cpfrom);
msgs.c 743 FILE *cpfrom, *cpto; local in function:ask
768 cpfrom = fopen(fname, "r");
769 if (!cpfrom) {
802 fclose(cpfrom);
807 while ((n = fread(inbuf, 1, sizeof inbuf, cpfrom)) != 0)
810 fclose(cpfrom);

Completed in 21 milliseconds