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

/haiku-fatelf/src/bin/gdb/libiberty/
H A Dmaint-tool173 $fromfile{$seen_in{$k}} .= " " if $fromfile{$seen_in{$k}};
174 $fromfile{$seen_in{$k}} .= $k;
177 for $f (sort keys %fromfile) {
178 $out = "$f: $fromfile{$f}";
/haiku-fatelf/src/bin/diffutils/src/
H A Ddiff3.c140 #define D_HIGH_MAPLINE(diff, fromfile, tofile, linenum) \
142 - D_HIGHLINE ((diff), (fromfile)) \
145 #define D_LOW_MAPLINE(diff, fromfile, tofile, linenum) \
147 - D_LOWLINE ((diff), (fromfile)) \
/haiku-fatelf/src/bin/zic/
H A Dzic.c117 static void dolink P((const char * fromfile, const char * tofile));
631 dolink(fromfile, tofile)
632 const char * const fromfile;
638 if (fromfile[0] == '/')
639 fromname = ecpyalloc(fromfile);
643 fromname = ecatalloc(fromname, fromfile);
678 fromfile);

Completed in 48 milliseconds