Searched refs:bin_dir (Results 1 – 22 of 22) sorted by relevance
15 bin_dir=$(dirname $0)20 for i in ${bin_dir}/*.schema ; do24 ${bin_dir}/init_constraints.pl "$PROJ" $info_file $db_file25 ${bin_dir}/init_constraints_required.pl "$PROJ" $info_file $db_file26 ${bin_dir}/fill_db_sql.pl "$PROJ" $info_file $db_file28 ${bin_dir}/fill_db_sql.pl "$PROJ" ${info_file}.sql $db_file30 ${bin_dir}/fill_db_caller_info.pl "$PROJ" $info_file $db_file32 ${bin_dir}/fill_db_caller_info.pl "$PROJ" ${info_file}.caller_info $db_file34 ${bin_dir}/build_early_index.sh $db_file36 ${bin_dir}/fill_db_type_value.pl "$PROJ" $info_file $db_file[all …]
15 bin_dir=$(dirname $0)30 ${bin_dir}/fill_db_caller_info.pl "$PROJ" $tmp_file $db_file33 ${bin_dir}/fill_db_sql.pl "$PROJ" $tmp_file $db_file36 ${bin_dir}/fill_db_sql.pl "$PROJ" $tmp_file $db_file39 ${bin_dir}/fill_db_sql.pl "$PROJ" $tmp_file $db_file43 ${bin_dir}/fixup_all.sh $db_file45 ${bin_dir}/fixup_${PROJ}.sh $db_file
8 bin_dir=$(dirname $0)15 test -e ${bin_dir}/${PROJ}.return_fixes && \16 cat ${bin_dir}/${PROJ}.return_fixes | \
8 my $bin_dir = dirname($0);15 my $insertions = "$bin_dir/$project.insert.return_states";
16 bin_dir=$(dirname $0)17 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove)23 ${bin_dir}/trace_params.pl $file copy_to_user 1 >> $tmp24 ${bin_dir}/trace_params.pl $file rds_info_copy 1 >> $tmp25 ${bin_dir}/trace_params.pl $file nla_put 3 >> $tmp26 ${bin_dir}/trace_params.pl $file snd_timer_user_append_to_tqueue 1 >> $tmp27 ${bin_dir}/trace_params.pl $file __send_signal 1 >> $tmp28 ${bin_dir}/trace_params.pl $file usb_bulk_msg 2 >> $tmp
16 bin_dir=$(dirname $0)17 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove)23 ${bin_dir}/trace_params.pl $file usb_control_msg 6 >> $tmp24 ${bin_dir}/trace_params.pl $file usb_fill_bulk_urb 3 >> $tmp25 ${bin_dir}/trace_params.pl $file dma_map_single 1 >> $tmp
16 bin_dir=$(dirname $0)17 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove)23 ${bin_dir}/trace_params.pl $file kmalloc 1 >> $tmp24 ${bin_dir}/trace_params.pl $file kzalloc 1 >> $tmp25 ${bin_dir}/trace_params.pl $file kcalloc 2 >> $tmp
12 bin_dir=$(dirname $0)13 add_file=$(echo ${bin_dir}/../smatch_data/${outfile}.add)14 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove)20 cat $(echo ${bin_dir}/../smatch_data/no_return_funcs) >> $outfile
15 bin_dir=$(dirname $0)16 remove=$(echo ${bin_dir}/../smatch_data/kernel.implicit_dependencies.remove)
16 bin_dir=$(dirname $0)17 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove)
15 bin_dir=$(dirname $0)16 remove=$(echo ${bin_dir}/../smatch_data/kernel.frees_argument.remove)
15 bin_dir=$(dirname $0)16 remove=$(echo ${bin_dir}/../smatch_data/kernel.puts_argument.remove)
11 bin_dir=$(dirname $0)12 remove=$(echo ${bin_dir}/../smatch_data/${project}.bit_shifters.remove)
15 bin_dir=$(dirname $0)16 remove=$(echo ${bin_dir}/../smatch_data/kernel.returns_err_ptr.remove)
15 bin_dir=$(dirname $0)16 remove=$(echo ${bin_dir}/../smatch_data/kernel.returns_held.remove)
9 bin_dir=$(dirname $0)10 remove=$(echo ${bin_dir}/../smatch_data/kernel.allocation_funcs_gfp.remove)
15 bin_dir=$(dirname $0)16 remove=$(echo ${bin_dir}/../smatch_data/kernel.allocation_funcs.remove)
12 bin_dir=$(dirname $0)13 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove)
31 char *bin_dir; variable300 strncpy(buf, bin_dir, 254); in get_data_dir()338 bin_dir = get_bin_dir(argv[0]); in main()
46 snprintf(buf, 256, "%s/smatch_data/%s", bin_dir, schema); in open_schema_file()
1039 extern char *bin_dir;