Lines Matching refs:pass
35 static int process_line(const char *path, char *line_buf, int pass,
61 if (pass == 1) {
89 if (pass == 0) {
106 unsigned int lineno, pass, maxnspec;
134 * The first pass counts the number of specifications and
136 * of the first pass, the spec array is allocated.
137 * The second pass performs detailed validation of the input
141 for (pass = 0; pass < 2; pass++) {
146 if (process_line(path, line_buf, pass, ++lineno, rec))
150 if (pass == 0) {