Searched refs:fromfile (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/mit/expat/dist/tests/
H A Dudiffer.py55 diffs = list(difflib.unified_diff(first, second, fromfile=config.first,
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dmaint-tool171 $fromfile{$seen_in{$k}} .= " " if $fromfile{$seen_in{$k}};
172 $fromfile{$seen_in{$k}} .= $k;
175 for $f (sort keys %fromfile) {
176 $out = "$f: $fromfile{$f}";
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dmaint-tool171 $fromfile{$seen_in{$k}} .= " " if $fromfile{$seen_in{$k}};
172 $fromfile{$seen_in{$k}} .= $k;
175 for $f (sort keys %fromfile) {
176 $out = "$f: $fromfile{$f}";
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dmaint-tool171 $fromfile{$seen_in{$k}} .= " " if $fromfile{$seen_in{$k}};
172 $fromfile{$seen_in{$k}} .= $k;
175 for $f (sort keys %fromfile) {
176 $out = "$f: $fromfile{$f}";
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dmaint-tool171 $fromfile{$seen_in{$k}} .= " " if $fromfile{$seen_in{$k}};
172 $fromfile{$seen_in{$k}} .= $k;
175 for $f (sort keys %fromfile) {
176 $out = "$f: $fromfile{$f}";
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dmaint-tool171 $fromfile{$seen_in{$k}} .= " " if $fromfile{$seen_in{$k}};
172 $fromfile{$seen_in{$k}} .= $k;
175 for $f (sort keys %fromfile) {
176 $out = "$f: $fromfile{$f}";
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dmaint-tool171 $fromfile{$seen_in{$k}} .= " " if $fromfile{$seen_in{$k}};
172 $fromfile{$seen_in{$k}} .= $k;
175 for $f (sort keys %fromfile) {
176 $out = "$f: $fromfile{$f}";
/netbsd-current/external/apache2/llvm/dist/clang/utils/check_cfc/
H A Dobj_diff.py39 def first_diff(a, b, fromfile, tofile):
60 fromfile,
/netbsd-current/external/bsd/mdocml/dist/
H A Dmanpath.c232 manconf_output(struct manoutput *conf, const char *cp, int fromfile) argument
334 if (fromfile)
338 if (fromfile == 0)
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c145 #define D_HIGH_MAPLINE(diff, fromfile, tofile, lineno) \
147 - D_HIGHLINE ((diff), (fromfile)) \
150 #define D_LOW_MAPLINE(diff, fromfile, tofile, lineno) \
152 - D_LOWLINE ((diff), (fromfile)) \
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Ddiff3.c142 #define D_HIGH_MAPLINE(diff, fromfile, tofile, linenum) \
144 - D_HIGHLINE ((diff), (fromfile)) \
147 #define D_LOW_MAPLINE(diff, fromfile, tofile, linenum) \
149 - D_LOWLINE ((diff), (fromfile)) \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dgdb.exp4914 proc gdb_remote_download {dest fromfile {tofile {}}} {
4917 set tofile [file tail $fromfile]
4924 set destname [remote_download $dest $fromfile $tofile]
4938 file copy -force $fromfile $tofile
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dgdb.exp5844 proc gdb_remote_download {dest fromfile {tofile {}}} {
5847 set tofile [file tail $fromfile]
5854 set destname [remote_download $dest $fromfile $tofile]
5872 file copy -force $fromfile $tofile

Completed in 362 milliseconds