Home
last modified time | relevance | path

Searched refs:f_clean (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/config/
H A Dmkmakefile.cc607 tp->f_clean = clean; in read_file()
824 if (tp->f_clean) { in do_clean()
825 len = strlen(tp->f_clean); in do_clean()
830 fprintf(fp, "%s ", tp->f_clean); in do_clean()
H A Dconfig.h110 char *f_clean; /* File list to add to clean rule */ member