]> Kevux Git Server - fll/blob
e8f5537fb515fbb184655dfa694267226811cf12
[fll] /
1 .TH fll_program_print_error_pipe_object_without_content "3" "January 2026" "FLL - Featureless Linux Library 0.8.0 - Level 2" "Library Functions"
2 .SH "NAME"
3 fll_program_print_error_pipe_object_without_content \-
4 .SH SYNOPSIS
5 .nf
6 .B #include <print.h>
7 .sp
8 \fBf_status_t fll_program_print_error_pipe_object_without_content\fP(
9     \fBfl_print_t *const \fP\fIprint\fP
10 );
11 .fi
12 .SH DESCRIPTION
13 .PP
14 Print a message about the pipe having an Object without Content.
15 .PP
16 This generally refers to an FSS Object and an FSS Content.
17 .PP
18 This is only printed when verbosity is not set to quiet.
19 .PP
20 print.prefix: For the prefixing a string to the message (such as "ERROR:").
21 .PP
22 F_parameter (with error bit) if a parameter is invalid.
23 .SH PARAMETERS
24 .TP
25 .B print
26 The output structure. This locks, uses, and unlocks the file stream.
27
28 .SH STRUCTURES
29 .SS ""
30 .PP
31 .sp
32 .PP
33 Structure for facilitating colored or other managed printing.
34 .PP
35 custom: A pointer to a data structure determined by some caller for more advanced manipulation.
36 .sp
37 .RS
38 .nf
39 \fB
40 struct fl_print_t {
41   f_file_t                \fIto\fP;
42   uint8_t                 \fIverbosity\fP;
43   uint64_t                \fIflag\fP;
44   f_string_static_t       \fIprefix\fP;
45   f_string_static_t       \fIsuffix\fP;
46   f_color_set_t           \fIcontext\fP;
47   f_color_set_t           \fInotable\fP;
48   f_color_set_context_t  *\fIset\fP;
49   void                   *\fIcustom\fP;
50 };
51 \fP
52 .fi
53 .RE
54 .SH RETURN VALUE
55 .PP
56 F_okay on success. F_output_not on success, but no printing is performed.
57 .SH SEE ALSO
58 .PP
59 .nh
60 .ad l
61 \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), \fIf_file_stream_lock()\fP, \fIf_file_stream_unlock()\fP, \fIfl_print_format()\fP
62 .ad
63 .hy
64 .SH AUTHOR
65 Written by Kevin Day.
66 .SH COPYRIGHT
67 .PP
68 Copyright \(co 2007-2026 Kevin Day, GNU LGPL Version 2.1 or later.