Searched refs:dfi (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/ntp/
H A Dbootstrap105 dfi=`dirname $f`
106 dfi=`echo $dfi | sed -e 's:$:/invoke-*:'`
107 for i in `ls -1 $f* $dfi`
/freebsd-9.3-release/contrib/gcc/
H A Dtree-dump.c846 struct dump_file_info *dfi;
851 dfi = get_dump_file_info (phase);
852 if (dfi->state == 0)
855 if (dfi->num < 0)
860 if (dfi->flags & TDF_TREE)
862 else if (dfi->flags & TDF_IPA)
867 if (snprintf (dump_id, sizeof (dump_id), ".%03d%c", dfi->num, suffix) < 0)
871 return concat (dump_base_name, dump_id, dfi->suffix, NULL);
883 struct dump_file_info *dfi;
890 dfi
845 struct dump_file_info *dfi; local
882 struct dump_file_info *dfi; local
922 struct dump_file_info *dfi = get_dump_file_info (phase); local
932 struct dump_file_info *dfi = get_dump_file_info (phase); local
941 struct dump_file_info *dfi = get_dump_file_info (phase); local
988 dump_switch_p_1(const char *arg, struct dump_file_info *dfi, bool doglob) argument
[all...]
H A Dpasses.c214 struct dump_file_info *dfi;
238 for (i = TDI_end; (dfi = get_dump_file_info (i)) != NULL; ++i)
240 && (dfi->flags & TDF_GRAPH) != 0
213 struct dump_file_info *dfi; local

Completed in 55 milliseconds