Searched refs:first_diff (Results 1 – 2 of 2) sorted by relevance
/external/clang/utils/check_cfc/ |
D | obj_diff.py | 39 def first_diff(a, b, fromfile, tofile): function 74 return first_diff(disa, disb, objfilea, objfileb) 84 return first_diff(dbga, dbgb, objfilea, objfileb)
|
/external/mksh/src/ |
D | check.pl | 812 $why .= "\tunexpected $what - " . &first_diff($expect, $got) . "\n"; 841 first_diff subroutine
|