Home | History | Annotate | Download | only in lpd

Lines Matching defs:cfp

96 static FILE	*cfp;		/* control file */
347 if ((cfp = fopen(file, "r")) == NULL) {
400 while (get_line(cfp))
484 (void)fclose(cfp);
504 fseek(cfp, 0L, 0);
505 while (get_line(cfp))
525 (void)fclose(cfp);
807 if ((cfp = fopen(file, "r")) == NULL)
824 while (get_line(cfp)) {
841 while ((i = get_line(cfp)) != 0)
850 (void)fclose(cfp);
862 (void)fclose(cfp);
868 fseek(cfp, 0L, 0);
869 while (get_line(cfp))
875 (void)fclose(cfp);