]> Kevux Git Server - fll/commitdiff
Cleanup: Add newline before NULL comment and add dash to de-allocate.
authorKevin Day <Kevin@kevux.org>
Sun, 2 Jun 2024 15:44:32 +0000 (10:44 -0500)
committerKevin Day <Kevin@kevux.org>
Sun, 2 Jun 2024 15:44:32 +0000 (10:44 -0500)
The "Must not be NULL." documentation comments are not consistently structured.
I don't remember which decision I made and so now I am just forcibly setting the same structure with a new line before it.

Improve grammar by adding a dash to de-allocate.

118 files changed:
level_0/f_abstruse/c/abstruse/abstruse.h
level_0/f_abstruse/c/abstruse/map.h
level_0/f_account/c/account/accounts.h
level_0/f_capability/c/capability.h
level_0/f_console/c/console.h
level_0/f_directory/c/directory/listing.h
level_0/f_directory/c/directory/recurse_do.h
level_0/f_directory/c/directory/status.h
level_0/f_file/c/file.h
level_0/f_file/c/file/stream.h
level_0/f_fss/c/fss/item.h
level_0/f_fss/c/fss/named.h
level_0/f_fss/c/fss/nest.h
level_0/f_fss/c/fss/set.h
level_0/f_fss/c/fss/set_quote.h
level_0/f_fss/c/fss/simple_packet.h
level_0/f_iki/c/iki/data.h
level_0/f_limit/c/limit/set.h
level_0/f_limit/c/limit/value.h
level_0/f_memory/c/memory/common.h
level_0/f_parse/c/parse.h
level_0/f_signal/c/signal.h
level_0/f_socket/c/socket.h
level_0/f_socket/c/socket/address.h
level_0/f_socket/c/socket/socket.h
level_0/f_string/c/string/common.h
level_0/f_string/c/string/dynamics.h
level_0/f_string/c/string/dynamicss.h
level_0/f_string/c/string/map_multis.h
level_0/f_string/c/string/map_multiss.h
level_0/f_string/c/string/maps.h
level_0/f_string/c/string/mapss.h
level_0/f_string/c/string/triples.h
level_0/f_string/c/string/tripless.h
level_0/f_thread/c/thread.h
level_0/f_thread/c/thread/attribute.h
level_0/f_thread/c/thread/barrier.h
level_0/f_thread/c/thread/barrier_attribute.h
level_0/f_thread/c/thread/condition.h
level_0/f_thread/c/thread/condition_attribute.h
level_0/f_thread/c/thread/key.h
level_0/f_thread/c/thread/lock.h
level_0/f_thread/c/thread/lock_attribute.h
level_0/f_thread/c/thread/mutex.h
level_0/f_thread/c/thread/mutex_attribute.h
level_0/f_thread/c/thread/semaphore.h
level_0/f_thread/c/thread/set.h
level_0/f_thread/c/thread/spin.h
level_0/f_time/c/time.h
level_0/f_type_array/c/type_array/cell.h
level_0/f_type_array/c/type_array/file.h
level_0/f_type_array/c/type_array/fll_id.h
level_0/f_type_array/c/type_array/int128.h
level_0/f_type_array/c/type_array/int16.h
level_0/f_type_array/c/type_array/int32.h
level_0/f_type_array/c/type_array/int64.h
level_0/f_type_array/c/type_array/int8.h
level_0/f_type_array/c/type_array/number_signed.h
level_0/f_type_array/c/type_array/number_unsigned.h
level_0/f_type_array/c/type_array/poll.h
level_0/f_type_array/c/type_array/range_doubless.h
level_0/f_type_array/c/type_array/rangess.h
level_0/f_type_array/c/type_array/state.h
level_0/f_type_array/c/type_array/status.h
level_0/f_type_array/c/type_array/uint128.h
level_0/f_type_array/c/type_array/uint16.h
level_0/f_type_array/c/type_array/uint32.h
level_0/f_type_array/c/type_array/uint64.h
level_0/f_type_array/c/type_array/uint8.h
level_0/f_utf/c/utf/dynamics.h
level_0/f_utf/c/utf/dynamicss.h
level_0/f_utf/c/utf/is.h
level_0/f_utf/c/utf/is_character.h
level_0/f_utf/c/utf/map_multis.h
level_0/f_utf/c/utf/map_multiss.h
level_0/f_utf/c/utf/maps.h
level_0/f_utf/c/utf/mapss.h
level_0/f_utf/c/utf/static.h
level_0/f_utf/c/utf/triples.h
level_0/f_utf/c/utf/tripless.h
level_1/fl_fss/c/fss/basic.h
level_1/fl_fss/c/fss/basic_list.h
level_1/fl_fss/c/fss/embedded_list.h
level_1/fl_fss/c/fss/extended.h
level_1/fl_fss/c/fss/extended_list.h
level_1/fl_fss/c/private-fss.h
level_2/fll_execute/c/execute.h
level_2/fll_fss/c/fss.h
level_2/fll_fss/c/fss/basic.h
level_2/fll_fss/c/fss/basic_list.h
level_2/fll_fss/c/fss/embedded_list.h
level_2/fll_fss/c/fss/extended.h
level_2/fll_fss/c/fss/extended_list.h
level_2/fll_fss/c/fss/payload.h
level_2/fll_print/c/print.h
level_2/fll_program/c/program.h
level_2/fll_program/c/program/common.h
level_3/byte_dump/c/main/common/type.h
level_3/controller/c/common.h
level_3/controller/c/common/private-cache.h
level_3/controller/c/common/private-lock.h
level_3/controller/c/common/private-process.h
level_3/controller/c/common/private-thread.h
level_3/controller/c/process/private-process.h
level_3/controller/c/thread/private-thread.c
level_3/controller/c/thread/private-thread_control.c
level_3/controller/c/thread/private-thread_entry.c
level_3/controller/c/thread/private-thread_process.c
level_3/example/c/main/common/type.h
level_3/fake/c/main/common/type.h
level_3/firewall/c/main/common/type.h
level_3/fss_identify/c/main/common/type.h
level_3/fss_read/c/main/common/type.h
level_3/fss_write/c/main/common/type.h
level_3/iki_read/c/main/common/type.h
level_3/iki_write/c/main/common/type.h
level_3/status_code/c/main/common/type.h
level_3/utf8/c/main/common/type.h

