Home
last modified time | relevance | path

Searched refs:Errors (Results 1 – 25 of 122) sorted by relevance

12345

/titanic_44/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6763594_command_failure_execs_twice.sh70 (( 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 Dsun_solaris_cr_6805794_character_to_wchar_not_working.sh80 (( Errors < 127 && Errors++ ))
86 integer Errors=0
96 exit $((Errors))
105 exit $((Errors))
H A Dsun_solaris_cr_xxxxxxxx_template.sh40 (( Errors < 127 && Errors++ ))
46 integer Errors=0
56 cd "${tmpdir}" || { err_exit "cd ${tmpdir} failed." ; exit $((Errors)) ; }
66 exit $((Errors))
H A Dsun_solaris_cr_6855875_typeset_hexfloat_has_too_few_digits.sh87 (( Errors < 127 && Errors++ ))
93 integer Errors=0
139 (( Errors > 8 )) && exit $((Errors))
144 exit $((Errors))
H A Dsun_solaris_getconf.sh36 (( Errors < 127 && Errors++ ))
42 integer Errors=0
153 (( Errors+=$? ))
170 (( Errors+=$? ))
175 exit $((Errors))
H A Dsun_solaris_cr_6862121_shbinexec_kernel_module_defunct.sh70 (( Errors < 127 && Errors++ ))
76 integer Errors=0
86 cd "${tmpdir}" || { err_exit "cd ${tmpdir} failed." ; exit $((Errors)) ; }
110 exit $((Errors))
H A Dsun_solaris_compound_nameref.sh33 (( Errors < 127 && Errors++ ))
39 integer Errors=0
52 (( Errors++ ))
79 (( Errors+=$? ))
214 exit $((Errors))
H A Dsun_solaris_cr_6777491_lacks_arithmetric_function_iszero.sh64 (( Errors < 127 && Errors++ ))
70 integer Errors=0
94 exit $((Errors))
H A Dsun_solaris_cr_6881017_background_process_in_subshell_hangs_caller.sh60 (( Errors < 127 && Errors++ ))
66 integer Errors=0
81 exit $((Errors))
H A Dsun_solaris_cr_6848486_echo_test_with_test_undefined_executes_test_builtin.sh63 (( Errors < 127 && Errors++ ))
69 integer Errors=0
93 exit $((Errors))
H A Dsun_solaris_cr_6754020_weird_square_bracket_expansion.sh52 (( Errors < 127 && Errors++ ))
58 integer Errors=0
80 exit $((Errors))
H A Dsun_solaris_cr_6907460_EXIT_trap_handlers_are_sometimes_executed_twice.sh98 (( Errors < 127 && Errors++ ))
104 integer Errors=0
114 cd "${tmpdir}" || { err_exit "cd ${tmpdir} failed." ; exit $((Errors)) ; }
221 exit $((Errors))
H A Dsun_solaris_cr_6778077_sigthaw_trap.sh52 (( Errors < 127 && Errors++ ))
58 integer Errors=0
82 exit $((Errors))
H A Dsun_solaris_cr_6769332_substitutions_terminate_shell_after_257_iterations.sh83 (( Errors < 127 && Errors++ ))
89 integer Errors=0
123 exit $((Errors))
H A Dsun_solaris_cr_6789247_printf_hexfloat_rounding.sh91 (( Errors < 127 && Errors++ ))
97 integer Errors=0
129 exit $((Errors))
H A Dsun_solaris_cr_6687139_command_substitution_exec_redirection_allocation_loop.sh53 (( Errors < 127 && Errors++ ))
59 integer Errors=0
73 cd "${testdir}" || { err_exit "Cannot cd to test dirctory" ; exit $Errors ; }
214 exit $((Errors))
H A Dsun_solaris_staticvariables.sh30 (( Errors < 127 && Errors++ ))
49 integer Errors=0
113 exit $((Errors))
H A Dsun_solaris_cr_6835835_builtin_cat_n_broken.sh83 (( Errors < 127 && Errors++ ))
89 integer Errors=0
138 exit $((Errors))
H A Dsun_solaris_cr_6887363_shell_sometimes_mishandles_return_value_of_its_child_process.sh57 (( Errors < 127 && Errors++ ))
63 integer Errors=0
73 cd "${tmpdir}" || { err_exit "cd ${tmpdir} failed." ; exit $((Errors)) ; }
183 exit $((Errors))
H A Dsun_solaris_cr_6722134_background_CHLD_trap.sh47 (( Errors < 127 && Errors++ ))
53 integer Errors=0
122 exit $((Errors))
H A Dsun_solaris_cr_6805792_varmovetest1.sh86 (( Errors < 127 && Errors++ ))
92 integer Errors=0
151 exit $((Errors))
H A Dsun_solaris_cr_6807179_shellpattern_uses_getpwnam.sh53 (( Errors < 127 && Errors++ ))
59 integer Errors=0
88 exit $((Errors))
H A Dsun_solaris_cr_6753538_subshell_leaks_umask.sh47 (( Errors < 127 && Errors++ ))
53 integer Errors=0
100 exit $((Errors))
H A Dsun_solaris_cr_6805795_negative_zero.sh66 (( Errors < 127 && Errors++ ))
72 integer Errors=0
169 exit $((Errors))
/titanic_44/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c55 static int Errors; variable
128 return (Errors); in parse_versions()
161 olderrors = Errors; in arch()
163 if (olderrors != Errors) { in arch()
212 Errors++; in arch_name()
251 olderrors = Errors; in set_list()
255 if (olderrors != Errors) { in set_list()
278 Errors++; in set()
289 Errors++; in set()
344 Errors++; in set()
[all …]

12345