Lines Matching refs:cfp
87 static FILE *cfp; /* control file */ variable
386 if ((cfp = fopen(file, "r")) == NULL) { in printit()
443 while (get_line(cfp)) in printit()
547 (void) fclose(cfp); in printit()
567 fseek(cfp, 0L, 0); in printit()
568 while (get_line(cfp)) in printit()
588 (void) fclose(cfp); in printit()
891 if ((cfp = fopen(file, "r")) == NULL) in sendit()
913 while (get_line(cfp)) { in sendit()
945 while ((i = get_line(cfp)) != 0) { in sendit()
956 (void) fclose(cfp); in sendit()
967 (void) fclose(cfp); in sendit()
973 fseek(cfp, 0L, 0); in sendit()
974 while (get_line(cfp)) in sendit()
980 (void) fclose(cfp); in sendit()