]> Kevux Git Server - fll/commitdiff
Cleanup: Documentation comments, adding missing colon and fixing word usage.
authorKevin Day <kevin@kevux.org>
Sat, 24 Jun 2023 22:36:59 +0000 (17:36 -0500)
committerKevin Day <kevin@kevux.org>
Sat, 24 Jun 2023 22:36:59 +0000 (17:36 -0500)
12 files changed:
level_0/f_account/c/account.h
level_0/f_account/c/private-account.h
level_0/f_serialize/c/serialize.h
level_3/fake/c/main/signal.h
level_3/fss_read/c/main/signal.h
level_3/fss_write/c/main/fss_write.h
level_3/fss_write/c/main/signal.h
level_3/iki_read/c/main/signal.h
level_3/iki_write/c/main/signal.h
level_3/status_code/c/main/signal.h
level_3/utf8/c/main/common.c
level_3/utf8/c/main/signal.h

index 4a39dbb175c69c9255496f31e4b193b32fb62ecf..cfa7fa093ca7cfde2342fd35fe82cbf0b3b500b9 100644 (file)
@@ -54,7 +54,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_failure (with error bit) on any other error.
  *
- *   Errors (with error bit) from f_string_dynamic_increase_by().
+ *   Errors (with error bit) from: f_string_dynamic_increase_by().
  *
  * @see getpwuid_r()
  * @see sysconf()
@@ -87,7 +87,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_failure (with error bit) on any other error.
  *
- *   Errors (with error bit) from f_string_dynamic_increase_by().
+ *   Errors (with error bit) from: f_string_dynamic_increase_by().
  *
  * @see getpwnam_r()
  *
@@ -145,7 +145,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_failure (with error bit) on any other error.
  *
- *   Errors (with error bit) from f_string_dynamic_increase_by().
+ *   Errors (with error bit) from: f_string_dynamic_increase_by().
  *
  * @see getgrgid_r()
  *
