Lines Matching refs:path
33 static int process_line(const char *path, char *line_buf, int pass,
50 "%s: line %u is missing fields, skipping\n", path,
75 const char *path = NULL;
86 path = opts[n].value;
91 if (!path)
92 path = selinux_media_context_path();
93 if ((fp = fopen(path, "re")) == NULL)
103 rec->spec_file = strdup(path);
119 if (process_line(path, line_buf, pass, ++lineno, rec))
138 status = digest_add_specfile(rec->digest, fp, NULL, sb.st_size, path);