Home
last modified time | relevance | path

Searched refs:sourcefile (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstall.pm742 my $sourcefile = File::Spec->catfile($sourcedir, $origfile);
745 if ( $sourcefile=~/$pat/ ) {
748 $result->{install_filtered}{$sourcefile} = $pat;
756 my $diff = $always_copy || _compare($sourcefile, $targetfile);
763 $targetdir, $targetfile, $sourcedir, $sourcefile,
777 $targetdir, $targetfile, $sourcedir, $sourcefile)= @$found;
791 _copy( $sourcefile, $targetfile, $verbose, $dry_run, );
803 $result->{install}{$targetfile} = $sourcefile;
806 $result->{install_fail}{$targetfile} = $sourcefile;
810 $result->{install_unchanged}{$targetfile} = $sourcefile;
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcov.c92 struct sourcefile struct
96 struct sourcefile *next; argument
101 struct sourcefile *sources;
259 static void output_data PARAMS ((struct sourcefile *));
288 struct sourcefile *s_ptr;
1001 struct sourcefile *s_ptr = NULL; in scan_for_source_files()
1028 s_ptr = (struct sourcefile *) xmalloc (sizeof(struct sourcefile)); in scan_for_source_files()
1585 struct sourcefile *s_ptr; in output_data()
/openbsd-src/sys/dev/microcode/siop/
H A Dncr53cxxx.c290 char *sourcefile; variable
337 sourcefile = argv[1]; in main()
338 infp = fopen (sourcefile, "r"); in main()
363 outputfile = makefn (sourcefile, "out"); in main()
371 listfile = makefn (sourcefile, "lis"); in main()
379 errorfile = makefn (sourcefile, "err"); in main()
418 fprintf(outfp, " *\tcreated from %s on %s", sourcefile, ctime(&cur_time)); in main()
/openbsd-src/gnu/gcc/gcc/
H A Dtree-mudflap.c121 const char *sourcefile; in mf_varname_tree() local
127 sourcefile = xloc.file; in mf_varname_tree()
128 if (sourcefile == NULL && current_function_decl != NULL_TREE) in mf_varname_tree()
129 sourcefile = DECL_SOURCE_FILE (current_function_decl); in mf_varname_tree()
130 if (sourcefile == NULL) in mf_varname_tree()
131 sourcefile = "<unknown file>"; in mf_varname_tree()
133 pp_string (buf, sourcefile); in mf_varname_tree()
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dgcov.texi99 @command{gcov} creates a logfile called @file{@var{sourcefile}.gcov} which
100 indicates how many times each line of a source file @file{@var{sourcefile}.c}
115 gcov @r{[}@var{options}@r{]} @var{sourcefile}
129 [@option{-o}|@option{--object-directory} @var{directory|file}] @var{sourcefile}
H A Dsourcebuild.texi971 @{ dg-final @{ run-gcov sourcefile @} @}
/openbsd-src/gnu/gcc/gcc/doc/
H A Dgcov.texi100 @command{gcov} creates a logfile called @file{@var{sourcefile}.gcov} which
101 indicates how many times each line of a source file @file{@var{sourcefile}.c}
116 gcov @r{[}@var{options}@r{]} @var{sourcefile}
131 [@option{-o}|@option{--object-directory} @var{directory|file}] @var{sourcefile}
H A Dsourcebuild.texi1143 @item run-gcov @var{sourcefile}
1146 @item run-gcov [branches] [calls] @{ @var{opts} @var{sourcefile} @}
1326 @{ dg-final @{ run-gcov sourcefile @} @}
1339 @{ dg-final @{ run-gcov branches calls @{ -b sourcefile @} @} @}
H A Dgccint.info2660 { dg-final { run-gcov sourcefile } }
2671 { dg-final { run-gcov branches calls { -b sourcefile } } }
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dgcj.texi142 @var{sourcefile}@dots{}
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog2895 match on sourcefile name, instead of directory name.