HomeSort by: relevance | last modified time | path
    Searched refs:argfile (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
pex-msdos.c 170 FILE *argfile; local
230 argfile = fopen (rf, "w");
231 if (argfile == NULL)
247 putc ('\\', argfile);
248 putc (*p, argfile);
250 putc ('\n', argfile);
253 fclose (argfile);
  /src/external/gpl3/binutils.old/dist/libiberty/
pex-msdos.c 170 FILE *argfile; local
230 argfile = fopen (rf, "w");
231 if (argfile == NULL)
247 putc ('\\', argfile);
248 putc (*p, argfile);
250 putc ('\n', argfile);
253 fclose (argfile);
  /src/external/gpl3/gcc/dist/libiberty/
pex-msdos.c 170 FILE *argfile; local
230 argfile = fopen (rf, "w");
231 if (argfile == NULL)
247 putc ('\\', argfile);
248 putc (*p, argfile);
250 putc ('\n', argfile);
253 fclose (argfile);
  /src/external/gpl3/gcc.old/dist/libiberty/
pex-msdos.c 170 FILE *argfile; local
230 argfile = fopen (rf, "w");
231 if (argfile == NULL)
247 putc ('\\', argfile);
248 putc (*p, argfile);
250 putc ('\n', argfile);
253 fclose (argfile);
  /src/external/gpl3/gdb/dist/libiberty/
pex-msdos.c 170 FILE *argfile; local
230 argfile = fopen (rf, "w");
231 if (argfile == NULL)
247 putc ('\\', argfile);
248 putc (*p, argfile);
250 putc ('\n', argfile);
253 fclose (argfile);
  /src/external/gpl3/gdb.old/dist/libiberty/
pex-msdos.c 170 FILE *argfile; local
230 argfile = fopen (rf, "w");
231 if (argfile == NULL)
247 putc ('\\', argfile);
248 putc (*p, argfile);
250 putc ('\n', argfile);
253 fclose (argfile);
  /src/crypto/external/apache2/openssl/dist/Configurations/
unix-Makefile.tmpl 1833 my $argfile = defined $target{shared_argfileflag} ? $full.".args" : undef;
1844 # any other platform, so we do that for everyone when there's an argfile
1847 my @argfileobjs = $argfile
1850 my $argfilecmds = $argfile
1851 ? join("\n\t", map { "echo $_ >> $argfile" } @argfileobjs)
1853 my $argfiledeps = $argfile
1854 ? join(" \\\n" . ' ' x (length($argfile) + 2),
1857 my @fulldeps = (@objs, ($argfile ? $argfile : ()), @defs, @deps);
1860 ($argfile ? $target{shared_argfileflag}.$argfile : ()
    [all...]
  /src/crypto/external/bsd/openssl/dist/Configurations/
unix-Makefile.tmpl 1753 my $argfile = defined $target{shared_argfileflag} ? $full.".args" : undef;
1764 # any other platform, so we do that for everyone when there's an argfile
1767 my @argfileobjs = $argfile
1770 my $argfilecmds = $argfile
1771 ? join("\n\t", map { "echo $_ >> $argfile" } @argfileobjs)
1773 my $argfiledeps = $argfile
1774 ? join(" \\\n" . ' ' x (length($argfile) + 2),
1777 my @fulldeps = (@objs, ($argfile ? $argfile : ()), @defs, @deps);
1780 ($argfile ? $target{shared_argfileflag}.$argfile : ()
    [all...]

Completed in 30 milliseconds