Searched refs:f_srcprefix (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.sbin/config/
H A Dmkmakefile.cc580 tp->f_srcprefix = "";
582 tp->f_srcprefix = "$S/";
635 len = strlen(tp->f_fn) + strlen(tp->f_srcprefix);
643 lpos += fprintf(fp, "%s%s ", tp->f_srcprefix,
704 if (len + strlen(tp->f_srcprefix) + lpos > 72) {
708 lpos += fprintf(fp, "%s%s ", tp->f_srcprefix, tp->f_fn);
755 ftp->f_srcprefix, np);
761 ftp->f_srcprefix, np, och,
767 ftp->f_srcprefix, np, och);
792 ftp->f_srcprefix, n
[all...]
H A Dconfig.h113 const char *f_srcprefix; /* source prefix such as $S/ */ member in struct:file_list

Completed in 68 milliseconds