Searched refs:num_expanded (Results 1 – 2 of 2) sorted by relevance
10 num_expanded=039 num_expanded=`expr $num_expanded + 1`58 num_expanded=`expr $num_expanded + 1`92 echo "Ran $num_cases tests ($num_expanded expanded) from $num_tests suites."
1072 const int num_expanded = ARRAY_SIZE (expanded_args); in decode_cmdline_options_to_array() local1073 opt_array_len += num_expanded - 1; in decode_cmdline_options_to_array()1076 for (int j = 0, nj; j < num_expanded; j += nj) in decode_cmdline_options_to_array()