Home
last modified time | relevance | path

Searched refs:info_file (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dcreate_db.sh8 info_file=$1
10 if [[ "$info_file" = "" ]] ; then
24 ${bin_dir}/init_constraints.pl "$PROJ" $info_file $db_file
25 ${bin_dir}/init_constraints_required.pl "$PROJ" $info_file $db_file
26 ${bin_dir}/fill_db_sql.pl "$PROJ" $info_file $db_file
27 if [ -e ${info_file}.sql ] ; then
28 ${bin_dir}/fill_db_sql.pl "$PROJ" ${info_file}.sql $db_file
30 ${bin_dir}/fill_db_caller_info.pl "$PROJ" $info_file $db_file
31 if [ -e ${info_file}.caller_info ] ; then
36 ${bin_dir}/fill_db_type_value.pl "$PROJ" $info_file $db_file
[all …]
H A Dreload_partial.sh8 info_file=$1
10 if [[ "$info_file" = "" ]] ; then
18 files=$(grep "insert into caller_info" $info_file | cut -d : -f 1 | sort -u)
29 grep "insert into caller_info" $info_file > $tmp_file
32 grep "insert into return_states" $info_file > $tmp_file
35 grep "into call_implies" $info_file > $tmp_file
38 grep "into return_implies" $info_file > $tmp_file