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

  /src/external/mit/expat/dist/tests/
udiffer.py 55 diffs = list(difflib.unified_diff(first, second, fromfile=config.first,
  /src/external/gpl3/binutils/dist/libiberty/
maint-tool 171 $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}";
  /src/external/gpl3/binutils.old/dist/libiberty/
maint-tool 171 $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}";
  /src/external/gpl3/gcc/dist/libiberty/
maint-tool 171 $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}";
  /src/external/gpl3/gcc.old/dist/libiberty/
maint-tool 171 $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}";
  /src/external/gpl3/gdb.old/dist/libiberty/
maint-tool 171 $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}";
  /src/external/gpl3/gdb/dist/libiberty/
maint-tool 171 $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}";
  /src/external/apache2/llvm/dist/clang/utils/check_cfc/
obj_diff.py 39 def first_diff(a, b, fromfile, tofile):
60 fromfile,
  /src/external/bsd/mdocml/dist/
manpath.c 223 manconf_output(struct manoutput *conf, const char *cp, int fromfile)
354 if (fromfile) {
  /src/external/gpl2/diffutils/dist/src/
diff3.c 142 #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)) \
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 145 #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)) \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
gdb.exp 7099 # If the destination board is remote, the local file FROMFILE is transferred as
7105 # through standard_output_file, and FROMFILE is copied there.
7108 # FROMFILE.
7110 proc gdb_remote_download {dest fromfile {tofile {}}} {
7111 # If TOFILE is not given, default to the same filename as FROMFILE.
7113 set tofile [file tail $fromfile]
7120 set destname [remote_download $dest $fromfile $tofile]
7138 file copy -force $fromfile $tofile
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
gdb.exp 7592 # If the destination board is remote, the local file FROMFILE is transferred as
7598 # through standard_output_file, and FROMFILE is copied there.
7601 # FROMFILE.
7603 proc gdb_remote_download {dest fromfile {tofile {}}} {
7604 # If TOFILE is not given, default to the same filename as FROMFILE.
7606 set tofile [file tail $fromfile]
7613 set destname [remote_download $dest $fromfile $tofile]
7631 file copy -force $fromfile $tofile

Completed in 36 milliseconds