Home | History | Annotate | Download | only in pfctl

Lines Matching refs:lgetc

297 int	 lgetc(FILE *);
5027 lgetc(FILE *f)
5092 c = lgetc(fin);
5113 while ((c = lgetc(fin)) == ' ')
5118 while ((c = lgetc(fin)) != '\n' && c != EOF)
5122 if ((c = lgetc(fin)) == EOF)
5152 if ((c = lgetc(fin)) == EOF)
5173 next = lgetc(fin);
5181 next = lgetc(fin);
5189 next = lgetc(fin);
5209 } while ((c = lgetc(fin)) != EOF && (allowed_in_string(c)));