Home
last modified time | relevance | path

Searched refs:fi_path (Results 1 – 3 of 3) sorted by relevance

/original-bsd/usr.sbin/config.new/
H A Dmkmakefile.c206 len = strlen(fi->fi_path);
207 if (fi->fi_path[len - 1] != suffix)
209 if (*fi->fi_path != '/')
217 if (fprintf(fp, "%c%s%s", sp, *fi->fi_path != '/' ? "$S/" : "",
218 fi->fi_path) < 0)
271 *fi->fi_path != '/' ? "$S/" : "", fi->fi_path) < 0)
H A Dfiles.c57 "%sfile %s ...", pref, fi->fi_path);
137 fi->fi_path = path;
H A Dconfig.h147 const char *fi_path; /* full file path */ member