Lines Matching refs:rc

68 rc=0
71 local rc=0 files=()
96 rc=1
107 rc=1
113 rc=1
121 if [ $rc -eq 0 ]; then
125 return $rc
129 local rc=0
136 rc=1
154 rc=1
163 return $rc
167 local rc=0
180 rc=1
186 return $rc
190 local rc=0
197 rc=1
203 return $rc
207 local rc=0
216 rc=1
222 return $rc
226 local rc=0
234 rc=1
240 return $rc
244 local rc=0
252 rc=1
258 return $rc
262 local rc=0
270 rc=1
276 return $rc
280 local rc=0
289 rc=1
295 return $rc
299 local rc=0
359 rc=1
368 return $rc
411 local rc=0
418 rc=1
424 return $rc
465 local rc=0
483 rc=1
492 return $rc
496 local rc=0 out
535 local rc=0 supported_shfmt_version=v3.8.0
567 rc=1
616 return $rc
620 local rc=0 files=()
687 rc=1
696 return $rc
700 local rc=0
739 return $rc
743 local rc=0
749 rc=1
753 if [ $rc -eq 0 ]; then
756 return $rc
760 local rc=0
768 rc=1
777 return $rc
781 local rc=0
790 rc=1
795 return $rc
836 local rc=0
912 rc=0
914 check_permissions || rc=1
915 check_c_style || rc=1
922 exit $rc
925 check_comment_style || rc=1
926 check_markdown_format || rc=1
927 check_spaces_before_tabs || rc=1
928 check_trailing_whitespace || rc=1
929 check_forbidden_functions || rc=1
930 check_cunit_style || rc=1
931 check_eof || rc=1
932 check_posix_includes || rc=1
933 check_naming_conventions || rc=1
934 check_include_style || rc=1
935 check_opts_structs || rc=1
936 check_attr_packed || rc=1
937 check_python_style || rc=1
938 check_bash_style || rc=1
939 check_bash_static_analysis || rc=1
940 check_changelog || rc=1
941 check_json_rpc || rc=1
942 check_rpc_args || rc=1
943 check_spdx_lic || rc=1
944 check_golang_style || rc=1
945 check_extern_c || rc=1
947 exit $rc