Lines Matching refs:path
50 static int nodups_specs(struct saved_data *data, const char *path)
68 path, curr_spec->property_key,
75 path, curr_spec->property_key);
84 const char *path, char *line_buf,
98 "%s: line %u error due to: %s\n", path,
102 "%s: line %u error due to: %m\n", path,
113 "%s: line %u is missing fields\n", path,
132 path, lineno, spec_arr[nspec].lr.ctx_raw);
147 const char *path = NULL;
158 path = opts[n].value;
162 if (!path)
166 if ((fp = fopen(path, "re")) == NULL)
188 if (process_line(rec, path, line_buf, pass, ++lineno)
194 status = nodups_specs(data, path);
217 status = digest_add_specfile(rec->digest, fp, NULL, sb.st_size, path);