From 0b99c3a301d5f0ed54b6381a41556be781e68b79 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 5 Feb 2023 20:51:04 -0600 Subject: [PATCH] Bugfix: Invalid defines, incorrect comments, missing flags, and missing dependencies. There is an inconsistency where _di_f_color_string_s_ and _di_f_color_strings_s_ are used. Settle on _di_f_color_string_s_ because it is defined in the header file. Incorrect defines, such as _di_f_utf_is_contro_codel_ are removed. The *.config.h comment example doesn't work. Consistently add fanalyzer mode and make sure it is available in both settings and fakefile files. Some of the define macros are missing in regards to private functions. The controller program is missing f_limit and fl_directory dependencies. --- build/stand_alone/byte_dump.config.h | 4 +--- build/stand_alone/byte_dump.settings | 3 ++- build/stand_alone/fake.config.h | 4 +--- build/stand_alone/fake.settings | 3 ++- build/stand_alone/firewall.config.h | 4 +--- build/stand_alone/firewall.settings | 3 ++- build/stand_alone/fss_status_code.config.h | 3 +-- build/stand_alone/fss_status_code.settings | 3 ++- build/stand_alone/status_code.config.h | 3 +-- build/stand_alone/status_code.settings | 3 ++- build/stand_alone/utf8.config.h | 3 +-- build/stand_alone/utf8.settings | 3 ++- level_0/f_color/c/color/common.c | 4 ++-- level_0/f_string/c/string/private-dynamic.c | 4 ++-- level_0/f_string/c/string/private-dynamic.h | 5 +++-- level_0/f_thread/c/private-thread.c | 13 +++++++------ level_0/f_thread/c/private-thread.h | 15 +++++++++------ level_0/f_type/c/type.h | 4 ---- level_0/f_utf/c/private-utf_control.c | 6 +++--- level_0/f_utf/c/private-utf_control.h | 6 ++++-- level_1/fl_utf/c/private-utf.h | 4 ++-- level_3/byte_dump/data/build/fakefile | 2 +- level_3/control/data/build/fakefile | 2 +- level_3/controller/data/build/dependencies | 2 ++ level_3/controller/data/build/fakefile | 2 +- level_3/fake/data/build/fakefile | 2 +- level_3/firewall/data/build/fakefile | 2 +- level_3/fss_basic_list_read/data/build/fakefile | 2 +- level_3/fss_basic_list_write/data/build/fakefile | 2 +- level_3/fss_basic_read/data/build/fakefile | 2 +- level_3/fss_basic_write/data/build/fakefile | 2 +- .../fss_embedded_list_read/data/build/fakefile | 2 +- .../fss_embedded_list_write/data/build/fakefile | 2 +- .../fss_extended_list_read/data/build/fakefile | 2 +- .../fss_extended_list_write/data/build/fakefile | 2 +- level_3/fss_extended_read/data/build/fakefile | 2 +- level_3/fss_extended_write/data/build/fakefile | 2 +- level_3/fss_identify/data/build/fakefile | 2 +- level_3/fss_payload_read/data/build/fakefile | 2 +- level_3/fss_payload_write/data/build/fakefile | 2 +- level_3/fss_status_code/data/build/fakefile | 2 +- level_3/iki_read/data/build/fakefile | 2 +- level_3/iki_write/data/build/fakefile | 2 +- level_3/status_code/data/build/fakefile | 2 +- level_3/utf8/data/build/fakefile | 2 +- 45 files changed, 75 insertions(+), 73 deletions(-) diff --git a/build/stand_alone/byte_dump.config.h b/build/stand_alone/byte_dump.config.h index 66831e9c3..ce8eef9d8 100644 --- a/build/stand_alone/byte_dump.config.h +++ b/build/stand_alone/byte_dump.config.h @@ -4,7 +4,7 @@ // // Example: echo > /tmp/all.txt // for i in f_type f_status f_memory f_type_array f_string f_utf f_color f_console f_conversion f_file f_pipe f_print f_signal ; do grep -horP '\b_di_f_\w*\b' level_0/$i/c >> /tmp/all.txt ; grep -horP '\b_di_macro_\w*\b' level_0/$i/c >> /tmp/all.txt ; done -// sort /tmp/all.txt | uniq > /tmp/sorted.txt && sed -i -e 's|^_|#define &|g' +// sort /tmp/all.txt | uniq | sed -e 's|^_|#define &|g' > /tmp/sorted.txt #define _di_f_array_lengths_adjust_ #define _di_f_array_lengths_append_ @@ -65,7 +65,6 @@ //#define _di_f_color_set_string_empty_s_ //#define _di_f_color_set_t_ //#define _di_f_color_string_s_ -//#define _di_f_color_strings_s_ //#define _di_f_color_t_ //#define _di_f_color_terminal_s_ @@ -856,7 +855,6 @@ #define _di_f_utf_is_alphabetic_numeric_ #define _di_f_utf_is_ascii_ //#define _di_f_utf_is_combining_ -#define _di_f_utf_is_contro_codel_ //#define _di_f_utf_is_control_ #define _di_f_utf_is_control_code_ #define _di_f_utf_is_control_format_ diff --git a/build/stand_alone/byte_dump.settings b/build/stand_alone/byte_dump.settings index f3929f93f..5bbf0d368 100644 --- a/build/stand_alone/byte_dump.settings +++ b/build/stand_alone/byte_dump.settings @@ -12,7 +12,7 @@ version_micro 4 version_file micro version_target minor -modes stand_alone clang +modes stand_alone clang fanalyzer modes_default stand_alone build_compiler gcc @@ -81,6 +81,7 @@ defines-clang -D_clang_not_a_compile_time_constant_workaround_ flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses -Wno-missing-braces flags-clang -Wno-logical-op-parentheses +flags-fanalyzer -fanalyzer flags_library -fPIC flags_object -fPIC diff --git a/build/stand_alone/fake.config.h b/build/stand_alone/fake.config.h index f8531ea63..a0f775346 100644 --- a/build/stand_alone/fake.config.h +++ b/build/stand_alone/fake.config.h @@ -4,7 +4,7 @@ // // Example: echo > /tmp/all.txt // for i in f_type f_status f_memory f_type_array f_string f_utf f_color f_console f_conversion f_file f_pipe f_print f_signal ; do grep -horP '\b_di_f_\w*\b' level_0/$i/c >> /tmp/all.txt ; grep -horP '\b_di_macro_\w*\b' level_0/$i/c >> /tmp/all.txt ; done -// sort /tmp/all.txt | uniq > /tmp/sorted.txt && sed -i -e 's|^_|#define &|g' +// sort /tmp/all.txt | uniq | sed -e 's|^_|#define &|g' > /tmp/sorted.txt #define _di_f_account_by_id_ #define _di_f_account_by_name_ @@ -117,7 +117,6 @@ //#define _di_f_color_set_string_empty_s_ //#define _di_f_color_set_t_ //#define _di_f_color_string_s_ -//#define _di_f_color_strings_s_ //#define _di_f_color_t_ //#define _di_f_color_terminal_s_ @@ -1396,7 +1395,6 @@ #define _di_f_utf_is_alphabetic_numeric_ #define _di_f_utf_is_ascii_ //#define _di_f_utf_is_combining_ -#define _di_f_utf_is_contro_codel_ //#define _di_f_utf_is_control_ #define _di_f_utf_is_control_code_ #define _di_f_utf_is_control_format_ diff --git a/build/stand_alone/fake.settings b/build/stand_alone/fake.settings index 31c8df975..5117662e6 100644 --- a/build/stand_alone/fake.settings +++ b/build/stand_alone/fake.settings @@ -12,7 +12,7 @@ version_micro 4 version_file micro version_target minor -modes stand_alone clang +modes stand_alone clang fanalyzer modes_default stand_alone build_compiler gcc @@ -109,6 +109,7 @@ defines-clang -D_clang_not_a_compile_time_constant_workaround_ flags -O2 -z now -g -pthread -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses +flags-fanalyzer -fanalyzer flags_library -fPIC flags_object -fPIC diff --git a/build/stand_alone/firewall.config.h b/build/stand_alone/firewall.config.h index 02581c11d..89302adc9 100644 --- a/build/stand_alone/firewall.config.h +++ b/build/stand_alone/firewall.config.h @@ -4,7 +4,7 @@ // // Example: echo > /tmp/all.txt // for i in f_type f_status f_memory f_type_array f_string f_utf f_color f_console f_conversion f_file f_pipe f_print f_signal ; do grep -horP '\b_di_f_\w*\b' level_0/$i/c >> /tmp/all.txt ; grep -horP '\b_di_macro_\w*\b' level_0/$i/c >> /tmp/all.txt ; done -// sort /tmp/all.txt | uniq > /tmp/sorted.txt && sed -i -e 's|^_|#define &|g' +// sort /tmp/all.txt | uniq | sed -e 's|^_|#define &|g' > /tmp/sorted.txt #define _di_f_array_lengths_adjust_ #define _di_f_array_lengths_append_ @@ -108,7 +108,6 @@ //#define _di_f_color_set_string_empty_s_ //#define _di_f_color_set_t_ //#define _di_f_color_string_s_ -//#define _di_f_color_strings_s_ //#define _di_f_color_t_ //#define _di_f_color_terminal_s_ @@ -1364,7 +1363,6 @@ #define _di_f_utf_is_alphabetic_numeric_ #define _di_f_utf_is_ascii_ //#define _di_f_utf_is_combining_ -#define _di_f_utf_is_contro_codel_ //#define _di_f_utf_is_control_ #define _di_f_utf_is_control_code_ #define _di_f_utf_is_control_format_ diff --git a/build/stand_alone/firewall.settings b/build/stand_alone/firewall.settings index d9b4b218e..de1264e88 100644 --- a/build/stand_alone/firewall.settings +++ b/build/stand_alone/firewall.settings @@ -12,7 +12,7 @@ version_micro 4 version_file micro version_target minor -modes stand_alone clang +modes stand_alone clang fanalyzer modes_default stand_alone build_compiler gcc @@ -97,6 +97,7 @@ defines-clang -D_clang_not_a_compile_time_constant_workaround_ flags -O2 -z now -g -pthread -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses -Wno-missing-braces flags-clang -Wno-logical-op-parentheses +flags-fanalyzer -fanalyzer flags_library -fPIC flags_object -fPIC diff --git a/build/stand_alone/fss_status_code.config.h b/build/stand_alone/fss_status_code.config.h index 6dba55965..e3999e972 100644 --- a/build/stand_alone/fss_status_code.config.h +++ b/build/stand_alone/fss_status_code.config.h @@ -4,7 +4,7 @@ // // Example: echo > /tmp/all.txt // for i in f_type f_status f_memory f_type_array f_string f_utf f_color f_console f_conversion f_file f_pipe f_print f_signal ; do grep -horP '\b_di_f_\w*\b' level_0/$i/c >> /tmp/all.txt ; grep -horP '\b_di_macro_\w*\b' level_0/$i/c >> /tmp/all.txt ; done -// sort /tmp/all.txt | uniq > /tmp/sorted.txt && sed -i -e 's|^_|#define &|g' +// sort /tmp/all.txt | uniq | sed -e 's|^_|#define &|g' > /tmp/sorted.txt #define _di_f_array_lengths_adjust_ #define _di_f_array_lengths_append_ @@ -65,7 +65,6 @@ //#define _di_f_color_set_string_empty_s_ //#define _di_f_color_set_t_ //#define _di_f_color_string_s_ -//#define _di_f_color_strings_s_ //#define _di_f_color_t_ //#define _di_f_color_terminal_s_ diff --git a/build/stand_alone/fss_status_code.settings b/build/stand_alone/fss_status_code.settings index 9c1c845e7..d9dbb4108 100644 --- a/build/stand_alone/fss_status_code.settings +++ b/build/stand_alone/fss_status_code.settings @@ -12,7 +12,7 @@ version_micro 4 version_file micro version_target minor -modes stand_alone clang +modes stand_alone clang fanalyzer modes_default stand_alone build_compiler gcc @@ -89,6 +89,7 @@ defines-clang -D_clang_not_a_compile_time_constant_workaround_ flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses -Wno-missing-braces flags-clang -Wno-logical-op-parentheses +flags-fanalyzer -fanalyzer flags_library -fPIC flags_object -fPIC diff --git a/build/stand_alone/status_code.config.h b/build/stand_alone/status_code.config.h index 6b3801b0d..74ec36a92 100644 --- a/build/stand_alone/status_code.config.h +++ b/build/stand_alone/status_code.config.h @@ -4,7 +4,7 @@ // // Example: echo > /tmp/all.txt // for i in f_type f_status f_memory f_type_array f_string f_utf f_color f_console f_conversion f_file f_pipe f_print f_signal ; do grep -horP '\b_di_f_\w*\b' level_0/$i/c >> /tmp/all.txt ; grep -horP '\b_di_macro_\w*\b' level_0/$i/c >> /tmp/all.txt ; done -// sort /tmp/all.txt | uniq > /tmp/sorted.txt && sed -i -e 's|^_|#define &|g' +// sort /tmp/all.txt | uniq | sed -e 's|^_|#define &|g' > /tmp/sorted.txt #define _di_f_array_lengths_adjust_ #define _di_f_array_lengths_append_ @@ -65,7 +65,6 @@ //#define _di_f_color_set_string_empty_s_ //#define _di_f_color_set_t_ //#define _di_f_color_string_s_ -//#define _di_f_color_strings_s_ //#define _di_f_color_t_ //#define _di_f_color_terminal_s_ diff --git a/build/stand_alone/status_code.settings b/build/stand_alone/status_code.settings index 3d0f8060f..6d3c9f1ef 100644 --- a/build/stand_alone/status_code.settings +++ b/build/stand_alone/status_code.settings @@ -12,7 +12,7 @@ version_micro 4 version_file micro version_target minor -modes stand_alone clang +modes stand_alone clang fanalyzer modes_default stand_alone build_compiler gcc @@ -85,6 +85,7 @@ defines-clang -D_clang_not_a_compile_time_constant_workaround_ flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses -Wno-missing-braces flags-clang -Wno-logical-op-parentheses +flags-fanalyzer -fanalyzer flags_library -fPIC flags_object -fPIC diff --git a/build/stand_alone/utf8.config.h b/build/stand_alone/utf8.config.h index 54f454570..3a3332a35 100644 --- a/build/stand_alone/utf8.config.h +++ b/build/stand_alone/utf8.config.h @@ -4,7 +4,7 @@ // // Example: echo > /tmp/all.txt // for i in f_type f_status f_memory f_type_array f_string f_utf f_color f_console f_conversion f_file f_pipe f_print f_signal ; do grep -horP '\b_di_f_\w*\b' level_0/$i/c >> /tmp/all.txt ; grep -horP '\b_di_macro_\w*\b' level_0/$i/c >> /tmp/all.txt ; done -// sort /tmp/all.txt | uniq > /tmp/sorted.txt && sed -i -e 's|^_|#define &|g' +// sort /tmp/all.txt | uniq | sed -e 's|^_|#define &|g' > /tmp/sorted.txt #define _di_f_array_lengths_adjust_ #define _di_f_array_lengths_append_ @@ -65,7 +65,6 @@ //#define _di_f_color_set_string_empty_s_ //#define _di_f_color_set_t_ //#define _di_f_color_string_s_ -//#define _di_f_color_strings_s_ //#define _di_f_color_t_ //#define _di_f_color_terminal_s_ diff --git a/build/stand_alone/utf8.settings b/build/stand_alone/utf8.settings index cf5721da3..4b74fc121 100644 --- a/build/stand_alone/utf8.settings +++ b/build/stand_alone/utf8.settings @@ -12,7 +12,7 @@ version_micro 4 version_file micro version_target minor -modes stand_alone clang +modes stand_alone clang fanalyzer modes_default stand_alone build_compiler gcc @@ -82,6 +82,7 @@ defines-clang -D_clang_not_a_compile_time_constant_workaround_ flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses +flags-fanalyzer -fanalyzer flags_library -fPIC flags_object -fPIC diff --git a/level_0/f_color/c/color/common.c b/level_0/f_color/c/color/common.c index 27f4f0356..3b6d728fe 100644 --- a/level_0/f_color/c/color/common.c +++ b/level_0/f_color/c/color/common.c @@ -4,7 +4,7 @@ extern "C" { #endif -#ifndef _di_f_color_strings_s_ +#ifndef _di_f_color_string_s_ const f_string_static_t f_color_string_begin_s = macro_f_string_static_t_initialize(F_color_string_begin_s, 0, F_color_string_begin_s_length); const f_string_static_t f_color_string_end_s = macro_f_string_static_t_initialize(F_color_string_end_s, 0, F_color_string_end_s_length); const f_string_static_t f_color_string_medium_s = macro_f_string_static_t_initialize(F_color_string_medium_s, 0, F_color_string_medium_s_length); @@ -47,7 +47,7 @@ extern "C" { const f_string_static_t f_color_string_code_bright_purple_bg_s = macro_f_string_static_t_initialize(F_color_string_code_bright_purple_bg_s, 0, F_color_string_code_bright_purple_bg_s_length); const f_string_static_t f_color_string_code_bright_teal_bg_s = macro_f_string_static_t_initialize(F_color_string_code_bright_teal_bg_s, 0, F_color_string_code_bright_teal_bg_s_length); const f_string_static_t f_color_string_code_bright_white_bg_s = macro_f_string_static_t_initialize(F_color_string_code_bright_white_bg_s, 0, F_color_string_code_bright_white_bg_s_length); -#endif // _di_f_color_strings_s_ +#endif // _di_f_color_string_s_ #ifndef _di_f_color_terminal_s_ const f_string_static_t f_color_terminal_name_s = macro_f_string_static_t_initialize(F_color_terminal_name_s, 0, F_color_terminal_name_s_length); diff --git a/level_0/f_string/c/string/private-dynamic.c b/level_0/f_string/c/string/private-dynamic.c index 58f429630..c2b5d8281 100644 --- a/level_0/f_string/c/string/private-dynamic.c +++ b/level_0/f_string/c/string/private-dynamic.c @@ -129,7 +129,7 @@ extern "C" { } #endif // !defined(_di_f_string_dynamics_append_all_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) -#if !defined(_di_f_string_dynamics_decrease_by_) || !defined(_di_f_string_dynamics_increase_) || !defined(_di_f_string_dynamics_increase_by_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multis_decrease_by_) || !defined(_di_f_string_map_multis_increase_) || !defined(_di_f_string_map_multis_increase_by_) || !defined(_di_f_string_map_multis_resize_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_) || !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_) +#if !defined(_di_f_string_dynamics_decrease_by_) || !defined(_di_f_string_dynamics_increase_) || !defined(_di_f_string_dynamics_increase_by_) || !defined(_di_f_string_dynamics_resize_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multis_decrease_by_) || !defined(_di_f_string_map_multis_increase_) || !defined(_di_f_string_map_multis_increase_by_) || !defined(_di_f_string_map_multis_resize_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_) || !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_) f_status_t private_f_string_dynamics_resize(const f_array_length_t length, f_string_dynamics_t * const dynamics) { if (dynamics->used + length > F_array_length_t_size_d) { @@ -155,7 +155,7 @@ extern "C" { return F_none; } -#endif // !defined(_di_f_string_dynamics_decrease_by_) || !defined(_di_f_string_dynamics_increase_) || !defined(_di_f_string_dynamics_increase_by_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multis_decrease_by_) || !defined(_di_f_string_map_multis_increase_) || !defined(_di_f_string_map_multis_increase_by_) || !defined(_di_f_string_map_multis_resize_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_) || !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_) +#endif // !defined(_di_f_string_dynamics_decrease_by_) || !defined(_di_f_string_dynamics_increase_) || !defined(_di_f_string_dynamics_increase_by_) || !defined(_di_f_string_dynamics_resize_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multis_decrease_by_) || !defined(_di_f_string_map_multis_increase_) || !defined(_di_f_string_map_multis_increase_by_) || !defined(_di_f_string_map_multis_resize_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_) || !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_) #if !defined(_di_f_string_dynamicss_adjust_) || !defined(_di_f_string_dynamicss_append_) || !defined(_di_f_string_dynamicss_decimate_by_) || !defined(_di_f_string_map_multis_adjust_) || !defined(_di_f_string_map_multis_append_) f_status_t private_f_string_dynamicss_adjust(const f_array_length_t length, f_string_dynamicss_t * const dynamicss) { diff --git a/level_0/f_string/c/string/private-dynamic.h b/level_0/f_string/c/string/private-dynamic.h index 66a8837a5..57dbc978a 100644 --- a/level_0/f_string/c/string/private-dynamic.h +++ b/level_0/f_string/c/string/private-dynamic.h @@ -328,6 +328,7 @@ extern "C" { * @see f_string_dynamics_decrease_by() * @see f_string_dynamics_increase() * @see f_string_dynamics_increase_by() + * @see f_string_dynamics_resize() * @see f_string_map_multis_append() * @see f_string_map_multis_append_all() * @see f_string_map_multis_decrease_by() @@ -340,9 +341,9 @@ extern "C" { * @see f_string_map_multiss_increase() * @see f_string_map_multiss_increase_by() */ -#if !defined(_di_f_string_dynamics_decrease_by_) || !defined(_di_f_string_dynamics_increase_) || !defined(_di_f_string_dynamics_increase_by_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multis_decrease_by_) || !defined(_di_f_string_map_multis_increase_) || !defined(_di_f_string_map_multis_increase_by_) || !defined(_di_f_string_map_multis_resize_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_) || !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_) +#if !defined(_di_f_string_dynamics_decrease_by_) || !defined(_di_f_string_dynamics_increase_) || !defined(_di_f_string_dynamics_increase_by_) || !defined(_di_f_string_dynamics_resize_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multis_decrease_by_) || !defined(_di_f_string_map_multis_increase_) || !defined(_di_f_string_map_multis_increase_by_) || !defined(_di_f_string_map_multis_resize_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_) || !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_) extern f_status_t private_f_string_dynamics_resize(const f_array_length_t length, f_string_dynamics_t * const dynamics) F_attribute_visibility_internal_d; -#endif // !defined(_di_f_string_dynamics_decrease_by_) || !defined(_di_f_string_dynamics_increase_) || !defined(_di_f_string_dynamics_increase_by_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multis_decrease_by_) || !defined(_di_f_string_map_multis_increase_) || !defined(_di_f_string_map_multis_increase_by_) || !defined(_di_f_string_map_multis_resize_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_) || !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_) +#endif // !defined(_di_f_string_dynamics_decrease_by_) || !defined(_di_f_string_dynamics_increase_) || !defined(_di_f_string_dynamics_increase_by_) || !defined(_di_f_string_dynamics_resize_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multis_decrease_by_) || !defined(_di_f_string_map_multis_increase_) || !defined(_di_f_string_map_multis_increase_by_) || !defined(_di_f_string_map_multis_resize_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_) || !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_) /** * Private implementation for resizing. diff --git a/level_0/f_thread/c/private-thread.c b/level_0/f_thread/c/private-thread.c index fe1f2982d..c3c37ebd5 100644 --- a/level_0/f_thread/c/private-thread.c +++ b/level_0/f_thread/c/private-thread.c @@ -257,7 +257,7 @@ extern "C" { } #endif // !defined(_di_f_thread_condition_attributes_decrease_) || !defined(_di_f_thread_condition_attributes_decrease_by_) || !defined(_di_f_thread_condition_attributes_increase_) || !defined(_di_f_thread_condition_attributes_increase_by_) -#if !defined(_di_f_thread_conditions_adjust_) || !defined(_di_f_thread_conditions_decimate_by_) || !defined(_di_f_thread_conditions_decrease_) || !defined(_di_f_thread_conditions_decrease_by_) || !defined(_di_f_thread_conditions_increase_) || !defined(_di_f_thread_conditions_increase_by_) || !defined(_di_f_thread_conditions_resize_) +#if !defined(_di_f_thread_condition_delete_) || !defined(_di_f_thread_conditions_adjust_) || !defined(_di_f_thread_conditions_decimate_by_) || !defined(_di_f_thread_conditions_decrease_) || !defined(_di_f_thread_conditions_decrease_by_) || !defined(_di_f_thread_conditions_increase_) || !defined(_di_f_thread_conditions_increase_by_) || !defined(_di_f_thread_conditions_resize_) f_status_t private_f_thread_condition_delete(f_thread_condition_t *condition) { const int error = pthread_cond_destroy(condition); @@ -271,7 +271,7 @@ extern "C" { return F_none; } -#endif // !defined(_di_f_thread_conditions_adjust_) || !defined(_di_f_thread_conditions_decimate_by_) || !defined(_di_f_thread_conditions_decrease_) || !defined(_di_f_thread_conditions_decrease_by_) || !defined(_di_f_thread_conditions_increase_) || !defined(_di_f_thread_conditions_increase_by_) || !defined(_di_f_thread_conditions_resize_) +#endif // !defined(_di_f_thread_condition_delete_) || !defined(_di_f_thread_conditions_adjust_) || !defined(_di_f_thread_conditions_decimate_by_) || !defined(_di_f_thread_conditions_decrease_) || !defined(_di_f_thread_conditions_decrease_by_) || !defined(_di_f_thread_conditions_increase_) || !defined(_di_f_thread_conditions_increase_by_) || !defined(_di_f_thread_conditions_resize_) #if !defined(_di_f_thread_conditions_adjust_) || !defined(_di_f_thread_conditions_decimate_by_) f_status_t private_f_thread_conditions_adjust(const f_array_length_t length, f_thread_conditions_t * const conditions) { @@ -484,7 +484,7 @@ extern "C" { } #endif // !defined(_di_f_thread_lock_attributes_decrease_) || !defined(_di_f_thread_lock_attributes_decrease_by_) || !defined(_di_f_thread_lock_attributes_increase_) || !defined(_di_f_thread_lock_attributes_increase_by_) -#if !defined(_di_f_thread_locks_adjust_) || !defined(_di_f_thread_locks_decimate_by_) || !defined(_di_f_thread_locks_decrease_) || !defined(_di_f_thread_locks_decrease_by_) || !defined(_di_f_thread_locks_increase_) || !defined(_di_f_thread_locks_increase_by_) || !defined(_di_f_thread_locks_resize_) +#if !defined(_di_f_thread_lock_delete_) || !defined(_di_f_thread_locks_adjust_) || !defined(_di_f_thread_locks_decimate_by_) || !defined(_di_f_thread_locks_decrease_) || !defined(_di_f_thread_locks_decrease_by_) || !defined(_di_f_thread_locks_increase_) || !defined(_di_f_thread_locks_increase_by_) || !defined(_di_f_thread_locks_resize_) f_status_t private_f_thread_lock_delete(f_thread_lock_t *lock) { const int error = pthread_rwlock_destroy(lock); @@ -498,7 +498,7 @@ extern "C" { return F_none; } -#endif // !defined(_di_f_thread_locks_adjust_) || !defined(_di_f_thread_locks_decimate_by_) || !defined(_di_f_thread_locks_decrease_) || !defined(_di_f_thread_locks_decrease_by_) || !defined(_di_f_thread_locks_increase_) || !defined(_di_f_thread_locks_increase_by_) || !defined(_di_f_thread_locks_resize_) +#endif // !defined(_di_f_thread_lock_delete_) || !defined(_di_f_thread_locks_adjust_) || !defined(_di_f_thread_locks_decimate_by_) || !defined(_di_f_thread_locks_decrease_) || !defined(_di_f_thread_locks_decrease_by_) || !defined(_di_f_thread_locks_increase_) || !defined(_di_f_thread_locks_increase_by_) || !defined(_di_f_thread_locks_resize_) #if !defined(_di_f_thread_locks_adjust_) || !defined(_di_f_thread_locks_decimate_by_) f_status_t private_f_thread_locks_adjust(const f_array_length_t length, f_thread_locks_t * const locks) { @@ -612,7 +612,8 @@ extern "C" { } #endif // !defined(_di_f_thread_mutex_attributes_decrease_) || !defined(_di_f_thread_mutex_attributes_decrease_by_) || !defined(_di_f_thread_mutex_attributes_increase_) || !defined(_di_f_thread_mutex_attributes_increase_by_) -#if !defined(_di_f_thread_mutexs_adjust_) || !defined(_di_f_thread_mutexs_decimate_by_) || !defined(_di_f_thread_mutexs_decrease_) || !defined(_di_f_thread_mutexs_decrease_by_) || !defined(_di_f_thread_mutexs_increase_) || !defined(_di_f_thread_mutexs_increase_by_) || !defined(_di_f_thread_mutexs_resize_) + +#if !defined(_di_f_thread_mutex_delete_) || !defined(_di_f_thread_mutexs_adjust_) || !defined(_di_f_thread_mutexs_decimate_by_) || !defined(_di_f_thread_mutexs_decrease_) || !defined(_di_f_thread_mutexs_decrease_by_) || !defined(_di_f_thread_mutexs_increase_) || !defined(_di_f_thread_mutexs_increase_by_) || !defined(_di_f_thread_mutexs_resize_) f_status_t private_f_thread_mutex_delete(f_thread_mutex_t *mutex) { const int error = pthread_mutex_destroy(mutex); @@ -626,7 +627,7 @@ extern "C" { return F_none; } -#endif // !defined(_di_f_thread_mutexs_adjust_) || !defined(_di_f_thread_mutexs_decimate_by_) || !defined(_di_f_thread_mutexs_decrease_) || !defined(_di_f_thread_mutexs_decrease_by_) || !defined(_di_f_thread_mutexs_increase_) || !defined(_di_f_thread_mutexs_increase_by_) || !defined(_di_f_thread_mutexs_resize_) +#endif // !defined(_di_f_thread_mutex_delete_) || !defined(_di_f_thread_mutexs_adjust_) || !defined(_di_f_thread_mutexs_decimate_by_) || !defined(_di_f_thread_mutexs_decrease_) || !defined(_di_f_thread_mutexs_decrease_by_) || !defined(_di_f_thread_mutexs_increase_) || !defined(_di_f_thread_mutexs_increase_by_) || !defined(_di_f_thread_mutexs_resize_) #if !defined(_di_f_thread_mutexs_adjust_) || !defined(_di_f_thread_mutexs_decimate_by_) f_status_t private_f_thread_mutexs_adjust(const f_array_length_t length, f_thread_mutexs_t * const mutexs) { diff --git a/level_0/f_thread/c/private-thread.h b/level_0/f_thread/c/private-thread.h index be3a46d6a..81cc9d851 100644 --- a/level_0/f_thread/c/private-thread.h +++ b/level_0/f_thread/c/private-thread.h @@ -353,6 +353,7 @@ extern "C" { * * @see pthread_cond_destroy() * + * @see f_thread_condition_delete() * @see f_thread_conditions_adjust() * @see f_thread_conditions_decimate_by() * @see f_thread_conditions_decrease() @@ -361,9 +362,9 @@ extern "C" { * @see f_thread_conditions_increase_by() * @see f_thread_conditions_resize() */ -#if !defined(_di_f_thread_conditions_adjust_) || !defined(_di_f_thread_conditions_decimate_by_) || !defined(_di_f_thread_conditions_decrease_) || !defined(_di_f_thread_conditions_decrease_by_) || !defined(_di_f_thread_conditions_increase_) || !defined(_di_f_thread_conditions_increase_by_) || !defined(_di_f_thread_conditions_resize_) +#if !defined(_di_f_thread_condition_delete_) || !defined(_di_f_thread_conditions_adjust_) || !defined(_di_f_thread_conditions_decimate_by_) || !defined(_di_f_thread_conditions_decrease_) || !defined(_di_f_thread_conditions_decrease_by_) || !defined(_di_f_thread_conditions_increase_) || !defined(_di_f_thread_conditions_increase_by_) || !defined(_di_f_thread_conditions_resize_) extern f_status_t private_f_thread_condition_delete(f_thread_condition_t *condition) F_attribute_visibility_internal_d; -#endif // !defined(_di_f_thread_conditions_adjust_) || !defined(_di_f_thread_conditions_decimate_by_) || !defined(_di_f_thread_conditions_decrease_) || !defined(_di_f_thread_conditions_decrease_by_) || !defined(_di_f_thread_conditions_increase_) || !defined(_di_f_thread_conditions_increase_by_) || !defined(_di_f_thread_conditions_resize_) +#endif // !defined(_di_f_thread_condition_delete_) || !defined(_di_f_thread_conditions_adjust_) || !defined(_di_f_thread_conditions_decimate_by_) || !defined(_di_f_thread_conditions_decrease_) || !defined(_di_f_thread_conditions_decrease_by_) || !defined(_di_f_thread_conditions_increase_) || !defined(_di_f_thread_conditions_increase_by_) || !defined(_di_f_thread_conditions_resize_) /** * Private implementation for resizing. @@ -628,6 +629,7 @@ extern "C" { * * @see pthread_rwlock_destroy() * + * @see f_thread_lock_delete() * @see f_thread_locks_adjust() * @see f_thread_locks_decimate_by() * @see f_thread_locks_decrease() @@ -636,9 +638,9 @@ extern "C" { * @see f_thread_locks_increase_by() * @see f_thread_locks_resize() */ -#if !defined(_di_f_thread_locks_adjust_) || !defined(_di_f_thread_locks_decimate_by_) || !defined(_di_f_thread_locks_decrease_) || !defined(_di_f_thread_locks_decrease_by_) || !defined(_di_f_thread_locks_increase_) || !defined(_di_f_thread_locks_increase_by_) || !defined(_di_f_thread_locks_resize_) +#if !defined(_di_f_thread_lock_delete_) || !defined(_di_f_thread_locks_adjust_) || !defined(_di_f_thread_locks_decimate_by_) || !defined(_di_f_thread_locks_decrease_) || !defined(_di_f_thread_locks_decrease_by_) || !defined(_di_f_thread_locks_increase_) || !defined(_di_f_thread_locks_increase_by_) || !defined(_di_f_thread_locks_resize_) extern f_status_t private_f_thread_lock_delete(f_thread_lock_t *lock) F_attribute_visibility_internal_d; -#endif // !defined(_di_f_thread_locks_adjust_) || !defined(_di_f_thread_locks_decimate_by_) || !defined(_di_f_thread_locks_decrease_) || !defined(_di_f_thread_locks_decrease_by_) || !defined(_di_f_thread_locks_increase_) || !defined(_di_f_thread_locks_increase_by_) || !defined(_di_f_thread_locks_resize_) +#endif // !defined(_di_f_thread_lock_delete_) || !defined(_di_f_thread_locks_adjust_) || !defined(_di_f_thread_locks_decimate_by_) || !defined(_di_f_thread_locks_decrease_) || !defined(_di_f_thread_locks_decrease_by_) || !defined(_di_f_thread_locks_increase_) || !defined(_di_f_thread_locks_increase_by_) || !defined(_di_f_thread_locks_resize_) /** * Private implementation for resizing. @@ -779,6 +781,7 @@ extern "C" { * * @see pthread_mutex_destroy() * + * @see f_thread_mutex_delete() * @see f_thread_mutexs_adjust() * @see f_thread_mutexs_decimate_by() * @see f_thread_mutexs_decrease() @@ -787,9 +790,9 @@ extern "C" { * @see f_thread_mutexs_increase_by() * @see f_thread_mutexs_resize() */ -#if !defined(_di_f_thread_mutexs_adjust_) || !defined(_di_f_thread_mutexs_decimate_by_) || !defined(_di_f_thread_mutexs_decrease_) || !defined(_di_f_thread_mutexs_decrease_by_) || !defined(_di_f_thread_mutexs_increase_) || !defined(_di_f_thread_mutexs_increase_by_) || !defined(_di_f_thread_mutexs_resize_) +#if !defined(_di_f_thread_mutex_delete_) || !defined(_di_f_thread_mutexs_adjust_) || !defined(_di_f_thread_mutexs_decimate_by_) || !defined(_di_f_thread_mutexs_decrease_) || !defined(_di_f_thread_mutexs_decrease_by_) || !defined(_di_f_thread_mutexs_increase_) || !defined(_di_f_thread_mutexs_increase_by_) || !defined(_di_f_thread_mutexs_resize_) extern f_status_t private_f_thread_mutex_delete(f_thread_mutex_t *mutex) F_attribute_visibility_internal_d; -#endif // !defined(_di_f_thread_mutexs_adjust_) || !defined(_di_f_thread_mutexs_decimate_by_) || !defined(_di_f_thread_mutexs_decrease_) || !defined(_di_f_thread_mutexs_decrease_by_) || !defined(_di_f_thread_mutexs_increase_) || !defined(_di_f_thread_mutexs_increase_by_) || !defined(_di_f_thread_mutexs_resize_) +#endif // !defined(_di_f_thread_mutex_delete_) || !defined(_di_f_thread_mutexs_adjust_) || !defined(_di_f_thread_mutexs_decimate_by_) || !defined(_di_f_thread_mutexs_decrease_) || !defined(_di_f_thread_mutexs_decrease_by_) || !defined(_di_f_thread_mutexs_increase_) || !defined(_di_f_thread_mutexs_increase_by_) || !defined(_di_f_thread_mutexs_resize_) /** * Private implementation for resizing. diff --git a/level_0/f_type/c/type.h b/level_0/f_type/c/type.h index aae9f66af..3335b937b 100644 --- a/level_0/f_type/c/type.h +++ b/level_0/f_type/c/type.h @@ -947,7 +947,6 @@ extern "C" { * This provides the types without the normal "f_" leading prefixes to be more in line with the core types like int64_t. */ #ifdef __SIZEOF_INT128__ - #ifndef _di_f_int128_t_ typedef __int128_t int128_t; #endif // _di_f_int128_t_ @@ -955,9 +954,7 @@ extern "C" { #ifndef _di_f_uint128_t_ typedef __uint128_t uint128_t; #endif // _di_f_uint128_t_ - #else // __SIZEOF_INT128__ - #ifndef _di_f_int128_t_ typedef int64_t int128_t; #endif // _di_f_int128_t_ @@ -965,7 +962,6 @@ extern "C" { #ifndef _di_f_uint128_t_ typedef uint64_t uint128_t; #endif // _di_f_uint128_t_ - #endif // __SIZEOF_INT128__ /** diff --git a/level_0/f_utf/c/private-utf_control.c b/level_0/f_utf/c/private-utf_control.c index d6d1a7d4e..d12cec645 100644 --- a/level_0/f_utf/c/private-utf_control.c +++ b/level_0/f_utf/c/private-utf_control.c @@ -6,7 +6,7 @@ extern "C" { #endif -#if !defined(_di_f_utf_character_is_control_) || !defined(_di_f_utf_is_control_) +#if !defined(_di_f_utf_character_is_alphabetic_) || !defined(_di_f_utf_character_is_control_) || !defined(_di_f_utf_is_alphabetic_) || !defined(_di_f_utf_is_control_) f_status_t private_f_utf_character_is_control(const f_utf_char_t sequence) { if (macro_f_utf_char_t_width_is(sequence) == 2) { @@ -127,7 +127,7 @@ extern "C" { return F_false; } -#endif // !defined(_di_f_utf_character_is_control_) || !defined(_di_f_utf_is_control_) +#endif // !defined(_di_f_utf_character_is_alphabetic_) || !defined(_di_f_utf_character_is_control_) || !defined(_di_f_utf_is_alphabetic_) || !defined(_di_f_utf_is_control_) #if !defined(_di_f_utf_character_is_control_code_) || !defined(_di_f_utf_is_control_code_) f_status_t private_f_utf_character_is_control_code(const f_utf_char_t sequence) { @@ -142,7 +142,7 @@ extern "C" { return F_false; } -#endif // !defined(_di_f_utf_character_is_control_code_) || !defined(_di_f_utf_is_contro_codel_) +#endif // !defined(_di_f_utf_character_is_control_code_) || !defined(_di_f_utf_is_control_code_) #if !defined(_di_f_utf_character_is_control_format_) || !defined(_di_f_utf_is_control_format_) f_status_t private_f_utf_character_is_control_format(const f_utf_char_t sequence) { diff --git a/level_0/f_utf/c/private-utf_control.h b/level_0/f_utf/c/private-utf_control.h index b4593fb29..f6b4e5391 100644 --- a/level_0/f_utf/c/private-utf_control.h +++ b/level_0/f_utf/c/private-utf_control.h @@ -34,12 +34,14 @@ extern "C" { * F_utf_fragment (with error bit) if character is a UTF-8 fragment. * F_utf_not (with error bit) if unicode is an invalid Unicode character. * + * @see f_utf_character_is_alphabetic() * @see f_utf_character_is_control() + * @see f_utf_is_alphabetic() * @see f_utf_is_control() */ -#if !defined(_di_f_utf_character_is_control_) || !defined(_di_f_utf_is_control_) +#if !defined(_di_f_utf_character_is_alphabetic_) || !defined(_di_f_utf_character_is_control_) || !defined(_di_f_utf_is_alphabetic_) || !defined(_di_f_utf_is_control_) extern f_status_t private_f_utf_character_is_control(const f_utf_char_t sequence) F_attribute_visibility_internal_d; -#endif // !defined(_di_f_utf_character_is_control_) || !defined(_di_f_utf_is_control_) +#endif // !defined(_di_f_utf_character_is_alphabetic_) || !defined(_di_f_utf_character_is_control_) || !defined(_di_f_utf_is_alphabetic_) || !defined(_di_f_utf_is_control_) /** * Private implementation of f_utf_character_is_control_code(). diff --git a/level_1/fl_utf/c/private-utf.h b/level_1/fl_utf/c/private-utf.h index ea7fbe7a2..e6cadf2ea 100644 --- a/level_1/fl_utf/c/private-utf.h +++ b/level_1/fl_utf/c/private-utf.h @@ -43,9 +43,9 @@ extern "C" { * @see fl_utf_string_dynamic_compare() * @see fl_utf_string_dynamic_partial_compare() */ -#if !defined(_di_fl_utfl_string_compare_) || !defined(_di_fl_utfl_string_dynamic_compare_) || !defined(_di_fl_utfl_string_dynamic_partial_compare_) +#if !defined(_di_fl_utf_string_compare_) || !defined(_di_fl_utf_string_dynamic_compare_) || !defined(_di_fl_utf_string_dynamic_partial_compare_) extern f_status_t private_fl_utf_string_compare(const f_utf_string_t string1, const f_utf_string_t string2, const f_array_length_t offset1, const f_array_length_t offset2, const f_array_length_t stop1, const f_array_length_t stop2) F_attribute_visibility_internal_d; -#endif // !defined(_di_fl_utfl_string_compare_) || !defined(_di_fl_utfl_string_dynamic_compare_) || !defined(_di_fl_utfl_string_dynamic_partial_compare_) +#endif // !defined(_di_fl_utf_string_compare_) || !defined(_di_fl_utf_string_dynamic_compare_) || !defined(_di_fl_utf_string_dynamic_partial_compare_) /** * Private implementation of fl_utf_string_compare_trim(). diff --git a/level_3/byte_dump/data/build/fakefile b/level_3/byte_dump/data/build/fakefile index 5086c113a..6b0bdff38 100644 --- a/level_3/byte_dump/data/build/fakefile +++ b/level_3/byte_dump/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/control/data/build/fakefile b/level_3/control/data/build/fakefile index 97815ecd5..e1e3df52b 100644 --- a/level_3/control/data/build/fakefile +++ b/level_3/control/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/controller/data/build/dependencies b/level_3/controller/data/build/dependencies index 2b3114f0a..3e6414ed5 100644 --- a/level_3/controller/data/build/dependencies +++ b/level_3/controller/data/build/dependencies @@ -18,6 +18,7 @@ f_execute f_file f_fss f_iki +f_limit f_path f_pipe f_print @@ -28,6 +29,7 @@ f_thread fl_control_group fl_conversion +fl_directory fl_environment fl_fss fl_iki diff --git a/level_3/controller/data/build/fakefile b/level_3/controller/data/build/fakefile index 943b151b4..39daf1004 100644 --- a/level_3/controller/data/build/fakefile +++ b/level_3/controller/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer as_init environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fake/data/build/fakefile b/level_3/fake/data/build/fakefile index 7507b7cde..55b247bf5 100644 --- a/level_3/fake/data/build/fakefile +++ b/level_3/fake/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/firewall/data/build/fakefile b/level_3/firewall/data/build/fakefile index 97e495016..04f861d18 100644 --- a/level_3/firewall/data/build/fakefile +++ b/level_3/firewall/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fss_basic_list_read/data/build/fakefile b/level_3/fss_basic_list_read/data/build/fakefile index ce59a0abd..4e08fb5a3 100644 --- a/level_3/fss_basic_list_read/data/build/fakefile +++ b/level_3/fss_basic_list_read/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fss_basic_list_write/data/build/fakefile b/level_3/fss_basic_list_write/data/build/fakefile index 99ebb8f4b..5c36bd70d 100644 --- a/level_3/fss_basic_list_write/data/build/fakefile +++ b/level_3/fss_basic_list_write/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fss_basic_read/data/build/fakefile b/level_3/fss_basic_read/data/build/fakefile index 3bd3c080f..ecd42337f 100644 --- a/level_3/fss_basic_read/data/build/fakefile +++ b/level_3/fss_basic_read/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fss_basic_write/data/build/fakefile b/level_3/fss_basic_write/data/build/fakefile index 297f7024b..4378acdb4 100644 --- a/level_3/fss_basic_write/data/build/fakefile +++ b/level_3/fss_basic_write/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fss_embedded_list_read/data/build/fakefile b/level_3/fss_embedded_list_read/data/build/fakefile index 4ad0b791e..29f85b6be 100644 --- a/level_3/fss_embedded_list_read/data/build/fakefile +++ b/level_3/fss_embedded_list_read/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fss_embedded_list_write/data/build/fakefile b/level_3/fss_embedded_list_write/data/build/fakefile index f924fc359..1e55f886e 100644 --- a/level_3/fss_embedded_list_write/data/build/fakefile +++ b/level_3/fss_embedded_list_write/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fss_extended_list_read/data/build/fakefile b/level_3/fss_extended_list_read/data/build/fakefile index 0e4053594..75c2755dc 100644 --- a/level_3/fss_extended_list_read/data/build/fakefile +++ b/level_3/fss_extended_list_read/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fss_extended_list_write/data/build/fakefile b/level_3/fss_extended_list_write/data/build/fakefile index 31cc6dbc7..d3b6448ae 100644 --- a/level_3/fss_extended_list_write/data/build/fakefile +++ b/level_3/fss_extended_list_write/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fss_extended_read/data/build/fakefile b/level_3/fss_extended_read/data/build/fakefile index b1829a900..cf0771260 100644 --- a/level_3/fss_extended_read/data/build/fakefile +++ b/level_3/fss_extended_read/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fss_extended_write/data/build/fakefile b/level_3/fss_extended_write/data/build/fakefile index 8195b99c3..d5e4d0b92 100644 --- a/level_3/fss_extended_write/data/build/fakefile +++ b/level_3/fss_extended_write/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fss_identify/data/build/fakefile b/level_3/fss_identify/data/build/fakefile index 85f637069..5987174f1 100644 --- a/level_3/fss_identify/data/build/fakefile +++ b/level_3/fss_identify/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fss_payload_read/data/build/fakefile b/level_3/fss_payload_read/data/build/fakefile index 35890c5b5..31098d1ba 100644 --- a/level_3/fss_payload_read/data/build/fakefile +++ b/level_3/fss_payload_read/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fss_payload_write/data/build/fakefile b/level_3/fss_payload_write/data/build/fakefile index 0d2f03056..a27fa43e6 100644 --- a/level_3/fss_payload_write/data/build/fakefile +++ b/level_3/fss_payload_write/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fss_status_code/data/build/fakefile b/level_3/fss_status_code/data/build/fakefile index 71ce43cf3..521705289 100644 --- a/level_3/fss_status_code/data/build/fakefile +++ b/level_3/fss_status_code/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/iki_read/data/build/fakefile b/level_3/iki_read/data/build/fakefile index 52ae617a4..c13c1414f 100644 --- a/level_3/iki_read/data/build/fakefile +++ b/level_3/iki_read/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/iki_write/data/build/fakefile b/level_3/iki_write/data/build/fakefile index 27415290e..a0bcc8374 100644 --- a/level_3/iki_write/data/build/fakefile +++ b/level_3/iki_write/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/status_code/data/build/fakefile b/level_3/status_code/data/build/fakefile index da8f07ce6..df2eab543 100644 --- a/level_3/status_code/data/build/fakefile +++ b/level_3/status_code/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/utf8/data/build/fakefile b/level_3/utf8/data/build/fakefile index 18e9b586a..0bc307bea 100644 --- a/level_3/utf8/data/build/fakefile +++ b/level_3/utf8/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual level monolithic clang test + modes individual level monolithic clang test fanalyzer environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH -- 2.47.3