Searched refs:dst_file (Results 1 – 3 of 3) sorted by relevance
3 while read func_pattern src_file dst_file; do4 diff -up $src_file $dst_file
33 while read func_pattern src_file dst_file; do36 import_c "$func_pattern" "$src_file" "$dst_file"39 import_s "$func_pattern" "$src_file" "$dst_file"
66 while read func_pattern src_file dst_file; do67 if [ "$(expr $dst_file : '.*\(S\)$')" = "S" ]; then68 objfile=$(expr $dst_file : '\(.*\)[.]S$')
Completed in 4 milliseconds