1 .TH fss_identify_print_error_parameter_file_name_empty "3" "January 2026" "FLL - FSS Identify 0.8.0" "Program Functions"
3 fss_identify_print_error_parameter_file_name_empty \-
8 \fBf_status_t fss_identify_print_error_parameter_file_name_empty\fP(
9 \fBfl_print_t *const \fP\fIprint\fP,
10 \fBconst f_number_unsigned_t \fP\fIindex\fP
15 Print error message for when the file parameter is an empty string.
17 F_output_not (with error bit) if setting is NULL.
21 The output structure to print to.
25 The index within the argv[] array where the empty string is found.
32 Structure for facilitating colored or other managed printing.
34 custom: A pointer to a data structure determined by some caller for more advanced manipulation.
41 uint8_t \fIverbosity\fP;
43 f_string_static_t \fIprefix\fP;
44 f_string_static_t \fIsuffix\fP;
45 f_color_set_t \fIcontext\fP;
46 f_color_set_t \fInotable\fP;
47 f_color_set_context_t *\fIset\fP;
55 F_okay on success. F_output_not on success, but no printing is performed.
60 \fIerror.h\fP(3), \fIfss_identify_print_error\fP(3), \fIfss_identify_print_error_file\fP(3), \fIfss_identify_print_error_no_from\fP(3), \fIfss_identify_print_error_parameter_file_name_empty\fP(3), \fIfss_identify_print_error_parameter_file_name_invalid\fP(3), \fIf_file_stream_lock()\fP, \fIf_file_stream_unlock()\fP, \fIfl_print_format()\fP
67 Copyright \(co 2007-2026 Kevin Day, GNU LGPL Version 2.1 or later.