/illumos-gate/usr/src/cmd/ast/libshell/common/tests/ |
H A D | sun_solaris_cr_6763594_command_failure_execs_twice.sh | 70 (( Errors < 127 && Errors++ )) 76 integer Errors=0 80 …sttmpdir}" || { err_exit "Could not create temporary directory ${testtmpdir}." ; exit ${Errors} ; } 82 cd "${testtmpdir}" || { err_exit "Cannot cd to temporary directory ${testtmpdir}." ; exit ${Errors}… 98 exit $((Errors))
|
H A D | sun_solaris_cr_6805794_character_to_wchar_not_working.sh | 80 (( Errors < 127 && Errors++ )) 86 integer Errors=0 96 exit $((Errors)) 105 exit $((Errors))
|
H A D | sun_solaris_cr_6855875_typeset_hexfloat_has_too_few_digits.sh | 87 (( Errors < 127 && Errors++ )) 93 integer Errors=0 139 (( Errors > 8 )) && exit $((Errors)) 144 exit $((Errors))
|
H A D | sun_solaris_getconf.sh | 36 (( Errors < 127 && Errors++ )) 42 integer Errors=0 153 (( Errors+=$? )) 170 (( Errors+=$? )) 175 exit $((Errors))
|
H A D | sun_solaris_cr_xxxxxxxx_template.sh | 40 (( Errors < 127 && Errors++ )) 46 integer Errors=0 56 cd "${tmpdir}" || { err_exit "cd ${tmpdir} failed." ; exit $((Errors)) ; } 66 exit $((Errors))
|
H A D | sun_solaris_cr_6862121_shbinexec_kernel_module_defunct.sh | 70 (( Errors < 127 && Errors++ )) 76 integer Errors=0 86 cd "${tmpdir}" || { err_exit "cd ${tmpdir} failed." ; exit $((Errors)) ; } 110 exit $((Errors))
|
H A D | sun_solaris_compound_nameref.sh | 33 (( Errors < 127 && Errors++ )) 39 integer Errors=0 52 (( Errors++ )) 79 (( Errors+=$? )) 214 exit $((Errors))
|
H A D | sun_solaris_cr_6907460_EXIT_trap_handlers_are_sometimes_executed_twice.sh | 98 (( Errors < 127 && Errors++ )) 104 integer Errors=0 114 cd "${tmpdir}" || { err_exit "cd ${tmpdir} failed." ; exit $((Errors)) ; } 221 exit $((Errors))
|
H A D | sun_solaris_cr_6777491_lacks_arithmetric_function_iszero.sh | 64 (( Errors < 127 && Errors++ )) 70 integer Errors=0 94 exit $((Errors))
|
H A D | sun_solaris_cr_6881017_background_process_in_subshell_hangs_caller.sh | 60 (( Errors < 127 && Errors++ )) 66 integer Errors=0 81 exit $((Errors))
|
H A D | sun_solaris_cr_6848486_echo_test_with_test_undefined_executes_test_builtin.sh | 63 (( Errors < 127 && Errors++ )) 69 integer Errors=0 93 exit $((Errors))
|
H A D | sun_solaris_cr_6754020_weird_square_bracket_expansion.sh | 52 (( Errors < 127 && Errors++ )) 58 integer Errors=0 80 exit $((Errors))
|
H A D | sun_solaris_cr_6687139_command_substitution_exec_redirection_allocation_loop.sh | 53 (( Errors < 127 && Errors++ )) 59 integer Errors=0 73 cd "${testdir}" || { err_exit "Cannot cd to test dirctory" ; exit $Errors ; } 214 exit $((Errors))
|
H A D | sun_solaris_cr_6778077_sigthaw_trap.sh | 52 (( Errors < 127 && Errors++ )) 58 integer Errors=0 82 exit $((Errors))
|
H A D | sun_solaris_cr_6769332_substitutions_terminate_shell_after_257_iterations.sh | 83 (( Errors < 127 && Errors++ )) 89 integer Errors=0 123 exit $((Errors))
|
H A D | sun_solaris_cr_6887363_shell_sometimes_mishandles_return_value_of_its_child_process.sh | 57 (( Errors < 127 && Errors++ )) 63 integer Errors=0 73 cd "${tmpdir}" || { err_exit "cd ${tmpdir} failed." ; exit $((Errors)) ; } 183 exit $((Errors))
|
H A D | sun_solaris_cr_6789247_printf_hexfloat_rounding.sh | 91 (( Errors < 127 && Errors++ )) 97 integer Errors=0 129 exit $((Errors))
|
H A D | sun_solaris_staticvariables.sh | 30 (( Errors < 127 && Errors++ )) 49 integer Errors=0 113 exit $((Errors))
|
H A D | sun_solaris_cr_6835835_builtin_cat_n_broken.sh | 83 (( Errors < 127 && Errors++ )) 89 integer Errors=0 138 exit $((Errors))
|
H A D | sun_solaris_cr_6722134_background_CHLD_trap.sh | 47 (( Errors < 127 && Errors++ )) 53 integer Errors=0 122 exit $((Errors))
|
H A D | sun_solaris_cr_6805792_varmovetest1.sh | 86 (( Errors < 127 && Errors++ )) 92 integer Errors=0 151 exit $((Errors))
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | versions.c | 54 static int Errors; variable 127 return (Errors); in parse_versions() 160 olderrors = Errors; in arch() 162 if (olderrors != Errors) { in arch() 211 Errors++; in arch_name() 250 olderrors = Errors; in set_list() 254 if (olderrors != Errors) { in set_list() 277 Errors++; in set() 288 Errors++; in set() 343 Errors++; in set() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | math.sh | 24 (( Errors < 127 && Errors++ )) 30 integer Errors=0 202 exit $((Errors<125?Errors:125))
|
H A D | expand.sh | 24 ((Errors++)) 27 integer Errors=0 126 exit $((Errors<125?Errors:125))
|
H A D | select.sh | 24 let Errors+=1 29 integer Errors=0 67 exit $((Errors<125?Errors:125))
|