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

/openbsd-current/gnu/usr.bin/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);
/openbsd-current/gnu/usr.bin/binutils-2.17/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);
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Djcf-io.c440 char *dep_file; variable
548 dep_file = java_buffer;
550 dep_file = buffer;
594 buffer = (char *) open_class (buffer, jcf, fd, dep_file);

Completed in 76 milliseconds