1 .TH fll_program_print_error_parameter_both_specified_same_amount_without "3" "January 2026" "FLL - Featureless Linux Library 0.8.0 - Level 2" "Library Functions"
3 fll_program_print_error_parameter_both_specified_same_amount_without \-
8 \fBf_status_t fll_program_print_error_parameter_both_specified_same_amount_without\fP(
9 \fBfl_print_t *const \fP\fIprint\fP,
10 \fBconst f_string_static_t \fP\fIsymbol_1\fP,
11 \fBconst f_string_static_t \fP\fIsymbol_2\fP,
12 \fBconst f_string_static_t \fP\fIsymbol_3\fP,
13 \fBconst f_string_static_t \fP\fIname_1\fP,
14 \fBconst f_string_static_t \fP\fIname_2\fP,
15 \fBconst f_string_static_t \fP\fIname_3\fP
20 Print an error message about two parameters being required to be specified the same number of times when not specifying the third parameter.
22 This is only printed when verbosity is not set to quiet.
24 print.prefix: For the prefixing a string to the message (such as "ERROR:").
26 F_parameter (with error bit) if a parameter is invalid.
30 The output structure. This locks, uses, and unlocks the file stream.
34 The symbol string prepended to the first parameter. This is usually f_console_symbol_long_normal_s.
38 The symbol string prepended to the second parameter. This is usually f_console_symbol_long_normal_s.
42 The symbol string prepended to the third parameter. This is usually f_console_symbol_long_normal_s.
46 The first parameter name.
50 The second parameter name.
54 The third parameter name, representing the "without" parameter. The first and second parameter must be specified the same amount of times without this parameter.
61 Structure for facilitating colored or other managed printing.
63 custom: A pointer to a data structure determined by some caller for more advanced manipulation.
70 uint8_t \fIverbosity\fP;
72 f_string_static_t \fIprefix\fP;
73 f_string_static_t \fIsuffix\fP;
74 f_color_set_t \fIcontext\fP;
75 f_color_set_t \fInotable\fP;
76 f_color_set_context_t *\fIset\fP;
86 A string that is analogous to f_string_dynamic_t but intended for static-only uses.
88 The f_string_static_t type should always have size set to 0 to represent that it is a static string. This allows for easier integration with f_string_dynamic_t.
90 If size is set to some value other than 0 for a static string, then take special care not to intermix it with f_string_dynamic_t.
92 A special macro_f_string_static_t_initialize_1() is provided to easily initialize a static string. A special macro_f_string_static_t_initialize_2() is provided to easily initialize a static string with an identical used and size.
94 size: Total amount of space available.
99 struct f_string_static_t {
100 f_string_t \fIstring\fP;
101 f_number_unsigned_t \fIused\fP;
102 f_number_unsigned_t \fIsize\fP;
111 A string that is analogous to f_string_dynamic_t but intended for static-only uses.
113 The f_string_static_t type should always have size set to 0 to represent that it is a static string. This allows for easier integration with f_string_dynamic_t.
115 If size is set to some value other than 0 for a static string, then take special care not to intermix it with f_string_dynamic_t.
117 A special macro_f_string_static_t_initialize_1() is provided to easily initialize a static string. A special macro_f_string_static_t_initialize_2() is provided to easily initialize a static string with an identical used and size.
119 size: Total amount of space available.
124 struct f_string_static_t {
125 f_string_t \fIstring\fP;
126 f_number_unsigned_t \fIused\fP;
127 f_number_unsigned_t \fIsize\fP;
136 A string that is analogous to f_string_dynamic_t but intended for static-only uses.
138 The f_string_static_t type should always have size set to 0 to represent that it is a static string. This allows for easier integration with f_string_dynamic_t.
140 If size is set to some value other than 0 for a static string, then take special care not to intermix it with f_string_dynamic_t.
142 A special macro_f_string_static_t_initialize_1() is provided to easily initialize a static string. A special macro_f_string_static_t_initialize_2() is provided to easily initialize a static string with an identical used and size.
144 size: Total amount of space available.
149 struct f_string_static_t {
150 f_string_t \fIstring\fP;
151 f_number_unsigned_t \fIused\fP;
152 f_number_unsigned_t \fIsize\fP;
161 A string that is analogous to f_string_dynamic_t but intended for static-only uses.
163 The f_string_static_t type should always have size set to 0 to represent that it is a static string. This allows for easier integration with f_string_dynamic_t.
165 If size is set to some value other than 0 for a static string, then take special care not to intermix it with f_string_dynamic_t.
167 A special macro_f_string_static_t_initialize_1() is provided to easily initialize a static string. A special macro_f_string_static_t_initialize_2() is provided to easily initialize a static string with an identical used and size.
169 size: Total amount of space available.
174 struct f_string_static_t {
175 f_string_t \fIstring\fP;
176 f_number_unsigned_t \fIused\fP;
177 f_number_unsigned_t \fIsize\fP;
186 A string that is analogous to f_string_dynamic_t but intended for static-only uses.
188 The f_string_static_t type should always have size set to 0 to represent that it is a static string. This allows for easier integration with f_string_dynamic_t.
190 If size is set to some value other than 0 for a static string, then take special care not to intermix it with f_string_dynamic_t.
192 A special macro_f_string_static_t_initialize_1() is provided to easily initialize a static string. A special macro_f_string_static_t_initialize_2() is provided to easily initialize a static string with an identical used and size.
194 size: Total amount of space available.
199 struct f_string_static_t {
200 f_string_t \fIstring\fP;
201 f_number_unsigned_t \fIused\fP;
202 f_number_unsigned_t \fIsize\fP;
211 A string that is analogous to f_string_dynamic_t but intended for static-only uses.
213 The f_string_static_t type should always have size set to 0 to represent that it is a static string. This allows for easier integration with f_string_dynamic_t.
215 If size is set to some value other than 0 for a static string, then take special care not to intermix it with f_string_dynamic_t.
217 A special macro_f_string_static_t_initialize_1() is provided to easily initialize a static string. A special macro_f_string_static_t_initialize_2() is provided to easily initialize a static string with an identical used and size.
219 size: Total amount of space available.
224 struct f_string_static_t {
225 f_string_t \fIstring\fP;
226 f_number_unsigned_t \fIused\fP;
227 f_number_unsigned_t \fIsize\fP;
234 F_okay on success. F_output_not on success, but no printing is performed.
239 \fIprint.h\fP(3), \fIfll_program_print_copyright\fP(3), \fIfll_program_print_error_missing_file\fP(3), \fIfll_program_print_error_missing_variable_not_zero\fP(3), \fIfll_program_print_error_parameter_both_specified_same_amount\fP(3), \fIfll_program_print_error_parameter_both_specified_same_amount_without\fP(3), \fIfll_program_print_error_parameter_cannot_use_with\fP(3), \fIfll_program_print_error_parameter_cannot_use_with_pipe\fP(3), \fIfll_program_print_error_parameter_cannot_use_with_without\fP(3), \fIfll_program_print_error_parameter_cannot_use_with_xor\fP(3), \fIfll_program_print_error_parameter_empty_value\fP(3), \fIfll_program_print_error_parameter_integer_less_than\fP(3), \fIfll_program_print_error_parameter_integer_more_than\fP(3), \fIfll_program_print_error_parameter_integer_not\fP(3), \fIfll_program_print_error_parameter_integer_not_negative\fP(3), \fIfll_program_print_error_parameter_integer_not_positive\fP(3), \fIfll_program_print_error_parameter_missing_value\fP(3), \fIfll_program_print_error_parameter_missing_value_requires_amount\fP(3), \fIfll_program_print_error_parameter_must_specify_once\fP(3), \fIfll_program_print_error_parameter_must_specify_once_value\fP(3), \fIfll_program_print_error_parameter_process\fP(3), \fIfll_program_print_error_parameter_range_start_before_stop\fP(3), \fIfll_program_print_error_parameter_support_not\fP(3), \fIfll_program_print_error_parameter_too_few\fP(3), \fIfll_program_print_error_parameter_too_many\fP(3), \fIfll_program_print_error_parameter_value_too_long\fP(3), \fIfll_program_print_error_pipe_invalid_form_feed\fP(3), \fIfll_program_print_error_pipe_missing_content\fP(3), \fIfll_program_print_error_pipe_object_without_content\fP(3), \fIfll_program_print_help_header\fP(3), \fIfll_program_print_help_operations\fP(3), \fIfll_program_print_help_option\fP(3), \fIfll_program_print_help_option_long\fP(3), \fIfll_program_print_help_option_other\fP(3), \fIfll_program_print_help_option_short\fP(3), \fIfll_program_print_help_option_standard\fP(3), \fIfll_program_print_help_special_options\fP(3), \fIfll_program_print_help_usage\fP(3), \fIfll_program_print_signal_received\fP(3), \fIfll_program_print_version\fP(3)
243 Written by Kevin Day.
246 Copyright \(co 2007-2026 Kevin Day, GNU LGPL Version 2.1 or later.