index 278082a7bbc9ffaca003f8b23653284335db87aa..5ded85917ae83183e89c7f565711bd3c9e716ff7 100644 (file)
@@ -216,6 +216,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -269,6 +270,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -322,6 +324,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -375,6 +378,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 8ca88de9336d0784dae5145d53520d13b64205f3..f2d8bf3330ef04c0f69f70d8874ba77c926af5e7 100644 (file)
@@ -183,6 +183,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -211,6 +212,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -239,6 +241,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -267,6 +270,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index febf5ded4040a10151249ad12f8b07d091683ab8..5dd8d83184f710a0aac4d5125f9cfd9399bd5862 100644 (file)
@@ -67,6 +67,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -95,6 +96,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -123,6 +125,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -153,6 +156,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 66cdfe35d338451a9f0907a53c0e1a9bf2773e70..c4bb771fae0e523413ce3ba71f7900055fbce636 100644 (file)
@@ -166,6 +166,7 @@ extern "C" {
  *   The second capability to compare.
  * @param flags
  *   (optional) This represents which of the flags that differ on miss.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -219,6 +220,7 @@ extern "C" {
  *   The (external) capability the (internal) capability is copied to.
  * @param size
  *   (optional) The size (in bytes) copied into the (external) capability.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -466,6 +468,7 @@ extern "C" {
  *   The name of the capability (must be all lower case).
  * @param code
  *   (optional) The determined code.
+ *
  *   Set to NULL to not use.
  *
  * @return
index e21132cc5d0e7f9e1a39866fc7a1c6b6d6b7c378..51fbaab5b0e89f51d9ccedf0c891e21df469cfc7 100644 (file)
@@ -176,6 +176,7 @@ extern "C" {
  *     Errors (with error bit) from: f_utf_char_to_character().
  * @param data
  *   (optional) A variable passed to the callback, if provided.
+ *
  *   Set to NULL to not use.
  *
  * @see f_memory_array_increase_by()
index 7362ca343d465f466798b02dd373a1a4193cfa97..d1f1673a456283f373343fd05104cedbfe1cd174 100644 (file)
@@ -163,6 +163,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -191,6 +192,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -219,6 +221,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -247,6 +250,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 30bd9878ef805a33e1d7d2f71be6e6cd7f2aea95..4026d5f9d6d07506f2591519b994736fc74ed9a6 100644 (file)
@@ -214,6 +214,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -242,6 +243,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -270,6 +272,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -298,6 +301,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 60d36a603975fce85749c9610dcd7216c7415613..5accf9eb43c5ebc1f1e4e426cc96643334e2a5a4 100644 (file)
@@ -100,6 +100,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -128,6 +129,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -156,6 +158,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -184,6 +187,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index d3fbc5541a4eb5c691a864f5ed79ccaa2b8031d6..7c0335e78e2f439504bf15a1acc2c716f14eac8d 100644 (file)
@@ -1997,15 +1997,19 @@ extern "C" {
  *   This cannot be 0.
  * @param read
  *   (optional) The set of file descriptors for descriptors that become available for reading.
+ *
  *   Set to NULL to not use.
  * @param write
  *   (optional) The set of file descriptors for descriptors that become available for writing.
+ *
  *   Set to NULL to not use.
  * @param except
  *   (optional) The set of file descriptors for descriptors that become available for any error conditions.
+ *
  *   Set to NULL to not use.
  * @param timeout
  *   (optional) The time to wait before returning.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -2037,15 +2041,19 @@ extern "C" {
  *   This cannot be 0.
  * @param read
  *   (optional) The set of file descriptors for descriptors that become available for reading.
+ *
  *   Set to NULL to not use.
  * @param write
  *   (optional) The set of file descriptors for descriptors that become available for writing.
+ *
  *   Set to NULL to not use.
  * @param except
  *   (optional) The set of file descriptors for descriptors that become available for any error conditions.
+ *
  *   Set to NULL to not use.
  * @param timeout
  *   (optional) The time to wait before returning.
+ *
  *   Set to NULL to not use.
  * @param signal
  *   (optional) The signals to atomically mask while running the pselect() operation.
@@ -2455,6 +2463,7 @@ extern "C" {
  *   The buffer to write to the file.
  * @param written
  *   (optional) The total bytes written.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -2489,6 +2498,7 @@ extern "C" {
  *   The buffer to write to the file.
  * @param written
  *   (optional) The total bytes written.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -2524,6 +2534,7 @@ extern "C" {
  *   The total bytes to write, unless end of buffer is reached first.
  * @param written
  *   (optional) The total bytes written.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -2559,6 +2570,7 @@ extern "C" {
  *   An inclusive start an stop range within the buffer to read.
  * @param written
  *   (optional) The total bytes written.
+ *
  *   Set to NULL to not use.
  *
  * @return
index 7161bb45bce155230648d16ef62f22facf23766d..82e62c6add2b5e300e0a4c54723d88d89209d24b 100644 (file)
@@ -396,6 +396,7 @@ extern "C" {
  *   The buffer to write to the file.
  * @param written
  *   (optional) The total bytes written.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -432,6 +433,7 @@ extern "C" {
  *   The buffer to write to the file.
  * @param written
  *   (optional) The total bytes written.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -468,6 +470,7 @@ extern "C" {
  *   The total bytes to write, unless end of buffer is reached first.
  * @param written
  *   (optional) The total bytes written.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -504,6 +507,7 @@ extern "C" {
  *   An inclusive start an stop range within the buffer to read.
  * @param written
  *   (optional) The total bytes written.
+ *
  *   Set to NULL to not use.
  *
  * @return
index e866d265bd191b88663a1a135ac7d8046ca568a8..6620cddc89e5a9aa9d1a9feeeb29de6841092bce 100644 (file)
@@ -166,6 +166,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -194,6 +195,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -222,6 +224,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -250,6 +253,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 096dd9786cdc77f93a66296f47aec4241f5a5024..af3fdc3c4bdffb9e69e5f815e540396cb3b1204b 100644 (file)
@@ -152,6 +152,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -182,6 +183,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -212,6 +214,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -242,6 +245,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 05e1a3845eebd28f12c08fd44aa793ad4fd9b504..b1b94dbe010b3818e7be04f45082faf6c4ac9927 100644 (file)
@@ -143,6 +143,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -171,6 +172,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -199,6 +201,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -227,6 +230,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 5572155205bef0031cfe5550e4c79feb961c82d7..8d239d459cd8326180d86f33c560d77fd52f874c 100644 (file)
@@ -144,6 +144,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -174,6 +175,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -204,6 +206,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -234,6 +237,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 53abde65af85ae77909739915f7bfc891c268ca9..a1147add66b886b2591fbfc2a7e74c32ade5ee62 100644 (file)
@@ -151,6 +151,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -181,6 +182,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -211,6 +213,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -241,6 +244,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 22bbf1fbbabcc6a921a764fb8d5782160d098b38..089080780ef1e74a618bf48b487dd95b94f65d3a 100644 (file)
@@ -210,6 +210,7 @@ extern "C" {
  * @param packet
  *   The packet extracted from the given buffer, without doing anything to the payload.
  *   The caller can allocate the payload and extract it at any time by just selecting the string from F_fss_simple_packet_block_header_size_d until at most F_fss_simple_packet_block_payload_size_d.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -233,6 +234,7 @@ extern "C" {
  *   This buffer is considered binary data and so any NULL found within is treated as a valid part of the buffer.
  * @param packet
  *   The packet range extracted from the given buffer, with the payload being represented by a range.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -251,6 +253,7 @@ extern "C" {
  *
  * @param simple_packet
  *   The FSS-000F (Simple Packet) to delete.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -273,6 +276,7 @@ extern "C" {
  *
  * @param simple_packet
  *   The FSS-000F (Simple Packet) to destroy.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -301,6 +305,7 @@ extern "C" {
  *   The size to encode into the size block.
  * @param destination
  *   The string buffer to encode the packet parts into.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -329,6 +334,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -357,6 +363,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -385,6 +392,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -413,6 +421,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 724189910a2434b0e795377f8c595822b1aa40d5..3d2e0f6bec5cf154bdc3a1e1ef3126ff0510be78 100644 (file)
@@ -119,6 +119,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -148,6 +149,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -225,6 +227,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -253,6 +256,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 29df683fa32a54473a63f2d21dfe382537f6ed4f..4e4283526928f22dfb49040b93e4cf2853a4279d 100644 (file)
@@ -95,6 +95,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -123,6 +124,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 92a0000f6059148f0f6510636a475da27bb29bf7..8036458b499054f21d672e39f832b6c699e23656 100644 (file)
@@ -91,6 +91,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -119,6 +120,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 2b018a71517adf6d29dc61ae52e407e7d9673b0d..5e2846385327882f04abce16dd9643e5a0fdf9ad 100644 (file)
@@ -19,8 +19,8 @@ extern "C" {
 /**
  * Check to make sure these two macros are not defined at the same time.
  *
- * If _f_memory_FORCE_secure_memory_ is defined, then all to-be deallocated address spaces are set to 0 before freeing or resizing.
- * If _f_memory_FORCE_fast_memory_ is defined, then all to-be deallocated address spaces remain unchanged before freeing or resizing.
+ * If _f_memory_FORCE_secure_memory_ is defined, then all to-be de-allocated address spaces are set to 0 before freeing or resizing.
+ * If _f_memory_FORCE_fast_memory_ is defined, then all to-be de-allocated address spaces remain unchanged before freeing or resizing.
  */
 #if defined(_f_memory_FORCE_secure_memory_) && defined(_f_memory_FORCE_fast_memory_)
   #error You cannot define both _f_memory_FORCE_fast_memory_ and _f_memory_FORCE_secure_memory_ at the same time.
index 18aae5aadccfb49385730d4fb60bc65866698067..96ad06b0fd20dbde9d163b6d5655b3f9d672628e 100644 (file)
@@ -188,6 +188,7 @@ extern "C" {
  *   Be aware that if a UTF-8 character exists at the end of the string but extends beyond the range stop, the stop position may be after the UTF-8 byte and not 1 byte after the stop point.
  * @param id
  *   (optional) The FLL Identifier found.
+ *
  *   Set to NULL to not use.
  *
  * @return
index 45c1f8e70cb8475f0ed1687529ea99b95d841c72..86256528bf507db65ed67e0330601aa46f19add9 100644 (file)
@@ -36,10 +36,12 @@ extern "C" {
  *   The signal settings.
  * @param action
  *   (optional) The signal action to use.
+ *
  *   Set to NULL to not use.
  *   Both action and previous may not be NULL.
  * @param previous
  *   (optional) The previous signal action.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -92,9 +94,11 @@ extern "C" {
  *   Set this to 0 when only trying to get the current signal set.
  * @param next
  *   (optional) The new set of signals to handle.
+ *
  *   Set to NULL to not use.
  * @param current
  *   (optional) The current set of signals being handled.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -368,6 +372,7 @@ extern "C" {
  *   The set of signals to wait for.
  * @param information
  *   (optional) The resulting signal information.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -393,6 +398,7 @@ extern "C" {
  *   The amount of time to wait.
  * @param information
  *   (optional) The resulting signal information.
+ *
  *   Set to NULL to not use.
  *
  * @return
index ce33bf07d9862acb4e0dd92bda1cf1ac361214b3..ae3050b52dbd8f361a992f8825e8ae2f555a4f70 100644 (file)
@@ -534,6 +534,7 @@ extern "C" {
  *   (optional) The length of the buffer.
  *   This gets replaced with the value of a positive ssize_t representing the length read.
  *   Data may be lost if the amount of data read is larger than given buffer length.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -638,6 +639,7 @@ extern "C" {
  *   (optional) The length of the buffer.
  *   This gets replaced with the value of a positive ssize_t representing the length read.
  *   Data may be lost if the amount of data read is larger than given buffer length.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -692,6 +694,7 @@ extern "C" {
  *   (optional) The length of the buffer.
  *   This gets replaced with the value of a positive ssize_t representing the length send.
  *   Data may be lost if the amount of data send is larger than given buffer length.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -804,6 +807,7 @@ extern "C" {
  *   (optional) The length of the buffer.
  *   This gets replaced with the value of a positive ssize_t representing the length send.
  *   Data may be lost if the amount of data send is larger than given buffer length.
+ *
  *   Set to NULL to not use.
  *
  * @return
index 19e7e9c2636b11dd556f52e16752fd6ea69894db..aa8f3b05662c840771c1e5b285cd5ec397298e47 100644 (file)
@@ -229,6 +229,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -257,6 +258,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 3246ee90088cd44db1f10b7c6972d3a1fe51ccbc..7b8ad770a19a7f89cc85a3cb69652152d6be69c9 100644 (file)
@@ -209,6 +209,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -237,6 +238,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index b8f9b278d12e077585e3fd6a5d2bc98a6c9573d1..cef1fcae01cb2194afd1040e0de5b56083e78df5 100644 (file)
@@ -69,7 +69,7 @@ extern "C" {
  * Define the constant string type.
  *
  * This is needed when passing a constant string as a function argument.
- * This cannot be allocated or deallocated.
+ * This cannot be allocated or de-allocated.
  * This is provided for compatibility with some projects that return "const char *".
  *
  * GCC errors such as: "warning: assignment discards â€˜const’ qualifier from pointer target type [-Wdiscarded-qualifiers]" can be avoided using this.
index 5a844296f6edeb8710334c26921968c880a23f67..778eb6f4423ce435d4b0b90f88133527ff55fb03 100644 (file)
@@ -89,6 +89,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -117,6 +118,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 5540c03af97b0097ecf4404974c7936e850782fe..42b3ca7d4390c434c0f4337e5f9556c10c9d3974 100644 (file)
@@ -89,6 +89,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -117,6 +118,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 09c6c8495d2f38e5c05ebb094934aa6d7dd45586..47a45787a2e9965f13eb8812dab2fe0d2b71f347 100644 (file)
@@ -97,6 +97,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -125,6 +126,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 85ea400769627b233e700c674d5aea8eaeae603d..2635d5aafc5d259f9e83e1676ba6aa6cde736bbb 100644 (file)
@@ -97,6 +97,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -125,6 +126,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index eb238a6aa20fe7cb8356247cccfd0674999c8159..40848f8a86e908b744bdfa58e1928105e17b0ec1 100644 (file)
@@ -97,6 +97,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -125,6 +126,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index b30f5d178fcec02b849ee4a62545074ad1c86c2b..f52e2e990d44e35d87976ee16968b1c9a03c7194 100644 (file)
@@ -97,6 +97,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -125,6 +126,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index e3948c2fa0932e5a0e3d1ae4444b781d3d5208df..895fc32f8921f8a8cf2b829ad4a899b073313e9f 100644 (file)
@@ -98,6 +98,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -126,6 +127,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 0d7c5aaa28fa151f384859a9d222fadc0af03159..8bf44f16611836a0eed5bf10239c3e7ca3b8a2d2 100644 (file)
@@ -98,6 +98,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -126,6 +127,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 31abe60f1caa3ea322b037725169ff1a734846f0..3cb1cca090feff84d3acaa4614df0b52a9c5eb8c 100644 (file)
@@ -56,12 +56,15 @@ extern "C" {
  *
  * @param before
  *   The function to call before forking.
+ *
  *   Must not be NULL.
  * @param after_parent
  *   The function called after forking, for the parent process.
+ *
  *   Must not be NULL.
  * @param after_child
  *   The function called after forking, for the child process.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -87,6 +90,7 @@ extern "C" {
  *   The size of the affinity_set.
  * @param affinity_set
  *   The assigned affinity information.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -111,6 +115,7 @@ extern "C" {
  *   The affinity information to assign.
  * @param attribute
  *   The thread attributes to update.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -135,6 +140,7 @@ extern "C" {
  *
  * @param level
  *   The concurrency level.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -178,6 +184,7 @@ extern "C" {
  *
  * @param attribute
  *   The attribute to set.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -199,6 +206,7 @@ extern "C" {
  *
  * @param attribute
  *   The thread attributes to process.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -219,6 +227,7 @@ extern "C" {
  *
  * @param attribute
  *   The thread attributes to update.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -245,6 +254,7 @@ extern "C" {
  *
  * @param attribute
  *   The thread attributes to delete.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -267,6 +277,7 @@ extern "C" {
  *   The thread attributes to process.
  * @param state
  *   The currently assigned state.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -289,6 +300,7 @@ extern "C" {
  *   The state to assign (such as PTHREAD_CREATE_DETACHED or PTHREAD_CREATE_JOINABLE).
  * @param attribute
  *   The thread attributes to update.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -311,6 +323,7 @@ extern "C" {
  *   The thread attributes to process.
  * @param guard
  *   The currently assigned guard size.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -333,6 +346,7 @@ extern "C" {
  *   The guard size to assign.
  * @param attribute
  *   The thread attributes to update.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -355,6 +369,7 @@ extern "C" {
  *   The thread attributes to process.
  * @param inherit
  *   The currently assigned scheduler inherit state.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -377,6 +392,7 @@ extern "C" {
  *   The inherit state of the scheduler (such as PTHREAD_INHERIT_SCHED or PTHREAD_EXPLICIT_SCHED).
  * @param attribute
  *   The thread attributes to update.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -399,6 +415,7 @@ extern "C" {
  *   The thread attributes to process.
  * @param parameter
  *   The currently assigned scheduler parameters.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -421,6 +438,7 @@ extern "C" {
  *   The parameters of the scheduler.
  * @param attribute
  *   The thread attributes to update.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -443,6 +461,7 @@ extern "C" {
  *   The thread attributes to process.
  * @param policy
  *   The currently assigned scheduler policy state.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -465,6 +484,7 @@ extern "C" {
  *   The policy state of the scheduler (such as SCHED_FIFO, SCHED_RR, or SCHED_OTHER).
  * @param attribute
  *   The thread attributes to update.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -487,6 +507,7 @@ extern "C" {
  *   The thread attributes to process.
  * @param scope
  *   The currently assigned scheduler scope state.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -509,6 +530,7 @@ extern "C" {
  *   The scope state of the scheduler (such as PTHREAD_SCOPE_SYSTEM or PTHREAD_SCOPE_PROCESS).
  * @param attribute
  *   The thread attributes to update.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -532,9 +554,11 @@ extern "C" {
  *   The thread attributes to process.
  * @param stack_size
  *   The size of the stack.
+ *
  *   Must not be NULL.
  * @param stack
  *   The assigned stack.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -558,6 +582,7 @@ extern "C" {
  *   The size of the stack.
  * @param stack
  *   The stack to assign.
+ *
  *   Must not be NULL.
  * @param attribute
  *   The thread attributes to update
@@ -584,6 +609,7 @@ extern "C" {
  *   The thread attributes to process.
  * @param stack_size
  *   The assigned size of the stack.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -606,6 +632,7 @@ extern "C" {
  *   The size of the stack.
  * @param attribute
  *   The thread attributes to update.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -626,6 +653,7 @@ extern "C" {
  *
  * @param attribute
  *   The attribute to set.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -652,6 +680,7 @@ extern "C" {
  *
  * @param attribute
  *   The thread barrier_attributes to delete.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -672,9 +701,11 @@ extern "C" {
  *
  * @param attribute
  *   The barrier thread attribute.
+ *
  *   Must not be NULL.
  * @param shared
  *   The process shared attribute value.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -697,6 +728,7 @@ extern "C" {
  *   The process shared attribute value.
  * @param attribute
  *   The barrier thread attribute.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -722,6 +754,7 @@ extern "C" {
  *   Set to NULL to not use (in which case the default barrier attributes are used).
  * @param barrier
  *   The barrier to set.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -750,6 +783,7 @@ extern "C" {
  *
  * @param barrier
  *   The thread barriers to delete.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -770,9 +804,11 @@ extern "C" {
  *
  * @param barrier
  *   The barrier to wait on.
+ *
  *   Must not be NULL.
  * @param result
  *   (optional) the return value, which will be PTHREAD_BARRIER_SERIAL_THREAD for one thread and 0 for others.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -824,6 +860,7 @@ extern "C" {
  *   The cancellation state to assign.
  * @param previous
  *   (optional) The previously assigned cancellation state.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -861,6 +898,7 @@ extern "C" {
  *   The cancellation type to assign.
  * @param previous
  *   (optional) The previously assigned cancellation type.
+ *
  *   Set to NULL to not use.
  *   (Note: Linux allows this to be optional/NULL but POSIX does not explicitly defined this and there may be portability issues.)
  *
@@ -884,6 +922,7 @@ extern "C" {
  *   The ID of the thread to use.
  * @param id_clock
  *   The retrieved clock ID.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -922,6 +961,7 @@ extern "C" {
  * @param attribute
  *   The attribute to set.
  *   This assigns the default to the attribute.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -942,9 +982,11 @@ extern "C" {
  *
  * @param attribute
  *   The thread condition attribute.
+ *
  *   Must not be NULL.
  * @param id
  *   The clock ID.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -967,6 +1009,7 @@ extern "C" {
  *   The clock ID.
  * @param attribute
  *   The thread condition attribute.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -990,6 +1033,7 @@ extern "C" {
  *
  * @param attribute
  *   The attribute to delete.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1078,6 +1122,7 @@ extern "C" {
  *
  * @param condition
  *   The condition to delete.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1170,9 +1215,11 @@ extern "C" {
  *   The wait time is relative to the clock, so consider calling clock_gettime() or gettimeofday() and then adding the amount of wait time.
  * @param condition
  *   The condition to wait on.
+ *
  *   Must not be NULL.
  * @param mutex
  *   The mutex to use for waiting on condition.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1201,9 +1248,11 @@ extern "C" {
  * @param id
  *   The thread ID.
  *   This gets populated with the created thread ID (aka: the "child" thread).
+ *
  *   Must not be NULL.
  * @param routine
  *   The function to execute.
+ *
  *   Must not be NULL.
  * @param argument
  *   (optional) The structure containing all arguments to pass to the routine.
@@ -1255,6 +1304,7 @@ extern "C" {
  *
  * @param result
  *   The code returned by the exited thread.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1278,6 +1328,7 @@ extern "C" {
  * @param result
  *   (optional) The data returned by the terminated thread (usually the exist status).
  *   If the terminated thread is cancelled, then this holds PTHREAD_CANCELED.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -1306,6 +1357,7 @@ extern "C" {
  * @param result
  *   (optional) The data returned by the terminated thread (usually the exist status).
  *   If the terminated thread is cancelled, then this holds PTHREAD_CANCELED.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -1339,6 +1391,7 @@ extern "C" {
  * @param result
  *   (optional) The data returned by the terminated thread (usually the exist status).
  *   If the terminated thread is cancelled, then this holds PTHREAD_CANCELED.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -1364,9 +1417,11 @@ extern "C" {
  *
  * @param routine
  *   The function to execute for deallocation/deleting.
+ *
  *   Must not be NULL.
  * @param key
  *   The thread key.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1392,6 +1447,7 @@ extern "C" {
  *
  * @param key
  *   The key to delete.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1414,6 +1470,7 @@ extern "C" {
  *   The thread key.
  * @param value
  *   The assigned thread key value.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1434,6 +1491,7 @@ extern "C" {
  *   The thread key.
  * @param value
  *   The thread key value to assign.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1454,6 +1512,7 @@ extern "C" {
  *
  * @param attribute
  *   The lock attributes to create.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1481,6 +1540,7 @@ extern "C" {
  *
  * @param attribute
  *   The attribute to delete.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1502,9 +1562,11 @@ extern "C" {
  *
  * @param attribute
  *   The lock attribute.
+ *
  *   Must not be NULL.
  * @param shared
  *   The lock shared attribute value.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1527,6 +1589,7 @@ extern "C" {
  *   The lock shared attribute value.
  * @param attribute
  *   The lock attribute.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1547,6 +1610,7 @@ extern "C" {
  *
  * @param attribute
  *   The lock attribute.
+ *
  *   Must not be NULL.
  * @param lock
  *   The lock to create.
@@ -1574,6 +1638,7 @@ extern "C" {
  *
  * @param lock
  *   The lock to delete.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1597,6 +1662,7 @@ extern "C" {
  *
  * @param lock
  *   The thread lock.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1623,9 +1689,11 @@ extern "C" {
  *
  * @param timeout
  *   The timeout.
+ *
  *   Must not be NULL.
  * @param lock
  *   The read/write lock.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1653,6 +1721,7 @@ extern "C" {
  *
  * @param lock
  *   The thread lock.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1677,6 +1746,7 @@ extern "C" {
  *
  * @param lock
  *   The thread lock.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1703,9 +1773,11 @@ extern "C" {
  *
  * @param timeout
  *   The timeout.
+ *
  *   Must not be NULL.
  * @param lock
  *   The read/write lock.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1732,6 +1804,7 @@ extern "C" {
  *
  * @param lock
  *   The thread lock.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1754,6 +1827,7 @@ extern "C" {
  *
  * @param attribute
  *   The mutex attributes to create.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1780,6 +1854,7 @@ extern "C" {
  *
  * @param attribute
  *   The attribute to delete.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1800,9 +1875,11 @@ extern "C" {
  *
  * @param attribute
  *   The thread mutex attribute.
+ *
  *   Must not be NULL.
  * @param ceiling
  *   The priority ceiling.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1824,6 +1901,7 @@ extern "C" {
  *   The priority ceiling.
  * @param attribute
  *   The thread mutex attribute.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1843,9 +1921,11 @@ extern "C" {
  *
  * @param attribute
  *   The thread mutex attribute.
+ *
  *   Must not be NULL.
  * @param protocol
  *   The protocol.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1869,6 +1949,7 @@ extern "C" {
  *   The protocol.
  * @param attribute
  *   The thread mutex attribute.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1891,9 +1972,11 @@ extern "C" {
  *
  * @param attribute
  *   The mutex attribute.
+ *
  *   Must not be NULL.
  * @param shared
  *   The mutex shared attribute value.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1916,6 +1999,7 @@ extern "C" {
  *   The mutex shared attribute value.
  * @param attribute
  *   The mutex attribute.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1936,9 +2020,11 @@ extern "C" {
  *
  * @param attribute
  *   The mutex attribute.
+ *
  *   Must not be NULL.
  * @param type
  *   The type.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1961,6 +2047,7 @@ extern "C" {
  *   The type.
  * @param attribute
  *   The mutex attribute.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -1984,6 +2071,7 @@ extern "C" {
  *   Set to NULL to not use (in which case the default attributes are used).
  * @param mutex
  *   The mutex to create.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2011,6 +2099,7 @@ extern "C" {
  *
  * @param mutex
  *   The mutex to delete.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2032,9 +2121,11 @@ extern "C" {
  *
  * @param mutex
  *   The thread mutex.
+ *
  *   Must not be NULL.
  * @param ceiling
  *   The priority ceiling.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2058,9 +2149,11 @@ extern "C" {
  *   The priority ceiling.
  * @param mutex
  *   The thread mutex.
+ *
  *   Must not be NULL.
  * @param previous
  *   (optional) The previous priority ceiling.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -2086,6 +2179,7 @@ extern "C" {
  *
  * @param mutex
  *   The thread mutex.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2110,6 +2204,7 @@ extern "C" {
  *
  * @param mutex
  *   The thread mutex.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2136,9 +2231,11 @@ extern "C" {
  *
  * @param timeout
  *   The timeout.
+ *
  *   Must not be NULL.
  * @param mutex
  *   The thread mutex.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2169,6 +2266,7 @@ extern "C" {
  *
  * @param mutex
  *   The thread mutex.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2195,6 +2293,7 @@ extern "C" {
  *   The callback.
  * @param once
  *   The once variable designating that the given routine will be called only once.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2295,6 +2394,7 @@ extern "C" {
  *   The value to initially assign the semaphore on creation.
  * @param semaphore
  *   The semaphore to create.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2319,6 +2419,7 @@ extern "C" {
  *
  * @param semaphore
  *   The semaphore to delete.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2342,6 +2443,7 @@ extern "C" {
  *
  * @param semaphore
  *   The semaphore to delete.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2394,6 +2496,7 @@ extern "C" {
  *   Ignored if O_CREAT is not used in flag.
  *   Ignored if the named semaphore already exists.
  *   Not optional when O_CREAT flag is set.
+ *
  *   Set to NULL to not use.
  * @param value
  *   (optional) The value to initially assign the semaphore on creation.
@@ -2403,6 +2506,7 @@ extern "C" {
  *   Ignored when mode is NULL.
  * @param semaphore
  *   The thread semaphore.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2435,6 +2539,7 @@ extern "C" {
  *
  * @param semaphore
  *   The thread semaphore.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2462,6 +2567,7 @@ extern "C" {
  *   The timeout.
  * @param semaphore
  *   The thread semaphore.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2488,6 +2594,7 @@ extern "C" {
  *
  * @param semaphore
  *   The thread semaphore.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2512,6 +2619,7 @@ extern "C" {
  *
  * @param semaphore
  *   The thread semaphore.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2533,9 +2641,11 @@ extern "C" {
  *
  * @param semaphore
  *   The thread semaphore.
+ *
  *   Must not be NULL.
  * @param value
  *   The semaphore's value.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2561,9 +2671,11 @@ extern "C" {
  *   Set this to 0 when only trying to get the current signal set.
  * @param next
  *   (optional) The new set of signals to handle.
+ *
  *   Set to NULL to not use.
  * @param current
  *   (optional) The current set of signals being handled.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -2635,6 +2747,7 @@ extern "C" {
  *   The shared process setting.
  * @param spin
  *   The spin to create.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2660,6 +2773,7 @@ extern "C" {
  *
  * @param spin
  *   The spin to delete.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2683,6 +2797,7 @@ extern "C" {
  *
  * @param spin
  *   The thread spin.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2709,6 +2824,7 @@ extern "C" {
  *
  * @param spin
  *   The thread spin.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2731,6 +2847,7 @@ extern "C" {
  *
  * @param spin
  *   The thread spin.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -2753,6 +2870,7 @@ extern "C" {
  *
  * @param lock
  *   The thread lock.
+ *
  *   Must not be NULL.
  *
  * @return
index f6309887d5a26ce0eaccac223559dec4e5651100..740e63c37bab76e9fdc8832bb9f091d649368dd3 100644 (file)
@@ -65,6 +65,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -94,6 +95,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -123,6 +125,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -152,6 +155,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 6b60d4e91a11d552b8029233026808dd3dcba935..81d32c110fdad780d7c45d58f1ec8afd4b311102 100644 (file)
@@ -64,6 +64,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -93,6 +94,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -122,6 +124,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -151,6 +154,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 8df8b406f637196d616e75fb9365c367638087f6..b598943c5e1167200e691d660ad5ae62545a86e8 100644 (file)
@@ -65,6 +65,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -94,6 +95,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -123,6 +125,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -152,6 +155,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index f759b456aa7fc46079ffa64e5788bc6263cbb0c7..c63d6872aee60d81813eb1ca343d2bba705b1eb4 100644 (file)
@@ -65,6 +65,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -94,6 +95,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -123,6 +125,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -152,6 +155,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 5366caa5947646a9d6f9b717fb889de28dc8570f..67e8a693a708d430861327f5dcccf49bab1098df 100644 (file)
@@ -65,6 +65,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -94,6 +95,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -123,6 +125,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -152,6 +155,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index f04fa3942f2c8d5e541dd8966b0c7904f62f0e7d..60eeaa55f963cade3c72e2222db9a5e5343ddd1f 100644 (file)
@@ -64,6 +64,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -93,6 +94,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -122,6 +124,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -151,6 +154,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index ca12c4cb6c77c74855ead483433641bfe0d89d92..73a3f11a6ae12fd262e59e866d20934e7bb305cb 100644 (file)
@@ -65,6 +65,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -94,6 +95,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -123,6 +125,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -152,6 +155,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index ea8cabec4ac7f229c5ed4632cad9a280cb84705a..f6a7cb2f7eff65374dfcc03aa77f001b1f9fd235 100644 (file)
@@ -65,6 +65,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -94,6 +95,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -123,6 +125,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -152,6 +155,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 345ef3361a565097b28bf6c6bed392efbfca940d..f77f17d546a3d78bdaed82de44592bc72000ce80 100644 (file)
@@ -67,6 +67,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -96,6 +97,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -125,6 +127,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -154,6 +157,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index fc3acc5419312786440b4ba5a1170642d499d966..7beec5731e36d0d70ca00a0787b374979745f62a 100644 (file)
@@ -65,6 +65,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -94,6 +95,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -123,6 +125,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -152,6 +155,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index d69e65a5f73b27d47872c31fcdc02d70ad962f09..7e12f570c42f4335261ad24e99f5600ba849b694 100644 (file)
@@ -66,6 +66,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -95,6 +96,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -124,6 +126,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -153,6 +156,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index be282de1521079de1aec7e90f5300f3afd9766ab..5ffae780fb432196eea68a8f0c7fb2dedd6bfd4f 100644 (file)
@@ -76,6 +76,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -105,6 +106,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -134,6 +136,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -163,6 +166,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index efb852c0b01c122c70c01b7d0f20a86475ee047b..e2eb19e84ae2ee550ec7c735ee84eaf1399b9a35 100644 (file)
@@ -64,6 +64,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -93,6 +94,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -122,6 +124,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -151,6 +154,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index b7bfe3628b1cd367fda7afd8324e1d6fb9b98ff9..6bc0d2c1aba21aeef6a723279b995881965c5d7f 100644 (file)
@@ -179,6 +179,7 @@ extern "C" {
  *   The time to sleep (in seconds and nanoseconds).
  * @param remaining
  *   (optional) Contains the remaining time if stopped on interrupt.
+ *
  *   Set to NULL to not use.
  *
  * @return
index 585bbf069d31c9c7ea7ebdbc67de549aa485a0e1..3e0eca31c89afe2278d49d4aaded913fa03e2f9d 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -58,6 +59,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index eab7267aeaf0c35bee79a8811961aa5df5e4b6a3..25ff90d159c63ec626ccbc76d9a5fdead4d69aa9 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -58,6 +59,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index ebd9c48c04ac5781d337355804e3b87b53d96bd0..9848af22ca3900d8a98cfbd62053d09a15bcdac3 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -58,6 +59,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -87,6 +89,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -116,6 +119,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index cb8ab50f696a1103aa1020c72d083ef598087a01..3a77e424e5b375e38df1a309289f2fa8e740e123 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -58,6 +59,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index a1cf49b5b736441795a656a93c01b5a8ad4ab0be..143951dadd78b12f69318e5dcdb8ff37c4b7b7a7 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -58,6 +59,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 28657eb3914eee0ef6bfee4518532ca03be969c4..d13a75587cb42f3385c8d79ba8accc89c511dbe1 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -58,6 +59,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 3d702f0ac4ffcbf47e5e8a6a955ae21a8298b7f9..a9e60a6dcd5babab59d8f0c465d58d2bdcd449bf 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -58,6 +59,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 4ef503113db268edfc147b626d90209df6b1c83a..60262e235efa2f3748804269a14d8b40c9c02653 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -58,6 +59,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 237f2c62aa3d91711cf3d33dff8431976b0a21e4..ab2e533ce613310c919b472e7461855a9d31dcf4 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -58,6 +59,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 8838e7663864c02a5545cd4797c5f9be6f170ad5..91139e16e905d1f18e2dad1dadc4a962209a4729 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -58,6 +59,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index e11bf4656025081134d3c1d2741441470f32c76f..b278ceaaa4291a84fd29c24f956ee5b64f853f19 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -58,6 +59,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index ff765322135b45a394cd2341fbb8696593dab5fa..b890501311230397983dbf717ee0eddcf8d9cc01 100644 (file)
@@ -69,6 +69,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -97,6 +98,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 937308f0bbe058ef0bdf3fe6359ab92cd567f816..99a09948d08ac7e7bfcdc341915e3e6e0646654e 100644 (file)
@@ -69,6 +69,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -97,6 +98,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index c78fccfe42a197d4f1d300a621caf2421e4de7e2..76382517d24c02a3d9c287be4c095f967493de1c 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -58,6 +59,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 40ede733e203b0d0ecb5cfed9f2546251b6c9dda..cfaa90cf689ac5611f7c1d1bef13d4ef17a53546 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -58,6 +59,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index adb664cf653f247f019a3173431ca55b2932a92b..97ddc951fa0d325feb7922445ab0823eceb30543 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -58,6 +59,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 1249dbfd16d338972bcb65fe4c73445ac230b500..fca0fdf393021dcc0ce2425dd37533ba68ac1d22 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -58,6 +59,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index c6253e72eccf7fefea8bf8f60999b050e6e2f2f3..1f6632e0712e9106515d33556920affa202ac8ab 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -58,6 +59,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index b4aff409e56b80834c57f5a4adbd5f4a4bac19d8..d1c95790ea3fe7f5c00a9a407cc9cc5a7f858969 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -58,6 +59,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index e9162ecc094d7e661e1e64eabe883042ce96e316..a18f1bf905e7bb9e4f21a1b8e6c81a914fc65e82 100644 (file)
@@ -29,6 +29,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -58,6 +59,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 387500e1c9cd1d982655bdb3ecedfb660bd326d9..da76c5319eb0ffe3ba01f05850fd2dc1d118dc27 100644 (file)
@@ -89,6 +89,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -117,6 +118,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 0fd5281de2951d436ea91a6828612b42af2af089..f8d4100701b42da49c1ed846fbe25cd7c84aadba 100644 (file)
@@ -89,6 +89,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -117,6 +118,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index babe2f816b7ec9a345001c8d4394f4f9d9d4facb..1ecb62b19b062963eedce52989a4afe4707c5541 100644 (file)
@@ -78,6 +78,7 @@ extern "C" {
  *   Can be anything greater than 0.
  * @param value
  *   (optional) The integer representation of the sequence if the sequence represents a decimal of any base type.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -294,6 +295,7 @@ extern "C" {
  *   Can be anything greater than 0.
  * @param value
  *   (optional) The integer representation of the sequence if the sequence represents a decimal of any base type.
+ *
  *   Set to NULL to not use.
  *
  * @return
index 740c651edbee1901bfb19599ea380a25553aa1e7..6f6b3d7a37aeffc117dd8f53f099fa8cb604a9e6 100644 (file)
@@ -71,6 +71,7 @@ extern "C" {
  *   The byte sequence to validate as a character.
  * @param value
  *   (optional) The integer representation of the sequence if the sequence represents a decimal of any base type.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -242,6 +243,7 @@ extern "C" {
  *   The byte sequence to validate as a character.
  * @param value
  *   (optional) The integer representation of the sequence if the sequence represents a decimal of any base type.
+ *
  *   Set to NULL to not use.
  *
  * @return
index 768dc65f0cf942c261a557577a87342bfa6cfdd6..2354f1da3b9a706a0917ccc5129f29c86fa09129 100644 (file)
@@ -92,6 +92,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -120,6 +121,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 8b777dce577e959a61862ef57c5e810b97af8775..c7c8a1792a6ec15fc17980c11280a45a61a168b2 100644 (file)
@@ -92,6 +92,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -120,6 +121,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index aed0b7769be9ef3de5fea806d81052294799352a..6b4e0e43e33b4100736bc5c8b81586efef232576 100644 (file)
@@ -92,6 +92,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -120,6 +121,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index be52715bf363ac2a739284ef1705b4923007b8eb..68c9302b1520413591b37216edd4789c210de9e9 100644 (file)
@@ -92,6 +92,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -120,6 +121,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 107b0a3e44cc4c11edebb566eb16009243c8b069..f4cf5f6b74b5c7eac82b4b8d47de934709c67002 100644 (file)
@@ -19,7 +19,7 @@ extern "C" {
 /**
  * A string that is analogous to f_utf_string_dynamic_t but intended for static-only uses.
  *
- * The f_utf_string_static_t type should never be directly allocated or deallocated.
+ * The f_utf_string_static_t type should never be directly allocated or de-allocated.
  *
  * A special macro_f_utf_string_static_t_initialize_1() is provided for the special purpose of easily initialize a static string.
  * A special macro_f_utf_string_static_t_initialize_2() is provided for the special purpose of easily initialize a static string with an identical used and size.
index 42676d6d5c5b8ef6b688e608a3c0dd00c647dde7..f3ad261814b91f47dcb41d052f774251b4cc399b 100644 (file)
@@ -93,6 +93,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -121,6 +122,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 96dd8362784e8cc59c6eff78f9f54f9457a22031..65b315add835836a12d5e8c4d2848ea75ca93cfe 100644 (file)
@@ -93,6 +93,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
@@ -121,6 +122,7 @@ extern "C" {
  *   The exclusive stop position in the array to stop deleting.
  * @param array
  *   The array structure to delete all values of.
+ *
  *   Must not be NULL.
  *
  * @return
index 6184acc56cc7b484939db52fa937c5571afcb3f5..ea3e74eb95485b71ddd9a80c77c5918ac33b30b7 100644 (file)
@@ -156,6 +156,7 @@ extern "C" {
  *   A location where a valid object was found.
  * @param quote
  *   (optional) This will store the quote type representing the character to use (from the f_fss_quote_type_*_e).
+ *
  *   Set to NULL to not use.
  * @param delimits
  *   A delimits array representing where delimits exist within the buffer.
index 962e5772424c5b8978258be726409b762c8da5b1..2f59af517fb498f22b2a176b0e0f293a4ff05847 100644 (file)
@@ -113,6 +113,7 @@ extern "C" {
  * @param prepend
  *   (optional) A string of whitespace to prepend at the start of each line.
  *   This should only be whitespace, anything else could produce invalid content.
+ *
  *   Set to NULL to not use.
  * @param range
  *   The start/stop location within the content string to write as an content.
index 1873c4c4534ae9fce5631a735644fc29fa0dc375..8564ba052b163f8ab3585e19146f9efe574319d9 100644 (file)
@@ -117,11 +117,13 @@ extern "C" {
  * @param prepend
  *   (optional) A string of whitespace to prepend at the start of each line.
  *   This should only be whitespace, anything else could produce invalid content.
+ *
  *   Set to NULL to not use.
  * @param ignore
  *   (optional) A list of ranges within the string to ignore.
  *   These ranges are only checked/ignored if there is a valid nested object open or a valid nested object close.
  *   Any valid nested object open or valid nested object close inside an ingore range will not be escaped.
+ *
  *   Set to NULL to not use.
  * @param range
  *   The start/stop location within the content string to write as an content.
index c15d3e44b0ad3f98fdae3fb9cb9d3ea6cb00c183..0251e8581e940f2cea6a5b71bf7c9858b285d9e2 100644 (file)
@@ -46,6 +46,7 @@ extern "C" {
  * @param quotes
  *   (optional) This will store the quote type representing the character to use (from the f_fss_quote_type_*_e).
  *   Each index in quotes represents a position within the found array index.
+ *
  *   Set to NULL to not use.
  * @param delimits
  *   A delimits array representing where delimits exist within the buffer.
@@ -183,6 +184,7 @@ extern "C" {
  *   A location where a valid object was found.
  * @param quote
  *   (optional) This will store the quote type representing the character to use (from the f_fss_quote_type_*_e).
+ *
  *   Set to NULL to not use.
  * @param delimits
  *   A delimits array representing where delimits exist within the buffer.
index 035856d774b8d0c57de9f0bc7e9223b6193f2aab..a61421dd919a92fd7791f4733c205348faabf3ba 100644 (file)
@@ -115,11 +115,13 @@ extern "C" {
  * @param prepend
  *   (optional) A string of whitespace to prepend at the start of each line.
  *   This should only be whitespace, anything else could produce invalid content.
+ *
  *   Set to NULL to not use.
  * @param ignore
  *   (optional) A list of ranges within the string to ignore.
  *   These ranges are only checked/ignored if there is a valid nested object open or a valid nested object close.
  *   Any valid nested object open or valid nested object close inside an ingore range will not be escaped.
+ *
  *   Set to NULL to not use.
  * @param range
  *   The start/stop location within the content string to write as an content.
index aab37d4c05a606f9a71884a18e274ca6760cea2e..bdb46c7d9cdfc48acba6c6298dbe5daf24c5fe53 100644 (file)
@@ -104,6 +104,7 @@ extern "C" {
  *   A set of all locations where a valid object was found.
  * @param quote
  *   (optional) This will store the quote type representing the character to use (from the f_fss_quote_type_*_e).
+ *
  *   Set to NULL to not use.
  * @param delimits
  *   An array of delimits detected during processing.
@@ -212,6 +213,7 @@ extern "C" {
  *     Errors (with error bit) from: f_utf_buffer_increment().
  * @param internal
  *   (optional) Used by certain functions to pass local data to the interrupt() and similar callbacks.
+ *
  *   Set to NULL to not use.
  *
  * @see f_fss_is_space()
index be74a0004939fd665bc084395d0f3dc957f5734b..d8eb9819409336d0818e882dc6c1b5b95c5d6f46 100644 (file)
@@ -284,6 +284,7 @@ extern "C" {
  *   (optional) The execute status code returned after finishing or attempting to finish execution of program.
  *   When FL_execute_parameter_option_return_d is passed via parameter.option, then this instead stores the child process id (PID).
  *   This is should be of (int *) except when FL_execute_parameter_option_return_d this should instead be (pid_t *).
+ *
  *   Set to NULL to not use.
  *
  * @return
index 1f5194fdfca00f9e86fe862ad981f89ec0425970..9e5fcc938e40cf1e4274827fceb01698f7b6bc45 100644 (file)
@@ -51,6 +51,7 @@ extern "C" {
  *   On success, the range->start should be after the last valid position (for example for "# fss-1234 fss-4321\n", the ast valid position would be the byte after the "\n").
  * @param ids
  *   (optional) The FLL Identifiers to populate with results of this function.
+ *
  *   Set to NULL to not use.
  *
  *   When non-NULL, this will have its length reset to 0.
@@ -101,9 +102,11 @@ extern "C" {
  *   An array of values where "snatched" content is stored.
  * @param matches
  *   (optional) An array representing the if an Object was matched.
+ *
  *   Set to NULL to not use.
  * @param indexs
  *   (optional) An array representing the index within the Objects where the Content match was made.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -149,9 +152,11 @@ extern "C" {
  *   An array of values where "snatched" content is stored.
  * @param matches
  *   (optional) An array representing the if an Object was matched.
+ *
  *   Set to NULL to not use.
  * @param indexs
  *   (optional) An array representing the index within the Objects where the Content match was made.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -201,9 +206,11 @@ extern "C" {
  *   An array of map arrays where "snatched" content is stored.
  * @param matches
  *   (optional) An array representing the if an Object was matched.
+ *
  *   Set to NULL to not use.
  * @param indexs
  *   (optional) An array representing the index within the Objects where the Content match was made.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -253,9 +260,11 @@ extern "C" {
  *   An array of multi map arrays where "snatched" content is stored.
  * @param matches
  *   (optional) An array representing the if an Object was matched.
+ *
  *   Set to NULL to not use.
  * @param indexs
  *   (optional) An array representing the index within the Objects where the Content match was made.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -306,9 +315,11 @@ extern "C" {
  *   An array of multi map value arrays where "snatched" content is stored.
  * @param matches
  *   (optional) An array representing the if an Object was matched.
+ *
  *   Set to NULL to not use.
  * @param indexs
  *   (optional) An array representing the index within the Objects where the Content match was made.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -357,9 +368,11 @@ extern "C" {
  *   An array of multi map value arrays where "snatched" content is stored.
  * @param matches
  *   (optional) An array representing the if an Object was matched.
+ *
  *   Set to NULL to not use.
  * @param indexs
  *   (optional) An array representing the index within the Objects where the Content match was made.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -410,9 +423,11 @@ extern "C" {
  *   An array of map arrays where "snatched" content is stored.
  * @param matches
  *   (optional) An array representing the if an Object was matched.
+ *
  *   Set to NULL to not use.
  * @param indexs
  *   (optional) An array representing the index within the Objects where the Content match was made.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -460,9 +475,11 @@ extern "C" {
  *   An array of values where "snatched" content is stored.
  * @param matches
  *   (optional) An array representing the if an Object was matched.
+ *
  *   Set to NULL to not use.
  * @param indexs
  *   (optional) An array representing the index within the Objects where the Content match was made.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -508,9 +525,11 @@ extern "C" {
  *   An array of values where "snatched" content is stored.
  * @param matches
  *   (optional) An array representing the if an Object was matched.
+ *
  *   Set to NULL to not use.
  * @param indexs
  *   (optional) An array representing the index within the Objects where the Content match was made.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -556,9 +575,11 @@ extern "C" {
  *   An array of values where "snatched" content is stored.
  * @param matches
  *   (optional) An array representing the if an Object was matched.
+ *
  *   Set to NULL to not use.
  * @param indexs
  *   (optional) An array representing the index within the Objects where the Content match was made.
+ *
  *   Set to NULL to not use.
  *
  * @return
index 9c99d567cfbc69850b4460dd570b67daaf3e4685..0c066b5ebcd172ff1d36d0b06a708593560413bb 100644 (file)
@@ -39,6 +39,7 @@ extern "C" {
  *   This will be populated with all valid contents found.
  * @param objects_quoted
  *   (optional) An array mapped to each object in objects representing the quote type discovered (from the f_fss_quote_type_*_e), if any.
+ *
  *   Set to NULL to not use.
  * @param objects_delimits
  *   An array of delimits for objects detected during processing.
index 1b7d73fdd4a4b6729884def6e7a2d21f6d548866..fecbb9fd30e80a023410837b3b3ee2d24e600af5 100644 (file)
@@ -89,6 +89,7 @@ extern "C" {
  *   A string representing the content.
  * @param content_prepend
  *   (optional) A string to prepend at the start of each line in content, such as spaces.
+ *
  *   Set to NULL to not use.
  * @param destination
  *   The buffer to write to.
index 9d7697cf22b00ecacab89695d6f5b9a7e00b94e9..76c978ad56b99f191f1219db123c4f9def3ec9a1 100644 (file)
@@ -89,11 +89,13 @@ extern "C" {
  *   A string representing the content.
  * @param content_prepend
  *   (optional) A string to prepend at the start of each line in content, such as spaces.
+ *
  *   Set to NULL to not use.
  * @param ignore
  *   (optional) A list of ranges within the string to ignore.
  *   These ranges are only checked/ignored if there is a valid nested object open or a valid nested object close.
  *   Any valid nested object open or valid nested object close inside an ingore range will not be escaped.
+ *
  *   Set to NULL to not use.
  * @param destination
  *   The buffer where the content is written to.
index 2287f5ed165ca06f46a3c3f9ad4b0b58a140c0c9..56e78bb41c5f60fd951d70f884c185f75d7f1cd0 100644 (file)
@@ -39,9 +39,11 @@ extern "C" {
  *   This will be populated with all valid contents found.
  * @param objects_quoted
  *   (optional) An array mapped to each object in objects representing the quote type discovered (from the f_fss_quote_type_*_e), if any.
+ *
  *   Set to NULL to not use.
  * @param contents_quoted
  *   (optional) An array mapped to each content in objects representing the quote type discovered (from the f_fss_quote_type_*_e), if any.
+ *
  *   Set to NULL to not use.
  * @param objects_delimits
  *   An array of delimits for objects detected during processing.
index 6d2dd3777c897c0782064075bf48ae033b572033..81afd10ab197dc526844dfd6b234c9f1b570b610 100644 (file)
@@ -93,11 +93,13 @@ extern "C" {
  *   A string representing the content.
  * @param content_prepend
  *   (optional) A string to prepend at the start of each line in content, such as spaces.
+ *
  *   Set to NULL to not use.
  * @param ignore
  *   (optional) A list of ranges within the string to ignore.
  *   These ranges are only checked/ignored if there is a valid nested object open or a valid nested object close.
  *   Any valid nested object open or valid nested object close inside an ingore range will not be escaped.
+ *
  *   Set to NULL to not use.
  * @param destination
  *   The buffer where the content is written to.
index 2b9e42b806b41cd24a7eb61335dee3e9adba2aa2..0118f7b665efc04e62e37392f9523f060011518c 100644 (file)
@@ -114,6 +114,7 @@ extern "C" {
  * @param content_prepend
  *   (optional) A string to prepend at the start of each line in content, such as spaces.
  *   This will not be prepended for the Object "payload".
+ *
  *   Set to NULL to not use.
  * @param destination
  *   The buffer to append to.
index 1eca3f96ce08c4505fc1a4df28e503ba2ef2e9e0..40357d1a55fb8cae78730a0f559f1918b0d93ab9 100644 (file)
@@ -1075,6 +1075,7 @@ extern "C" {
  *   The variable arguments list.
  * @param status
  *   The status is stored here rather then via the return.
+ *
  *   Set to NULL to not use.
  *
  * @return
index 94c657906cf3c4ebe33f95662e22f69d2f91e280..ef0608e0765fc9511526624464e9d0da342d95b7 100644 (file)
@@ -115,6 +115,7 @@ extern "C" {
  *   The primary color context to assign.
  * @param sets
  *   (optional) A NULL terminated array representing additional sets to assign as empty.
+ *
  *   Set to NULL to not use.
  *
  * @return
index f1ca6a7c09bb0639b8a887e93211f9e72a8231ca..51796e3e33635c42e89810c92c759f370e9adb20 100644 (file)
@@ -103,6 +103,7 @@ extern "C" {
  *   - output:  The output file for normal/non-message output, aka data output (often stdout or a file).
  *   - error:   The output file for error output messages.
  *   - warning: The output file for warning output messages.
+ *   - debug:   The output file for debug output messages.
  *
  *   - context: The color context.
  */
index f173d8ea5b1a2c925895731e99e49429647d3de9..072b0baa8e5d3635277a625ca697d8d6703597ff 100644 (file)
@@ -132,7 +132,7 @@ extern "C" {
 #endif // _di_byte_dump_main_t_
 
 /**
- * Deallocate main program data.
+ * De-allocate main program data.
  *
  * @param main
  *   The main program data.
index 258c3d1f780d1bc77436594269d5df7668523e78..352abb2274d758207610ef6fff01baccc069ca0a 100644 (file)
@@ -1397,7 +1397,7 @@ extern "C" {
 #endif // _di_controller_main_t_
 
 /**
- * Deallocate main program data.
+ * De-allocate main program data.
  *
  * @param main
  *   The main program data.
@@ -1654,10 +1654,10 @@ extern "C" {
 #endif // _di_controller_setting_load_
 
 /**
- * Fully deallocate all memory for the given entry action without caring about return status.
+ * Fully de-allocate all memory for the given entry action without caring about return status.
  *
  * @param action
- *   The action to deallocate.
+ *   The action to de-allocate.
  *
  * @see f_memory_arrays_resize()
  *
@@ -1671,10 +1671,10 @@ extern "C" {
 #endif // _di_controller_entry_action_delete_
 
 /**
- * Fully deallocate all memory for the given entry actions without caring about return status.
+ * Fully de-allocate all memory for the given entry actions without caring about return status.
  *
  * @param actions
- *   The entry_actions to deallocate.
+ *   The entry_actions to de-allocate.
  *
  * @return
  *   F_okay on success.
@@ -1711,10 +1711,10 @@ extern "C" {
 #endif // _di_controller_entry_actions_increase_by_
 
 /**
- * Fully deallocate all memory for the given entry item without caring about return status.
+ * Fully de-allocate all memory for the given entry item without caring about return status.
  *
  * @param item
- *   The item to deallocate.
+ *   The item to de-allocate.
  *
  * @return
  *   F_okay on success.
@@ -1728,10 +1728,10 @@ extern "C" {
 #endif // _di_controller_entry_item_delete_
 
 /**
- * Fully deallocate all memory for the given entry items without caring about return status.
+ * Fully de-allocate all memory for the given entry items without caring about return status.
  *
  * @param items
- *   The entry_items to deallocate.
+ *   The entry_items to de-allocate.
  *
  * @return
  *   F_okay on success.
@@ -1768,10 +1768,10 @@ extern "C" {
 #endif // _di_controller_entry_items_increase_by_
 
 /**
- * Fully deallocate all memory for the given Rule Action without caring about return status.
+ * Fully de-allocate all memory for the given Rule Action without caring about return status.
  *
  * @param action
- *   The action to deallocate.
+ *   The action to de-allocate.
  *
  * @see f_memory_arrays_resize()
  */
@@ -1780,10 +1780,10 @@ extern "C" {
 #endif // _di_controller_rule_action_delete_
 
 /**
- * Fully deallocate all memory for the given Rule Actions without caring about return status.
+ * Fully de-allocate all memory for the given Rule Actions without caring about return status.
  *
  * @param actions
- *   The rule_actions to deallocate.
+ *   The rule_actions to de-allocate.
  *
  * @see controller_rule_action_delete()
  * @see f_memory_delete()
@@ -1813,10 +1813,10 @@ extern "C" {
 #endif // _di_controller_rule_actions_increase_by_
 
 /**
- * Fully deallocate all memory for the given Rule without caring about return status.
+ * Fully de-allocate all memory for the given Rule without caring about return status.
  *
  * @param rule
- *   The rule to deallocate.
+ *   The rule to de-allocate.
  *
  * @see controller_rule_items_delete()
  * @see f_capability_delete()
@@ -1828,10 +1828,10 @@ extern "C" {
 #endif // _di_controller_rule_delete_
 
 /**
- * Fully deallocate all memory for the given Rule Item without caring about return status.
+ * Fully de-allocate all memory for the given Rule Item without caring about return status.
  *
  * @param item
- *   The item to deallocate.
+ *   The item to de-allocate.
  *
  * @see f_memory_array_resize()
  */
@@ -1840,10 +1840,10 @@ extern "C" {
 #endif // _di_controller_rule_item_delete_
 
 /**
- * Fully deallocate all memory for the given Rule Items without caring about return status.
+ * Fully de-allocate all memory for the given Rule Items without caring about return status.
  *
  * @param items
- *   The rule_items to deallocate.
+ *   The rule_items to de-allocate.
  *
  * @see controller_rule_item_delete()
  * @see f_memory_delete()
@@ -1853,10 +1853,10 @@ extern "C" {
 #endif // _di_controller_rule_items_delete_
 
 /**
- * Fully deallocate all memory for the given Rule Item without caring about return status.
+ * Fully de-allocate all memory for the given Rule Item without caring about return status.
  *
  * @param on
- *   The on to deallocate.
+ *   The on to de-allocate.
  *
  * @see f_memory_array_resize()
  */
@@ -1865,10 +1865,10 @@ extern "C" {
 #endif // _di_controller_rule_on_delete_
 
 /**
- * Fully deallocate all memory for the given Rule Items without caring about return status.
+ * Fully de-allocate all memory for the given Rule Items without caring about return status.
  *
  * @param ons
- *   The rule_ons to deallocate.
+ *   The rule_ons to de-allocate.
  *
  * @see controller_rule_on_delete()
  * @see f_memory_delete()
@@ -1921,10 +1921,10 @@ extern "C" {
 #endif // _di_controller_rule_ons_resize_
 
 /**
- * Fully deallocate all memory for the given Rules without caring about return status.
+ * Fully de-allocate all memory for the given Rules without caring about return status.
  *
  * @param rules
- *   The rules to deallocate.
+ *   The rules to de-allocate.
  *
  * @see controller_rules_resize()
  */
index 7ad31180d4a3ab8ca74b7f391e4575f3a19c155f..33930aa50796731829554d5555a396c3945fd136 100644 (file)
@@ -120,10 +120,10 @@ extern "C" {
 #endif // _di_controller_cache_t_
 
 /**
- * Fully deallocate all memory for the given cache without caring about return status.
+ * Fully de-allocate all memory for the given cache without caring about return status.
  *
  * @param cache
- *   The cache to deallocate.
+ *   The cache to de-allocate.
  *
  * @see f_memory_array_resize()
  */
@@ -132,10 +132,10 @@ extern "C" {
 #endif // _di_controller_cache_action_delete_simple_
 
 /**
- * Fully deallocate all memory for the given cache without caring about return status.
+ * Fully de-allocate all memory for the given cache without caring about return status.
  *
  * @param cache
- *   The cache to deallocate.
+ *   The cache to de-allocate.
  *
  * @see controller_cache_action_delete_simple()
  *
index ee7baeed419ebbba98596dc0fc3a81e4860fbb62..e5e5bca5a286c7a704ec8d7696a63f9538755646 100644 (file)
@@ -73,10 +73,10 @@ extern "C" {
 #endif // _di_controller_lock_delete_rw_
 
 /**
- * Fully deallocate all memory for the given lock without caring about return status.
+ * Fully de-allocate all memory for the given lock without caring about return status.
  *
  * @param lock
- *   The lock to deallocate.
+ *   The lock to de-allocate.
  *
  * @see f_thread_lock_delete()
  * @see f_thread_mutex_delete()
index db92641913942876a652a4cdca69a77463846a4a..ade813c7cf99aae73736015284761dd158742c49 100644 (file)
@@ -213,10 +213,10 @@ extern "C" {
 #endif // _di_controller_pids_resize_
 
 /**
- * Fully deallocate all memory for the given process without caring about return status.
+ * Fully de-allocate all memory for the given process without caring about return status.
  *
  * @param data
- *   The data to deallocate.
+ *   The data to de-allocate.
  *
  * @see f_memory_array_resize()
  * @see f_thread_condition_delete()
@@ -227,10 +227,10 @@ extern "C" {
 #endif // _di_controller_data_delete_simple_
 
 /**
- * Fully deallocate all memory for the given processs without caring about return status.
+ * Fully de-allocate all memory for the given processs without caring about return status.
  *
  * @param processs
- *   The process array to deallocate.
+ *   The process array to de-allocate.
  *
  * @see controller_processs_resize()
  */
index c14fc288606b8322c34f1e53a480c23afaf162d2..b22e5201b9e1f1516c3320058132fc889a42f6e4 100644 (file)
@@ -133,10 +133,10 @@ extern "C" {
 #endif // _di_controller_thread_t_
 
 /**
- * Fully deallocate all memory for the given setting without caring about return status.
+ * Fully de-allocate all memory for the given setting without caring about return status.
  *
  * @param thread
- *   The thread to deallocate.
+ *   The thread to de-allocate.
  *
  * @see controller_asynchronouss_resize()
  * @see f_thread_mutex_unlock()
index d7b48bc18f3a8576ab72ec5f967a666ffe3aabc9..440fcddf110bb499c778541c2ea55398257ab46a 100644 (file)
@@ -33,6 +33,7 @@ extern "C" {
  *   The Rule alias to use.
  * @param id
  *   (optional) The process ID when found or created.
+ *
  *   Set to NULL to not use.
  *
  * @return
@@ -74,6 +75,7 @@ extern "C" {
  *   The Rule alias to use.
  * @param id
  *   (optional) The process ID when found or created.
+ *
  *   Set to NULL to not use.
  *
  * @return
index 93e64265871aaa1780e45f9a5fcf84030525bf61..22298d8a33d25c6a3c268710e03c852f6afa183b 100644 (file)
@@ -117,7 +117,7 @@ extern "C" {
             }
           }
 
-          // Deallocate dynamic portions of the structure that are only ever needed while the process is running.
+          // De-allocate dynamic portions of the structure that are only ever needed while the process is running.
           controller_cache_delete_simple(&process->cache);
           f_memory_array_resize(0, sizeof(f_number_unsigned_t), (void **) &process->stack.array, &process->stack.used, &process->stack.size);
 
@@ -132,14 +132,14 @@ extern "C" {
             }
           }
 
-          // Deallocate the PID files.
+          // De-allocate the PID files.
           if (process->path_pids.used) {
             process->path_pids.used = 0;
 
             f_memory_arrays_resize(0, sizeof(f_string_dynamic_t), (void **) &process->path_pids.array, &process->path_pids.used, &process->path_pids.size, &f_string_dynamics_delete_callback);
           }
 
-          // Deallocate any rules in the space that is declared to be unused.
+          // De-allocate any rules in the space that is declared to be unused.
           if (i >= global->thread->processs.used) {
             controller_rule_delete(&process->rule);
           }
index f1680d5d97d993ac8c614f50fa7c67cf23a85f95..8f40bcdccfe3c4d9ba27aacd04bff69711792d35 100644 (file)
@@ -23,9 +23,9 @@ extern "C" {
 
     if (status == F_child) {
 
-      // A forked child process should deallocate memory on exit.
+      // A forked child process should de-allocate memory on exit.
       // It seems that this function doesn't return to the calling thread for a forked child process, even with the "return 0;" below.
-      // Deallocate as much as possible.
+      // De-allocate as much as possible.
       controller_thread_delete_simple(global->thread);
       controller_process_delete(global->setting);
       controller_main_delete(global->main);
index 7e686a86fe65b092fe82f8d43a967cbe86a99742..07cecdc31736afd17d692b51cbb9cfed02bd63f2 100644 (file)
@@ -132,9 +132,9 @@ extern "C" {
 
     if (*status == F_child) {
 
-      // A forked child process should deallocate memory on exit.
+      // A forked child process should de-allocate memory on exit.
       // It seems that this function doesn't return to the calling thread for a forked child process, even with the "return 0;" below.
-      // Deallocate as much as possible.
+      // De-allocate as much as possible.
       controller_thread_delete_simple(entry->global->thread);
       controller_process_delete(entry->global->setting);
       controller_main_delete(entry->global->main);
@@ -250,9 +250,9 @@ extern "C" {
 
     if (*status == F_child) {
 
-      // A forked child process should deallocate memory on exit.
+      // A forked child process should de-allocate memory on exit.
       // It seems that this function doesn't return to the calling thread for a forked child process, even with the "return 0;" below.
-      // Deallocate as much as possible.
+      // De-allocate as much as possible.
       controller_thread_delete_simple(entry->global->thread);
       controller_process_delete(entry->global->setting);
       controller_main_delete(entry->global->main);
index d25da66acc3f6f0b2105019aad1ff9b8ae3c74d6..e2958ddd1d54037ad4d3363a83b71cf624fbee0c 100644 (file)
@@ -25,9 +25,9 @@ extern "C" {
 
     if (status == F_child) {
 
-      // A forked child process should deallocate memory on exit.
+      // A forked child process should de-allocate memory on exit.
       // It seems that this function doesn't return to the calling thread for a forked child process, even with the "return 0;" below.
-      // Deallocate as much as possible.
+      // De-allocate as much as possible.
       controller_main_t *main = (controller_main_t *) process->main_data;
       controller_process_t *setting = (controller_process_t *) process->main_setting;
       controller_thread_t *thread = (controller_thread_t *) process->main_thread;
index 37f1f19e1e20b7e2770dde5ab17ceeebe0b2905c..dde2a81d7b41dfcaf4ef9271ab8abcbd7f346b7b 100644 (file)
@@ -86,7 +86,7 @@ extern "C" {
 #endif // _di_example_main_t_
 
 /**
- * Deallocate main program data.
+ * De-allocate main program data.
  *
  * @param cache
  *   The program cache.
@@ -100,7 +100,7 @@ extern "C" {
 #endif // _di_example_cache_delete_
 
 /**
- * Deallocate main program data.
+ * De-allocate main program data.
  *
  * @param main
  *   The main program data.
index 91cf445c854ffc38b704856fd10a8e7c1bc2a4dd..fc4d36e8a6a92700499115a51e3da16401ef3785 100644 (file)
@@ -954,7 +954,7 @@ extern "C" {
 #endif // _di_fake_build_stage_delete_
 
 /**
- * Deallocate program data.
+ * De-allocate program data.
  *
  * @param data
  *   The program data.
@@ -968,7 +968,7 @@ extern "C" {
 #endif // _di_fake_data_delete_
 
 /**
- * Deallocate make data.
+ * De-allocate make data.
  *
  * @param data_make
  *   The make data.
@@ -982,7 +982,7 @@ extern "C" {
 #endif // _di_fake_make_data_delete_
 
 /**
- * Deallocate main program data.
+ * De-allocate main program data.
  *
  * @param main
  *   The main program data.
@@ -1002,7 +1002,7 @@ extern "C" {
 #endif // _di_fake_main_delete_
 
 /**
- * Deallocate make setting data.
+ * De-allocate make setting data.
  *
  * @param setting_make
  *   The make setting data.
index 6d4f7e68d77f638db6461974aac7970d52fdc2c3..b51a7f456a9b7d4ab2e5a69e40db100e252445e5 100644 (file)
@@ -201,7 +201,7 @@ extern "C" {
 #endif // _di_firewall_main_t_
 
 /**
- * Deallocate firewall cache.
+ * De-allocate firewall cache.
  *
  * @param cache
  *   The firewall cache.
@@ -219,7 +219,7 @@ extern "C" {
 #endif // _di_firewall_cache_delete_
 
 /**
- * Deallocate firewall data.
+ * De-allocate firewall data.
  *
  * @param data
  *   The firewall data.
@@ -236,7 +236,7 @@ extern "C" {
 #endif // _di_firewall_data_delete_
 
 /**
- * Deallocate main program data.
+ * De-allocate main program data.
  *
  * @param main
  *   The main program data.
index b34ce46bb3f1d845f1ed088cfc729230ba4ef950..8b6db31c50f866798462c106ead4def16613cfba 100644 (file)
@@ -98,7 +98,7 @@ extern "C" {
 #endif // _di_fss_identify_main_t_
 
 /**
- * Deallocate main program data.
+ * De-allocate main program data.
  *
  * @param main
  *   The main program data.
index f972104cd4cda6ed2ac7d4836069d7916fd76216..580c90b45909b770cc24ba8c0a92f234ec8df6d7 100644 (file)
@@ -298,10 +298,10 @@ extern "C" {
 #endif // _di_fss_read_main_t_
 
 /**
- * Deallocate the read depth.
+ * De-allocate the read depth.
  *
  * @param depth
- *   The depth to deallocate.
+ *   The depth to de-allocate.
  *
  *   Must not be NULL.
  *
@@ -358,7 +358,7 @@ extern "C" {
 #endif // _di_fss_read_files_resize_
 
 /**
- * Deallocate main program data.
+ * De-allocate main program data.
  *
  * @param main
  *   The program and settings data.
index 4622ecdca77a46d76509a1d8ee423a9c06734a6e..26fd8d2abee0fbe42c9e1fac9fba799a26ee0578 100644 (file)
@@ -149,7 +149,7 @@ extern "C" {
 #endif // _di_fss_write_main_t_
 
 /**
- * Deallocate main program data.
+ * De-allocate main program data.
  *
  * @param main
  *   The main program data.
index aa5b1aebdb215db8c12c8bf8273288eab782bf6c..3fe16d975412d3f491bd139d13e1a29833f96010 100644 (file)
@@ -111,7 +111,7 @@ extern "C" {
 #endif // _di_iki_read_main_t_
 
 /**
- * Deallocate main program data.
+ * De-allocate main program data.
  *
  * @param main
  *   The main program data.
index 82ede43ab4517849a7e2208b1c7ef8ab9fea480d..6d09bfdd78863a57af59e087c8816e5c1e36c8ca 100644 (file)
@@ -90,7 +90,7 @@ extern "C" {
 #endif // _di_iki_write_main_t_
 
 /**
- * Deallocate main program data.
+ * De-allocate main program data.
  *
  * @param main
  *   The main program data.
index ff7e4841a0784da74be5a88b7b746973a16fc051..e1ae1e20d6131d96758a9434888b0e316f0ef60d 100644 (file)
@@ -79,7 +79,7 @@ extern "C" {
 #endif // _di_status_code_main_t_
 
 /**
- * Deallocate main program data.
+ * De-allocate main program data.
  *
  * @param main
  *   The main program data..
index e73dd9d81f498e8f96f1fe08d8bcdf24940ac404..765b5fa90bbb187e0868d36f8154788062855882 100644 (file)
@@ -103,7 +103,7 @@ extern "C" {
 #endif // _di_utf8_main_t_
 
 /**
- * Deallocate main program data.
+ * De-allocate main program data.
  *
  * @param main
  *   The main program data.