Home
last modified time | relevance | path

Searched refs:PROJ (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dcreate_db.sh4 PROJ=$(echo $1 | cut -d = -f 2)
24 ${bin_dir}/init_constraints.pl "$PROJ" $info_file $db_file
26 ${bin_dir}/fill_db_sql.pl "$PROJ" $info_file $db_file
30 ${bin_dir}/fill_db_caller_info.pl "$PROJ" $info_file $db_file
36 ${bin_dir}/fill_db_type_value.pl "$PROJ" $info_file $db_file
37 ${bin_dir}/fill_db_type_size.pl "$PROJ" $info_file $db_file
42 if [ "$PROJ" != "" ] ; then
43 ${bin_dir}/fixup_${PROJ}.sh $db_file
54 ${bin_dir}/apply_return_fixes.sh -p=${PROJ} $db_file
55 if [ "$PROJ" != "" ] ; then
[all …]
H A Dreload_partial.sh4 PROJ=$(echo $1 | cut -d = -f 2)
30 ${bin_dir}/fill_db_caller_info.pl "$PROJ" $tmp_file $db_file
33 ${bin_dir}/fill_db_sql.pl "$PROJ" $tmp_file $db_file
36 ${bin_dir}/fill_db_sql.pl "$PROJ" $tmp_file $db_file
39 ${bin_dir}/fill_db_sql.pl "$PROJ" $tmp_file $db_file
44 if [ "$PROJ" != "" ] ; then
45 ${bin_dir}/fixup_${PROJ}.sh $db_file
H A Dapply_return_fixes.sh4 PROJ=$(echo $1 | cut -d = -f 2)
15 test -e ${bin_dir}/${PROJ}.return_fixes && \
16 cat ${bin_dir}/${PROJ}.return_fixes | \
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c137 char PROJ[] = "/.project"; /* what project file */ variable
496 sizeof (PROJ)); in print()
499 (void) strcat(s, PROJ); in print()