Searched refs:outfiles (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/AutoLoader/lib/ |
H A D | AutoSplit.pm | 301 my(@outfiles); 438 push(@outfiles, $path); 474 my(%outfiles); 482 %outfiles = map {lc($_) => lc($_) } @outfiles; 484 @outfiles{@outfiles} = @outfiles; 487 for (@outfiles) { 496 next if $outfiles{$file}; 522 _check_unique($filename, $Maxlen, 1, @outfiles); 524 @outfiles; 547 my($filename, $maxlen, $warn, @outfiles) = @_; [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | jvspec.c | 628 const char *generated = outfiles[i]; in lang_specific_pre_link() 630 outfiles[i + 1] = outfiles[i]; in lang_specific_pre_link() 631 outfiles[0] = generated; in lang_specific_pre_link()
|
/openbsd/usr.bin/rpcgen/ |
H A D | rpc_util.c | 58 char *outfiles[NFILES]; /* output file names */ variable 282 (void) unlink(outfiles[i]); in crash() 292 outfiles[nfiles++] = file;
|
/openbsd/gnu/gcc/gcc/ |
H A D | gcc.h | 80 extern const char **outfiles;
|
H A D | gcc.c | 3099 const char **outfiles; variable 4431 outfiles[input_file_number] = string; in do_spec_2() 5013 if (outfiles[i]) in do_spec_1() 5014 store_arg (outfiles[i], 0, 0); in do_spec_1() 5028 outfiles[input_file_number] = NULL; in do_spec_1() 5053 outfiles[input_file_number] = string; in do_spec_1() 6497 outfiles = XCNEWVEC (const char *, i); in main() 6610 outfiles[i] = input_filename; in main() 6720 outfiles[i]); in main() 7719 if (outfiles[i] && !strcmp (outfiles[i], argv[0])) in replace_outfile_spec_function() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | gcc.h | 86 extern const char **outfiles;
|
H A D | gcc.c | 2881 const char **outfiles; variable 4245 outfiles[input_file_number] = string; 4295 outfiles[input_file_number] = string; 4314 outfiles[input_file_number] = string; 4674 if (outfiles[i]) 4675 store_arg (outfiles[i], 0, 0); 5236 outfiles[input_file_number] = string; 6300 outfiles = (const char **) xcalloc (i, sizeof (char *)); 6317 outfiles[i] = input_filename; 6407 outfiles[i]);
|
H A D | ChangeLog.5 | 3349 * gcc.h (n_infiles, outfiles): Add declarations. 3350 * gcc.c (n_infiles, outfiles): Mske no longer static.
|
H A D | ChangeLog.1 | 3527 infile, outfiles, input_filename, input_basename, input_suffix, 13782 (main): Correctly clear all slots in outfiles for
|
H A D | ChangeLog.0 | 2513 (main): Adjust outfiles allocation by lang_specific_extra_outfiles.
|
/openbsd/gnu/usr.bin/texinfo/util/ |
H A D | texindex.c | 88 char **outfiles; variable 223 outfile = outfiles[i]; in main() 330 outfiles = (char **) xmalloc (argc * sizeof (char *)); in decode_command() 332 op = outfiles; in decode_command() 366 if (op > outfiles) in decode_command()
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | invoke.texi | 7221 first argument in the outfiles array and replaces it with the second argument. Here
|
H A D | gcc.info | 7411 looks for the first argument in the outfiles array and
|