Searched refs:f_fn (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Dmkmakefile.c112 if (eq(fp->f_fn, file))
127 if (eq(tail(fp->f_fn), tail(file)))
431 fname, this, tp->f_fn);
550 tp->f_fn = this;
597 tp->f_fn = this;
639 if ((tp->f_fn[0] == '.') && (tp->f_fn[1] == '/'))
640 fprintf(fp, "%s ", tp->f_fn);
642 fprintf(fp, "$(SOURCE_DIR)/%s ", tp->f_fn);
667 cp = tp->f_fn
[all...]
H A Dmkswapconf.c88 if (eq(fl->f_fn, "generic")) {
96 (void) sprintf(swapname, "swap%s.c", fl->f_fn);
127 major(dev), minor(dev), swap->f_swapsize, swap->f_fn);
H A Dparser.y327 fl->f_fn = $1;
330 fl->f_fn = devtoname(fl->f_swapdev);
339 fl->f_fn = devtoname($1);
836 fl->f_fn = 0;
854 fl->f_fn = 0;
885 * set up f_fn field to insure swap
888 if (syslist->f_fn)
890 if (eq(fl->f_fn, "generic"))
891 syslist->f_fn = ns(fl->f_fn);
[all...]
H A Dmkheaders.c211 fl->f_fn = inwcopy;
227 fl->f_fn = name;
240 fl->f_fn, count ? fl->f_type : 0);
H A Dconfig.h65 char *f_fn; /* the name */ member in struct:file_list

Completed in 117 milliseconds