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

/haiku-buildtools/binutils/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);
/haiku-buildtools/legacy/binutils/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);
/haiku-buildtools/gcc/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);
/haiku-buildtools/legacy/gcc/libiberty/
H A Dpexecute.c156 FILE *argfile; local
163 argfile = fopen (rf, "w");
164 if (argfile == 0)
180 fputc ('\\', argfile);
181 fputc (*cp, argfile);
183 fputc ('\n', argfile);
185 fclose (argfile);

Completed in 44 milliseconds