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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dpex-msdos.c171 FILE *argfile; local
231 argfile = fopen (rf, "w");
232 if (argfile == NULL)
248 putc ('\\', argfile);
249 putc (*p, argfile);
251 putc ('\n', argfile);
254 fclose (argfile);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dpex-msdos.c171 FILE *argfile; local
231 argfile = fopen (rf, "w");
232 if (argfile == NULL)
248 putc ('\\', argfile);
249 putc (*p, argfile);
251 putc ('\n', argfile);
254 fclose (argfile);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dpex-msdos.c169 FILE *argfile; local
229 argfile = fopen (rf, "w");
230 if (argfile == NULL)
246 putc ('\\', argfile);
247 putc (*p, argfile);
249 putc ('\n', argfile);
252 fclose (argfile);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dpex-msdos.c171 FILE *argfile; local
231 argfile = fopen (rf, "w");
232 if (argfile == NULL)
248 putc ('\\', argfile);
249 putc (*p, argfile);
251 putc ('\n', argfile);
254 fclose (argfile);

Completed in 173 milliseconds