Home | History | Annotate | Download | only in src

Lines Matching full:pass

33 static int process_line(const char *path, char *line_buf, int pass,
57 if (pass == 1) {
63 if (pass == 0) {
79 unsigned int lineno, pass, maxnspec;
107 * The first pass counts the number of specifications and
109 * of the first pass, the spec array is allocated.
110 * The second pass performs detailed validation of the input
114 for (pass = 0; pass < 2; pass++) {
119 if (process_line(path, line_buf, pass, ++lineno, rec))
124 if (pass == 0) {