Home | History | Annotate | Download | only in checkpolicy

Lines Matching full:source_file

42 char source_file[PATH_MAX];
288 if (source_file[0])
290 source_file, source_lineno);
304 if (source_file[0])
306 source_file, source_lineno);
320 strncpy(source_file, name, sizeof(source_file)-1);
321 source_file[sizeof(source_file)-1] = '\0';
322 if (strlen(source_file) && source_file[strlen(source_file)-1] == '"')
323 source_file[strlen(source_file)-1] = '\0';