Home
last modified time | relevance | path

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

/xnu-12377.41.6/SETUP/config/
H A Dmkmakefile.c102 if (eq(fp->f_fn, file)) { in fl_lookup()
118 if (eq(tail(fp->f_fn), tail(file))) { in fltail_lookup()
510 tp->f_fn = this; in read_files()
614 tp->f_fn = this; in read_files()
655 if ((tp->f_fn[0] == '.') && (tp->f_fn[1] == '/')) { in put_source_file_name()
656 fprintf(fp, "%s ", tp->f_fn); in put_source_file_name()
658 fprintf(fp, "$(SOURCE_DIR)/%s ", tp->f_fn); in put_source_file_name()
688 cp = tp->f_fn + (len = strlen(tp->f_fn)) - 1; in do_objs()
701 sp = tail(tp->f_fn); in do_objs()
728 if (tp->f_fn[strlen(tp->f_fn) - 1] != ext) { in do_files()
[all …]
H A Dmkheaders.c176 fl->f_fn = inwcopy; in do_header()
188 fl->f_fn = name; in do_header()
201 fl->f_fn, count ? fl->f_type : 0); in do_header()
H A Dconfig.h65 char *f_fn; /* the name */ member