@@ -203,7 +203,7 @@ extern "C" {
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_failure (with error bit) on any other error.
  *
- *   Errors (with error bit) from f_string_dynamic_increase_by().
+ *   Errors (with error bit) from: f_string_dynamic_increase_by().
  *
  * @see getpwuid_r()
  *
index 8ae1c929a7118b9c26aff5f0417bd66cc0a338fd..f594699c81678eaf66264d645007b01ae6050ddf 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  * @return
  *   F_none on success.
  *
- *   Errors (with error bit) from f_string_dynamic_increase_by().
+ *   Errors (with error bit) from: f_string_dynamic_increase_by().
  *
  * @see f_string_dynamic_increase_by()
  */
index 564aea431df4fbfa999d82c9a8ef47badbfb13eb..da8f79d29d52418c62be00475105b7d4455879cf 100644 (file)
@@ -53,8 +53,8 @@ extern "C" {
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   Errors (with error bit) from f_string_append();
- *   Errors (with error bit) from f_string_dynamics_increase_by();
+ *   Errors (with error bit) from: f_string_append();
+ *   Errors (with error bit) from: f_string_dynamics_increase_by();
  *
  * @see f_string_append()
  * @see f_string_dynamics_increase_by()
@@ -121,7 +121,7 @@ extern "C" {
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   Errors (with error bit) from f_string_ranges_increase()
+ *   Errors (with error bit) from: f_string_ranges_increase()
  *
  * @see f_string_ranges_increase()
  */
@@ -182,8 +182,8 @@ extern "C" {
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
- *   Errors (with error bit) from f_string_dynamic_append();
- *   Errors (with error bit) from f_string_dynamic_append_assure();
+ *   Errors (with error bit) from: f_string_dynamic_append();
+ *   Errors (with error bit) from: f_string_dynamic_append_assure();
  *
  * @see f_string_dynamic_append()
  * @see f_string_dynamic_append_assure()
index 21d9bea8b82d09dea447628ea1e9b2e308dd3afd..89dc952f9099f88a37f08b906a625222790ec250 100644 (file)
@@ -68,8 +68,8 @@ extern "C" {
  *   This alters main.program.signal_received, setting it to a received signal.
  *
  *   This alters setting.status:
- *     Errors with (error bit set) from: f_signal_open()
- *     Errors with (error bit set) from: f_signal_wait()
+ *     Errors (with error bit) from: f_signal_open()
+ *     Errors (with error bit) from: f_signal_wait()
  *
  * @see f_signal_close()
  * @see f_signal_open()
index 68aeb511cd1168d758ee467c80fe0d1de9e405a4..3cea0ae5f0534544ed57f6ed487998c772e640bb 100644 (file)
@@ -68,8 +68,8 @@ extern "C" {
  *   This alters main.program.signal_received, setting it to a received signal.
  *
  *   This alters setting.status:
- *     Errors with (error bit set) from: f_signal_open()
- *     Errors with (error bit set) from: f_signal_wait()
+ *     Errors (with error bit) from: f_signal_open()
+ *     Errors (with error bit) from: f_signal_wait()
  *
  * @see f_signal_close()
  * @see f_signal_open()
index 04d4a9dd1753312127462ed882c577f90468fea5..3fe7bb94089cb8659c74df54f30d8230f07fb383 100644 (file)
@@ -103,7 +103,7 @@ extern "C" {
  *   This alters main.custom.setting.state.status:
  *     status from fss_write_process_normal_data().
  *
- *     Errors (with error bit) from fss_write_process_normal_data().
+ *     Errors (with error bit) from: fss_write_process_normal_data().
  *
  * @see fss_write_process_normal_data()
  */
index 7e2d888dcb778c58bb9fc7ba0549b295cc2c16ce..c72d814e204f36c0ef26cdec87a5f79a606cd4a0 100644 (file)
@@ -68,8 +68,8 @@ extern "C" {
  *   This alters main.program.signal_received, setting it to a received signal.
  *
  *   This alters setting.status:
- *     Errors with (error bit set) from: f_signal_open()
- *     Errors with (error bit set) from: f_signal_wait()
+ *     Errors (with error bit) from: f_signal_open()
+ *     Errors (with error bit) from: f_signal_wait()
  *
  * @see f_signal_close()
  * @see f_signal_open()
index 4be58afd3f479eeb3e58e5623de90aafab1a4aee..e6d096779a490b0ee053a0947263d7bdf7ec7e51 100644 (file)
@@ -68,8 +68,8 @@ extern "C" {
  *   This alters main.program.signal_received, setting it to a received signal.
  *
  *   This alters setting.status:
- *     Errors with (error bit set) from: f_signal_open()
- *     Errors with (error bit set) from: f_signal_wait()
+ *     Errors (with error bit) from: f_signal_open()
+ *     Errors (with error bit) from: f_signal_wait()
  *
  * @see f_signal_close()
  * @see f_signal_open()
index 2301f0b9712f20ca48a662fa348184452fa9547c..8ad8ab8c8d036aaf1896e132ab0bcd851cf8292c 100644 (file)
@@ -68,8 +68,8 @@ extern "C" {
  *   This alters main.program.signal_received, setting it to a received signal.
  *
  *   This alters setting.status:
- *     Errors with (error bit set) from: f_signal_open()
- *     Errors with (error bit set) from: f_signal_wait()
+ *     Errors (with error bit) from: f_signal_open()
+ *     Errors (with error bit) from: f_signal_wait()
  *
  * @see f_signal_close()
  * @see f_signal_open()
index 905544b69a984a5d84852a5e7de4e05161764e98..479f373b0c55055520bf9fdf11a121368f0f0fd8 100644 (file)
@@ -68,8 +68,8 @@ extern "C" {
  *   This alters main.program.signal_received, setting it to a received signal.
  *
  *   This alters setting.status:
- *     Errors with (error bit set) from: f_signal_open()
- *     Errors with (error bit set) from: f_signal_wait()
+ *     Errors (with error bit) from: f_signal_open()
+ *     Errors (with error bit) from: f_signal_wait()
  *
  * @see f_signal_close()
  * @see f_signal_open()
index a0baca59f11665e1ce887b469f33cd6c9966243b..378f1a6d27b379db8f6b3a17d3c085776a8ba469 100644 (file)
@@ -382,7 +382,14 @@ extern "C" {
       } // for
     }
 
-    if (!(main->program.parameters.array[utf8_parameter_from_file_e].result & f_console_result_found_e) && !((main->program.pipe & fll_program_data_pipe_input_e) || main->program.parameters.remaining.used)) {
+    if (main->program.pipe & fll_program_data_pipe_input_e) {
+      main->setting.flag |= utf8_main_flag_pipe_e;
+    }
+    else {
+      main->setting.flag -= main->setting.flag & utf8_main_flag_pipe_e;
+    }
+
+    if (!((main->setting.flag & (fss_identify_main_flag_pipe_e | utf8_main_flag_file_from_e)) || main->program.parameters.remaining.used)) {
       main->setting.state.status = F_status_set_error(F_parameter);
 
       if ((main->setting.flag & utf8_main_flag_print_first_e) && main->program.message.verbosity > f_console_verbosity_error_e) {
@@ -434,10 +441,6 @@ extern "C" {
     }
 
     main->setting.valid_not = main->program.message.set->error;
-
-    if (main->program.pipe & fll_program_data_pipe_input_e) {
-      main->setting.flag |= utf8_main_flag_pipe_e;
-    }
   }
 #endif // _di_utf8_setting_load_
 
index 2a54696cc1be400c43302f9eda52530f6a4329f4..8baa1e2a32152f335939c33420396e792de97836 100644 (file)
@@ -68,8 +68,8 @@ extern "C" {
  *   This alters main.program.signal_received, setting it to a received signal.
  *
  *   This alters setting.status:
- *     Errors with (error bit set) from: f_signal_open()
- *     Errors with (error bit set) from: f_signal_wait()
+ *     Errors (with error bit) from: f_signal_open()
+ *     Errors (with error bit) from: f_signal_wait()
  *
  * @see f_signal_close()
  * @see f_signal_open()