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

/freebsd-11-stable/contrib/binutils/gas/
H A Ddepend.c24 static char * dep_file = NULL; variable
51 dep_file = filename;
61 if (dep_file == NULL)
188 if (dep_file == NULL)
191 f = fopen (dep_file, FOPEN_WT);
194 as_warn (_("can't open `%s' for writing"), dep_file);
206 as_warn (_("can't close `%s'"), dep_file);

Completed in 49 milliseconds