Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:source_file

42 char source_file[PATH_MAX];
277 if (source_file[0])
279 source_file, source_lineno);
293 if (source_file[0])
295 source_file, source_lineno);
309 strncpy(source_file, name, sizeof(source_file)-1);
310 source_file[sizeof(source_file)-1] = '\0';
311 if (strlen(source_file) && source_file[strlen(source_file)-1] == '"')
312 source_file[strlen(source_file)-1] = '\0';