]> Kevux Git Server - fll/commitdiff
Update: Existing F_none and similar uses are now F_okay.
authorKevin Day <thekevinday@gmail.com>
Fri, 18 Aug 2023 00:21:46 +0000 (19:21 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 18 Aug 2023 02:09:07 +0000 (21:09 -0500)
This is the second part of changing the status codes.

This is a massive regex based change and so there is a lot of potential for mistakes.
Time will tell.

1585 files changed:
documents/cygwin.txt
documents/return_codes.txt
documents/style_guide.txt
level_0/f_account/c/account.c
level_0/f_account/c/account.h
level_0/f_account/c/account/accounts.c
level_0/f_account/c/account/accounts.h
level_0/f_account/c/account/private-accounts.c
level_0/f_account/c/account/private-accounts.h
level_0/f_account/c/private-account.c
level_0/f_account/c/private-account.h
level_0/f_account/tests/unit/c/test-account-by_id.c
level_0/f_account/tests/unit/c/test-account-by_name.c
level_0/f_account/tests/unit/c/test-account-group_id_by_name.c
level_0/f_account/tests/unit/c/test-account-group_name_by_id.c
level_0/f_account/tests/unit/c/test-account-id_by_name.c
level_0/f_account/tests/unit/c/test-account-name_by_id.c
level_0/f_account/tests/unit/c/test-account-s_delete_callback.c
level_0/f_account/tests/unit/c/test-account-s_destroy_callback.c
level_0/f_account/tests/unit/c/test-account-ss_delete_callback.c
level_0/f_account/tests/unit/c/test-account-ss_destroy_callback.c
level_0/f_capability/c/capability.c
level_0/f_capability/c/capability.h
level_0/f_capability/tests/unit/c/test-capability-ambient_get.c
level_0/f_capability/tests/unit/c/test-capability-ambient_reset.c
level_0/f_capability/tests/unit/c/test-capability-ambient_set.c
level_0/f_capability/tests/unit/c/test-capability-clear.c
level_0/f_capability/tests/unit/c/test-capability-clear_flag.c
level_0/f_capability/tests/unit/c/test-capability-copy.c
level_0/f_capability/tests/unit/c/test-capability-copy_external.c
level_0/f_capability/tests/unit/c/test-capability-copy_internal.c
level_0/f_capability/tests/unit/c/test-capability-delete.c
level_0/f_capability/tests/unit/c/test-capability-file_descriptor_get.c
level_0/f_capability/tests/unit/c/test-capability-file_descriptor_set.c
level_0/f_capability/tests/unit/c/test-capability-file_get.c
level_0/f_capability/tests/unit/c/test-capability-file_set.c
level_0/f_capability/tests/unit/c/test-capability-flag_get.c
level_0/f_capability/tests/unit/c/test-capability-flag_set.c
level_0/f_capability/tests/unit/c/test-capability-from_name.c
level_0/f_capability/tests/unit/c/test-capability-from_text.c
level_0/f_capability/tests/unit/c/test-capability-groups_set.c
level_0/f_capability/tests/unit/c/test-capability-initialize.c
level_0/f_capability/tests/unit/c/test-capability-mode_get.c
level_0/f_capability/tests/unit/c/test-capability-mode_get_name.c
level_0/f_capability/tests/unit/c/test-capability-mode_set.c
level_0/f_capability/tests/unit/c/test-capability-owner_get.c
level_0/f_capability/tests/unit/c/test-capability-owner_set.c
level_0/f_capability/tests/unit/c/test-capability-process_bound_drop.c
level_0/f_capability/tests/unit/c/test-capability-process_bound_get.c
level_0/f_capability/tests/unit/c/test-capability-process_get.c
level_0/f_capability/tests/unit/c/test-capability-process_get_by_id.c
level_0/f_capability/tests/unit/c/test-capability-process_set.c
level_0/f_capability/tests/unit/c/test-capability-security_bits_get.c
level_0/f_capability/tests/unit/c/test-capability-security_bits_set.c
level_0/f_capability/tests/unit/c/test-capability-size.c
level_0/f_capability/tests/unit/c/test-capability-to_name.c
level_0/f_capability/tests/unit/c/test-capability-to_text.c
level_0/f_capability/tests/unit/c/test-capability-user_set.c
level_0/f_color/c/color.c
level_0/f_color/c/color.h
level_0/f_color/c/color/common.c
level_0/f_color/c/color/common.h
level_0/f_color/c/private-color.c
level_0/f_color/c/private-color.h
level_0/f_color/tests/unit/c/test-color-context_delete.c
level_0/f_color/tests/unit/c/test-color-context_destroy.c
level_0/f_color/tests/unit/c/test-color-load_context.c
level_0/f_color/tests/unit/c/test-color-save_1.c
level_0/f_color/tests/unit/c/test-color-save_2.c
level_0/f_color/tests/unit/c/test-color-save_3.c
level_0/f_color/tests/unit/c/test-color-save_4.c
level_0/f_color/tests/unit/c/test-color-save_5.c
level_0/f_compare/c/compare/private-utf.c
level_0/f_compare/c/private-compare.c
level_0/f_compare/tests/unit/c/test-compare-dynamic_partial.c
level_0/f_compare/tests/unit/c/test-compare-dynamic_partial_dynamic.c
level_0/f_compare/tests/unit/c/test-compare-dynamic_partial_except.c
level_0/f_compare/tests/unit/c/test-compare-dynamic_partial_except_dynamic.c
level_0/f_compare/tests/unit/c/test-compare-dynamic_partial_except_string.c
level_0/f_compare/tests/unit/c/test-compare-dynamic_partial_except_trim.c
level_0/f_compare/tests/unit/c/test-compare-dynamic_partial_except_trim_dynamic.c
level_0/f_compare/tests/unit/c/test-compare-dynamic_partial_except_trim_string.c
level_0/f_compare/tests/unit/c/test-compare-dynamic_partial_string.c
level_0/f_compare/tests/unit/c/test-compare-dynamic_partial_trim.c
level_0/f_compare/tests/unit/c/test-compare-dynamic_partial_trim_dynamic.c
level_0/f_compare/tests/unit/c/test-compare-dynamic_partial_trim_string.c
level_0/f_compare/tests/unit/c/test-compare-utf.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_except.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_except_string.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_except_trim.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_except_trim_string.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_partial.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_partial_dynamic.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_partial_except.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_partial_except_dynamic.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_partial_except_string.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_partial_except_trim.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_partial_except_trim_dynamic.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_partial_except_trim_string.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_partial_string.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_partial_trim.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_partial_trim_dynamic.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_partial_trim_string.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_string.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_trim.c
level_0/f_compare/tests/unit/c/test-compare-utf_dynamic_trim_string.c
level_0/f_compare/tests/unit/c/test-compare-utf_except.c
level_0/f_compare/tests/unit/c/test-compare-utf_except_trim.c
level_0/f_compare/tests/unit/c/test-compare-utf_trim.c
level_0/f_compare/tests/unit/c/test-compare.c
level_0/f_compare/tests/unit/c/test-compare.h
level_0/f_console/c/console.c
level_0/f_console/c/console.h
level_0/f_console/c/console/common.c
level_0/f_console/c/console/common.h
level_0/f_console/c/private-console.c
level_0/f_console/c/private-console.h
level_0/f_console/tests/unit/c/test-console-environment_process.c
level_0/f_console/tests/unit/c/test-console-identify.c
level_0/f_console/tests/unit/c/test-console-parameter_prioritize_left.c
level_0/f_console/tests/unit/c/test-console-parameter_prioritize_right.c
level_0/f_console/tests/unit/c/test-console-parameter_process.c
level_0/f_console/tests/unit/c/test-console-parameters_delete.c
level_0/f_console/tests/unit/c/test-console-parameters_destroy.c
level_0/f_control_group/c/control_group.c
level_0/f_control_group/c/control_group.h
level_0/f_control_group/tests/unit/c/test-control_group-copy.c
level_0/f_conversion/c/conversion.c
level_0/f_conversion/c/conversion.h
level_0/f_conversion/c/private-conversion.c
level_0/f_conversion/c/private-conversion.h
level_0/f_conversion/tests/unit/c/test-conversion-number_signed_print.c
level_0/f_conversion/tests/unit/c/test-conversion-number_signed_to_string.c
level_0/f_conversion/tests/unit/c/test-conversion-number_unsigned_print.c
level_0/f_conversion/tests/unit/c/test-conversion-number_unsigned_to_string.c
level_0/f_directory/c/directory.c
level_0/f_directory/c/directory.h
level_0/f_directory/c/directory/listing.c
level_0/f_directory/c/directory/listing.h
level_0/f_directory/c/directory/recurse_do.c
level_0/f_directory/c/directory/recurse_do.h
level_0/f_directory/c/directory/status.c
level_0/f_directory/c/directory/status.h
level_0/f_directory/c/private-directory.c
level_0/f_directory/c/private-directory.h
level_0/f_directory/tests/unit/c/test-directory-create.c
level_0/f_directory/tests/unit/c/test-directory-create_at.c
level_0/f_directory/tests/unit/c/test-directory-list.c
level_0/f_directory/tests/unit/c/test-directory-listings_delete_callback.c
level_0/f_directory/tests/unit/c/test-directory-listings_destroy_callback.c
level_0/f_directory/tests/unit/c/test-directory-listingss_delete_callback.c
level_0/f_directory/tests/unit/c/test-directory-listingss_destroy_callback.c
level_0/f_directory/tests/unit/c/test-directory-open.c
level_0/f_directory/tests/unit/c/test-directory-open_at.c
level_0/f_directory/tests/unit/c/test-directory-recurse_dos_delete_callback.c
level_0/f_directory/tests/unit/c/test-directory-recurse_dos_destroy_callback.c
level_0/f_directory/tests/unit/c/test-directory-recurse_doss_delete_callback.c
level_0/f_directory/tests/unit/c/test-directory-recurse_doss_destroy_callback.c
level_0/f_directory/tests/unit/c/test-directory-remove.c
level_0/f_directory/tests/unit/c/test-directory-remove_custom.c
level_0/f_directory/tests/unit/c/test-directory-statuss_delete_callback.c
level_0/f_directory/tests/unit/c/test-directory-statuss_destroy_callback.c
level_0/f_directory/tests/unit/c/test-directory-statusss_delete_callback.c
level_0/f_directory/tests/unit/c/test-directory-statusss_destroy_callback.c
level_0/f_directory/tests/unit/c/test-directory-touch.c
level_0/f_directory/tests/unit/c/test-directory-touch_at.c
level_0/f_environment/c/environment.c
level_0/f_environment/c/environment.h
level_0/f_environment/tests/unit/c/test-environment-clear.c
level_0/f_environment/tests/unit/c/test-environment-get.c
level_0/f_environment/tests/unit/c/test-environment-get_all.c
level_0/f_environment/tests/unit/c/test-environment-set.c
level_0/f_environment/tests/unit/c/test-environment-unset.c
level_0/f_execute/tests/unit/c/test-execute-status_from_status.c
level_0/f_execute/tests/unit/c/test-execute-status_to_status.c
level_0/f_file/c/file.c
level_0/f_file/c/file.h
level_0/f_file/c/file/stream.c
level_0/f_file/c/file/stream.h
level_0/f_file/c/private-file.c
level_0/f_file/c/private-file.h
level_0/f_file/tests/unit/c/test-file-clone.c
level_0/f_file/tests/unit/c/test-file-close.c
level_0/f_file/tests/unit/c/test-file-close_id.c
level_0/f_file/tests/unit/c/test-file-copy.c
level_0/f_file/tests/unit/c/test-file-create.c
level_0/f_file/tests/unit/c/test-file-create_at.c
level_0/f_file/tests/unit/c/test-file-create_device.c
level_0/f_file/tests/unit/c/test-file-create_device_at.c
level_0/f_file/tests/unit/c/test-file-create_fifo.c
level_0/f_file/tests/unit/c/test-file-create_fifo_at.c
level_0/f_file/tests/unit/c/test-file-create_node.c
level_0/f_file/tests/unit/c/test-file-create_node_at.c
level_0/f_file/tests/unit/c/test-file-descriptor.c
level_0/f_file/tests/unit/c/test-file-flush.c
level_0/f_file/tests/unit/c/test-file-group_read.c
level_0/f_file/tests/unit/c/test-file-link.c
level_0/f_file/tests/unit/c/test-file-link_at.c
level_0/f_file/tests/unit/c/test-file-link_hard.c
level_0/f_file/tests/unit/c/test-file-link_hard_at.c
level_0/f_file/tests/unit/c/test-file-link_read.c
level_0/f_file/tests/unit/c/test-file-link_read_at.c
level_0/f_file/tests/unit/c/test-file-manipulate.c
level_0/f_file/tests/unit/c/test-file-mode_determine.c
level_0/f_file/tests/unit/c/test-file-mode_from_string.c
level_0/f_file/tests/unit/c/test-file-mode_read.c
level_0/f_file/tests/unit/c/test-file-mode_read_at.c
level_0/f_file/tests/unit/c/test-file-mode_set.c
level_0/f_file/tests/unit/c/test-file-mode_set_at.c
level_0/f_file/tests/unit/c/test-file-mode_to_mode.c
level_0/f_file/tests/unit/c/test-file-name_base.c
level_0/f_file/tests/unit/c/test-file-name_directory.c
level_0/f_file/tests/unit/c/test-file-open.c
level_0/f_file/tests/unit/c/test-file-open_at.c
level_0/f_file/tests/unit/c/test-file-owner_read.c
level_0/f_file/tests/unit/c/test-file-poll.c
level_0/f_file/tests/unit/c/test-file-read.c
level_0/f_file/tests/unit/c/test-file-read_block.c
level_0/f_file/tests/unit/c/test-file-read_until.c
level_0/f_file/tests/unit/c/test-file-remove.c
level_0/f_file/tests/unit/c/test-file-remove_at.c
level_0/f_file/tests/unit/c/test-file-rename.c
level_0/f_file/tests/unit/c/test-file-rename_at.c
level_0/f_file/tests/unit/c/test-file-role_change.c
level_0/f_file/tests/unit/c/test-file-role_change_at.c
level_0/f_file/tests/unit/c/test-file-seek.c
level_0/f_file/tests/unit/c/test-file-select.c
level_0/f_file/tests/unit/c/test-file-select_signal.c
level_0/f_file/tests/unit/c/test-file-size.c
level_0/f_file/tests/unit/c/test-file-size_at.c
level_0/f_file/tests/unit/c/test-file-size_by_id.c
level_0/f_file/tests/unit/c/test-file-stat.c
level_0/f_file/tests/unit/c/test-file-stat_at.c
level_0/f_file/tests/unit/c/test-file-stat_by_id.c
level_0/f_file/tests/unit/c/test-file-stream_close.c
level_0/f_file/tests/unit/c/test-file-stream_open.c
level_0/f_file/tests/unit/c/test-file-stream_open_descriptor.c
level_0/f_file/tests/unit/c/test-file-stream_read.c
level_0/f_file/tests/unit/c/test-file-stream_read_block.c
level_0/f_file/tests/unit/c/test-file-stream_read_until.c
level_0/f_file/tests/unit/c/test-file-stream_reopen.c
level_0/f_file/tests/unit/c/test-file-stream_write.c
level_0/f_file/tests/unit/c/test-file-stream_write_block.c
level_0/f_file/tests/unit/c/test-file-stream_write_range.c
level_0/f_file/tests/unit/c/test-file-stream_write_until.c
level_0/f_file/tests/unit/c/test-file-touch.c
level_0/f_file/tests/unit/c/test-file-touch_at.c
level_0/f_file/tests/unit/c/test-file-type.c
level_0/f_file/tests/unit/c/test-file-type_at.c
level_0/f_file/tests/unit/c/test-file-umask_get.c
level_0/f_file/tests/unit/c/test-file-umask_set.c
level_0/f_file/tests/unit/c/test-file-write.c
level_0/f_file/tests/unit/c/test-file-write_block.c
level_0/f_file/tests/unit/c/test-file-write_range.c
level_0/f_file/tests/unit/c/test-file-write_until.c
level_0/f_fss/c/fss.c
level_0/f_fss/c/fss.h
level_0/f_fss/c/fss/item.c
level_0/f_fss/c/fss/item.h
level_0/f_fss/c/fss/named.c
level_0/f_fss/c/fss/named.h
level_0/f_fss/c/fss/nest.c
level_0/f_fss/c/fss/nest.h
level_0/f_fss/c/fss/private-item.c
level_0/f_fss/c/fss/private-named.c
level_0/f_fss/c/fss/private-named.h
level_0/f_fss/c/fss/private-nest.c
level_0/f_fss/c/fss/private-set.c
level_0/f_fss/c/fss/private-set.h
level_0/f_fss/c/fss/private-set_quote.c
level_0/f_fss/c/fss/private-set_quote.h
level_0/f_fss/c/fss/private-simple_packet.c
level_0/f_fss/c/fss/set.c
level_0/f_fss/c/fss/set.h
level_0/f_fss/c/fss/set_quote.c
level_0/f_fss/c/fss/set_quote.h
level_0/f_fss/c/fss/simple_packet.c
level_0/f_fss/c/fss/simple_packet.h
level_0/f_fss/tests/unit/c/test-fss-apply_delimit.c
level_0/f_fss/tests/unit/c/test-fss-apply_delimit_range.c
level_0/f_fss/tests/unit/c/test-fss-count_lines.c
level_0/f_fss/tests/unit/c/test-fss-count_lines_range.c
level_0/f_fss/tests/unit/c/test-fss-items_delete_callback.c
level_0/f_fss/tests/unit/c/test-fss-items_destroy_callback.c
level_0/f_fss/tests/unit/c/test-fss-itemss_delete_callback.c
level_0/f_fss/tests/unit/c/test-fss-itemss_destroy_callback.c
level_0/f_fss/tests/unit/c/test-fss-nameds_delete_callback.c
level_0/f_fss/tests/unit/c/test-fss-nameds_destroy_callback.c
level_0/f_fss/tests/unit/c/test-fss-namedss_delete_callback.c
level_0/f_fss/tests/unit/c/test-fss-namedss_destroy_callback.c
level_0/f_fss/tests/unit/c/test-fss-nests_delete_callback.c
level_0/f_fss/tests/unit/c/test-fss-nests_destroy_callback.c
level_0/f_fss/tests/unit/c/test-fss-nestss_delete_callback.c
level_0/f_fss/tests/unit/c/test-fss-nestss_destroy_callback.c
level_0/f_fss/tests/unit/c/test-fss-seek_to_eol.c
level_0/f_fss/tests/unit/c/test-fss-set_quotes_delete_callback.c
level_0/f_fss/tests/unit/c/test-fss-set_quotes_destroy_callback.c
level_0/f_fss/tests/unit/c/test-fss-set_quotess_delete_callback.c
level_0/f_fss/tests/unit/c/test-fss-set_quotess_destroy_callback.c
level_0/f_fss/tests/unit/c/test-fss-sets_delete_callback.c
level_0/f_fss/tests/unit/c/test-fss-sets_destroy_callback.c
level_0/f_fss/tests/unit/c/test-fss-setss_delete_callback.c
level_0/f_fss/tests/unit/c/test-fss-setss_destroy_callback.c
level_0/f_fss/tests/unit/c/test-fss-simple_packets_delete_callback.c
level_0/f_fss/tests/unit/c/test-fss-simple_packets_destroy_callback.c
level_0/f_fss/tests/unit/c/test-fss-simple_packetss_delete_callback.c
level_0/f_fss/tests/unit/c/test-fss-simple_packetss_destroy_callback.c
level_0/f_fss/tests/unit/c/test-fss-skip_past_delimit.c
level_0/f_fss/tests/unit/c/test-fss-skip_past_space.c
level_0/f_iki/c/iki.c
level_0/f_iki/c/iki.h
level_0/f_iki/c/iki/data.c
level_0/f_iki/c/iki/data.h
level_0/f_iki/c/iki/private-data.c
level_0/f_iki/c/iki/private-data.h
level_0/f_iki/c/private-iki.c
level_0/f_iki/tests/unit/c/test-iki-datas_append.c
level_0/f_iki/tests/unit/c/test-iki-datas_append_all.c
level_0/f_iki/tests/unit/c/test-iki-datas_delete_callback.c
level_0/f_iki/tests/unit/c/test-iki-datas_destroy_callback.c
level_0/f_iki/tests/unit/c/test-iki-datass_append.c
level_0/f_iki/tests/unit/c/test-iki-datass_append_all.c
level_0/f_iki/tests/unit/c/test-iki-datass_delete_callback.c
level_0/f_iki/tests/unit/c/test-iki-datass_destroy_callback.c
level_0/f_iki/tests/unit/c/test-iki-read.c
level_0/f_limit/c/limit.c
level_0/f_limit/c/limit.h
level_0/f_limit/c/limit/private-set.c
level_0/f_limit/c/limit/private-set.h
level_0/f_limit/c/limit/private-value.c
level_0/f_limit/c/limit/private-value.h
level_0/f_limit/c/limit/set.c
level_0/f_limit/c/limit/set.h
level_0/f_limit/c/limit/value.c
level_0/f_limit/c/limit/value.h
level_0/f_limit/tests/unit/c/test-limit-process.c
level_0/f_limit/tests/unit/c/test-limit-sets_adjust.c
level_0/f_limit/tests/unit/c/test-limit-sets_append.c
level_0/f_limit/tests/unit/c/test-limit-sets_append_all.c
level_0/f_limit/tests/unit/c/test-limit-sets_decimate_by.c
level_0/f_limit/tests/unit/c/test-limit-sets_decrease_by.c
level_0/f_limit/tests/unit/c/test-limit-sets_increase.c
level_0/f_limit/tests/unit/c/test-limit-sets_increase_by.c
level_0/f_limit/tests/unit/c/test-limit-sets_resize.c
level_0/f_limit/tests/unit/c/test-limit-setss_adjust.c
level_0/f_limit/tests/unit/c/test-limit-setss_append.c
level_0/f_limit/tests/unit/c/test-limit-setss_append_all.c
level_0/f_limit/tests/unit/c/test-limit-setss_decimate_by.c
level_0/f_limit/tests/unit/c/test-limit-setss_decrease_by.c
level_0/f_limit/tests/unit/c/test-limit-setss_increase.c
level_0/f_limit/tests/unit/c/test-limit-setss_increase_by.c
level_0/f_limit/tests/unit/c/test-limit-setss_resize.c
level_0/f_limit/tests/unit/c/test-limit-values_adjust.c
level_0/f_limit/tests/unit/c/test-limit-values_append.c
level_0/f_limit/tests/unit/c/test-limit-values_append_all.c
level_0/f_limit/tests/unit/c/test-limit-values_decimate_by.c
level_0/f_limit/tests/unit/c/test-limit-values_decrease_by.c
level_0/f_limit/tests/unit/c/test-limit-values_increase.c
level_0/f_limit/tests/unit/c/test-limit-values_increase_by.c
level_0/f_limit/tests/unit/c/test-limit-values_resize.c
level_0/f_limit/tests/unit/c/test-limit-valuess_adjust.c
level_0/f_limit/tests/unit/c/test-limit-valuess_append.c
level_0/f_limit/tests/unit/c/test-limit-valuess_append_all.c
level_0/f_limit/tests/unit/c/test-limit-valuess_decimate_by.c
level_0/f_limit/tests/unit/c/test-limit-valuess_decrease_by.c
level_0/f_limit/tests/unit/c/test-limit-valuess_increase.c
level_0/f_limit/tests/unit/c/test-limit-valuess_increase_by.c
level_0/f_limit/tests/unit/c/test-limit-valuess_resize.c
level_0/f_memory/c/memory.c
level_0/f_memory/c/memory.h
level_0/f_memory/c/memory/array.c
level_0/f_memory/c/memory/array.h
level_0/f_memory/c/memory/arrays.h
level_0/f_memory/c/memory/private-array.c
level_0/f_memory/c/memory/private-array.h
level_0/f_memory/c/private-memory.c
level_0/f_memory/c/private-memory.h
level_0/f_memory/tests/unit/c/test-memory-adjust.c
level_0/f_memory/tests/unit/c/test-memory-array_adjust.c
level_0/f_memory/tests/unit/c/test-memory-array_append.c
level_0/f_memory/tests/unit/c/test-memory-array_append_all.c
level_0/f_memory/tests/unit/c/test-memory-array_decimate_by.c
level_0/f_memory/tests/unit/c/test-memory-array_decrease_by.c
level_0/f_memory/tests/unit/c/test-memory-array_increase.c
level_0/f_memory/tests/unit/c/test-memory-array_increase_by.c
level_0/f_memory/tests/unit/c/test-memory-array_resize.c
level_0/f_memory/tests/unit/c/test-memory-arrays_adjust.c
level_0/f_memory/tests/unit/c/test-memory-arrays_resize.c
level_0/f_memory/tests/unit/c/test-memory-delete.c
level_0/f_memory/tests/unit/c/test-memory-destroy.c
level_0/f_memory/tests/unit/c/test-memory-new.c
level_0/f_memory/tests/unit/c/test-memory-new_aligned.c
level_0/f_memory/tests/unit/c/test-memory-resize.c
level_0/f_memory/tests/unit/c/test-memory.c
level_0/f_network/c/network.c
level_0/f_network/c/network.h
level_0/f_network/tests/unit/c/test-network-from_host_long.c
level_0/f_network/tests/unit/c/test-network-from_host_short.c
level_0/f_network/tests/unit/c/test-network-from_ip_address.c
level_0/f_network/tests/unit/c/test-network-from_ip_name.c
level_0/f_network/tests/unit/c/test-network-from_ip_string.c
level_0/f_network/tests/unit/c/test-network-is_ip_address.c
level_0/f_network/tests/unit/c/test-network-to_host_long.c
level_0/f_network/tests/unit/c/test-network-to_host_short.c
level_0/f_network/tests/unit/c/test-network-to_ip_string.c
level_0/f_parse/c/parse.c
level_0/f_parse/c/parse.h
level_0/f_parse/c/parse/utf.c
level_0/f_parse/c/parse/utf.h
level_0/f_path/c/path.c
level_0/f_path/c/path.h
level_0/f_path/c/private-path.c
level_0/f_path/c/private-path.h
level_0/f_path/tests/unit/c/test-path-change.c
level_0/f_path/tests/unit/c/test-path-change_at.c
level_0/f_path/tests/unit/c/test-path-current.c
level_0/f_path/tests/unit/c/test-path-directory_cleanup.c
level_0/f_path/tests/unit/c/test-path-real.c
level_0/f_print/c/print.c
level_0/f_print/c/print.h
level_0/f_print/c/print/private-to.c
level_0/f_print/c/print/private-to.h
level_0/f_print/c/print/to.c
level_0/f_print/c/print/to.h
level_0/f_print/c/private-print.c
level_0/f_print/c/private-print.h
level_0/f_print/tests/unit/c/test-print-.c
level_0/f_print/tests/unit/c/test-print-character.c
level_0/f_print/tests/unit/c/test-print-character_safely.c
level_0/f_print/tests/unit/c/test-print-dynamic.c
level_0/f_print/tests/unit/c/test-print-dynamic_partial.c
level_0/f_print/tests/unit/c/test-print-dynamic_partial_raw.c
level_0/f_print/tests/unit/c/test-print-dynamic_partial_raw_safely.c
level_0/f_print/tests/unit/c/test-print-dynamic_partial_safely.c
level_0/f_print/tests/unit/c/test-print-dynamic_raw.c
level_0/f_print/tests/unit/c/test-print-dynamic_raw_safely.c
level_0/f_print/tests/unit/c/test-print-dynamic_safely.c
level_0/f_print/tests/unit/c/test-print-except.c
level_0/f_print/tests/unit/c/test-print-except_dynamic.c
level_0/f_print/tests/unit/c/test-print-except_dynamic_partial.c
level_0/f_print/tests/unit/c/test-print-except_dynamic_partial_raw.c
level_0/f_print/tests/unit/c/test-print-except_dynamic_partial_raw_safely.c
level_0/f_print/tests/unit/c/test-print-except_dynamic_partial_safely.c
level_0/f_print/tests/unit/c/test-print-except_dynamic_raw.c
level_0/f_print/tests/unit/c/test-print-except_dynamic_raw_safely.c
level_0/f_print/tests/unit/c/test-print-except_dynamic_safely.c
level_0/f_print/tests/unit/c/test-print-except_in.c
level_0/f_print/tests/unit/c/test-print-except_in_dynamic.c
level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial.c
level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial_raw.c
level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial_raw_safely.c
level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial_safely.c
level_0/f_print/tests/unit/c/test-print-except_in_dynamic_raw.c
level_0/f_print/tests/unit/c/test-print-except_in_dynamic_raw_safely.c
level_0/f_print/tests/unit/c/test-print-except_in_dynamic_safely.c
level_0/f_print/tests/unit/c/test-print-except_in_raw.c
level_0/f_print/tests/unit/c/test-print-except_in_raw_safely.c
level_0/f_print/tests/unit/c/test-print-except_in_safely.c
level_0/f_print/tests/unit/c/test-print-except_raw.c
level_0/f_print/tests/unit/c/test-print-except_raw_safely.c
level_0/f_print/tests/unit/c/test-print-except_safely.c
level_0/f_print/tests/unit/c/test-print-raw.c
level_0/f_print/tests/unit/c/test-print-raw_safely.c
level_0/f_print/tests/unit/c/test-print-raw_terminated.c
level_0/f_print/tests/unit/c/test-print-safely.c
level_0/f_print/tests/unit/c/test-print-safely_terminated.c
level_0/f_print/tests/unit/c/test-print-terminated.c
level_0/f_print/tests/unit/c/test-print-to.c
level_0/f_print/tests/unit/c/test-print-to_character.c
level_0/f_print/tests/unit/c/test-print-to_character_safely.c
level_0/f_print/tests/unit/c/test-print-to_dynamic.c
level_0/f_print/tests/unit/c/test-print-to_dynamic_partial.c
level_0/f_print/tests/unit/c/test-print-to_dynamic_partial_raw.c
level_0/f_print/tests/unit/c/test-print-to_dynamic_partial_raw_safely.c
level_0/f_print/tests/unit/c/test-print-to_dynamic_partial_safely.c
level_0/f_print/tests/unit/c/test-print-to_dynamic_raw.c
level_0/f_print/tests/unit/c/test-print-to_dynamic_raw_safely.c
level_0/f_print/tests/unit/c/test-print-to_dynamic_safely.c
level_0/f_print/tests/unit/c/test-print-to_except.c
level_0/f_print/tests/unit/c/test-print-to_except_dynamic.c
level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial.c
level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial_raw.c
level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial_raw_safely.c
level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial_safely.c
level_0/f_print/tests/unit/c/test-print-to_except_dynamic_raw.c
level_0/f_print/tests/unit/c/test-print-to_except_dynamic_raw_safely.c
level_0/f_print/tests/unit/c/test-print-to_except_dynamic_safely.c
level_0/f_print/tests/unit/c/test-print-to_except_in.c
level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic.c
level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial.c
level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial_raw.c
level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial_raw_safely.c
level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial_safely.c
level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_raw.c
level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_raw_safely.c
level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_safely.c
level_0/f_print/tests/unit/c/test-print-to_except_in_raw.c
level_0/f_print/tests/unit/c/test-print-to_except_in_raw_safely.c
level_0/f_print/tests/unit/c/test-print-to_except_in_safely.c
level_0/f_print/tests/unit/c/test-print-to_except_raw.c
level_0/f_print/tests/unit/c/test-print-to_except_raw_safely.c
level_0/f_print/tests/unit/c/test-print-to_except_safely.c
level_0/f_print/tests/unit/c/test-print-to_raw.c
level_0/f_print/tests/unit/c/test-print-to_raw_safely.c
level_0/f_print/tests/unit/c/test-print-to_raw_terminated.c
level_0/f_print/tests/unit/c/test-print-to_safely.c
level_0/f_print/tests/unit/c/test-print-to_safely_terminated.c
level_0/f_print/tests/unit/c/test-print-to_terminated.c
level_0/f_rip/c/private-rip.c
level_0/f_rip/c/private-rip.h
level_0/f_rip/c/rip/private-utf.c
level_0/f_rip/c/rip/private-utf.h
level_0/f_rip/c/rip/utf.h
level_0/f_serialize/c/private-serialize.c
level_0/f_serialize/c/private-serialize.h
level_0/f_serialize/c/serialize.c
level_0/f_serialize/c/serialize.h
level_0/f_serialize/tests/unit/c/test-serialize-from_simple.c
level_0/f_serialize/tests/unit/c/test-serialize-from_simple_get.c
level_0/f_serialize/tests/unit/c/test-serialize-from_simple_range.c
level_0/f_serialize/tests/unit/c/test-serialize-from_simple_select.c
level_0/f_serialize/tests/unit/c/test-serialize-to_simple.c
level_0/f_signal/c/signal.c
level_0/f_signal/c/signal.h
level_0/f_signal/tests/unit/c/test-signal-action.c
level_0/f_signal/tests/unit/c/test-signal-close.c
level_0/f_signal/tests/unit/c/test-signal-mask.c
level_0/f_signal/tests/unit/c/test-signal-open.c
level_0/f_signal/tests/unit/c/test-signal-pause.c
level_0/f_signal/tests/unit/c/test-signal-queue.c
level_0/f_signal/tests/unit/c/test-signal-read.c
level_0/f_signal/tests/unit/c/test-signal-send.c
level_0/f_signal/tests/unit/c/test-signal-set_add.c
level_0/f_signal/tests/unit/c/test-signal-set_delete.c
level_0/f_signal/tests/unit/c/test-signal-set_empty.c
level_0/f_signal/tests/unit/c/test-signal-set_fill.c
level_0/f_signal/tests/unit/c/test-signal-suspend.c
level_0/f_signal/tests/unit/c/test-signal-wait.c
level_0/f_signal/tests/unit/c/test-signal-wait_until.c
level_0/f_socket/c/socket.c
level_0/f_socket/c/socket.h
level_0/f_socket/c/socket/private-socket.c
level_0/f_socket/c/socket/private-socket.h
level_0/f_socket/c/socket/socket.c
level_0/f_socket/c/socket/socket.h
level_0/f_socket/tests/unit/c/test-socket-accept.c
level_0/f_socket/tests/unit/c/test-socket-bind.c
level_0/f_socket/tests/unit/c/test-socket-bind_inet4.c
level_0/f_socket/tests/unit/c/test-socket-bind_inet6.c
level_0/f_socket/tests/unit/c/test-socket-bind_local.c
level_0/f_socket/tests/unit/c/test-socket-connect.c
level_0/f_socket/tests/unit/c/test-socket-create.c
level_0/f_socket/tests/unit/c/test-socket-create_pair.c
level_0/f_socket/tests/unit/c/test-socket-disconnect.c
level_0/f_socket/tests/unit/c/test-socket-listen.c
level_0/f_socket/tests/unit/c/test-socket-name_host.c
level_0/f_socket/tests/unit/c/test-socket-name_peer.c
level_0/f_socket/tests/unit/c/test-socket-option_get.c
level_0/f_socket/tests/unit/c/test-socket-option_set.c
level_0/f_socket/tests/unit/c/test-socket-read.c
level_0/f_socket/tests/unit/c/test-socket-read_message.c
level_0/f_socket/tests/unit/c/test-socket-read_stream.c
level_0/f_socket/tests/unit/c/test-socket-sockets_adjust.c
level_0/f_socket/tests/unit/c/test-socket-sockets_append.c
level_0/f_socket/tests/unit/c/test-socket-sockets_append_all.c
level_0/f_socket/tests/unit/c/test-socket-sockets_decimate_by.c
level_0/f_socket/tests/unit/c/test-socket-sockets_decrease_by.c
level_0/f_socket/tests/unit/c/test-socket-sockets_increase.c
level_0/f_socket/tests/unit/c/test-socket-sockets_increase_by.c
level_0/f_socket/tests/unit/c/test-socket-sockets_resize.c
level_0/f_socket/tests/unit/c/test-socket-socketss_adjust.c
level_0/f_socket/tests/unit/c/test-socket-socketss_append.c
level_0/f_socket/tests/unit/c/test-socket-socketss_append_all.c
level_0/f_socket/tests/unit/c/test-socket-socketss_decimate_by.c
level_0/f_socket/tests/unit/c/test-socket-socketss_decrease_by.c
level_0/f_socket/tests/unit/c/test-socket-socketss_increase.c
level_0/f_socket/tests/unit/c/test-socket-socketss_increase_by.c
level_0/f_socket/tests/unit/c/test-socket-socketss_resize.c
level_0/f_socket/tests/unit/c/test-socket-write.c
level_0/f_socket/tests/unit/c/test-socket-write_message.c
level_0/f_socket/tests/unit/c/test-socket-write_stream.c
level_0/f_status/c/status.h
level_0/f_status/tests/unit/c/test-status-macro-is_error.c
level_0/f_status/tests/unit/c/test-status-macro-is_error_not.c
level_0/f_status/tests/unit/c/test-status-macro-is_fine.c
level_0/f_status/tests/unit/c/test-status-macro-is_fine_not.c
level_0/f_status/tests/unit/c/test-status-macro-is_problem.c
level_0/f_status/tests/unit/c/test-status-macro-is_problem_not.c
level_0/f_status/tests/unit/c/test-status-macro-is_signal.c
level_0/f_status/tests/unit/c/test-status-macro-is_signal_not.c
level_0/f_status/tests/unit/c/test-status-macro-is_warning.c
level_0/f_status/tests/unit/c/test-status-macro-is_warning_not.c
level_0/f_status/tests/unit/c/test-status-macro-set_error.c
level_0/f_status/tests/unit/c/test-status-macro-set_fine.c
level_0/f_status/tests/unit/c/test-status-macro-set_signal.c
level_0/f_status/tests/unit/c/test-status-macro-set_warning.c
level_0/f_status_string/c/status_string.c
level_0/f_status_string/c/status_string.h
level_0/f_status_string/tests/unit/c/test-status_string-to.c
level_0/f_string/c/private-string.c
level_0/f_string/c/private-string.h
level_0/f_string/c/string.c
level_0/f_string/c/string.h
level_0/f_string/c/string/dynamic.c
level_0/f_string/c/string/dynamic.h
level_0/f_string/c/string/dynamics.h
level_0/f_string/c/string/dynamicss.c
level_0/f_string/c/string/dynamicss.h
level_0/f_string/c/string/map_multis.c
level_0/f_string/c/string/map_multis.h
level_0/f_string/c/string/map_multiss.c
level_0/f_string/c/string/map_multiss.h
level_0/f_string/c/string/maps.c
level_0/f_string/c/string/maps.h
level_0/f_string/c/string/mapss.c
level_0/f_string/c/string/mapss.h
level_0/f_string/c/string/private-dynamics.c
level_0/f_string/c/string/private-dynamics.h
level_0/f_string/c/string/private-dynamicss.c
level_0/f_string/c/string/private-dynamicss.h
level_0/f_string/c/string/private-map_multis.c
level_0/f_string/c/string/private-map_multis.h
level_0/f_string/c/string/private-map_multiss.c
level_0/f_string/c/string/private-map_multiss.h
level_0/f_string/c/string/private-maps.c
level_0/f_string/c/string/private-maps.h
level_0/f_string/c/string/private-mapss.c
level_0/f_string/c/string/private-mapss.h
level_0/f_string/c/string/private-quantitys.c
level_0/f_string/c/string/private-quantitys.h
level_0/f_string/c/string/private-quantityss.c
level_0/f_string/c/string/private-quantityss.h
level_0/f_string/c/string/private-ranges.c
level_0/f_string/c/string/private-ranges.h
level_0/f_string/c/string/private-rangess.c
level_0/f_string/c/string/private-rangess.h
level_0/f_string/c/string/private-triples.c
level_0/f_string/c/string/private-triples.h
level_0/f_string/c/string/private-tripless.c
level_0/f_string/c/string/private-tripless.h
level_0/f_string/c/string/quantitys.c
level_0/f_string/c/string/quantitys.h
level_0/f_string/c/string/quantityss.c
level_0/f_string/c/string/quantityss.h
level_0/f_string/c/string/ranges.c
level_0/f_string/c/string/ranges.h
level_0/f_string/c/string/rangess.c
level_0/f_string/c/string/rangess.h
level_0/f_string/c/string/triples.c
level_0/f_string/c/string/triples.h
level_0/f_string/c/string/tripless.c
level_0/f_string/c/string/tripless.h
level_0/f_string/tests/unit/c/test-string-append.c
level_0/f_string/tests/unit/c/test-string-append_assure.c
level_0/f_string/tests/unit/c/test-string-append_assure_nulless.c
level_0/f_string/tests/unit/c/test-string-append_nulless.c
level_0/f_string/tests/unit/c/test-string-dynamic_adjust.c
level_0/f_string/tests/unit/c/test-string-dynamic_append.c
level_0/f_string/tests/unit/c/test-string-dynamic_append_assure.c
level_0/f_string/tests/unit/c/test-string-dynamic_append_assure_nulless.c
level_0/f_string/tests/unit/c/test-string-dynamic_append_nulless.c
level_0/f_string/tests/unit/c/test-string-dynamic_decimate_by.c
level_0/f_string/tests/unit/c/test-string-dynamic_decrease_by.c
level_0/f_string/tests/unit/c/test-string-dynamic_increase.c
level_0/f_string/tests/unit/c/test-string-dynamic_increase_by.c
level_0/f_string/tests/unit/c/test-string-dynamic_mash.c
level_0/f_string/tests/unit/c/test-string-dynamic_mash_nulless.c
level_0/f_string/tests/unit/c/test-string-dynamic_mish.c
level_0/f_string/tests/unit/c/test-string-dynamic_mish_nulless.c
level_0/f_string/tests/unit/c/test-string-dynamic_partial_append.c
level_0/f_string/tests/unit/c/test-string-dynamic_partial_append_assure.c
level_0/f_string/tests/unit/c/test-string-dynamic_partial_append_assure_nulless.c
level_0/f_string/tests/unit/c/test-string-dynamic_partial_append_nulless.c
level_0/f_string/tests/unit/c/test-string-dynamic_partial_mash.c
level_0/f_string/tests/unit/c/test-string-dynamic_partial_mash_nulless.c
level_0/f_string/tests/unit/c/test-string-dynamic_partial_mish.c
level_0/f_string/tests/unit/c/test-string-dynamic_partial_mish_nulless.c
level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend.c
level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend_assure.c
level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend_assure_nulless.c
level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend_nulless.c
level_0/f_string/tests/unit/c/test-string-dynamic_prepend.c
level_0/f_string/tests/unit/c/test-string-dynamic_prepend_assure.c
level_0/f_string/tests/unit/c/test-string-dynamic_prepend_assure_nulless.c
level_0/f_string/tests/unit/c/test-string-dynamic_prepend_nulless.c
level_0/f_string/tests/unit/c/test-string-dynamic_resize.c
level_0/f_string/tests/unit/c/test-string-dynamic_seek_line.c
level_0/f_string/tests/unit/c/test-string-dynamic_seek_line.h
level_0/f_string/tests/unit/c/test-string-dynamic_seek_line_to.c
level_0/f_string/tests/unit/c/test-string-dynamic_seek_line_to.h
level_0/f_string/tests/unit/c/test-string-dynamic_seek_to.c
level_0/f_string/tests/unit/c/test-string-dynamic_seek_to.h
level_0/f_string/tests/unit/c/test-string-dynamic_terminate.c
level_0/f_string/tests/unit/c/test-string-dynamic_terminate_after.c
level_0/f_string/tests/unit/c/test-string-dynamics_adjust.c
level_0/f_string/tests/unit/c/test-string-dynamics_append.c
level_0/f_string/tests/unit/c/test-string-dynamics_append_all.c
level_0/f_string/tests/unit/c/test-string-dynamics_decimate_by.c
level_0/f_string/tests/unit/c/test-string-dynamics_decrease_by.c
level_0/f_string/tests/unit/c/test-string-dynamics_increase.c
level_0/f_string/tests/unit/c/test-string-dynamics_increase_by.c
level_0/f_string/tests/unit/c/test-string-dynamics_resize.c
level_0/f_string/tests/unit/c/test-string-dynamicss_adjust.c
level_0/f_string/tests/unit/c/test-string-dynamicss_append.c
level_0/f_string/tests/unit/c/test-string-dynamicss_append_all.c
level_0/f_string/tests/unit/c/test-string-dynamicss_decimate_by.c
level_0/f_string/tests/unit/c/test-string-dynamicss_decrease_by.c
level_0/f_string/tests/unit/c/test-string-dynamicss_increase.c
level_0/f_string/tests/unit/c/test-string-dynamicss_increase_by.c
level_0/f_string/tests/unit/c/test-string-dynamicss_resize.c
level_0/f_string/tests/unit/c/test-string-map_multis_adjust.c
level_0/f_string/tests/unit/c/test-string-map_multis_append.c
level_0/f_string/tests/unit/c/test-string-map_multis_append_all.c
level_0/f_string/tests/unit/c/test-string-map_multis_decimate_by.c
level_0/f_string/tests/unit/c/test-string-map_multis_decrease_by.c
level_0/f_string/tests/unit/c/test-string-map_multis_increase.c
level_0/f_string/tests/unit/c/test-string-map_multis_increase_by.c
level_0/f_string/tests/unit/c/test-string-map_multis_resize.c
level_0/f_string/tests/unit/c/test-string-map_multiss_adjust.c
level_0/f_string/tests/unit/c/test-string-map_multiss_append.c
level_0/f_string/tests/unit/c/test-string-map_multiss_append_all.c
level_0/f_string/tests/unit/c/test-string-map_multiss_decimate_by.c
level_0/f_string/tests/unit/c/test-string-map_multiss_decrease_by.c
level_0/f_string/tests/unit/c/test-string-map_multiss_increase.c
level_0/f_string/tests/unit/c/test-string-map_multiss_increase_by.c
level_0/f_string/tests/unit/c/test-string-map_multiss_resize.c
level_0/f_string/tests/unit/c/test-string-maps_adjust.c
level_0/f_string/tests/unit/c/test-string-maps_append.c
level_0/f_string/tests/unit/c/test-string-maps_append_all.c
level_0/f_string/tests/unit/c/test-string-maps_decimate_by.c
level_0/f_string/tests/unit/c/test-string-maps_decrease_by.c
level_0/f_string/tests/unit/c/test-string-maps_increase.c
level_0/f_string/tests/unit/c/test-string-maps_increase_by.c
level_0/f_string/tests/unit/c/test-string-maps_resize.c
level_0/f_string/tests/unit/c/test-string-mapss_adjust.c
level_0/f_string/tests/unit/c/test-string-mapss_append.c
level_0/f_string/tests/unit/c/test-string-mapss_append_all.c
level_0/f_string/tests/unit/c/test-string-mapss_decimate_by.c
level_0/f_string/tests/unit/c/test-string-mapss_decrease_by.c
level_0/f_string/tests/unit/c/test-string-mapss_increase.c
level_0/f_string/tests/unit/c/test-string-mapss_increase_by.c
level_0/f_string/tests/unit/c/test-string-mapss_resize.c
level_0/f_string/tests/unit/c/test-string-mash.c
level_0/f_string/tests/unit/c/test-string-mash_nulless.c
level_0/f_string/tests/unit/c/test-string-mish.c
level_0/f_string/tests/unit/c/test-string-mish_nulless.c
level_0/f_string/tests/unit/c/test-string-prepend.c
level_0/f_string/tests/unit/c/test-string-prepend_assure.c
level_0/f_string/tests/unit/c/test-string-prepend_assure_nulless.c
level_0/f_string/tests/unit/c/test-string-prepend_nulless.c
level_0/f_string/tests/unit/c/test-string-quantitys_adjust.c
level_0/f_string/tests/unit/c/test-string-quantitys_append.c
level_0/f_string/tests/unit/c/test-string-quantitys_append_all.c
level_0/f_string/tests/unit/c/test-string-quantitys_decimate_by.c
level_0/f_string/tests/unit/c/test-string-quantitys_decrease_by.c
level_0/f_string/tests/unit/c/test-string-quantitys_increase.c
level_0/f_string/tests/unit/c/test-string-quantitys_increase_by.c
level_0/f_string/tests/unit/c/test-string-quantitys_resize.c
level_0/f_string/tests/unit/c/test-string-quantityss_adjust.c
level_0/f_string/tests/unit/c/test-string-quantityss_append.c
level_0/f_string/tests/unit/c/test-string-quantityss_append_all.c
level_0/f_string/tests/unit/c/test-string-quantityss_decimate_by.c
level_0/f_string/tests/unit/c/test-string-quantityss_decrease_by.c
level_0/f_string/tests/unit/c/test-string-quantityss_increase.c
level_0/f_string/tests/unit/c/test-string-quantityss_increase_by.c
level_0/f_string/tests/unit/c/test-string-quantityss_resize.c
level_0/f_string/tests/unit/c/test-string-ranges_adjust.c
level_0/f_string/tests/unit/c/test-string-ranges_append.c
level_0/f_string/tests/unit/c/test-string-ranges_append_all.c
level_0/f_string/tests/unit/c/test-string-ranges_decimate_by.c
level_0/f_string/tests/unit/c/test-string-ranges_decrease_by.c
level_0/f_string/tests/unit/c/test-string-ranges_increase.c
level_0/f_string/tests/unit/c/test-string-ranges_increase_by.c
level_0/f_string/tests/unit/c/test-string-ranges_resize.c
level_0/f_string/tests/unit/c/test-string-rangess_adjust.c
level_0/f_string/tests/unit/c/test-string-rangess_append.c
level_0/f_string/tests/unit/c/test-string-rangess_append_all.c
level_0/f_string/tests/unit/c/test-string-rangess_decimate_by.c
level_0/f_string/tests/unit/c/test-string-rangess_decrease_by.c
level_0/f_string/tests/unit/c/test-string-rangess_increase.c
level_0/f_string/tests/unit/c/test-string-rangess_increase_by.c
level_0/f_string/tests/unit/c/test-string-rangess_resize.c
level_0/f_string/tests/unit/c/test-string-seek_line.c
level_0/f_string/tests/unit/c/test-string-seek_line.h
level_0/f_string/tests/unit/c/test-string-seek_line_to.c
level_0/f_string/tests/unit/c/test-string-seek_line_to.h
level_0/f_string/tests/unit/c/test-string-seek_to.c
level_0/f_string/tests/unit/c/test-string-seek_to.h
level_0/f_string/tests/unit/c/test-string-triples_adjust.c
level_0/f_string/tests/unit/c/test-string-triples_append.c
level_0/f_string/tests/unit/c/test-string-triples_append_all.c
level_0/f_string/tests/unit/c/test-string-triples_decimate_by.c
level_0/f_string/tests/unit/c/test-string-triples_decrease_by.c
level_0/f_string/tests/unit/c/test-string-triples_increase.c
level_0/f_string/tests/unit/c/test-string-triples_increase_by.c
level_0/f_string/tests/unit/c/test-string-triples_resize.c
level_0/f_string/tests/unit/c/test-string-tripless_adjust.c
level_0/f_string/tests/unit/c/test-string-tripless_append.c
level_0/f_string/tests/unit/c/test-string-tripless_append_all.c
level_0/f_string/tests/unit/c/test-string-tripless_decimate_by.c
level_0/f_string/tests/unit/c/test-string-tripless_decrease_by.c
level_0/f_string/tests/unit/c/test-string-tripless_increase.c
level_0/f_string/tests/unit/c/test-string-tripless_increase_by.c
level_0/f_string/tests/unit/c/test-string-tripless_resize.c
level_0/f_thread/c/thread.c
level_0/f_thread/c/thread.h
level_0/f_thread/c/thread/attribute.c
level_0/f_thread/c/thread/attribute.h
level_0/f_thread/c/thread/barrier.c
level_0/f_thread/c/thread/barrier.h
level_0/f_thread/c/thread/barrier_attribute.c
level_0/f_thread/c/thread/barrier_attribute.h
level_0/f_thread/c/thread/condition.c
level_0/f_thread/c/thread/condition.h
level_0/f_thread/c/thread/condition_attribute.c
level_0/f_thread/c/thread/condition_attribute.h
level_0/f_thread/c/thread/key.c
level_0/f_thread/c/thread/key.h
level_0/f_thread/c/thread/lock.c
level_0/f_thread/c/thread/lock.h
level_0/f_thread/c/thread/lock_attribute.c
level_0/f_thread/c/thread/lock_attribute.h
level_0/f_thread/c/thread/mutex.c
level_0/f_thread/c/thread/mutex.h
level_0/f_thread/c/thread/mutex_attribute.c
level_0/f_thread/c/thread/mutex_attribute.h
level_0/f_thread/c/thread/semaphore.c
level_0/f_thread/c/thread/semaphore.h
level_0/f_thread/c/thread/set.c
level_0/f_thread/c/thread/set.h
level_0/f_thread/c/thread/spin.c
level_0/f_thread/c/thread/spin.h
level_0/f_thread/tests/unit/c/test-thread-at_fork.c
level_0/f_thread/tests/unit/c/test-thread-attribute_affinity_get.c
level_0/f_thread/tests/unit/c/test-thread-attribute_affinity_set.c
level_0/f_thread/tests/unit/c/test-thread-attribute_concurrency_get.c
level_0/f_thread/tests/unit/c/test-thread-attribute_concurrency_set.c
level_0/f_thread/tests/unit/c/test-thread-attribute_create.c
level_0/f_thread/tests/unit/c/test-thread-attribute_default_get.c
level_0/f_thread/tests/unit/c/test-thread-attribute_default_set.c
level_0/f_thread/tests/unit/c/test-thread-attribute_delete.c
level_0/f_thread/tests/unit/c/test-thread-attribute_detach_get.c
level_0/f_thread/tests/unit/c/test-thread-attribute_detach_set.c
level_0/f_thread/tests/unit/c/test-thread-attribute_guard_get.c
level_0/f_thread/tests/unit/c/test-thread-attribute_guard_set.c
level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_inherit_get.c
level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_inherit_set.c
level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_parameter_get.c
level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_parameter_set.c
level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_policy_get.c
level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_policy_set.c
level_0/f_thread/tests/unit/c/test-thread-attribute_scope_get.c
level_0/f_thread/tests/unit/c/test-thread-attribute_scope_set.c
level_0/f_thread/tests/unit/c/test-thread-attribute_stack_get.c
level_0/f_thread/tests/unit/c/test-thread-attribute_stack_set.c
level_0/f_thread/tests/unit/c/test-thread-attribute_stack_size_get.c
level_0/f_thread/tests/unit/c/test-thread-attribute_stack_size_set.c
level_0/f_thread/tests/unit/c/test-thread-attributes_delete_callback.c
level_0/f_thread/tests/unit/c/test-thread-attributes_destroy_callback.c
level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_create.c
level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_delete.c
level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_shared_get.c
level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_shared_set.c
level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_delete_callback.c
level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_destroy_callback.c
level_0/f_thread/tests/unit/c/test-thread-barrier_create.c
level_0/f_thread/tests/unit/c/test-thread-barrier_delete.c
level_0/f_thread/tests/unit/c/test-thread-barrier_wait.c
level_0/f_thread/tests/unit/c/test-thread-barriers_delete_callback.c
level_0/f_thread/tests/unit/c/test-thread-barriers_destroy_callback.c
level_0/f_thread/tests/unit/c/test-thread-cancel.c
level_0/f_thread/tests/unit/c/test-thread-cancel_state_set.c
level_0/f_thread/tests/unit/c/test-thread-cancel_test.c
level_0/f_thread/tests/unit/c/test-thread-cancel_type_set.c
level_0/f_thread/tests/unit/c/test-thread-clock_get_id.c
level_0/f_thread/tests/unit/c/test-thread-condition_attribute_clock_get.c
level_0/f_thread/tests/unit/c/test-thread-condition_attribute_clock_set.c
level_0/f_thread/tests/unit/c/test-thread-condition_attribute_create.c
level_0/f_thread/tests/unit/c/test-thread-condition_attribute_delete.c
level_0/f_thread/tests/unit/c/test-thread-condition_attribute_shared_get.c
level_0/f_thread/tests/unit/c/test-thread-condition_attribute_shared_set.c
level_0/f_thread/tests/unit/c/test-thread-condition_attributes_delete_callback.c
level_0/f_thread/tests/unit/c/test-thread-condition_attributes_destroy_callback.c
level_0/f_thread/tests/unit/c/test-thread-condition_create.c
level_0/f_thread/tests/unit/c/test-thread-condition_delete.c
level_0/f_thread/tests/unit/c/test-thread-condition_signal.c
level_0/f_thread/tests/unit/c/test-thread-condition_signal_all.c
level_0/f_thread/tests/unit/c/test-thread-condition_wait.c
level_0/f_thread/tests/unit/c/test-thread-condition_wait_timed.c
level_0/f_thread/tests/unit/c/test-thread-conditions_delete_callback.c
level_0/f_thread/tests/unit/c/test-thread-conditions_destroy_callback.c
level_0/f_thread/tests/unit/c/test-thread-create.c
level_0/f_thread/tests/unit/c/test-thread-detach.c
level_0/f_thread/tests/unit/c/test-thread-exit.c
level_0/f_thread/tests/unit/c/test-thread-join.c
level_0/f_thread/tests/unit/c/test-thread-join_timed.c
level_0/f_thread/tests/unit/c/test-thread-join_try.c
level_0/f_thread/tests/unit/c/test-thread-key_create.c
level_0/f_thread/tests/unit/c/test-thread-key_delete.c
level_0/f_thread/tests/unit/c/test-thread-key_get.c
level_0/f_thread/tests/unit/c/test-thread-key_set.c
level_0/f_thread/tests/unit/c/test-thread-keys_delete_callback.c
level_0/f_thread/tests/unit/c/test-thread-keys_destroy_callback.c
level_0/f_thread/tests/unit/c/test-thread-lock_attribute_create.c
level_0/f_thread/tests/unit/c/test-thread-lock_attribute_delete.c
level_0/f_thread/tests/unit/c/test-thread-lock_attribute_shared_get.c
level_0/f_thread/tests/unit/c/test-thread-lock_attribute_shared_set.c
level_0/f_thread/tests/unit/c/test-thread-lock_attributes_delete_callback.c
level_0/f_thread/tests/unit/c/test-thread-lock_attributes_destroy_callback.c
level_0/f_thread/tests/unit/c/test-thread-lock_create.c
level_0/f_thread/tests/unit/c/test-thread-lock_delete.c
level_0/f_thread/tests/unit/c/test-thread-lock_read.c
level_0/f_thread/tests/unit/c/test-thread-lock_read_timed.c
level_0/f_thread/tests/unit/c/test-thread-lock_read_try.c
level_0/f_thread/tests/unit/c/test-thread-lock_write.c
level_0/f_thread/tests/unit/c/test-thread-lock_write_timed.c
level_0/f_thread/tests/unit/c/test-thread-lock_write_try.c
level_0/f_thread/tests/unit/c/test-thread-locks_delete_callback.c
level_0/f_thread/tests/unit/c/test-thread-locks_destroy_callback.c
level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_create.c
level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_delete.c
level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_priority_ceiling_get.c
level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_priority_ceiling_set.c
level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_protocol_get.c
level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_protocol_set.c
level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_shared_get.c
level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_shared_set.c
level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_type_get.c
level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_type_set.c
level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_delete_callback.c
level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_destroy_callback.c
level_0/f_thread/tests/unit/c/test-thread-mutex_create.c
level_0/f_thread/tests/unit/c/test-thread-mutex_delete.c
level_0/f_thread/tests/unit/c/test-thread-mutex_lock.c
level_0/f_thread/tests/unit/c/test-thread-mutex_lock_timed.c
level_0/f_thread/tests/unit/c/test-thread-mutex_lock_try.c
level_0/f_thread/tests/unit/c/test-thread-mutex_priority_ceiling_get.c
level_0/f_thread/tests/unit/c/test-thread-mutex_priority_ceiling_set.c
level_0/f_thread/tests/unit/c/test-thread-mutexs_delete_callback.c
level_0/f_thread/tests/unit/c/test-thread-mutexs_destroy_callback.c
level_0/f_thread/tests/unit/c/test-thread-once.c
level_0/f_thread/tests/unit/c/test-thread-onces_delete_callback.c
level_0/f_thread/tests/unit/c/test-thread-onces_destroy_callback.c
level_0/f_thread/tests/unit/c/test-thread-scheduler_parameter_get.c
level_0/f_thread/tests/unit/c/test-thread-scheduler_parameter_set.c
level_0/f_thread/tests/unit/c/test-thread-scheduler_priority_set.c
level_0/f_thread/tests/unit/c/test-thread-semaphore_create.c
level_0/f_thread/tests/unit/c/test-thread-semaphore_delete.c
level_0/f_thread/tests/unit/c/test-thread-semaphore_file_close.c
level_0/f_thread/tests/unit/c/test-thread-semaphore_file_delete.c
level_0/f_thread/tests/unit/c/test-thread-semaphore_file_open.c
level_0/f_thread/tests/unit/c/test-thread-semaphore_lock.c
level_0/f_thread/tests/unit/c/test-thread-semaphore_lock_timed.c
level_0/f_thread/tests/unit/c/test-thread-semaphore_lock_try.c
level_0/f_thread/tests/unit/c/test-thread-semaphore_unlock.c
level_0/f_thread/tests/unit/c/test-thread-semaphore_value_get.c
level_0/f_thread/tests/unit/c/test-thread-semaphores_delete_callback.c
level_0/f_thread/tests/unit/c/test-thread-semaphores_destroy_callback.c
level_0/f_thread/tests/unit/c/test-thread-sets_delete_callback.c
level_0/f_thread/tests/unit/c/test-thread-sets_destroy_callback.c
level_0/f_thread/tests/unit/c/test-thread-signal_mask.c
level_0/f_thread/tests/unit/c/test-thread-signal_queue.c
level_0/f_thread/tests/unit/c/test-thread-signal_write.c
level_0/f_thread/tests/unit/c/test-thread-spin_create.c
level_0/f_thread/tests/unit/c/test-thread-spin_delete.c
level_0/f_thread/tests/unit/c/test-thread-spin_lock.c
level_0/f_thread/tests/unit/c/test-thread-spin_lock_try.c
level_0/f_thread/tests/unit/c/test-thread-spin_unlock.c
level_0/f_thread/tests/unit/c/test-thread-spins_delete_callback.c
level_0/f_thread/tests/unit/c/test-thread-spins_destroy_callback.c
level_0/f_time/c/time.c
level_0/f_time/c/time.h
level_0/f_time/tests/unit/c/test-time-spec_millisecond.c
level_0/f_time/tests/unit/c/test-time-spec_nanosecond.c
level_0/f_type/c/type.h
level_0/f_type_array/c/type_array/cell.c
level_0/f_type_array/c/type_array/cell.h
level_0/f_type_array/c/type_array/file.c
level_0/f_type_array/c/type_array/file.h
level_0/f_type_array/c/type_array/fll_id.c
level_0/f_type_array/c/type_array/fll_id.h
level_0/f_type_array/c/type_array/int128.c
level_0/f_type_array/c/type_array/int128.h
level_0/f_type_array/c/type_array/int16.c
level_0/f_type_array/c/type_array/int16.h
level_0/f_type_array/c/type_array/int32.c
level_0/f_type_array/c/type_array/int32.h
level_0/f_type_array/c/type_array/int64.c
level_0/f_type_array/c/type_array/int64.h
level_0/f_type_array/c/type_array/int8.c
level_0/f_type_array/c/type_array/int8.h
level_0/f_type_array/c/type_array/number_unsigned.c
level_0/f_type_array/c/type_array/number_unsigned.h
level_0/f_type_array/c/type_array/poll.c
level_0/f_type_array/c/type_array/poll.h
level_0/f_type_array/c/type_array/state.c
level_0/f_type_array/c/type_array/state.h
level_0/f_type_array/c/type_array/status.c
level_0/f_type_array/c/type_array/status.h
level_0/f_type_array/c/type_array/uint128.c
level_0/f_type_array/c/type_array/uint128.h
level_0/f_type_array/c/type_array/uint16.c
level_0/f_type_array/c/type_array/uint16.h
level_0/f_type_array/c/type_array/uint32.c
level_0/f_type_array/c/type_array/uint32.h
level_0/f_type_array/c/type_array/uint64.c
level_0/f_type_array/c/type_array/uint64.h
level_0/f_type_array/c/type_array/uint8.c
level_0/f_type_array/c/type_array/uint8.h
level_0/f_type_array/tests/unit/c/test-type_array-cellss_delete_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-cellss_destroy_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-filess_delete_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-filess_destroy_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_delete_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_destroy_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-int128ss_delete_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-int128ss_destroy_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-int16ss_delete_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-int16ss_destroy_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-int32ss_delete_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-int32ss_destroy_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-int64ss_delete_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-int64ss_destroy_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-int8ss_delete_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-int8ss_destroy_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-number_unsignedss_delete_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-number_unsignedss_destroy_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-pollss_delete_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-pollss_destroy_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-statess_delete_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-statess_destroy_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-statusss_delete_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-statusss_destroy_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_delete_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_destroy_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_delete_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_destroy_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_delete_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_destroy_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_delete_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_destroy_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_delete_callback.c
level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_destroy_callback.c
level_0/f_utf/c/private-utf.c
level_0/f_utf/c/private-utf.h
level_0/f_utf/c/utf.c
level_0/f_utf/c/utf.h
level_0/f_utf/c/utf/convert.c
level_0/f_utf/c/utf/convert.h
level_0/f_utf/c/utf/dynamic.c
level_0/f_utf/c/utf/dynamic.h
level_0/f_utf/c/utf/dynamics.h
level_0/f_utf/c/utf/dynamicss.c
level_0/f_utf/c/utf/dynamicss.h
level_0/f_utf/c/utf/is.h
level_0/f_utf/c/utf/map_multis.c
level_0/f_utf/c/utf/map_multis.h
level_0/f_utf/c/utf/map_multiss.c
level_0/f_utf/c/utf/map_multiss.h
level_0/f_utf/c/utf/maps.c
level_0/f_utf/c/utf/maps.h
level_0/f_utf/c/utf/mapss.c
level_0/f_utf/c/utf/mapss.h
level_0/f_utf/c/utf/private-dynamic.c
level_0/f_utf/c/utf/private-dynamic.h
level_0/f_utf/c/utf/private-dynamics.c
level_0/f_utf/c/utf/private-dynamics.h
level_0/f_utf/c/utf/private-dynamicss.c
level_0/f_utf/c/utf/private-dynamicss.h
level_0/f_utf/c/utf/private-map_multis.c
level_0/f_utf/c/utf/private-map_multis.h
level_0/f_utf/c/utf/private-map_multiss.c
level_0/f_utf/c/utf/private-map_multiss.h
level_0/f_utf/c/utf/private-maps.c
level_0/f_utf/c/utf/private-maps.h
level_0/f_utf/c/utf/private-mapss.c
level_0/f_utf/c/utf/private-mapss.h
level_0/f_utf/c/utf/private-string.c
level_0/f_utf/c/utf/private-string.h
level_0/f_utf/c/utf/private-triples.c
level_0/f_utf/c/utf/private-triples.h
level_0/f_utf/c/utf/private-tripless.c
level_0/f_utf/c/utf/private-tripless.h
level_0/f_utf/c/utf/string.c
level_0/f_utf/c/utf/string.h
level_0/f_utf/c/utf/strings.c
level_0/f_utf/c/utf/strings.h
level_0/f_utf/c/utf/stringss.c
level_0/f_utf/c/utf/stringss.h
level_0/f_utf/c/utf/triples.c
level_0/f_utf/c/utf/triples.h
level_0/f_utf/c/utf/tripless.c
level_0/f_utf/c/utf/tripless.h
level_0/f_utf/tests/unit/c/test-utf-append.c
level_0/f_utf/tests/unit/c/test-utf-append_assure.c
level_0/f_utf/tests/unit/c/test-utf-append_assure_nulless.c
level_0/f_utf/tests/unit/c/test-utf-append_nulless.c
level_0/f_utf/tests/unit/c/test-utf-character_is_valid.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_adjust.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_append.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_append_assure.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_append_assure_nulless.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_append_nulless.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_decimate_by.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_decrease_by.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_increase.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_increase_by.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_mash.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_mash_nulless.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_mish.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_mish_nulless.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append_assure.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append_assure_nulless.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append_nulless.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mash.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mash_nulless.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mish.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mish_nulless.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend_assure.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend_assure_nulless.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend_nulless.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend_assure.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend_assure_nulless.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend_nulless.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_resize.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_seek_line.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_seek_line.h
level_0/f_utf/tests/unit/c/test-utf-dynamic_seek_line_to.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_seek_line_to.h
level_0/f_utf/tests/unit/c/test-utf-dynamic_seek_to.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_seek_to.h
level_0/f_utf/tests/unit/c/test-utf-dynamic_terminate.c
level_0/f_utf/tests/unit/c/test-utf-dynamic_terminate_after.c
level_0/f_utf/tests/unit/c/test-utf-dynamics_adjust.c
level_0/f_utf/tests/unit/c/test-utf-dynamics_append.c
level_0/f_utf/tests/unit/c/test-utf-dynamics_append_all.c
level_0/f_utf/tests/unit/c/test-utf-dynamics_decimate_by.c
level_0/f_utf/tests/unit/c/test-utf-dynamics_decrease_by.c
level_0/f_utf/tests/unit/c/test-utf-dynamics_increase.c
level_0/f_utf/tests/unit/c/test-utf-dynamics_increase_by.c
level_0/f_utf/tests/unit/c/test-utf-dynamics_resize.c
level_0/f_utf/tests/unit/c/test-utf-dynamicss_adjust.c
level_0/f_utf/tests/unit/c/test-utf-dynamicss_append.c
level_0/f_utf/tests/unit/c/test-utf-dynamicss_append_all.c
level_0/f_utf/tests/unit/c/test-utf-dynamicss_decimate_by.c
level_0/f_utf/tests/unit/c/test-utf-dynamicss_decrease_by.c
level_0/f_utf/tests/unit/c/test-utf-dynamicss_increase.c
level_0/f_utf/tests/unit/c/test-utf-dynamicss_increase_by.c
level_0/f_utf/tests/unit/c/test-utf-dynamicss_resize.c
level_0/f_utf/tests/unit/c/test-utf-map_multis_adjust.c
level_0/f_utf/tests/unit/c/test-utf-map_multis_append.c
level_0/f_utf/tests/unit/c/test-utf-map_multis_append_all.c
level_0/f_utf/tests/unit/c/test-utf-map_multis_decimate_by.c
level_0/f_utf/tests/unit/c/test-utf-map_multis_decrease_by.c
level_0/f_utf/tests/unit/c/test-utf-map_multis_increase.c
level_0/f_utf/tests/unit/c/test-utf-map_multis_increase_by.c
level_0/f_utf/tests/unit/c/test-utf-map_multis_resize.c
level_0/f_utf/tests/unit/c/test-utf-map_multiss_adjust.c
level_0/f_utf/tests/unit/c/test-utf-map_multiss_append.c
level_0/f_utf/tests/unit/c/test-utf-map_multiss_append_all.c
level_0/f_utf/tests/unit/c/test-utf-map_multiss_decimate_by.c
level_0/f_utf/tests/unit/c/test-utf-map_multiss_decrease_by.c
level_0/f_utf/tests/unit/c/test-utf-map_multiss_increase.c
level_0/f_utf/tests/unit/c/test-utf-map_multiss_increase_by.c
level_0/f_utf/tests/unit/c/test-utf-map_multiss_resize.c
level_0/f_utf/tests/unit/c/test-utf-maps_adjust.c
level_0/f_utf/tests/unit/c/test-utf-maps_append.c
level_0/f_utf/tests/unit/c/test-utf-maps_append_all.c
level_0/f_utf/tests/unit/c/test-utf-maps_decimate_by.c
level_0/f_utf/tests/unit/c/test-utf-maps_decrease_by.c
level_0/f_utf/tests/unit/c/test-utf-maps_increase.c
level_0/f_utf/tests/unit/c/test-utf-maps_increase_by.c
level_0/f_utf/tests/unit/c/test-utf-maps_resize.c
level_0/f_utf/tests/unit/c/test-utf-mapss_adjust.c
level_0/f_utf/tests/unit/c/test-utf-mapss_append.c
level_0/f_utf/tests/unit/c/test-utf-mapss_append_all.c
level_0/f_utf/tests/unit/c/test-utf-mapss_decimate_by.c
level_0/f_utf/tests/unit/c/test-utf-mapss_decrease_by.c
level_0/f_utf/tests/unit/c/test-utf-mapss_increase.c
level_0/f_utf/tests/unit/c/test-utf-mapss_increase_by.c
level_0/f_utf/tests/unit/c/test-utf-mapss_resize.c
level_0/f_utf/tests/unit/c/test-utf-mash.c
level_0/f_utf/tests/unit/c/test-utf-mash_nulless.c
level_0/f_utf/tests/unit/c/test-utf-mish.c
level_0/f_utf/tests/unit/c/test-utf-mish_nulless.c
level_0/f_utf/tests/unit/c/test-utf-prepend.c
level_0/f_utf/tests/unit/c/test-utf-prepend_assure.c
level_0/f_utf/tests/unit/c/test-utf-prepend_assure_nulless.c
level_0/f_utf/tests/unit/c/test-utf-prepend_nulless.c
level_0/f_utf/tests/unit/c/test-utf-seek_line.c
level_0/f_utf/tests/unit/c/test-utf-seek_line.h
level_0/f_utf/tests/unit/c/test-utf-seek_line_to.c
level_0/f_utf/tests/unit/c/test-utf-seek_line_to.h
level_0/f_utf/tests/unit/c/test-utf-seek_to.c
level_0/f_utf/tests/unit/c/test-utf-seek_to.h
level_0/f_utf/tests/unit/c/test-utf-triples_adjust.c
level_0/f_utf/tests/unit/c/test-utf-triples_append.c
level_0/f_utf/tests/unit/c/test-utf-triples_append_all.c
level_0/f_utf/tests/unit/c/test-utf-triples_decimate_by.c
level_0/f_utf/tests/unit/c/test-utf-triples_decrease_by.c
level_0/f_utf/tests/unit/c/test-utf-triples_increase.c
level_0/f_utf/tests/unit/c/test-utf-triples_increase_by.c
level_0/f_utf/tests/unit/c/test-utf-triples_resize.c
level_0/f_utf/tests/unit/c/test-utf-tripless_adjust.c
level_0/f_utf/tests/unit/c/test-utf-tripless_append.c
level_0/f_utf/tests/unit/c/test-utf-tripless_append_all.c
level_0/f_utf/tests/unit/c/test-utf-tripless_decimate_by.c
level_0/f_utf/tests/unit/c/test-utf-tripless_decrease_by.c
level_0/f_utf/tests/unit/c/test-utf-tripless_increase.c
level_0/f_utf/tests/unit/c/test-utf-tripless_increase_by.c
level_0/f_utf/tests/unit/c/test-utf-tripless_resize.c
level_1/fl_control_group/c/control_group.c
level_1/fl_control_group/c/control_group.h
level_1/fl_conversion/c/conversion.h
level_1/fl_conversion/c/private-conversion.c
level_1/fl_conversion/c/private-conversion.h
level_1/fl_directory/c/directory.c
level_1/fl_directory/c/directory.h
level_1/fl_directory/c/private-directory.c
level_1/fl_directory/c/private-directory.h
level_1/fl_environment/c/environment.c
level_1/fl_environment/c/environment.h
level_1/fl_fss/c/fss/basic.c
level_1/fl_fss/c/fss/basic.h
level_1/fl_fss/c/fss/basic_list.c
level_1/fl_fss/c/fss/basic_list.h
level_1/fl_fss/c/fss/embedded_list.c
level_1/fl_fss/c/fss/embedded_list.h
level_1/fl_fss/c/fss/extended.c
level_1/fl_fss/c/fss/extended.h
level_1/fl_fss/c/fss/extended_list.c
level_1/fl_fss/c/fss/extended_list.h
level_1/fl_fss/c/private-fss.c
level_1/fl_fss/c/private-fss.h
level_1/fl_iki/c/iki.h
level_1/fl_path/c/path.c
level_1/fl_path/c/path.h
level_1/fl_path/tests/unit/c/test-path-canonical.c
level_1/fl_print/c/print.c
level_1/fl_print/c/print.h
level_1/fl_print/c/private-print.c
level_1/fl_print/c/private-print.h
level_1/fl_status_string/c/status_string.c
level_1/fl_status_string/c/status_string.h
level_1/fl_status_string/tests/unit/c/test-status_string-from.c
level_1/fl_utf_file/c/private-utf_file.c
level_1/fl_utf_file/c/private-utf_file.h
level_1/fl_utf_file/c/utf_file.c
level_1/fl_utf_file/c/utf_file.h
level_2/fll_control_group/c/control_group.c
level_2/fll_control_group/c/control_group.h
level_2/fll_execute/c/execute.c
level_2/fll_execute/c/execute.h
level_2/fll_execute/c/private-execute.c
level_2/fll_execute/c/private-execute.h
level_2/fll_file/c/file.h
level_2/fll_file/c/private-file.c
level_2/fll_file/c/private-file.h
level_2/fll_fss/c/fss.c
level_2/fll_fss/c/fss.h
level_2/fll_fss/c/fss/basic.c
level_2/fll_fss/c/fss/basic.h
level_2/fll_fss/c/fss/basic_list.c
level_2/fll_fss/c/fss/basic_list.h
level_2/fll_fss/c/fss/embedded_list.c
level_2/fll_fss/c/fss/embedded_list.h
level_2/fll_fss/c/fss/extended.c
level_2/fll_fss/c/fss/extended.h
level_2/fll_fss/c/fss/extended_list.c
level_2/fll_fss/c/fss/extended_list.h
level_2/fll_fss/c/fss/payload.c
level_2/fll_fss/c/fss/payload.h
level_2/fll_fss_status_string/c/fss_status_string.c
level_2/fll_fss_status_string/c/fss_status_string.h
level_2/fll_iki/c/iki.h
level_2/fll_iki/c/private-iki.c
level_2/fll_iki/c/private-iki.h
level_2/fll_program/c/private-program.c
level_2/fll_program/c/private-program.h
level_2/fll_program/c/program.c
level_2/fll_program/c/program.h
level_2/fll_program/c/program/common.c
level_2/fll_program/c/program/common.h
level_2/fll_program/c/program/print.c
level_2/fll_program/c/program/print.h
level_3/byte_dump/c/main/byte_dump.c
level_3/byte_dump/c/main/byte_dump.h
level_3/byte_dump/c/main/common.c
level_3/byte_dump/c/main/common.h
level_3/byte_dump/c/main/common/type.c
level_3/byte_dump/c/main/common/type.h
level_3/byte_dump/c/main/print/data.c
level_3/byte_dump/c/main/print/data.h
level_3/byte_dump/c/main/print/error.c
level_3/byte_dump/c/main/print/error.h
level_3/byte_dump/c/main/print/message.c
level_3/byte_dump/c/main/print/message.h
level_3/byte_dump/c/main/process.c
level_3/byte_dump/c/main/process.h
level_3/byte_dump/c/main/signal.c
level_3/control/c/main/action.c
level_3/control/c/main/action.h
level_3/control/c/main/common.c
level_3/control/c/main/common.h
level_3/control/c/main/common/type.c
level_3/control/c/main/common/type.h
level_3/control/c/main/control.c
level_3/control/c/main/control.h
level_3/control/c/main/packet.c
level_3/control/c/main/packet.h
level_3/control/c/main/print/debug.c
level_3/control/c/main/print/debug.h
level_3/control/c/main/print/error.c
level_3/control/c/main/print/error.h
level_3/control/c/main/print/message.c
level_3/control/c/main/print/message.h
level_3/control/c/main/print/warning.c
level_3/control/c/main/print/warning.h
level_3/control/c/main/signal.c
level_3/controller/c/common.c
level_3/controller/c/common.h
level_3/controller/c/common/private-entry.h
level_3/controller/c/common/private-lock.c
level_3/controller/c/common/private-process.c
level_3/controller/c/common/private-process.h
level_3/controller/c/common/private-rule.c
level_3/controller/c/common/private-rule.h
level_3/controller/c/common/private-thread.h
level_3/controller/c/controller.c
level_3/controller/c/controller.h
level_3/controller/c/controller/private-controller.c
level_3/controller/c/controller/private-controller.h
level_3/controller/c/entry/private-entry.c
level_3/controller/c/entry/private-entry.h
level_3/controller/c/lock/private-lock.c
level_3/controller/c/lock/private-lock.h
level_3/controller/c/print.c
level_3/controller/c/print.h
level_3/controller/c/process/private-process.c
level_3/controller/c/process/private-process.h
level_3/controller/c/rule/private-rule.c
level_3/controller/c/rule/private-rule.h
level_3/controller/c/thread/private-thread.c
level_3/controller/c/thread/private-thread.h
level_3/controller/c/thread/private-thread_control.c
level_3/controller/c/thread/private-thread_process.c
level_3/controller/data/documentation/man/man5/controller-packet.5
level_3/controller/specifications/packet.txt
level_3/fake/c/main/build.c
level_3/fake/c/main/build.h
level_3/fake/c/main/build/library.h
level_3/fake/c/main/build/load.c
level_3/fake/c/main/build/load.h
level_3/fake/c/main/build/object.h
level_3/fake/c/main/build/objects.c
level_3/fake/c/main/build/objects.h
level_3/fake/c/main/build/print/compile.c
level_3/fake/c/main/build/print/compile.h
level_3/fake/c/main/build/print/error.c
level_3/fake/c/main/build/print/error.h
level_3/fake/c/main/build/print/message.c
level_3/fake/c/main/build/print/message.h
level_3/fake/c/main/build/print/verbose.c
level_3/fake/c/main/build/print/verbose.h
level_3/fake/c/main/build/print/warning.c
level_3/fake/c/main/build/print/warning.h
level_3/fake/c/main/build/program.h
level_3/fake/c/main/build/skeleton.c
level_3/fake/c/main/build/skeleton.h
level_3/fake/c/main/clean.c
level_3/fake/c/main/clean.h
level_3/fake/c/main/common.c
level_3/fake/c/main/common.h
level_3/fake/c/main/common/type.h
level_3/fake/c/main/fake.c
level_3/fake/c/main/fake.h
level_3/fake/c/main/fake/do.c
level_3/fake/c/main/fake/do.h
level_3/fake/c/main/fake/path_generate.c
level_3/fake/c/main/fake/path_generate.h
level_3/fake/c/main/make.c
level_3/fake/c/main/make.h
level_3/fake/c/main/make/load_fakefile.c
level_3/fake/c/main/make/load_fakefile.h
level_3/fake/c/main/make/load_parameters.h
level_3/fake/c/main/make/operate.c
level_3/fake/c/main/make/operate.h
level_3/fake/c/main/make/operate_process.c
level_3/fake/c/main/make/operate_process.h
level_3/fake/c/main/make/operate_process_type.c
level_3/fake/c/main/make/operate_process_type.h
level_3/fake/c/main/make/operate_validate.c
level_3/fake/c/main/make/operate_validate.h
level_3/fake/c/main/make/operate_validate_type.c
level_3/fake/c/main/make/operate_validate_type.h
level_3/fake/c/main/make/print/error.c
level_3/fake/c/main/make/print/error.h
level_3/fake/c/main/make/print/message.c
level_3/fake/c/main/make/print/message.h
level_3/fake/c/main/make/print/verbose.c
level_3/fake/c/main/make/print/verbose.h
level_3/fake/c/main/make/print/warning.c
level_3/fake/c/main/make/print/warning.h
level_3/fake/c/main/print/error.c
level_3/fake/c/main/print/error.h
level_3/fake/c/main/print/message.c
level_3/fake/c/main/print/message.h
level_3/fake/c/main/print/operation.c
level_3/fake/c/main/print/operation.h
level_3/fake/c/main/print/verbose.c
level_3/fake/c/main/print/verbose.h
level_3/fake/c/main/print/warning.c
level_3/fake/c/main/print/warning.h
level_3/fake/c/main/signal.c
level_3/fake/c/main/skeleton.c
level_3/fake/c/main/skeleton.h
level_3/firewall/c/common.c
level_3/firewall/c/common.h
level_3/firewall/c/firewall.c
level_3/firewall/c/firewall.h
level_3/firewall/c/print.c
level_3/firewall/c/print.h
level_3/firewall/c/private-common.c
level_3/firewall/c/private-common.h
level_3/firewall/c/private-firewall.c
level_3/firewall/c/private-firewall.h
level_3/fss_identify/c/main/common.c
level_3/fss_identify/c/main/common.h
level_3/fss_identify/c/main/common/type.c
level_3/fss_identify/c/main/common/type.h
level_3/fss_identify/c/main/fss_identify.c
level_3/fss_identify/c/main/fss_identify.h
level_3/fss_identify/c/main/load.c
level_3/fss_identify/c/main/load.h
level_3/fss_identify/c/main/print/data.c
level_3/fss_identify/c/main/print/data.h
level_3/fss_identify/c/main/print/error.c
level_3/fss_identify/c/main/print/error.h
level_3/fss_identify/c/main/print/message.c
level_3/fss_identify/c/main/print/message.h
level_3/fss_identify/c/main/process.c
level_3/fss_identify/c/main/process.h
level_3/fss_identify/c/main/signal.c
level_3/fss_read/c/basic/fss_read.c
level_3/fss_read/c/basic/fss_read.h
level_3/fss_read/c/basic/print.c
level_3/fss_read/c/basic/print.h
level_3/fss_read/c/basic_list/fss_read.c
level_3/fss_read/c/basic_list/fss_read.h
level_3/fss_read/c/basic_list/print.c
level_3/fss_read/c/basic_list/print.h
level_3/fss_read/c/embedded_list/fss_read.c
level_3/fss_read/c/embedded_list/fss_read.h
level_3/fss_read/c/embedded_list/print.c
level_3/fss_read/c/embedded_list/print.h
level_3/fss_read/c/extended/fss_read.c
level_3/fss_read/c/extended/fss_read.h
level_3/fss_read/c/extended/print.c
level_3/fss_read/c/extended/print.h
level_3/fss_read/c/extended_list/fss_read.c
level_3/fss_read/c/extended_list/fss_read.h
level_3/fss_read/c/extended_list/print.c
level_3/fss_read/c/extended_list/print.h
level_3/fss_read/c/main/common.c
level_3/fss_read/c/main/common.h
level_3/fss_read/c/main/common/type.c
level_3/fss_read/c/main/common/type.h
level_3/fss_read/c/main/fss_read.c
level_3/fss_read/c/main/fss_read.h
level_3/fss_read/c/main/main.h
level_3/fss_read/c/main/main/print.c
level_3/fss_read/c/main/main/print.h
level_3/fss_read/c/main/print/data.c
level_3/fss_read/c/main/print/data.h
level_3/fss_read/c/main/print/error.c
level_3/fss_read/c/main/print/error.h
level_3/fss_read/c/main/process_normal.c
level_3/fss_read/c/main/process_normal.h
level_3/fss_read/c/main/signal.c
level_3/fss_read/c/payload/fss_read.c
level_3/fss_read/c/payload/fss_read.h
level_3/fss_read/c/payload/print.c
level_3/fss_read/c/payload/print.h
level_3/fss_write/c/basic/fss_write.c
level_3/fss_write/c/basic/fss_write.h
level_3/fss_write/c/basic/print.c
level_3/fss_write/c/basic/print.h
level_3/fss_write/c/basic_list/fss_write.c
level_3/fss_write/c/basic_list/fss_write.h
level_3/fss_write/c/basic_list/print.c
level_3/fss_write/c/basic_list/print.h
level_3/fss_write/c/embedded_list/fss_write.c
level_3/fss_write/c/embedded_list/fss_write.h
level_3/fss_write/c/embedded_list/print.c
level_3/fss_write/c/embedded_list/print.h
level_3/fss_write/c/extended/fss_write.c
level_3/fss_write/c/extended/fss_write.h
level_3/fss_write/c/extended/print.c
level_3/fss_write/c/extended/print.h
level_3/fss_write/c/extended_list/fss_write.c
level_3/fss_write/c/extended_list/fss_write.h
level_3/fss_write/c/extended_list/print.c
level_3/fss_write/c/extended_list/print.h
level_3/fss_write/c/main/common.c
level_3/fss_write/c/main/common.h
level_3/fss_write/c/main/common/type.c
level_3/fss_write/c/main/common/type.h
level_3/fss_write/c/main/fss_write.c
level_3/fss_write/c/main/fss_write.h
level_3/fss_write/c/main/main.h
level_3/fss_write/c/main/main/print.c
level_3/fss_write/c/main/main/print.h
level_3/fss_write/c/main/print/error.c
level_3/fss_write/c/main/print/error.h
level_3/fss_write/c/main/signal.c
level_3/fss_write/c/payload/fss_write.c
level_3/fss_write/c/payload/fss_write.h
level_3/fss_write/c/payload/print.c
level_3/fss_write/c/payload/print.h
level_3/iki_read/c/main/common.h
level_3/iki_read/c/main/common/type.c
level_3/iki_read/c/main/common/type.h
level_3/iki_read/c/main/iki_read.c
level_3/iki_read/c/main/iki_read.h
level_3/iki_read/c/main/print/error.c
level_3/iki_read/c/main/print/error.h
level_3/iki_read/c/main/print/message.c
level_3/iki_read/c/main/print/message.h
level_3/iki_read/c/main/process.c
level_3/iki_read/c/main/process.h
level_3/iki_read/c/main/signal.c
level_3/iki_write/c/main/common.h
level_3/iki_write/c/main/common/type.c
level_3/iki_write/c/main/common/type.h
level_3/iki_write/c/main/iki_write.c
level_3/iki_write/c/main/iki_write.h
level_3/iki_write/c/main/print/error.c
level_3/iki_write/c/main/print/error.h
level_3/iki_write/c/main/print/message.c
level_3/iki_write/c/main/print/message.h
level_3/iki_write/c/main/process.h
level_3/iki_write/c/main/signal.c
level_3/status_code/c/fss/print.c
level_3/status_code/c/fss/print.h
level_3/status_code/c/main/common.h
level_3/status_code/c/main/common/type.c
level_3/status_code/c/main/common/type.h
level_3/status_code/c/main/convert.c
level_3/status_code/c/main/convert.h
level_3/status_code/c/main/print/data.c
level_3/status_code/c/main/print/data.h
level_3/status_code/c/main/print/error.c
level_3/status_code/c/main/print/error.h
level_3/status_code/c/main/print/message.c
level_3/status_code/c/main/print/message.h
level_3/status_code/c/main/process.c
level_3/status_code/c/main/process.h
level_3/status_code/c/main/signal.c
level_3/status_code/c/main/status_code.c
level_3/status_code/c/main/status_code.h
level_3/status_code/data/documentation/man/man1/fss_status_code.1
level_3/status_code/data/documentation/man/man1/status_code.1
level_3/utf8/c/main/bytesequence.c
level_3/utf8/c/main/bytesequence.h
level_3/utf8/c/main/codepoint.c
level_3/utf8/c/main/codepoint.h
level_3/utf8/c/main/common.h
level_3/utf8/c/main/common/type.c
level_3/utf8/c/main/common/type.h
level_3/utf8/c/main/print/data.c
level_3/utf8/c/main/print/data.h
level_3/utf8/c/main/print/error.c
level_3/utf8/c/main/print/error.h
level_3/utf8/c/main/print/message.c
level_3/utf8/c/main/print/message.h
level_3/utf8/c/main/process.c
level_3/utf8/c/main/signal.c
level_3/utf8/c/main/utf8.c
level_3/utf8/c/main/utf8.h
specifications/fss-000e.txt
specifications/resolution.txt [new file with mode: 0644]

index e687cab1ea2dbcecda324c4c5b11c6efa925cb30..2590763fa42e1d0883bc3e7a48dfa161aa47a670 100644 (file)
@@ -57,7 +57,7 @@ Cygwin:
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     "
   to\:
     block:"
index e07c44528a2a782310aa6a22bbf1bb96a8976241..4492d23c84f82c8ac2633a7c12cbc2a8b323507b 100644 (file)
@@ -33,7 +33,7 @@ Implicit Return Types for f_status_t:
 Common Return Types for f_status_t:
   There are some code:"f_status_t" return types that are not required to be returned but are used quite often that they might seem required.
 
-  code:"F_none"\:
+  code:"F_okay"\:
     This general designates that no error occurred.
     This is a generic status code used all over the place.
 
index ccd8e685403be8c58344903898f21cddb6043483..cbe42c6876b2402907c15ad8f8102bd6ff984620 100644 (file)
@@ -167,7 +167,7 @@ Return Code Names:
   These are enumerations but they do not follow the enumeration style guide and are an exception to it.
 
   Examples\:
-  - code:"F_none".
+  - code:"F_okay".
   - code:"F_signal_file_size_limit".
 
 Global String Constant Names:
index 4c3fee1e135d38107e594a4a304c421c4d4ba6dc..cba191e659b2b8545b9e2d7b149eef4ddf9d076d 100644 (file)
@@ -206,7 +206,7 @@ extern "C" {
 
         *id = group_data.gr_gid;
 
-        return F_none;
+        return F_okay;
       }
     }
 
@@ -231,7 +231,7 @@ extern "C" {
 
     *id = group_data.gr_gid;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_account_group_id_by_name_
 
@@ -243,7 +243,7 @@ extern "C" {
 
     name->used = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     const size_t length_max = sysconf(_SC_GETPW_R_SIZE_MAX);
 
@@ -294,7 +294,7 @@ extern "C" {
         name->string[name_length] = 0;
         name->used = name_length;
 
-        return F_none;
+        return F_okay;
       }
     }
 
@@ -329,7 +329,7 @@ extern "C" {
     name->string[name_length] = 0;
     name->used = name_length;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_account_group_name_by_id_
 
@@ -378,7 +378,7 @@ extern "C" {
 
         *id = password.pw_uid;
 
-        return F_none;
+        return F_okay;
       }
     }
 
@@ -403,7 +403,7 @@ extern "C" {
 
     *id = password.pw_uid;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_account_id_by_name_
 
@@ -415,7 +415,7 @@ extern "C" {
 
     name->used = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     const size_t length_max = sysconf(_SC_GETPW_R_SIZE_MAX);
 
@@ -466,7 +466,7 @@ extern "C" {
         name->string[name_length] = 0;
         name->used = name_length;
 
-        return F_none;
+        return F_okay;
       }
     }
 
@@ -501,7 +501,7 @@ extern "C" {
     name->string[name_length] = 0;
     name->used = name_length;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_account_name_by_id_
 
index cfa7fa093ca7cfde2342fd35fe82cbf0b3b500b9..599c185931a0156f8b6358d66e553c724305c757 100644 (file)
@@ -43,7 +43,7 @@ extern "C" {
  *   All strings will be NULL terminated.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_buffer_too_small (with error bit) if the buffer is too small to store the account data.
  *   F_file_descriptor_max (with error bit) if max file descriptors is reached.
@@ -76,7 +76,7 @@ extern "C" {
  *   All strings will be NULL terminated.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_buffer_too_small (with error bit) if the buffer is too small to store the account data.
  *   F_file_descriptor_max (with error bit) if max file descriptors is reached.
@@ -107,7 +107,7 @@ extern "C" {
  *   The id associated with the given name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_buffer_too_small (with error bit) if the buffer is too small to store the account data.
  *   F_file_descriptor_max (with error bit) if max file descriptors is reached.
@@ -134,7 +134,7 @@ extern "C" {
  *   The name will be NULL terminated after the name.used.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_buffer_too_small (with error bit) if the buffer is too small to store the account data.
  *   F_file_descriptor_max (with error bit) if max file descriptors is reached.
@@ -165,7 +165,7 @@ extern "C" {
  *   The id associated with the given name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_buffer_too_small (with error bit) if the buffer is too small to store the account data.
  *   F_file_descriptor_max (with error bit) if max file descriptors is reached.
@@ -192,7 +192,7 @@ extern "C" {
  *   The name will be NULL terminated after the name.used.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_buffer_too_small (with error bit) if the buffer is too small to store the account data.
  *   F_file_descriptor_max (with error bit) if max file descriptors is reached.
index 07eebacc2fbbbcece9f470cb02687202b144031d..9ba76a3173c27a0f5dafb926892056236458b18a 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_account_delete_
 
@@ -58,7 +58,7 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_account_destroy_
 
@@ -67,7 +67,7 @@ extern "C" {
 
     {
       f_account_t * const array = (f_account_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -88,7 +88,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_accounts_delete_callback_
 
@@ -97,7 +97,7 @@ extern "C" {
 
     {
       f_account_t * const array = (f_account_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -121,7 +121,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_accounts_destroy_callback_
 
@@ -130,7 +130,7 @@ extern "C" {
 
     {
       f_accounts_t * const array = (f_accounts_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -160,7 +160,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_accountss_delete_callback_
 
@@ -169,7 +169,7 @@ extern "C" {
 
     {
       f_accounts_t * const array = (f_accounts_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -199,7 +199,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_accountss_destroy_callback_
 
index 7dea123865d564922966ce206f91748dc4e790c2..4383023c89d327d29358f9b1bced4904d1fe73b5 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   The account to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -42,7 +42,7 @@ extern "C" {
  *   The account to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -70,7 +70,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -98,7 +98,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -126,7 +126,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -156,7 +156,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 8f14e410ad5ba3ccf87510f05885de1ac9952fd7..646c7220ab1ff782217438863fdbb1bbb83d41fb 100644 (file)
@@ -36,7 +36,7 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_accounts_append_) || !defined(_di_f_accounts_append_all_) || !defined(_di_f_accountss_append_all_)
 
index deb26c5d562d26dc7bb14f5acd406237af73e7b2..4a07bcca8a4f5df6637ca9f5e0e40c87bfe34db4 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The destination lengths the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_memory_resize().
  *   Errors (with error bit) from: f_string_dynamic_append().
index 213217274203d1135b9c8634d42ebfc2cbae31ca..8a31d946753ac0926c12fc42bd691220a2d81937 100644 (file)
@@ -9,7 +9,7 @@ extern "C" {
 #if !defined(_di_f_account_by_name_) || !defined(_di_f_account_by_id_)
   f_status_t private_f_account_from_passwd(const struct passwd password, const f_number_unsigned_t password_length, f_account_t * const account) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     // Account UID and GID.
     account->id_user = password.pw_uid;
@@ -80,7 +80,7 @@ extern "C" {
     account->shell.string[string_length] = 0;
     account->shell.used = string_length;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_account_by_name_) || !defined(_di_f_account_by_id_)
 
index f594699c81678eaf66264d645007b01ae6050ddf..4f7fb72002b26d34ab8ccd103f92e353704a1c6d 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
  *   This assumes that all strings in account have their used set to the desired length, such as 0.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_string_dynamic_increase_by().
  *
index 673d83d031e5f4bee39b29e95ad46e99c92fedd2..60d52b6626bb96d628e4f47c88583a3598de5f4a 100644 (file)
@@ -105,7 +105,7 @@ void test__f_account_by_id__works(void **state) {
 
     const f_status_t status = f_account_by_id(uid, &account);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(account.id_user, password.pw_uid);
     assert_int_equal(account.id_group, password.pw_gid);
     assert_string_equal(account.home.string, password.pw_dir);
index 07775c703b2cb33909ae027c9add01efc7de3bf9..8e5245afda772c7d9658f99e75c2bfd77abd916e 100644 (file)
@@ -115,7 +115,7 @@ void test__f_account_by_name__works(void **state) {
 
     const f_status_t status = f_account_by_name(name, &account);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(account.id_user, password.pw_uid);
     assert_int_equal(account.id_group, password.pw_gid);
     assert_string_equal(account.home.string, password.pw_dir);
index 1700f455b7efbd1206ecbb5eb1f51e9fc022d817..6e07edbc4f52feaa5f159c16cd19a57d86232ad7 100644 (file)
@@ -107,7 +107,7 @@ void test__f_account_group_id_by_name__works(void **state) {
 
     const f_status_t status = f_account_group_id_by_name(name, &gid);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(gid, group_data.gr_gid);
   }
 }
index fb352e650512ba0bc5c772493274b26aba0a72ed..881ef166db54bc0b6ce8f9c08d05e8c9396442c7 100644 (file)
@@ -99,7 +99,7 @@ void test__f_account_group_name_by_id__works(void **state) {
 
     const f_status_t status = f_account_group_name_by_id(gid, &name);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(name.string, group_data.gr_name);
   }
 
index 2d710322ce65518f0b32abe62a7d1b4aa0b626ee..400f4725658123b831c2ddb686a96b206d2b20bf 100644 (file)
@@ -109,7 +109,7 @@ void test__f_account_id_by_name__works(void **state) {
 
     const f_status_t status = f_account_id_by_name(name, &uid);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(uid, password.pw_uid);
   }
 }
index 5bbc0938746f3366fe7094b4cf3b48a3858bee89..af129ebaebedb3bc97d9643c25830d9114c3f9a9 100644 (file)
@@ -101,7 +101,7 @@ void test__f_account_name_by_id__works(void **state) {
 
     const f_status_t status = f_account_name_by_id(uid, &name);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(name.string, password.pw_name);
   }
 
index 5eedd3dc3d907d3589b5446979560c9ee2347271..ce0694c0e9684924c8fe5498d99a313e52a3ade9 100644 (file)
@@ -24,7 +24,7 @@ void test__f_accounts_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, true);
     will_return(__wrap_f_string_dynamic_resize, F_status_set_error(F_failure));
@@ -36,10 +36,10 @@ void test__f_accounts_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, true);
     will_return(__wrap_f_string_dynamic_resize, F_status_set_error(F_failure));
@@ -51,13 +51,13 @@ void test__f_accounts_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, true);
     will_return(__wrap_f_string_dynamic_resize, F_status_set_error(F_failure));
@@ -69,16 +69,16 @@ void test__f_accounts_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, true);
     will_return(__wrap_f_string_dynamic_resize, F_status_set_error(F_failure));
@@ -100,28 +100,28 @@ void test__f_accounts_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_account_t), (void **) &datas.array, &datas.used, &datas.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datas.array[0].home);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datas.array[0].label);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datas.array[0].name);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datas.array[0].password);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datas.array[0].shell);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_accounts_delete_callback(0, length, (void *) datas.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datas.array[0].home.size, 0);
     assert_int_equal(datas.array[0].label.size, 0);
     assert_int_equal(datas.array[0].name.size, 0);
index fcf7d40a33b75a441c920851302133890a18e5a6..ca163725b0044f02c3be3efcaa222c5b9063f227 100644 (file)
@@ -24,7 +24,7 @@ void test__f_accounts_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, true);
     will_return(__wrap_f_string_dynamic_adjust, F_status_set_error(F_failure));
@@ -36,10 +36,10 @@ void test__f_accounts_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, true);
     will_return(__wrap_f_string_dynamic_adjust, F_status_set_error(F_failure));
@@ -51,13 +51,13 @@ void test__f_accounts_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, true);
     will_return(__wrap_f_string_dynamic_adjust, F_status_set_error(F_failure));
@@ -69,16 +69,16 @@ void test__f_accounts_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, true);
     will_return(__wrap_f_string_dynamic_adjust, F_status_set_error(F_failure));
@@ -100,28 +100,28 @@ void test__f_accounts_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_account_t), (void **) &datas.array, &datas.used, &datas.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datas.array[0].home);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datas.array[0].label);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datas.array[0].name);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datas.array[0].password);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datas.array[0].shell);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_accounts_destroy_callback(0, length, (void *) datas.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datas.array[0].home.size, 0);
     assert_int_equal(datas.array[0].label.size, 0);
     assert_int_equal(datas.array[0].name.size, 0);
index c209be751f044051258ef5724494b25722457797..230ae7ba0df7d7a676be1d6ed0ff323c283fee75 100644 (file)
@@ -26,7 +26,7 @@ void test__f_accountss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, true);
     will_return(__wrap_f_string_dynamic_resize, F_status_set_error(F_failure));
@@ -38,10 +38,10 @@ void test__f_accountss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, true);
     will_return(__wrap_f_string_dynamic_resize, F_status_set_error(F_failure));
@@ -53,13 +53,13 @@ void test__f_accountss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, true);
     will_return(__wrap_f_string_dynamic_resize, F_status_set_error(F_failure));
@@ -71,16 +71,16 @@ void test__f_accountss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, true);
     will_return(__wrap_f_string_dynamic_resize, F_status_set_error(F_failure));
@@ -92,19 +92,19 @@ void test__f_accountss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, true);
     will_return(__wrap_f_memory_array_resize, F_status_set_error(F_failure));
@@ -126,31 +126,31 @@ void test__f_accountss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_accounts_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_account_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datass.array[0].array[0].home);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datass.array[0].array[0].label);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datass.array[0].array[0].name);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datass.array[0].array[0].password);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datass.array[0].array[0].shell);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_accountss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 10748102e50a084c4b0d105b9a35bcb0dd06f84a..4566213589bf06f20e5ea021618bd2cc5f19343a 100644 (file)
@@ -26,7 +26,7 @@ void test__f_accountss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, true);
     will_return(__wrap_f_string_dynamic_adjust, F_status_set_error(F_failure));
@@ -38,10 +38,10 @@ void test__f_accountss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, true);
     will_return(__wrap_f_string_dynamic_adjust, F_status_set_error(F_failure));
@@ -53,13 +53,13 @@ void test__f_accountss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, true);
     will_return(__wrap_f_string_dynamic_adjust, F_status_set_error(F_failure));
@@ -71,16 +71,16 @@ void test__f_accountss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, true);
     will_return(__wrap_f_string_dynamic_adjust, F_status_set_error(F_failure));
@@ -92,19 +92,19 @@ void test__f_accountss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, true);
     will_return(__wrap_f_memory_array_adjust, F_status_set_error(F_failure));
@@ -126,31 +126,31 @@ void test__f_accountss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_accounts_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_account_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datass.array[0].array[0].home);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datass.array[0].array[0].label);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datass.array[0].array[0].name);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datass.array[0].array[0].password);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datass.array[0].array[0].shell);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_accountss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 1c8a2cd32f98a80b1786c5aeada8e053780a3e7e..6a6e2390d633d305cacc467b96d9f6b32b091b7d 100644 (file)
@@ -397,7 +397,7 @@ extern "C" {
         return F_status_set_error(F_support_not);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_ambient_get_
 
@@ -414,7 +414,7 @@ extern "C" {
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_ambient_reset_
 
@@ -429,7 +429,7 @@ extern "C" {
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_ambient_set_
 
@@ -451,7 +451,7 @@ extern "C" {
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_clear_
 
@@ -467,7 +467,7 @@ extern "C" {
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_clear_flag_
 
@@ -507,7 +507,7 @@ extern "C" {
       *destination = cap_dup(source);
 
       if (*destination) {
-        return F_none;
+        return F_okay;
       }
 
       if (errno == EINVAL) return F_status_set_error(F_parameter);
@@ -535,7 +535,7 @@ extern "C" {
 
       if (size) *size = result;
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_copy_external_
 
@@ -549,7 +549,7 @@ extern "C" {
       *capability = cap_copy_int(external);
 
       if (*capability) {
-        return F_none;
+        return F_okay;
       }
 
       if (errno == EINVAL) return F_status_set_error(F_parameter);
@@ -575,7 +575,7 @@ extern "C" {
 
       *capability = 0;
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_delete_
 
@@ -588,7 +588,7 @@ extern "C" {
       *capability = cap_get_fd(descriptor);
 
       if (*capability) {
-        return F_none;
+        return F_okay;
       }
 
       if (errno == EACCES) return F_status_set_error(F_access_denied);
@@ -622,7 +622,7 @@ extern "C" {
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_file_descriptor_set_
 
@@ -635,7 +635,7 @@ extern "C" {
       *capability = cap_get_file(path.string);
 
       if (*capability) {
-        return F_none;
+        return F_okay;
       }
 
       if (errno == EACCES) return F_status_set_error(F_access_denied);
@@ -669,7 +669,7 @@ extern "C" {
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_file_set_
 
@@ -685,7 +685,7 @@ extern "C" {
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_flag_get_
 
@@ -701,7 +701,7 @@ extern "C" {
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_flag_set_
 
@@ -718,7 +718,7 @@ extern "C" {
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_from_name_
 
@@ -731,7 +731,7 @@ extern "C" {
       *capability = cap_from_text(text.string);
 
       if (*capability) {
-        return F_none;
+        return F_okay;
       }
 
       if (errno == EINVAL) return F_status_set_error(F_parameter);
@@ -756,7 +756,7 @@ extern "C" {
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_groups_set_
 
@@ -773,7 +773,7 @@ extern "C" {
       *capability = cap_init();
 
       if (*capability) {
-        return F_none;
+        return F_okay;
       }
 
       if (errno == EINVAL) return F_status_set_error(F_parameter);
@@ -795,7 +795,7 @@ extern "C" {
 
       *mode = cap_get_mode();
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_mode_get_
 
@@ -808,7 +808,7 @@ extern "C" {
 
       *name = cap_mode_name(mode);
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_mode_get_name_
 
@@ -823,7 +823,7 @@ extern "C" {
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_mode_set_
 
@@ -835,7 +835,7 @@ extern "C" {
 
       *id_user = cap_get_nsowner(capability);
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_owner_get_
 
@@ -855,7 +855,7 @@ extern "C" {
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_owner_set_
 
@@ -879,7 +879,7 @@ extern "C" {
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_process_bound_drop_
 
@@ -895,7 +895,7 @@ extern "C" {
         return F_status_set_error(F_known_not);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_process_bound_get_
 
@@ -908,7 +908,7 @@ extern "C" {
       *capability = cap_get_proc();
 
       if (*capability) {
-        return F_none;
+        return F_okay;
       }
 
       if (errno == EINVAL) return F_status_set_error(F_parameter);
@@ -927,7 +927,7 @@ extern "C" {
       *capability = cap_get_pid(id);
 
       if (*capability) {
-        return F_none;
+        return F_okay;
       }
 
       return F_status_set_error(F_failure);
@@ -945,7 +945,7 @@ extern "C" {
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_process_set_
 
@@ -961,7 +961,7 @@ extern "C" {
 
       *bits = cap_get_secbits();
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_security_bits_get_
 
@@ -976,7 +976,7 @@ extern "C" {
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_security_bits_set_
 
@@ -1000,7 +1000,7 @@ extern "C" {
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_size_
 
@@ -1071,7 +1071,7 @@ extern "C" {
 
         cap_free(result);
 
-        return F_none;
+        return F_okay;
       }
 
       if (errno == EINVAL) return F_status_set_error(F_parameter);
@@ -1112,7 +1112,7 @@ extern "C" {
 
         cap_free(result);
 
-        return F_none;
+        return F_okay;
       }
 
       if (errno == EINVAL) return F_status_set_error(F_parameter);
@@ -1137,7 +1137,7 @@ extern "C" {
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_capability_user_set_
 
index 453c24280667f42e67a9cb0dfb0aab310b50bfe7..0a0dde092807ed935a6e57ed57549f52b55845fe 100644 (file)
@@ -57,7 +57,7 @@ extern "C" {
  *   The retrieved ambient value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -75,7 +75,7 @@ extern "C" {
  * Reset the ambient capability.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_memory_not (with error bit) if a out of memory.
@@ -99,7 +99,7 @@ extern "C" {
  *   The capability flag value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_memory_not (with error bit) if a out of memory.
@@ -121,7 +121,7 @@ extern "C" {
  *   The capability to clear.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -143,7 +143,7 @@ extern "C" {
  *   The capability to clear the flag of.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_memory_not (with error bit) if a out of memory.
@@ -193,7 +193,7 @@ extern "C" {
  *   This must be freed via f_capability_delete() when finished with.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_memory_not (with error bit) if a out of memory.
@@ -222,7 +222,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -247,7 +247,7 @@ extern "C" {
  *   This must be freed via f_capability_delete() when finished with.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -269,7 +269,7 @@ extern "C" {
  *   Pointer address is set to 0 on success.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_memory_not (with error bit) if a out of memory (which doesn't make sense here but man page includes this).
@@ -293,7 +293,7 @@ extern "C" {
  *   This must be freed via f_capability_delete() when finished with.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_descriptor_not (with error bit) if the file descriptor is invalid.
@@ -323,7 +323,7 @@ extern "C" {
  *   The capability to set.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_descriptor_not (with error bit) if the file descriptor is invalid.
@@ -354,7 +354,7 @@ extern "C" {
  *   This must be freed via f_capability_delete() when finished with.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_descriptor_not (with error bit) if the file descriptor is invalid.
@@ -384,7 +384,7 @@ extern "C" {
  *   The capability to set.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_descriptor_not (with error bit) if the file descriptor is invalid.
@@ -419,7 +419,7 @@ extern "C" {
  *   This is TRUE when the flag is enabled and FALSE otherwise.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -446,7 +446,7 @@ extern "C" {
  *   The capability to set the flag of.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -469,7 +469,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_memory_not (with error bit) if a out of memory.
@@ -494,7 +494,7 @@ extern "C" {
  *   This must be freed via f_capability_delete().
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_memory_not (with error bit) if a out of memory.
@@ -523,7 +523,7 @@ extern "C" {
  *   The array of supplementary group IDs (as in setgroups()).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_memory_not (with error bit) if a out of memory.
@@ -548,7 +548,7 @@ extern "C" {
  *   This must be freed via f_capability_delete() when finished with.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_memory_not (with error bit) if a out of memory.
@@ -569,7 +569,7 @@ extern "C" {
  *   The capability mode.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *
@@ -591,7 +591,7 @@ extern "C" {
  *   This is a NULL terminated string.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *
@@ -610,7 +610,7 @@ extern "C" {
  *   The capability mode.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_memory_not (with error bit) if a out of memory.
@@ -634,7 +634,7 @@ extern "C" {
  *   The ID of the user.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *
@@ -655,7 +655,7 @@ extern "C" {
  *   The ID of the user.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_descriptor_not (with error bit) if the file descriptor is invalid.
@@ -692,7 +692,7 @@ extern "C" {
  *   The determined bound value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_memory_not (with error bit) if a out of memory.
@@ -716,7 +716,7 @@ extern "C" {
  *   The determined bound value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_known_not (with error bit) if the code is unknown to the current system.
@@ -738,7 +738,7 @@ extern "C" {
  *   This must be freed via f_capability_delete() when finished with.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -762,7 +762,7 @@ extern "C" {
  *   This must be freed via f_capability_delete() when finished with.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -782,7 +782,7 @@ extern "C" {
  *   The capability to assign.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_memory_not (with error bit) if a out of memory.
@@ -804,7 +804,7 @@ extern "C" {
  *   The security bits.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *
@@ -823,7 +823,7 @@ extern "C" {
  *   The security bits.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_memory_not (with error bit) if a out of memory.
@@ -848,7 +848,7 @@ extern "C" {
  *   Size may be set to -1 on error.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -916,7 +916,7 @@ extern "C" {
  *   This is NULL terminated after the name.used.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_memory_not (with error bit) if a out of memory.
@@ -948,7 +948,7 @@ extern "C" {
  *   This is NULL terminated after the text.used.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_memory_not (with error bit) if a out of memory.
@@ -980,7 +980,7 @@ extern "C" {
  *   The ID of the user.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_implement_not (with error bit) if this function is not available (due to not having libcap support compiled in).
  *   F_memory_not (with error bit) if a out of memory.
index 7f35a25683c6f7ab0fceb847472fce7daccf9fc2..40131562ccae387a55540e8412d0c55989a1c458 100644 (file)
@@ -50,7 +50,7 @@ void test__f_capability_ambient_get__works(void **state) {
     #if defined(_di_libcap_) || defined(_libcap_legacy_only_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(ambient, 1);
     #endif // defined(_di_libcap_) || defined(_libcap_legacy_only_)
   }
index 131777ec04a3172204b6b5709d79a8e74d00a99e..77c5b92725b732658b7b23ed1aa30acb905b4aa6 100644 (file)
@@ -55,7 +55,7 @@ void test__f_capability_ambient_reset__works(void **state) {
     #if defined(_di_libcap_) || defined(_libcap_legacy_only_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_) || defined(_libcap_legacy_only_)
   }
 }
index 5b37b37d761a325d779324763eb5497f293a0c94..507a667f94558cf274e9609e1dd3a489d3c8043d 100644 (file)
@@ -52,7 +52,7 @@ void test__f_capability_ambient_set__works(void **state) {
     #if defined(_di_libcap_) || defined(_libcap_legacy_only_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_) || defined(_libcap_legacy_only_)
   }
 }
index 207991d599f62d10a9b7e65ddf019fae856044f5..eee8d7b3b80b1ff17d1b97ec5d0463234328a3d0 100644 (file)
@@ -61,7 +61,7 @@ void test__f_capability_clear__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_)
   }
 }
index 56513d967b48cd709fee08dc4bb381e3a942bda5..65cc9bbed16f3d1e55e5843ba9d47519c858d7b8 100644 (file)
@@ -35,7 +35,7 @@ void test__f_capability_clear_flag__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_)
   }
 }
index afd757638a3b55e999731c71d198626634d4a75e..af0e786c0beffc95168202380d2948159a372846 100644 (file)
@@ -51,7 +51,7 @@ void test__f_capability_copy__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(capability_2, 1);
     #endif // defined(_di_libcap_)
   }
index d9a172488cfb2437f6bc9444e245fffa29ddf501..8eca12744301d78a66b55e3374c9c9da98ea3141 100644 (file)
@@ -69,7 +69,7 @@ void test__f_capability_copy_external__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(size, 1);
     #endif // defined(_di_libcap_)
   }
index 4a028ddd90637af4d00fefffa45d040cf5ca6295..3074f689d654a2c545381dca6df6fb2780f446f7 100644 (file)
@@ -73,7 +73,7 @@ void test__f_capability_copy_internal__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(capability, 1);
     #endif // defined(_di_libcap_)
   }
index 06ba7e90aedd383bf1708528b7d215ede9067ab6..b177b15e59549399e8d6507174542f5a5704cf57 100644 (file)
@@ -59,7 +59,7 @@ void test__f_capability_delete__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(capability, 0);
     #endif // defined(_di_libcap_)
   }
index c2dc501e424fe0f65503fe31b16a2df99af822e6..97266e3c1cf56685a396cb028521ddd77b6684d0 100644 (file)
@@ -75,7 +75,7 @@ void test__f_capability_file_descriptor_get__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_)
   }
 }
index bb07cd7d505e0ba4a2a46c5364bb3c7f0577c5b9..3f15151b844a9b7306412bceb8c12f83529e1d7b 100644 (file)
@@ -64,7 +64,7 @@ void test__f_capability_file_descriptor_set__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_)
   }
 }
index 761f613d84d7d5ca19d7261c90675fc028494e7d..fb2a0a69f45d56c3d974844487fc5332a8f810c9 100644 (file)
@@ -75,7 +75,7 @@ void test__f_capability_file_get__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_)
   }
 }
index e9b3a7d88aaa9f38c3e0781b0f9847c7d9af6b59..b72ce212baf7ac32c2d069d2ee98bdfcd696078b 100644 (file)
@@ -64,7 +64,7 @@ void test__f_capability_file_set__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_)
   }
 }
index 0d7e868c36220e5f9c3a47701d07053f5cbcfea8..75e3e1452c7597aba8f7301b032283428ffa1ddc 100644 (file)
@@ -67,7 +67,7 @@ void test__f_capability_flag_get__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_)
   }
 }
index 37dd81bf402cf379da19aa887e57064e824aaf85..452cd838c545404d5b58c28e0b82cd9699b0a4f0 100644 (file)
@@ -67,7 +67,7 @@ void test__f_capability_flag_set__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_)
   }
 }
index ee37c016b0e33bf4585d139a82ca4666eb460394..bd7a04b979d465dabe5495919114440ca0534f1b 100644 (file)
@@ -63,7 +63,7 @@ void test__f_capability_from_name__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_)
   }
 }
index 752fd8efeaa8ae7c658dbadc6681ad2edfe8e934..d2e2582b4f789fc8e1fb83a425cba061b320b9c2 100644 (file)
@@ -63,7 +63,7 @@ void test__f_capability_from_text__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_)
   }
 }
index 8a5cea446343a3e35e6f48ba8dd0836f552046e4..2106faef3fe5cdd527abb2672e26f9c98d06aa6d 100644 (file)
@@ -56,7 +56,7 @@ void test__f_capability_groups_set__works(void **state) {
     #if defined(_di_libcap_) || defined(_libcap_legacy_only_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_) || defined(_libcap_legacy_only_)
   }
 }
index 7eb5c3be1b77a0cad6183111791b887edbe71373..b5853adb591b49d9c04370df6c53fe2d3e16e259 100644 (file)
@@ -59,7 +59,7 @@ void test__f_capability_initialize__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_)
   }
 }
index 8e6451c111a945557d07b39512a32a90136d9b3a..5bb1d858f4934021a2fc99cc381505ec211f6ab4 100644 (file)
@@ -30,7 +30,7 @@ void test__f_capability_mode_get__works(void **state) {
     #if defined(_di_libcap_) || defined(_libcap_legacy_only_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_) || defined(_libcap_legacy_only_)
   }
 }
index b0be43541e2c536fe430b4e0aef83c0289317437..214f74825f7ed94858c39e8ed06883b3ea13aa95 100644 (file)
@@ -33,7 +33,7 @@ void test__f_capability_mode_get_name__works(void **state) {
     #if defined(_di_libcap_) || defined(_libcap_legacy_only_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_) || defined(_libcap_legacy_only_)
   }
 }
index 457b633acf14351554c41e85f969502e821ab3a3..cc011b3f02183bb3ba4d0accb8b673337cefbdf3 100644 (file)
@@ -52,7 +52,7 @@ void test__f_capability_mode_set__works(void **state) {
     #if defined(_di_libcap_) || defined(_libcap_legacy_only_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_) || defined(_libcap_legacy_only_)
   }
 }
index efcb6c70558837e0d90b86ef9a2e7afc75a3d42a..d4aa33dacad52f9d84534488176170ad2c50284d 100644 (file)
@@ -33,7 +33,7 @@ void test__f_capability_owner_get__works(void **state) {
     #if defined(_di_libcap_) || defined(_libcap_legacy_only_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(id, 1);
     #endif // defined(_di_libcap_) || defined(_libcap_legacy_only_)
   }
index 1b2c8a0fdceccf5bd4f7d82e76e289013c22f9f3..d78d30c866d5acf3f6280a3fb1cb22cd84b18e9e 100644 (file)
@@ -64,7 +64,7 @@ void test__f_capability_owner_set__works(void **state) {
     #if defined(_di_libcap_) || defined(_libcap_legacy_only_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_) || defined(_libcap_legacy_only_)
   }
 }
index 1968c857c9301d742a73d53d390fc2ba06726bd7..30d85e9327bb890345d082d06dadd0da76f1caa3 100644 (file)
@@ -65,7 +65,7 @@ void test__f_capability_process_bound_drop__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(bound, 1);
     #endif // defined(_di_libcap_)
   }
index 013b2c6c47097ea30c2ebe288cc639a1ab4f9b99..fed1f5c4d229ecf7e5b8493bf4df1c3b9e2b4886 100644 (file)
@@ -59,7 +59,7 @@ void test__f_capability_process_bound_get__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(bound, 1);
     #endif // defined(_di_libcap_)
   }
index 07bfedf5ec02bcd9b4309b0de8dd0fbcb10063f7..364da384b640c327c78b6d28592e0c63720a8b4e 100644 (file)
@@ -59,7 +59,7 @@ void test__f_capability_process_get__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_)
   }
 }
index 7ed88ae6c98605c919354e919c014f4a0a1cad30..1fcf202704a747050cc8098b7a316651e1142683 100644 (file)
@@ -57,7 +57,7 @@ void test__f_capability_process_get_by_id__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(capability, 1);
     #endif // defined(_di_libcap_)
   }
index 606a1339b5b73be9253be226199d9d3e76d4f4d6..2e655312736d4b4adaf38878f36146d53170a2fb 100644 (file)
@@ -52,7 +52,7 @@ void test__f_capability_process_set__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_)
   }
 }
index 3bb6cd19e22920306cce5e82ad882ecb530a690c..24cf7c2b8680b72ae1c80b614ad87194b7311a7c 100644 (file)
@@ -61,7 +61,7 @@ void test__f_capability_security_bits_get__works(void **state) {
     #if defined(_di_libcap_) || defined(_libcap_legacy_only_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_) || defined(_libcap_legacy_only_)
   }
 }
index 47fbc246e5d612ed7925f743560a38f84b20601d..8dd3cb13490c718eb024ffc95d1fa197b271291c 100644 (file)
@@ -62,7 +62,7 @@ void test__f_capability_security_bits_set__works(void **state) {
     #if defined(_di_libcap_) || defined(_libcap_legacy_only_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_) || defined(_libcap_legacy_only_)
   }
 }
index 6807a1de3629d8a0a037930b396d9517a4d6e9ff..3b3333e2de27bb570b90eba219bd3368d9a6cbdd 100644 (file)
@@ -65,7 +65,7 @@ void test__f_capability_size__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(size, 1);
     #endif // defined(_di_libcap_)
   }
index eeaeddf3f244bec51d49879a0d4a9377ec113c93..34d61aa30f3df4dd7f5ef7d9533dc00d144331a6 100644 (file)
@@ -67,7 +67,7 @@ void test__f_capability_to_name__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_string_equal(name.string, string);
       assert_int_equal(name.used, 9);
     #endif // defined(_di_libcap_)
index dc76d61bbfc7210745f9df76d76cc3de0ad94642..08855d27fc483f683d75b771cd39d914bffc8529 100644 (file)
@@ -68,7 +68,7 @@ void test__f_capability_to_text__works(void **state) {
     #if defined(_di_libcap_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_string_equal(text.string, string);
       assert_int_equal(text.used, 9);
     #endif // defined(_di_libcap_)
index 609e9b5c2f8cb013cd60f62e3aca561691870399..b6f8f0d4651a1881647f132f5848d10e75f06db2 100644 (file)
@@ -21,7 +21,7 @@ void test__f_capability_user_set__works(void **state) {
     #if defined(_di_libcap_) || defined(_libcap_legacy_only_)
       assert_int_equal(F_status_set_fine(status), F_implement_not);
     #else
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     #endif // defined(_di_libcap_) || defined(_libcap_legacy_only_)
   }
 }
index 080ecb4f692c2ca8475ea8a6b78d9fe1e0d26583..a9bdf838aefc4a83a2bbe6e8f0913abc8b406fc1 100644 (file)
@@ -31,7 +31,7 @@ extern "C" {
       context->set.title = f_color_set_empty_s;
       context->set.warning = f_color_set_empty_s;
 
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       if (context->error.size) {
         status = f_string_dynamic_resize(0, &context->error);
@@ -113,7 +113,7 @@ extern "C" {
         context->warning.used = 0;
       }
 
-      return F_none;
+      return F_okay;
     }
 
     if (mode != f_color_mode_dark_e && mode != f_color_mode_light_e) return F_data_not;
@@ -206,7 +206,7 @@ extern "C" {
       context->set.warning.before = &context->warning;
       context->set.warning.after = &context->reset;
 
-      status = F_none;
+      status = F_okay;
     }
 
     return status;
@@ -282,7 +282,7 @@ extern "C" {
 
     buffer->string[buffer->used] = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_color_save_3_
 
@@ -347,7 +347,7 @@ extern "C" {
 
     buffer->string[buffer->used] = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_color_save_4_
 
@@ -430,7 +430,7 @@ extern "C" {
 
     buffer->string[buffer->used] = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_color_save_5_
 
index 14cdc082d007fb29c0ca9f781c3443ba149f4473..26d7ee3900cc6ecbbf12fb9ffc2624172dff5e24 100644 (file)
@@ -52,7 +52,7 @@ extern "C" {
  *   The context.mode is always set to the specified mode, even if it is not supported (except when there is an invalid parameter).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but mode is f_color_mode_none_e or not a supported mode.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -83,7 +83,7 @@ extern "C" {
  *   The buffer will become NULL terminated after the appended string length.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -116,7 +116,7 @@ extern "C" {
  *   The buffer will become NULL terminated after the appended string length.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -152,7 +152,7 @@ extern "C" {
  *   The buffer will become NULL terminated after the appended string length.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -191,7 +191,7 @@ extern "C" {
  *   The buffer will become NULL terminated after the appended string length.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -235,7 +235,7 @@ extern "C" {
  *   The buffer will become NULL terminated after the appended string length.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index d3017c8518186087930e6ac33f867d276717a32a..32bc6214e273524a48edfb2928dae52dd5cd3934 100644 (file)
@@ -190,7 +190,7 @@ extern "C" {
       if (!context) return F_status_set_error(F_parameter);
     #endif // _di_level_0_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     status = f_string_dynamic_resize(0, &context->error);
 
@@ -234,7 +234,7 @@ extern "C" {
 
     macro_f_color_context_t_clear((*context))
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_color_context_delete_
 
@@ -244,7 +244,7 @@ extern "C" {
       if (!context) return F_status_set_error(F_parameter);
     #endif // _di_level_0_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     status = f_string_dynamic_adjust(0, &context->error);
 
@@ -288,7 +288,7 @@ extern "C" {
 
     macro_f_color_context_t_clear((*context))
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_color_context_destroy_
 
index fe0e0278e86b78f85cc0c13277127020068793cc..2fd87db1c8383f2774852e71a1958d851eeb81fa 100644 (file)
@@ -1014,7 +1014,7 @@ extern "C" {
  *   The context object.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -1033,7 +1033,7 @@ extern "C" {
  *   The context object.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 919994b3360591e390dce1f717e5e0b64a09c6d6..bfea5b1e077608e30259d0102cbc6da5548096ae 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
 
     buffer->string[buffer->used] = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_color_load_context_) || !defined(_di_f_color_save_2_)
 
@@ -77,7 +77,7 @@ extern "C" {
 
     buffer->string[buffer->used] = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_color_load_context_) || !defined(_di_f_color_save_2_)
 
index b03607534a5dc700f048da8d646c8f42f4169851..6a88b4d5e3edc6c0b2dda66ab0a7c8088931b0f6 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
  *   The buffer will become NULL terminated after the appended string length.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_string_dynamic_increase_by()
  *
@@ -58,7 +58,7 @@ extern "C" {
  *   The buffer will become NULL terminated after the appended string length.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_string_dynamic_increase_by()
  *
index 567b35fa81f5b97c5fcccaeedc77d20e4b29274d..52454dd5d7d147231bad740d623a9a73740151c0 100644 (file)
@@ -14,7 +14,7 @@ void test__f_color_context_delete__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.reset);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.reset.size, 0);
     assert_non_null(context.reset.string);
   }
@@ -22,7 +22,7 @@ void test__f_color_context_delete__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.warning);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.warning.size, 0);
     assert_non_null(context.warning.string);
   }
@@ -30,7 +30,7 @@ void test__f_color_context_delete__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.error);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.error.size, 0);
     assert_non_null(context.error.string);
   }
@@ -38,7 +38,7 @@ void test__f_color_context_delete__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.title);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.title.size, 0);
     assert_non_null(context.title.string);
   }
@@ -46,7 +46,7 @@ void test__f_color_context_delete__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.notable);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.notable.size, 0);
     assert_non_null(context.notable.string);
   }
@@ -54,7 +54,7 @@ void test__f_color_context_delete__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.important);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.important.size, 0);
     assert_non_null(context.important.string);
   }
@@ -62,7 +62,7 @@ void test__f_color_context_delete__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.standout);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.standout.size, 0);
     assert_non_null(context.standout.string);
   }
@@ -70,7 +70,7 @@ void test__f_color_context_delete__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.success);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.success.size, 0);
     assert_non_null(context.success.string);
   }
@@ -78,7 +78,7 @@ void test__f_color_context_delete__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.normal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.normal.size, 0);
     assert_non_null(context.normal.string);
   }
@@ -86,7 +86,7 @@ void test__f_color_context_delete__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.normal_reset);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.normal_reset.size, 0);
     assert_non_null(context.normal_reset.string);
   }
@@ -94,7 +94,7 @@ void test__f_color_context_delete__frees_memory(void **state) {
   {
     const f_status_t status = f_color_context_delete(&context);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(context.reset.size, 0);
     assert_int_equal(context.warning.size, 0);
     assert_int_equal(context.error.size, 0);
index 0d768f0ceb125c8c050d805f86ef87789f5848bb..c3a5a7683ec453f4e2263f963f17522b341c19a3 100644 (file)
@@ -14,7 +14,7 @@ void test__f_color_context_destroy__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.reset);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.reset.size, 0);
     assert_non_null(context.reset.string);
   }
@@ -22,7 +22,7 @@ void test__f_color_context_destroy__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.warning);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.warning.size, 0);
     assert_non_null(context.warning.string);
   }
@@ -30,7 +30,7 @@ void test__f_color_context_destroy__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.error);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.error.size, 0);
     assert_non_null(context.error.string);
   }
@@ -38,7 +38,7 @@ void test__f_color_context_destroy__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.title);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.title.size, 0);
     assert_non_null(context.title.string);
   }
@@ -46,7 +46,7 @@ void test__f_color_context_destroy__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.notable);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.notable.size, 0);
     assert_non_null(context.notable.string);
   }
@@ -54,7 +54,7 @@ void test__f_color_context_destroy__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.important);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.important.size, 0);
     assert_non_null(context.important.string);
   }
@@ -62,7 +62,7 @@ void test__f_color_context_destroy__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.standout);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.standout.size, 0);
     assert_non_null(context.standout.string);
   }
@@ -70,7 +70,7 @@ void test__f_color_context_destroy__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.success);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.success.size, 0);
     assert_non_null(context.success.string);
   }
@@ -78,7 +78,7 @@ void test__f_color_context_destroy__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.normal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.normal.size, 0);
     assert_non_null(context.normal.string);
   }
@@ -86,7 +86,7 @@ void test__f_color_context_destroy__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(size, &context.normal_reset);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(context.normal_reset.size, 0);
     assert_non_null(context.normal_reset.string);
   }
@@ -94,7 +94,7 @@ void test__f_color_context_destroy__frees_memory(void **state) {
   {
     const f_status_t status = f_color_context_destroy(&context);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(context.reset.size, 0);
     assert_int_equal(context.warning.size, 0);
     assert_int_equal(context.error.size, 0);
index 7a6f5551660172ba67692a0e13b2144831b5e4bb..b32395ff754a5e7b0c3eaa9b341bb1af60b832cd 100644 (file)
@@ -34,13 +34,13 @@ void test__f_color_load_context__works(void **state) {
 
   f_status_t statuss[4] = {
     F_data_not,
-    F_none,
-    F_none,
-    F_none,
+    F_okay,
+    F_okay,
+    F_okay,
   };
 
   {
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     macro_f_color_context_t_new(status, context);
   }
index 10e9489a57008990afade0bc9dc5d8ca5c5dc706..9cebbdf1000d0931dae1dfd3a68ab8bedcd414f0 100644 (file)
@@ -25,7 +25,7 @@ void test__f_color_save_1_works(void **state) {
   const f_string_static_t color1 = macro_f_string_static_t_initialize_2("color1", 6);
 
   {
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     macro_f_color_context_t_new(status, context);
   }
@@ -33,7 +33,7 @@ void test__f_color_save_1_works(void **state) {
   {
     const f_status_t status = f_color_save_1(format, color1, &buffer);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(buffer.string, "color1");
   }
 
index 0e22f0403f0e6662385360ceafe40e523f94803f..ffbe2d753d1209ddb7f74f3ef8cdffc6b2a07bd7 100644 (file)
@@ -26,7 +26,7 @@ void test__f_color_save_2_works(void **state) {
   const f_string_static_t color2 = macro_f_string_static_t_initialize_2("color2", 6);
 
   {
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     macro_f_color_context_t_new(status, context);
   }
@@ -34,7 +34,7 @@ void test__f_color_save_2_works(void **state) {
   {
     const f_status_t status = f_color_save_2(format, color1, color2, &buffer);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(buffer.string, "color1color2");
   }
 
index 34f09e5a88c45d113b11fff6c9b27f04cc2f9187..95ab6098e79a6043db337a2a7ca1b54c4d981ee1 100644 (file)
@@ -27,7 +27,7 @@ void test__f_color_save_3_works(void **state) {
   const f_string_static_t color3 = macro_f_string_static_t_initialize_2("color3", 6);
 
   {
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     macro_f_color_context_t_new(status, context);
   }
@@ -35,7 +35,7 @@ void test__f_color_save_3_works(void **state) {
   {
     const f_status_t status = f_color_save_3(format, color1, color2, color3, &buffer);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(buffer.string, "color1color2color3");
   }
 
index 1f176afbc250f2fe5a2e468368b24ecbfc94db1a..48438ae94ac4704efe167221d20dba6c209236dd 100644 (file)
@@ -28,7 +28,7 @@ void test__f_color_save_4_works(void **state) {
   const f_string_static_t color4 = macro_f_string_static_t_initialize_2("color4", 6);
 
   {
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     macro_f_color_context_t_new(status, context);
   }
@@ -36,7 +36,7 @@ void test__f_color_save_4_works(void **state) {
   {
     const f_status_t status = f_color_save_4(format, color1, color2, color3, color4, &buffer);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(buffer.string, "color1color2color3color4");
   }
 
index c50c3ecddf112fd9fb1eb6b331e232075da3230f..7ad6d33b4acf1d38df3f7be3e8e2783b35764fb4 100644 (file)
@@ -29,7 +29,7 @@ void test__f_color_save_5_works(void **state) {
   const f_string_static_t color5 = macro_f_string_static_t_initialize_2("color5", 6);
 
   {
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     macro_f_color_context_t_new(status, context);
   }
@@ -37,7 +37,7 @@ void test__f_color_save_5_works(void **state) {
   {
     const f_status_t status = f_color_save_5(format, color1, color2, color3, color4, color5, &buffer);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(buffer.string, "color1color2color3color4color5");
   }
 
index e6c778cc9b2fc6df3db147c7422ca4ac65bb1e72..f431194274f389c5ddc66a402aa65da56132883c 100644 (file)
@@ -112,7 +112,7 @@ extern "C" {
 
     f_number_unsigned_t previous = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     // Skip past leading whitespace in string1.
     for (; i1 < stop1; ++i1) {
@@ -355,7 +355,7 @@ extern "C" {
     f_number_unsigned_t i1 = offset1;
     f_number_unsigned_t i2 = offset2;
     f_number_unsigned_t previous = 0;
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     // Skip past leading whitespace in string1.
     for (; i1 < stop1; i1 += macro_f_utf_byte_width(string1[i1])) {
index 9c4ba27b724000e348ed1a5987d8f20d2971c1da..6b750d38fecca1fde7acfb967e21ee7a11a4e508 100644 (file)
@@ -114,7 +114,7 @@ extern "C" {
     f_number_unsigned_t width_max = 0;
     f_number_unsigned_t previous = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     // Skip past leading whitespace in string1.
     for (; i1 < stop1; i1 += width) {
@@ -392,7 +392,7 @@ extern "C" {
     f_number_unsigned_t i1 = offset1;
     f_number_unsigned_t i2 = offset2;
     f_number_unsigned_t previous = 0;
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     // Skip past leading whitespace in string1.
     for (; i1 < stop1; i1 += macro_f_utf_byte_width(string1[i1])) {
index d6fed2c7c8a5a69734da1918c7e3be29c850adea..13a1e0b84b6d7fbe3f5f27000d31e9a7e6f60258 100644 (file)
@@ -260,7 +260,7 @@ void test__f_compare_dynamic_partial__works(void **state) {
   };
 
   uint8_t i = 0;
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
 
   // First eight are against empty strings for first argument.
   for (; i < 8; ++i) {
index a1b2bca458d399a17ed1c74c257949368a231c52..757d2b61e5b2aaac6dfe8e6ac6ee4807cf73ea0b 100644 (file)
@@ -259,7 +259,7 @@ void test__f_compare_dynamic_partial_dynamic__works(void **state) {
   };
 
   uint8_t i = 0;
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
 
   // First eight are against empty strings for first argument.
   for (; i < 8; ++i) {
index 05b8e0885268fc53ba0efbf3f03a5ba49c641255..8e682bfb8db02f18ff719fa4d15eea00376f582f 100644 (file)
@@ -265,7 +265,7 @@ void test__f_compare_dynamic_partial_except__works(void **state) {
   const f_number_unsigneds_t excepts_1 = macro_f_number_unsigneds_t_initialize_1(except_1, 0, 4);
   const f_number_unsigneds_t excepts_2 = f_number_unsigneds_t_initialize;
   uint8_t i = 0;
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
 
   // First eight are against empty strings for first argument.
   for (; i < 8; ++i) {
index ffcdebb3bdfc6d01fa0b78b3d87f348cec4daf29..5aaa4f0c6a5c9671b82c1aa71cf1ba1f09a9da71 100644 (file)
@@ -264,7 +264,7 @@ void test__f_compare_dynamic_partial_except_dynamic__works(void **state) {
   const f_number_unsigneds_t excepts_1 = macro_f_number_unsigneds_t_initialize_1(except_1, 0, 4);
   const f_number_unsigneds_t excepts_2 = f_number_unsigneds_t_initialize;
   uint8_t i = 0;
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
 
   // First eight are against empty strings for first argument.
   for (; i < 8; ++i) {
index 2478e801c5ded34acf3a699c07a67b92c9d181d7..0de3ecbfe4dc3703aeb57cf4459accd7a3922d94 100644 (file)
@@ -265,7 +265,7 @@ void test__f_compare_dynamic_partial_except_string__works(void **state) {
   const f_number_unsigneds_t excepts_1 = macro_f_number_unsigneds_t_initialize_1(except_1, 0, 4);
   const f_number_unsigneds_t excepts_2 = f_number_unsigneds_t_initialize;
   uint8_t i = 0;
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
 
   // First eight are against empty strings for first argument.
   for (; i < 8; ++i) {
index 948461e9969852afb420ef7924e2d794be941b7e..111869b72c6c81b4143390a0243a6ded4196b264 100644 (file)
@@ -278,7 +278,7 @@ void test__f_compare_dynamic_partial_except_trim__works(void **state) {
   const f_number_unsigneds_t excepts_1 = macro_f_number_unsigneds_t_initialize_1(except_1, 0, 4);
   const f_number_unsigneds_t excepts_2 = f_number_unsigneds_t_initialize;
   uint8_t i = 0;
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
 
   // First eight are against empty strings for first argument.
   for (; i < 8; ++i) {
index 95c234d5f25f417f8180c587c72aa4aad93229f1..151cda5b749a65dd990abab1a32ae001fc1c7e49 100644 (file)
@@ -277,7 +277,7 @@ void test__f_compare_dynamic_partial_except_trim_dynamic__works(void **state) {
   const f_number_unsigneds_t excepts_1 = macro_f_number_unsigneds_t_initialize_1(except_1, 0, 4);
   const f_number_unsigneds_t excepts_2 = f_number_unsigneds_t_initialize;
   uint8_t i = 0;
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
 
   // First eight are against empty strings for first argument.
   for (; i < 8; ++i) {
index 0e1273b40d9b70ec42fa5cdbcf48c39b0e7ce75f..9a9bedd31c87cb2bbb72bd9a6d2d3be2d7331e16 100644 (file)
@@ -278,7 +278,7 @@ void test__f_compare_dynamic_partial_except_trim_string__works(void **state) {
   const f_number_unsigneds_t excepts_1 = macro_f_number_unsigneds_t_initialize_1(except_1, 0, 4);
   const f_number_unsigneds_t excepts_2 = f_number_unsigneds_t_initialize;
   uint8_t i = 0;
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
 
   // First eight are against empty strings for first argument.
   for (; i < 8; ++i) {
index 6d8d9ab3c39d89683efcb6fa4e87d675e5fa805d..59470d84ec3d2bbfa1a4a0fa4f87179c211fe314 100644 (file)
@@ -260,7 +260,7 @@ void test__f_compare_dynamic_partial_string__works(void **state) {
   };
 
   uint8_t i = 0;
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
 
   // First eight are against empty strings for first argument.
   for (; i < 8; ++i) {
index f02d05b628df9474256dc5225e06eac6d76800f8..390dabf6777b0753b8953986b0a1bac938d2b907 100644 (file)
@@ -273,7 +273,7 @@ void test__f_compare_dynamic_partial_trim__works(void **state) {
   };
 
   uint8_t i = 0;
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
 
   // First eight are against empty strings for first argument.
   for (; i < 8; ++i) {
index 3fe376614fe29bc78487270bb4cb3c9719973004..787b31a98cff44cb32a8a3973082a79d4e521b3d 100644 (file)
@@ -272,7 +272,7 @@ void test__f_compare_dynamic_partial_trim_dynamic__works(void **state) {
   };
 
   uint8_t i = 0;
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
 
   // First eight are against empty strings for first argument.
   for (; i < 8; ++i) {
index fd57efa59424e59e84801f8c2b6757c2cdccc45d..e08eeb07564d4b3ae5f12922e6a55a8b7ec872f7 100644 (file)
@@ -273,7 +273,7 @@ void test__f_compare_dynamic_partial_trim_string__works(void **state) {
   };
 
   uint8_t i = 0;
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
 
   // First eight are against empty strings for first argument.
   for (; i < 8; ++i) {
index 0a5ba36822364a4f81cd31debdc7e91c3235b861..ad64908e9fd7bb8e3df886a1745d6eecc7101783 100644 (file)
@@ -256,7 +256,7 @@ void test__f_compare_utf__works(void **state) {
     F_equal_to,
   };
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -266,10 +266,10 @@ void test__f_compare_utf__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf(utf_string_1.string, utf_string_2.string, utf_string_1.used, utf_string_2.used);
 
index 00ef42603dd6d587248a999e56c844edd1e2b081..936cfb7faa0d018d76237d292aa2b40e6128b135 100644 (file)
@@ -256,7 +256,7 @@ void test__f_compare_utf_dynamic__works(void **state) {
     F_equal_to,
   };
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -266,10 +266,10 @@ void test__f_compare_utf_dynamic__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic(utf_string_1, utf_string_2);
 
index 03ced6ef58f1ad6f28b6d7505c455ef46a9c476c..41dd391aaa3e24f818e766d9c1feecf5874a93bc 100644 (file)
@@ -263,7 +263,7 @@ void test__f_compare_utf_dynamic_except__works(void **state) {
   const f_number_unsigneds_t excepts_2 = f_number_unsigneds_t_initialize;
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -273,10 +273,10 @@ void test__f_compare_utf_dynamic_except__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_except(utf_string_1, utf_string_2, excepts_1, excepts_2);
 
@@ -289,10 +289,10 @@ void test__f_compare_utf_dynamic_except__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_except(utf_string_2, utf_string_1, excepts_2, excepts_1);
 
index 072ac55e46eb58714e8100185cf20d6b20408bea..956ce9f87e51c1ae6e726eccac007a6f3743cc20 100644 (file)
@@ -263,7 +263,7 @@ void test__f_compare_utf_dynamic_except_string__works(void **state) {
   const f_number_unsigneds_t excepts_2 = f_number_unsigneds_t_initialize;
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -273,10 +273,10 @@ void test__f_compare_utf_dynamic_except_string__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_except_string(utf_string_1.string, utf_string_2, utf_string_1.used, excepts_1, excepts_2);
 
@@ -289,10 +289,10 @@ void test__f_compare_utf_dynamic_except_string__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_except_string(utf_string_2.string, utf_string_1, utf_string_2.used, excepts_2, excepts_1);
 
index 16c9f7f22abf79c41ec27aa4493caa337ef1b759..ce95d433c628193441faf8f9411c0c8bcc227d2b 100644 (file)
@@ -276,7 +276,7 @@ void test__f_compare_utf_dynamic_except_trim__works(void **state) {
   const f_number_unsigneds_t excepts_2 = f_number_unsigneds_t_initialize;
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -286,10 +286,10 @@ void test__f_compare_utf_dynamic_except_trim__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_except_trim(utf_string_1, utf_string_2, excepts_1, excepts_2);
 
@@ -302,10 +302,10 @@ void test__f_compare_utf_dynamic_except_trim__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_except_trim(utf_string_2, utf_string_1, excepts_2, excepts_1);
 
index 89bffd2679a7fdb5cbee63b666a3feff8c6c4fec..377e80fa7ca953b64b050f3da6eec4490115f4c3 100644 (file)
@@ -276,7 +276,7 @@ void test__f_compare_utf_dynamic_except_trim_string__works(void **state) {
   const f_number_unsigneds_t excepts_2 = f_number_unsigneds_t_initialize;
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -286,10 +286,10 @@ void test__f_compare_utf_dynamic_except_trim_string__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_except_trim_string(utf_string_1.string, utf_string_2, utf_string_1.used, excepts_1, excepts_2);
 
@@ -302,10 +302,10 @@ void test__f_compare_utf_dynamic_except_trim_string__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_except_trim_string(utf_string_2.string, utf_string_1, utf_string_2.used, excepts_2, excepts_1);
 
index ff6494bcb5d24920eac00d5ae48339c4864dbd9d..362d46e84bd0de0a24e4e705be541b64bc18722e 100644 (file)
@@ -261,7 +261,7 @@ void test__f_compare_utf_dynamic_partial__works(void **state) {
 
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -272,10 +272,10 @@ void test__f_compare_utf_dynamic_partial__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     if (i % 8 == 0) {
       status = f_compare_utf_dynamic_partial(utf_string_1, utf_string_2, f_string_range_empty_c, f_string_range_empty_c);
@@ -295,10 +295,10 @@ void test__f_compare_utf_dynamic_partial__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     range_1.stop = string_1s[i].used - 4;
 
index 6cd1336dac7307a25edce3f061af13a49bf872e7..3e1f0993c50b2343258adc57fa0557bd8196f85d 100644 (file)
@@ -260,7 +260,7 @@ void test__f_compare_utf_dynamic_partial_dynamic__works(void **state) {
 
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -271,10 +271,10 @@ void test__f_compare_utf_dynamic_partial_dynamic__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     if (i % 8 == 0) {
       status = f_compare_utf_dynamic_partial_dynamic(utf_string_1, utf_string_2, f_string_range_empty_c);
@@ -294,10 +294,10 @@ void test__f_compare_utf_dynamic_partial_dynamic__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     if (i % 8 == 0) {
       status = f_compare_utf_dynamic_partial_dynamic(utf_string_1, utf_string_2, f_string_range_empty_c);
index 7dad0eb252d712b8aef402d20d303a1212e9e4f3..6608aebd7d502a3ed66b4beb1e2e3d5d16caba16 100644 (file)
@@ -266,7 +266,7 @@ void test__f_compare_utf_dynamic_partial_except__works(void **state) {
   const f_number_unsigneds_t excepts_2 = f_number_unsigneds_t_initialize;
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -277,10 +277,10 @@ void test__f_compare_utf_dynamic_partial_except__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     if (i % 8 == 0) {
       status = f_compare_utf_dynamic_partial_except(utf_string_1, utf_string_2, range_1, f_string_range_empty_c, excepts_1, excepts_2);
@@ -300,10 +300,10 @@ void test__f_compare_utf_dynamic_partial_except__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     range_1.stop = string_1s[i].used - 1;
 
index 9acba790da30bb89b66372764c6146fd31c0aee0..dc0d0531c02ad62d4c625e67e46fa01b7fcee552 100644 (file)
@@ -265,7 +265,7 @@ void test__f_compare_utf_dynamic_partial_except_dynamic__works(void **state) {
   const f_number_unsigneds_t excepts_2 = f_number_unsigneds_t_initialize;
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -276,10 +276,10 @@ void test__f_compare_utf_dynamic_partial_except_dynamic__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     if (i % 8 == 0) {
       status = f_compare_utf_dynamic_partial_except_dynamic(utf_string_1, utf_string_2, f_string_range_empty_c, excepts_1, excepts_2);
@@ -299,10 +299,10 @@ void test__f_compare_utf_dynamic_partial_except_dynamic__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     if (i % 8 == 0) {
       status = f_compare_utf_dynamic_partial_except_dynamic(utf_string_1, utf_string_2, f_string_range_empty_c, excepts_1, excepts_2);
index 6bd052a4552d284535393576f07a11b7f99043ca..08adac5a211cad754a398555f007132b6c057e4d 100644 (file)
@@ -266,7 +266,7 @@ void test__f_compare_utf_dynamic_partial_except_string__works(void **state) {
   const f_number_unsigneds_t excepts_2 = f_number_unsigneds_t_initialize;
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -277,10 +277,10 @@ void test__f_compare_utf_dynamic_partial_except_string__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     if (i % 8 == 0) {
       status = f_compare_utf_dynamic_partial_except_string(utf_string_1.string, utf_string_2, 0, f_string_range_empty_c, excepts_1, excepts_2);
@@ -300,10 +300,10 @@ void test__f_compare_utf_dynamic_partial_except_string__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     range_1.stop = string_1s[i].used - 1;
 
index e3b6331cd9e804df30908a326f503bf12795a6fc..7387fee0deabbb7a2f6021c31ee6e7a92b218514 100644 (file)
@@ -279,7 +279,7 @@ void test__f_compare_utf_dynamic_partial_except_trim__works(void **state) {
   const f_number_unsigneds_t excepts_2 = f_number_unsigneds_t_initialize;
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -290,10 +290,10 @@ void test__f_compare_utf_dynamic_partial_except_trim__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     if (i % 8 == 0) {
       status = f_compare_utf_dynamic_partial_except_trim(utf_string_1, utf_string_2, range_1, f_string_range_empty_c, excepts_1, excepts_2);
@@ -313,10 +313,10 @@ void test__f_compare_utf_dynamic_partial_except_trim__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     range_1.stop = string_1s[i].used - 1;
 
index 08c904e56939a1e38ebd9e6fa17ed843ae3cb3b9..de486817fe8fbaf923a554b3cf2ca44c4962cf47 100644 (file)
@@ -278,7 +278,7 @@ void test__f_compare_utf_dynamic_partial_except_trim_dynamic__works(void **state
   const f_number_unsigneds_t excepts_2 = f_number_unsigneds_t_initialize;
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -289,10 +289,10 @@ void test__f_compare_utf_dynamic_partial_except_trim_dynamic__works(void **state
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     if (i % 8 == 0) {
       status = f_compare_utf_dynamic_partial_except_trim_dynamic(utf_string_1, utf_string_2, f_string_range_empty_c, excepts_1, excepts_2);
@@ -312,10 +312,10 @@ void test__f_compare_utf_dynamic_partial_except_trim_dynamic__works(void **state
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     if (i % 8 == 0) {
       status = f_compare_utf_dynamic_partial_except_trim_dynamic(utf_string_1, utf_string_2, f_string_range_empty_c, excepts_1, excepts_2);
index bac0089d5d8dcfb68b8ed54b4e548ccb784b28c2..b170d153c7721788d9db18d4af2d8d68c9d720b2 100644 (file)
@@ -279,7 +279,7 @@ void test__f_compare_utf_dynamic_partial_except_trim_string__works(void **state)
   const f_number_unsigneds_t excepts_2 = f_number_unsigneds_t_initialize;
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -290,10 +290,10 @@ void test__f_compare_utf_dynamic_partial_except_trim_string__works(void **state)
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     if (i % 8 == 0) {
       status = f_compare_utf_dynamic_partial_except_trim_string(utf_string_1.string, utf_string_2, 0, f_string_range_empty_c, excepts_1, excepts_2);
@@ -313,10 +313,10 @@ void test__f_compare_utf_dynamic_partial_except_trim_string__works(void **state)
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     range_1.stop = string_1s[i].used - 1;
 
index 4c2595052a74539a56a8886ff5ce23e4d8fec5fa..26c7f3c687ce8a199f994de6c65c45a3142eebdf 100644 (file)
@@ -261,7 +261,7 @@ void test__f_compare_utf_dynamic_partial_string__works(void **state) {
 
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -272,10 +272,10 @@ void test__f_compare_utf_dynamic_partial_string__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     if (i % 8 == 0) {
       status = f_compare_utf_dynamic_partial_string(utf_string_1.string, utf_string_2, 0, f_string_range_empty_c);
@@ -295,10 +295,10 @@ void test__f_compare_utf_dynamic_partial_string__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     range_1.stop = string_1s[i].used - 1;
 
index fbce31bb2cb6f43b0ffc48b34b5e4195cc63fcb5..dcab5772e662b8f0c0dc894e6d0a834f981afc1f 100644 (file)
@@ -274,7 +274,7 @@ void test__f_compare_utf_dynamic_partial_trim__works(void **state) {
 
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -285,10 +285,10 @@ void test__f_compare_utf_dynamic_partial_trim__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     if (i % 8 == 0) {
       status = f_compare_utf_dynamic_partial_trim(utf_string_1, utf_string_2, f_string_range_empty_c, f_string_range_empty_c);
@@ -308,10 +308,10 @@ void test__f_compare_utf_dynamic_partial_trim__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     range_1.stop = string_1s[i].used - 4;
 
index c1d3b37bcc9ddf8933eadb3d8d7c23a354f60cca..ae2bd0c5c4effcbf634d48d1d322ce26b90f2756 100644 (file)
@@ -273,7 +273,7 @@ void test__f_compare_utf_dynamic_partial_trim_dynamic__works(void **state) {
 
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -284,10 +284,10 @@ void test__f_compare_utf_dynamic_partial_trim_dynamic__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     if (i % 8 == 0) {
       status = f_compare_utf_dynamic_partial_trim_dynamic(utf_string_1, utf_string_2, f_string_range_empty_c);
@@ -307,10 +307,10 @@ void test__f_compare_utf_dynamic_partial_trim_dynamic__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     if (i % 8 == 0) {
       status = f_compare_utf_dynamic_partial_trim_dynamic(utf_string_1, utf_string_2, f_string_range_empty_c);
index 651aec1dd1eb82f148d3fd0212a5cab4f75f5a99..50e1928f6da250598489b1a43b04abf8282e470b 100644 (file)
@@ -274,7 +274,7 @@ void test__f_compare_utf_dynamic_partial_trim_string__works(void **state) {
 
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -285,10 +285,10 @@ void test__f_compare_utf_dynamic_partial_trim_string__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     if (i % 8 == 0) {
       status = f_compare_utf_dynamic_partial_trim_string(utf_string_1.string, utf_string_2, 0, f_string_range_empty_c);
@@ -308,10 +308,10 @@ void test__f_compare_utf_dynamic_partial_trim_string__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     range_1.stop = string_1s[i].used - 1;
 
index 4d1b1e0b75e701086331e0f5da2f1fd1a6872b81..f45a05eabad44d27209a79cc823acb4a109ead15 100644 (file)
@@ -256,7 +256,7 @@ void test__f_compare_utf_dynamic_string__works(void **state) {
     F_equal_to,
   };
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -266,10 +266,10 @@ void test__f_compare_utf_dynamic_string__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_string(utf_string_1.string, utf_string_2, utf_string_1.used);
 
index 35b597f4ac148fc313912ebcd7701dff33a9c06b..77040fe60b2e57422a0d28d36d18677214d091b0 100644 (file)
@@ -57,7 +57,7 @@ void test__f_compare_utf_dynamic_trim__trims(void **state) {
 
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -67,10 +67,10 @@ void test__f_compare_utf_dynamic_trim__trims(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_trim(utf_string_1, utf_string_2);
 
@@ -83,10 +83,10 @@ void test__f_compare_utf_dynamic_trim__trims(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_trim(utf_string_2, utf_string_1);
 
@@ -98,7 +98,7 @@ void test__f_compare_utf_dynamic_trim__trims(void **state) {
     utf_string_1.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_trim(utf_string_1, utf_string_1);
 
@@ -110,7 +110,7 @@ void test__f_compare_utf_dynamic_trim__trims(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_trim(utf_string_2, utf_string_2);
 
@@ -136,7 +136,7 @@ void test__f_compare_utf_dynamic_trim__something_misses_nothing(void **state) {
     macro_f_string_static_t_initialize_1("\t\0\tspace\t\0 space \0 ", 0, 19),
   };
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
 
   for (uint8_t i = 0; i < 10; ++i) {
@@ -144,7 +144,7 @@ void test__f_compare_utf_dynamic_trim__something_misses_nothing(void **state) {
     utf_string_1.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_trim(utf_string_1, f_utf_string_empty_s);
 
@@ -405,7 +405,7 @@ void test__f_compare_utf_dynamic_trim__works(void **state) {
     F_equal_to,
   };
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -415,10 +415,10 @@ void test__f_compare_utf_dynamic_trim__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_trim(utf_string_1, utf_string_2);
 
index db2be12722ae6cfac75ce5b2943364d508639693..b09ef71f10c64f55d7ea690bc1a505c4720a0917 100644 (file)
@@ -57,7 +57,7 @@ void test__f_compare_utf_dynamic_trim_string__trims(void **state) {
 
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -67,10 +67,10 @@ void test__f_compare_utf_dynamic_trim_string__trims(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_trim_string(utf_string_1.string, utf_string_2, utf_string_1.used);
 
@@ -83,10 +83,10 @@ void test__f_compare_utf_dynamic_trim_string__trims(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_trim_string(utf_string_2.string, utf_string_1, utf_string_2.used);
 
@@ -98,7 +98,7 @@ void test__f_compare_utf_dynamic_trim_string__trims(void **state) {
     utf_string_1.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_trim_string(utf_string_1.string, utf_string_1, utf_string_1.used);
 
@@ -110,7 +110,7 @@ void test__f_compare_utf_dynamic_trim_string__trims(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_trim_string(utf_string_2.string, utf_string_2, utf_string_2.used);
 
@@ -136,7 +136,7 @@ void test__f_compare_utf_dynamic_trim_string__something_misses_nothing(void **st
     macro_f_string_static_t_initialize_1("\t\0\tspace\t\0 space \0 ", 0, 19),
   };
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
 
   for (uint8_t i = 0; i < 10; ++i) {
@@ -144,7 +144,7 @@ void test__f_compare_utf_dynamic_trim_string__something_misses_nothing(void **st
     utf_string_1.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_trim_string(utf_string_1.string, f_utf_string_empty_s, utf_string_1.used);
 
@@ -405,7 +405,7 @@ void test__f_compare_utf_dynamic_trim_string__works(void **state) {
     F_equal_to,
   };
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -415,10 +415,10 @@ void test__f_compare_utf_dynamic_trim_string__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_dynamic_trim_string(utf_string_1.string, utf_string_2, utf_string_1.used);
 
index d4a1a16b9f93a2d9cc3339fb7af233f1dd0b93a7..f4c536dd2ea659fbcbf36a3808c708bd4d0c5e63 100644 (file)
@@ -263,7 +263,7 @@ void test__f_compare_utf_except__works(void **state) {
   const f_number_unsigneds_t excepts_2 = f_number_unsigneds_t_initialize;
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -273,10 +273,10 @@ void test__f_compare_utf_except__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_except(utf_string_1.string, utf_string_2.string, utf_string_1.used, utf_string_2.used, excepts_1, excepts_2);
 
@@ -289,10 +289,10 @@ void test__f_compare_utf_except__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_except(utf_string_2.string, utf_string_1.string, utf_string_2.used, utf_string_1.used, excepts_2, excepts_1);
 
index fc87ac4b76c209c7759163e4cbb130635e541464..d8f6997d7e835f17daed65619b12871f7ae82228 100644 (file)
@@ -276,7 +276,7 @@ void test__f_compare_utf_except_trim__works(void **state) {
   const f_number_unsigneds_t excepts_2 = f_number_unsigneds_t_initialize;
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -286,10 +286,10 @@ void test__f_compare_utf_except_trim__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_except_trim(utf_string_1.string, utf_string_2.string, utf_string_1.used, utf_string_2.used, excepts_1, excepts_2);
 
@@ -302,10 +302,10 @@ void test__f_compare_utf_except_trim__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_except_trim(utf_string_2.string, utf_string_1.string, utf_string_2.used, utf_string_1.used, excepts_2, excepts_1);
 
index 7acee08b34384a7be06b68920ac4fdccc7f77a4b..4f675b47c08633e9af96dab99698d678b0c5927e 100644 (file)
@@ -57,7 +57,7 @@ void test__f_compare_utf_trim__trims(void **state) {
 
   uint8_t i = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -67,10 +67,10 @@ void test__f_compare_utf_trim__trims(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_trim(utf_string_1.string, utf_string_2.string, utf_string_1.used, utf_string_2.used);
 
@@ -83,10 +83,10 @@ void test__f_compare_utf_trim__trims(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_trim(utf_string_2.string, utf_string_1.string, utf_string_2.used, utf_string_1.used);
 
@@ -98,7 +98,7 @@ void test__f_compare_utf_trim__trims(void **state) {
     utf_string_1.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_trim(utf_string_1.string, utf_string_1.string, utf_string_1.used, utf_string_1.used);
 
@@ -110,7 +110,7 @@ void test__f_compare_utf_trim__trims(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_trim(utf_string_2.string, utf_string_2.string, utf_string_2.used, utf_string_2.used);
 
@@ -136,7 +136,7 @@ void test__f_compare_utf_trim__something_misses_nothing(void **state) {
     macro_f_string_static_t_initialize_1("\t\0\tspace\t\0 space \0 ", 0, 19),
   };
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
 
   for (uint8_t i = 0; i < 10; ++i) {
@@ -144,7 +144,7 @@ void test__f_compare_utf_trim__something_misses_nothing(void **state) {
     utf_string_1.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_trim(utf_string_1.string, f_utf_string_empty_s.string, utf_string_1.used, f_utf_string_empty_s.used);
 
@@ -405,7 +405,7 @@ void test__f_compare_utf_trim__works(void **state) {
     F_equal_to,
   };
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_utf_string_dynamic_t utf_string_1 = f_utf_string_dynamic_t_initialize;
   f_utf_string_dynamic_t utf_string_2 = f_utf_string_dynamic_t_initialize;
 
@@ -415,10 +415,10 @@ void test__f_compare_utf_trim__works(void **state) {
     utf_string_2.used = 0;
 
     status = test_convert_dynamic_to_utf(string_1s[i], &utf_string_1);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = test_convert_dynamic_to_utf(string_2s[i], &utf_string_2);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_compare_utf_trim(utf_string_1.string, utf_string_2.string, utf_string_1.used, utf_string_2.used);
 
index 493676e295d30f1596fe773e89069ff09ef75941..a22395d673c2b098736ae9185432b83a6644041b 100644 (file)
@@ -147,7 +147,7 @@ f_status_t test_convert_dynamic_to_utf(const f_string_static_t dynamic, f_utf_st
     if (F_status_is_error(status)) return status;
   } // for
 
-  return F_none;
+  return F_okay;
 }
 
 #ifdef __cplusplus
index 2f9a5d7e69ffbe5e4cff167d2944dbdc4bc671af..aa6347d97021d37d3d0bbfab6248d75ed2baabd1 100644 (file)
@@ -122,7 +122,7 @@ extern int main(void);
  *   The UTF destination string.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_utf_char_to_character().
  *   Errors (with error bit) from: f_utf_string_dynamic_resize().
index 29fb36c6a6e57e9fc63bc4c69001cd5aec5ae219..5d5ac0982e836331a72aedf19061f7f7eb9ec86e 100644 (file)
@@ -56,7 +56,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_console_environment_process_
 
@@ -105,7 +105,7 @@ extern "C" {
 
     *decision = priority;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_console_parameter_prioritize_left_
 
@@ -144,7 +144,7 @@ extern "C" {
 
     *decision = priority;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_console_parameter_prioritize_right_
 
@@ -230,7 +230,7 @@ extern "C" {
           process.needs.array[i] = process.needs.array[i + 1];
         } // for
 
-        state->status = F_none;
+        state->status = F_okay;
 
         continue;
       }
@@ -254,7 +254,7 @@ extern "C" {
       }
 
       process.found = F_false;
-      state->status = F_none;
+      state->status = F_okay;
 
       if (process.result & f_console_result_short_e) {
 
@@ -293,7 +293,7 @@ extern "C" {
                   break;
                 }
 
-                state->status = F_none;
+                state->status = F_okay;
 
                 if (state->status == F_break) break;
 
@@ -333,7 +333,7 @@ extern "C" {
               break;
             }
 
-            state->status = F_none;
+            state->status = F_okay;
 
             if (state->status == F_break) break;
 
@@ -347,7 +347,7 @@ extern "C" {
 
         if (state->status == F_break || state->status == F_continue) {
           process.depth = 0;
-          state->status = F_none;
+          state->status = F_okay;
 
           if (state->status == F_break) break;
 
@@ -411,7 +411,7 @@ extern "C" {
                     break;
                   }
 
-                  state->status = F_none;
+                  state->status = F_okay;
 
                   if (state->status == F_break) break;
 
@@ -446,7 +446,7 @@ extern "C" {
                 if (F_status_is_error(state->status)) break;
               }
 
-              state->status = F_none;
+              state->status = F_okay;
 
               break;
             } // for
@@ -460,7 +460,7 @@ extern "C" {
                 break;
               }
 
-              state->status = F_none;
+              state->status = F_okay;
 
               if (state->status == F_break) break;
 
@@ -472,7 +472,7 @@ extern "C" {
 
           if (state->status == F_break || state->status == F_continue) {
             process.depth = 0;
-            state->status = F_none;
+            state->status = F_okay;
 
             if (state->status == F_break) break;
 
@@ -513,7 +513,7 @@ extern "C" {
                   break;
                 }
 
-                state->status = F_none;
+                state->status = F_okay;
 
                 if (state->status == F_break) break;
 
@@ -556,7 +556,7 @@ extern "C" {
                   break;
                 }
 
-                state->status = F_none;
+                state->status = F_okay;
 
                 if (state->status == F_break) break;
 
@@ -577,7 +577,7 @@ extern "C" {
 
         if (state->status == F_break || state->status == F_continue) {
           process.depth = 0;
-          state->status = F_none;
+          state->status = F_okay;
 
           if (state->status == F_break) break;
 
@@ -605,7 +605,7 @@ extern "C" {
           if (F_status_is_error(state->status)) break;
         }
 
-        state->status = F_none;
+        state->status = F_okay;
       }
 
       if (F_status_is_error(state->status)) break;
@@ -632,7 +632,7 @@ extern "C" {
           parameters->remaining.array[parameters->remaining.used++] = process.location;
         }
 
-        state->status = F_none;
+        state->status = F_okay;
       }
 
       ++process.location;
@@ -650,7 +650,7 @@ extern "C" {
     }
 
     if (state->status == F_process) {
-      state->status = F_none;
+      state->status = F_okay;
 
       for (; process.location < arguments.argc && arguments.argv[process.location]; ++process.location) {
 
@@ -665,7 +665,7 @@ extern "C" {
       } // for
 
       if (F_status_is_error_not(state->status)) {
-        state->status = process.needs.used ? F_complete_not : F_none;
+        state->status = process.needs.used ? F_complete_not : F_okay;
       }
     }
 
index 9e749215b5d633d7cecb8264aa87694ca770d42d..d6144752d03086e340cc3a6c44ff2323f062b424 100644 (file)
@@ -41,7 +41,7 @@ extern "C" {
  *   Both the name and the value strings may be pointers to the envp memory addresses.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if the arguments.envp pointer is NULL or there are no environment variables in arguments.envp.
  *
  *   Errors (with error bit) from: f_string_maps_increase_by().
@@ -61,7 +61,7 @@ extern "C" {
  *   The flag with the console type bits determined by this function.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not the input string is empty.
  */
 #ifndef _di_f_console_identify_
@@ -90,7 +90,7 @@ extern "C" {
  *   If none of the parameters are found, then this will not be updated (therefore it is safe to have it pre-initialized to the default).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if no parameters were matched with the available choices.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -121,7 +121,7 @@ extern "C" {
  *   If none of the parameters are found, then this will not be updated (therefore it is safe to have it pre-initialized to the default).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if no parameters were matched with the available choices.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -163,7 +163,7 @@ extern "C" {
  *   A state for providing flags and handling interrupts during long running operations.
  *
  *   This alters state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not if argc is 0, argv is a NULL pointer, or if argv[0] is NULL.
  *     F_complete_not if "values" parameters were expected but not found.
  *
index 52b78f1693a70bb6357f6f7ea93e4a865eab005d..09800bcc42bf5bb076a7c274800b4b52e8fd41da 100644 (file)
@@ -170,7 +170,7 @@ extern "C" {
       if (!parameters) return F_status_set_error(F_parameter);
     #endif // _di_level_0_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = 0; i < parameters->used; ++i) {
 
@@ -190,7 +190,7 @@ extern "C" {
     status = f_memory_array_resize(0, sizeof(f_number_unsigned_t), (void **) &parameters->remaining.array, &parameters->remaining.used, &parameters->remaining.size);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_console_parameters_delete_
 
@@ -200,7 +200,7 @@ extern "C" {
       if (!parameters) return F_status_set_error(F_parameter);
     #endif // _di_level_0_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = 0; i < parameters->used; ++i) {
 
@@ -221,7 +221,7 @@ extern "C" {
     status = f_memory_array_adjust(0, sizeof(f_number_unsigned_t), (void **) &parameters->remaining.array, &parameters->remaining.used, &parameters->remaining.size);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_console_parameters_destroy_
 
index 908a846ab0116721e403a2cc4390919b8ca6d3c6..c9fb2ce16ef8917caf7727df295a8a9e3c8c7607 100644 (file)
@@ -516,7 +516,7 @@ extern "C" {
  *   - data:       The structure determined by the caller for passing to the parameter processing function and is intended to be used for updating based on results.
  *
  * The callback function state.status interpretations:
- *   - F_none:     On no error and processing complete.
+ *   - F_okay:     On no error and processing complete.
  *   - F_break:    To tell the caller to break out of the loop (based on depth, when applicable).
  *   - F_continue: To tell the caller to continue the loop (based on depth, when applicable).
  *   - F_process:  To tell the caller to perform the built in functionality.
@@ -811,7 +811,7 @@ extern "C" {
  *   The state object.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -830,7 +830,7 @@ extern "C" {
  *   A state for providing flags and handling interrupts during long running operations.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -849,7 +849,7 @@ extern "C" {
  *   The parameters object.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -870,7 +870,7 @@ extern "C" {
  *   The parameters object.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 53cbe86687f1cdd6184edc3835f943cd9ada6f62..091788c09c6a15a154f6830b5c6fb906dd5297a1 100644 (file)
@@ -55,7 +55,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_console_identify_) || !defined(_di_f_console_parameter_process_)
 
index 62a4af8a1a821cbea00a5f12603a5bb341c14428..24fe29711751f2346695d936a611b2e424fb6e06 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The flag with the console type bits determined by this function.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not the input string is empty.
  *
  *
index 84c84245ad351170658d2f18e865e65abc3f4034..8a6f8417b45d0785ef2b79ad2f6062cdbf4cb682 100644 (file)
@@ -76,7 +76,7 @@ void test__f_console_environment_process__works(void **state) {
   {
     const f_status_t status = f_console_environment_process(arguments, &maps);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(maps.used, 5);
     assert_int_equal(maps.array[0].name.used, 1);
     assert_int_equal(maps.array[0].value.used, 1);
index 07ba532913dd463c7734259026f9ec98a3832e37..4c1556da5a1fe2b57fc13ca8ca9088268bbaecb8 100644 (file)
@@ -32,63 +32,63 @@ void test__f_console_identify__works(void **state) {
   {
     const f_status_t status = f_console_identify("input", &result);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(result, f_console_result_none_e);
   }
 
   {
     const f_status_t status = f_console_identify("-", &result);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(result, f_console_result_found_e | f_console_result_normal_e | f_console_result_short_e | f_console_result_alone_e);
   }
 
   {
     const f_status_t status = f_console_identify("+", &result);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(result, f_console_result_found_e | f_console_result_inverse_e | f_console_result_short_e | f_console_result_alone_e);
   }
 
   {
     const f_status_t status = f_console_identify("-i", &result);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(result, f_console_result_found_e | f_console_result_normal_e | f_console_result_short_e);
   }
 
   {
     const f_status_t status = f_console_identify("+i", &result);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(result, f_console_result_found_e | f_console_result_inverse_e | f_console_result_short_e);
   }
 
   {
     const f_status_t status = f_console_identify("--input", &result);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(result, f_console_result_found_e | f_console_result_normal_e | f_console_result_long_e);
   }
 
   {
     const f_status_t status = f_console_identify("++input", &result);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(result, f_console_result_found_e | f_console_result_inverse_e | f_console_result_long_e);
   }
 
   {
     const f_status_t status = f_console_identify("--", &result);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(result, f_console_result_found_e | f_console_result_normal_e | f_console_result_long_e | f_console_result_alone_e);
   }
 
   {
     const f_status_t status = f_console_identify("++", &result);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(result, f_console_result_found_e | f_console_result_inverse_e | f_console_result_long_e | f_console_result_alone_e);
   }
 }
index 05dd24a7b3a35607fed41660b015aca7529b29bd..d36d19efc937fb4198fa26ede3bf2d51588f2a85 100644 (file)
@@ -103,7 +103,7 @@ void test__f_console_parameter_prioritize_left__works(void **state) {
 
     const f_status_t status = f_console_parameter_prioritize_left(parameters, choices, &decision);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(decision, 1);
   }
 
index 083276bbcb3048840deb48d221f13c7ebe6cc256..0b7cc394f20c0faf827a8abd573b3cc8832aff29 100644 (file)
@@ -103,7 +103,7 @@ void test__f_console_parameter_prioritize_right__works(void **state) {
 
     const f_status_t status = f_console_parameter_prioritize_right(parameters, choices, &decision);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(decision, 0);
   }
 
index 53d0b263dd5e1de349e122521956ddef6992757a..96ca43605c8b386589142d865275b19c2ba3b9ea 100644 (file)
@@ -267,7 +267,7 @@ void test__f_console_parameter_process__no_arguments(void **state) {
       f_state_t state = f_state_t_initialize;
       f_console_parameter_process(arguments, &parameters, &state, 0);
 
-      assert_int_equal(state.status, argc ? F_none : F_data_not);
+      assert_int_equal(state.status, argc ? F_okay : F_data_not);
 
       assert_int_equal(parameter[0].result, f_console_result_none_e);
       assert_int_equal(parameter[0].locations.used, 0);
@@ -510,7 +510,7 @@ void test__f_console_parameter_process__only_remaining(void **state) {
     f_state_t state = f_state_t_initialize;
     f_console_parameter_process(arguments, &parameters, &state, 0);
 
-    assert_int_equal(state.status, F_none);
+    assert_int_equal(state.status, F_okay);
 
     assert_int_equal(parameter[0].result, f_console_result_none_e);
     assert_int_equal(parameter[0].locations.used, 0);
@@ -691,7 +691,7 @@ void test__f_console_parameter_process__works(void **state) {
     f_state_t state = f_state_t_initialize;
     f_console_parameter_process(arguments, &parameters, &state, 0);
 
-    assert_int_equal(state.status, F_none);
+    assert_int_equal(state.status, F_okay);
 
     assert_int_equal(parameter[0].result & f_console_result_value_e, f_console_result_value_e);
     assert_int_equal(parameter[0].locations.used, 1);
index 9578bec7bffd011b3ba586f54eac9a3e9aa5d7b7..9f650119c95cc7a93e26e429c6150c3be188c7c5 100644 (file)
@@ -19,7 +19,7 @@ void test__f_console_parameters_delete__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamics_resize(size, &parameters.arguments);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(parameters.arguments.size, 0);
     assert_non_null(parameters.arguments.array);
   }
@@ -27,7 +27,7 @@ void test__f_console_parameters_delete__frees_memory(void **state) {
   {
     const f_status_t status = f_memory_array_resize(size, sizeof(f_number_unsigned_t), (void **) &parameters.array[0].locations.array, &parameters.array[0].locations.used, &parameters.array[0].locations.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(parameters.array[0].locations.size, 0);
     assert_non_null(parameters.array[0].locations.array);
   }
@@ -35,7 +35,7 @@ void test__f_console_parameters_delete__frees_memory(void **state) {
   {
     const f_status_t status = f_memory_array_resize(size, sizeof(f_number_unsigned_t), (void **) &parameters.array[0].locations_sub.array, &parameters.array[0].locations_sub.used, &parameters.array[0].locations_sub.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(parameters.array[0].locations_sub.size, 0);
     assert_non_null(parameters.array[0].locations_sub.array);
   }
@@ -43,7 +43,7 @@ void test__f_console_parameters_delete__frees_memory(void **state) {
   {
     const f_status_t status = f_console_parameters_delete(&parameters);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(parameters.arguments.size, 0);
     assert_int_equal(parameters.array[0].locations.size, 0);
     assert_int_equal(parameters.array[0].locations_sub.size, 0);
index 7877702b24ee6600e84f84985c831e9e59c4c731..90286aca4ae408fa4eb8f2becfbbb374ab54bdf1 100644 (file)
@@ -19,7 +19,7 @@ void test__f_console_parameters_destroy__frees_memory(void **state) {
   {
     const f_status_t status = f_string_dynamics_resize(size, &parameters.arguments);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(parameters.arguments.size, 0);
     assert_non_null(parameters.arguments.array);
   }
@@ -27,7 +27,7 @@ void test__f_console_parameters_destroy__frees_memory(void **state) {
   {
     const f_status_t status = f_memory_array_resize(size, sizeof(f_number_unsigned_t), (void **) &parameters.array[0].locations.array, &parameters.array[0].locations.used, &parameters.array[0].locations.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(parameters.array[0].locations.size, 0);
     assert_non_null(parameters.array[0].locations.array);
   }
@@ -35,7 +35,7 @@ void test__f_console_parameters_destroy__frees_memory(void **state) {
   {
     const f_status_t status = f_memory_array_resize(size, sizeof(f_number_unsigned_t), (void **) &parameters.array[0].locations_sub.array, &parameters.array[0].locations_sub.used, &parameters.array[0].locations_sub.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_not_equal(parameters.array[0].locations_sub.size, 0);
     assert_non_null(parameters.array[0].locations_sub.array);
   }
@@ -43,7 +43,7 @@ void test__f_console_parameters_destroy__frees_memory(void **state) {
   {
     const f_status_t status = f_console_parameters_destroy(&parameters);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(parameters.arguments.size, 0);
     assert_int_equal(parameters.array[0].locations.size, 0);
     assert_int_equal(parameters.array[0].locations_sub.size, 0);
index d947009ff71d761da3b0a4f1caff510e1495ead0..26ddce0ca4667219c2c233591de692d9c8c829a4 100644 (file)
@@ -14,7 +14,7 @@ extern "C" {
     destination->path.used = 0;
     destination->groups.used = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (source.path.used) {
       status = f_string_dynamic_append(source.path, &destination->path);
@@ -26,7 +26,7 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_control_group_copy_
 
index af40859cf7ec9ca632e79f2f2dc46919f7cd57f4..bdfa34ded284e55d52763765896b511f223b33fc 100644 (file)
@@ -40,7 +40,7 @@ extern "C" {
  *   The destination the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 17cd08627bc6390dd3f02f1e19348054ba94e4ea..a0d094afac26df071f52c6c862057fab2f99264d 100644 (file)
@@ -27,7 +27,7 @@ void test__f_control_group_copy__works(void **state) {
 
     const f_status_t status = f_control_group_copy(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     macro_f_control_group_t_delete_simple(destination);
 
@@ -50,7 +50,7 @@ void test__f_control_group_copy__works(void **state) {
 
     const f_status_t status = f_control_group_copy(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(destination.as_new, source.as_new);
 
@@ -90,7 +90,7 @@ void test__f_control_group_copy__works(void **state) {
 
     const f_status_t status = f_control_group_copy(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(destination.as_new, source.as_new);
 
@@ -141,7 +141,7 @@ void test__f_control_group_copy__works(void **state) {
 
     const f_status_t status = f_control_group_copy(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(destination.as_new, source.as_new);
 
index 0eeedebaf3277776237d70541153324398b7c5b9..38df8e3ed952f83cad50cfe7136d7cbbf2c56b8e 100644 (file)
@@ -62,7 +62,7 @@ extern "C" {
         return F_status_set_error(F_number);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_conversion_character_to_binary_
 
@@ -75,7 +75,7 @@ extern "C" {
     if (character > 0x2f && character < 0x3a) {
       *number = 0xf & character;
 
-      return F_none;
+      return F_okay;
     }
 
     return F_status_set_error(F_number);
@@ -91,13 +91,13 @@ extern "C" {
     if (character > 0x2f && character < 0x3a) {
       *number = 0xf & character;
 
-      return F_none;
+      return F_okay;
     }
 
     if ((character > 0x40 && character < 0x43) || (character > 0x60 && character < 0x63)) {
       *number = 9 + (0xf & character);
 
-      return F_none;
+      return F_okay;
     }
 
     return F_status_set_error(F_number);
@@ -113,13 +113,13 @@ extern "C" {
     if (character > 0x2f && character < 0x3a) {
       *number = 0xf & character;
 
-      return F_none;
+      return F_okay;
     }
 
     if ((character > 0x40 && character < 0x47) || (character > 0x60 && character < 0x67)) {
       *number = 9 + (0xf & character);
 
-      return F_none;
+      return F_okay;
     }
 
     return F_status_set_error(F_number);
@@ -136,7 +136,7 @@ extern "C" {
 
     *number = 0xf & character;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_conversion_character_to_octal_
 
index 4bb8a5191f228d19d57101fa8bdf8c7b546dcf2d..4f2f1fa30182ae09c3bbdcf91a2eaa1a5bf29a21 100644 (file)
@@ -138,7 +138,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none if character was converted to a binary.
+ *   F_okay if character was converted to a binary.
  *
  *   F_number (with error bit) if no conversion was made due to non-binary values being found.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -157,7 +157,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none if character was converted to a decimal.
+ *   F_okay if character was converted to a decimal.
  *
  *   F_number (with error bit) if no conversion was made due to non-decimal values being found.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -176,7 +176,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none if character was converted to a duodecimal.
+ *   F_okay if character was converted to a duodecimal.
  *
  *   F_number (with error bit) if no conversion was made due to non-duodecimal values being found.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -195,7 +195,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none if character was converted to a hexidecimal.
+ *   F_okay if character was converted to a hexidecimal.
  *
  *   F_number (with error bit) if no conversion was made due to non-hexidecimal values being found.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -214,7 +214,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none if character was converted to a hexidecimal.
+ *   F_okay if character was converted to a hexidecimal.
  *
  *   F_number (with error bit) if no conversion was made due to non-hexidecimal values being found.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -241,7 +241,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none if the number was converted to a string.
+ *   F_okay if the number was converted to a string.
  *
  *   F_block (with error bit) if file stream is set to non-block and the write would result in a blocking operation.
  *   F_buffer (with error bit) if the buffer is invalid.
@@ -274,7 +274,7 @@ extern "C" {
  *   The destination the converted string is saved into.
  *
  * @return
- *   F_none if the number was converted to a string.
+ *   F_okay if the number was converted to a string.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -306,7 +306,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none if the number was converted to a string.
+ *   F_okay if the number was converted to a string.
  *
  *   F_block (with error bit) if file stream is set to non-block and the write would result in a blocking operation.
  *   F_buffer (with error bit) if the buffer is invalid.
@@ -339,7 +339,7 @@ extern "C" {
  *   The destination the converted string is saved into.
  *
  * @return
- *   F_none if the number was converted to a string.
+ *   F_okay if the number was converted to a string.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 3affaa8a6015f6af44668d39d41c62f3c8fff40a..818ad3be61be3c560b4da44830fe456a525704c7 100644 (file)
@@ -80,7 +80,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_conversion_number_signed_print_) || !defined(_di_f_conversion_number_unsigned_print_)
 
@@ -136,7 +136,7 @@ extern "C" {
         }
       } // while
 
-      return F_none;
+      return F_okay;
     }
 
     f_char_t c = 0;
@@ -171,7 +171,7 @@ extern "C" {
       } // while
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_conversion_number_signed_print_) || !defined(_di_f_conversion_number_unsigned_print_)
 
@@ -189,7 +189,7 @@ extern "C" {
       } // while
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_conversion_number_signed_print_) || !defined(_di_f_conversion_number_unsigned_print_)
 
@@ -277,7 +277,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_conversion_number_signed_print_) || !defined(_di_f_conversion_number_unsigned_print_)
 
@@ -337,7 +337,7 @@ extern "C" {
       destination->string[destination->used++] = f_string_ascii_0_s.string[0];
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_conversion_number_signed_to_string_) || !defined(_di_f_conversion_number_unsigned_to_string_)
 
index 54842d3ce76f473fe6a764e8bcc63792ce244155..30048d19671743434c5257ffd40aab0685013c98 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_output (with error bit) on failure.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -66,7 +66,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_output (with error bit) on failure.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -95,7 +95,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_output (with error bit) on failure.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -125,7 +125,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_output (with error bit) on failure.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -157,7 +157,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_string_dynamic_increase_by()
  *
index 2b34e778cc352ef6352e28fd90c289fbc5f81358..0d9a6e10ca54f8d3b5114ae8fb87f5e603333ae9 100644 (file)
@@ -94,7 +94,7 @@ void test__f_conversion_number_signed_print__works(void **state) {
 
     const f_status_t status = f_conversion_number_signed_print(1, data, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
@@ -113,7 +113,7 @@ void test__f_conversion_number_signed_print__works_for_zero(void **state) {
 
     const f_status_t status = f_conversion_number_signed_print(0, data, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
@@ -126,7 +126,7 @@ void test__f_conversion_number_signed_print__works_for_zero_with_width_zero(void
 
     const f_status_t status = f_conversion_number_signed_print(0, data, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 50eb7d57a065c9ee060a70838c8cd032e46e63f3..0950ca4b1c16e260b8e41b8a79879795b6c5ea19 100644 (file)
@@ -34,7 +34,7 @@ void test__f_conversion_number_signed_to_string__works(void **state) {
 
     const f_status_t status = f_conversion_number_signed_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "1");
   }
 
@@ -50,7 +50,7 @@ void test__f_conversion_number_signed_to_string__works_for_prepend(void **state)
 
     const f_status_t status = f_conversion_number_signed_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0b1");
   }
 
@@ -62,7 +62,7 @@ void test__f_conversion_number_signed_to_string__works_for_prepend(void **state)
 
     const f_status_t status = f_conversion_number_signed_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0B1");
   }
 
@@ -74,7 +74,7 @@ void test__f_conversion_number_signed_to_string__works_for_prepend(void **state)
 
     const f_status_t status = f_conversion_number_signed_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0o1");
   }
 
@@ -86,7 +86,7 @@ void test__f_conversion_number_signed_to_string__works_for_prepend(void **state)
 
     const f_status_t status = f_conversion_number_signed_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0O1");
   }
 
@@ -98,7 +98,7 @@ void test__f_conversion_number_signed_to_string__works_for_prepend(void **state)
 
     const f_status_t status = f_conversion_number_signed_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0t1");
   }
 
@@ -110,7 +110,7 @@ void test__f_conversion_number_signed_to_string__works_for_prepend(void **state)
 
     const f_status_t status = f_conversion_number_signed_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0T1");
   }
 
@@ -122,7 +122,7 @@ void test__f_conversion_number_signed_to_string__works_for_prepend(void **state)
 
     const f_status_t status = f_conversion_number_signed_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0d1");
   }
 
@@ -134,7 +134,7 @@ void test__f_conversion_number_signed_to_string__works_for_prepend(void **state)
 
     const f_status_t status = f_conversion_number_signed_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0D1");
   }
 
@@ -146,7 +146,7 @@ void test__f_conversion_number_signed_to_string__works_for_prepend(void **state)
 
     const f_status_t status = f_conversion_number_signed_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0x1");
   }
 
@@ -158,7 +158,7 @@ void test__f_conversion_number_signed_to_string__works_for_prepend(void **state)
 
     const f_status_t status = f_conversion_number_signed_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0X1");
   }
 
@@ -174,7 +174,7 @@ void test__f_conversion_number_signed_to_string__works_for_zero(void **state) {
 
     const f_status_t status = f_conversion_number_signed_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "");
   }
 
@@ -186,7 +186,7 @@ void test__f_conversion_number_signed_to_string__works_for_zero(void **state) {
 
     const f_status_t status = f_conversion_number_signed_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0");
   }
 
@@ -198,7 +198,7 @@ void test__f_conversion_number_signed_to_string__works_for_zero(void **state) {
 
     const f_status_t status = f_conversion_number_signed_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0");
   }
 
@@ -210,7 +210,7 @@ void test__f_conversion_number_signed_to_string__works_for_zero(void **state) {
 
     const f_status_t status = f_conversion_number_signed_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, " 0");
   }
 
@@ -222,7 +222,7 @@ void test__f_conversion_number_signed_to_string__works_for_zero(void **state) {
 
     const f_status_t status = f_conversion_number_signed_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "00");
   }
 
@@ -234,7 +234,7 @@ void test__f_conversion_number_signed_to_string__works_for_zero(void **state) {
 
     const f_status_t status = f_conversion_number_signed_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "");
   }
 
@@ -246,7 +246,7 @@ void test__f_conversion_number_signed_to_string__works_for_zero(void **state) {
 
     const f_status_t status = f_conversion_number_signed_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, " 0");
   }
 
@@ -258,7 +258,7 @@ void test__f_conversion_number_signed_to_string__works_for_zero(void **state) {
 
     const f_status_t status = f_conversion_number_signed_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "");
   }
 
@@ -270,7 +270,7 @@ void test__f_conversion_number_signed_to_string__works_for_zero(void **state) {
 
     const f_status_t status = f_conversion_number_signed_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, " 0");
   }
 
@@ -282,7 +282,7 @@ void test__f_conversion_number_signed_to_string__works_for_zero(void **state) {
 
     const f_status_t status = f_conversion_number_signed_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, " 00");
   }
 
index baa40bcf34aec08ea1c4d26e2e5da5c79dff52df..4ef8732813ac53aff6de90aac82bd68206a88b39 100644 (file)
@@ -94,7 +94,7 @@ void test__f_conversion_number_unsigned_print__works(void **state) {
 
     const f_status_t status = f_conversion_number_unsigned_print(1, data, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
@@ -113,7 +113,7 @@ void test__f_conversion_number_unsigned_print__works_for_zero(void **state) {
 
     const f_status_t status = f_conversion_number_unsigned_print(0, data, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
@@ -126,7 +126,7 @@ void test__f_conversion_number_unsigned_print__works_for_zero_with_width_zero(vo
 
     const f_status_t status = f_conversion_number_unsigned_print(0, data, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4e652b9cecfb4ed6a80cbe1c7a5443ab4f4019b1..168a69ab78e1602bc3e2cbfab6318eb817e8d671 100644 (file)
@@ -34,7 +34,7 @@ void test__f_conversion_number_unsigned_to_string__works(void **state) {
 
     const f_status_t status = f_conversion_number_unsigned_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "1");
   }
 
@@ -50,7 +50,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_prepend(void **stat
 
     const f_status_t status = f_conversion_number_unsigned_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0b1");
   }
 
@@ -62,7 +62,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_prepend(void **stat
 
     const f_status_t status = f_conversion_number_unsigned_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0B1");
   }
 
@@ -74,7 +74,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_prepend(void **stat
 
     const f_status_t status = f_conversion_number_unsigned_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0o1");
   }
 
@@ -86,7 +86,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_prepend(void **stat
 
     const f_status_t status = f_conversion_number_unsigned_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0O1");
   }
 
@@ -98,7 +98,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_prepend(void **stat
 
     const f_status_t status = f_conversion_number_unsigned_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0t1");
   }
 
@@ -110,7 +110,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_prepend(void **stat
 
     const f_status_t status = f_conversion_number_unsigned_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0T1");
   }
 
@@ -122,7 +122,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_prepend(void **stat
 
     const f_status_t status = f_conversion_number_unsigned_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0d1");
   }
 
@@ -134,7 +134,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_prepend(void **stat
 
     const f_status_t status = f_conversion_number_unsigned_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0D1");
   }
 
@@ -146,7 +146,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_prepend(void **stat
 
     const f_status_t status = f_conversion_number_unsigned_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0x1");
   }
 
@@ -158,7 +158,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_prepend(void **stat
 
     const f_status_t status = f_conversion_number_unsigned_to_string(1, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0X1");
   }
 
@@ -174,7 +174,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_zero(void **state)
 
     const f_status_t status = f_conversion_number_unsigned_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "");
   }
 
@@ -186,7 +186,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_zero(void **state)
 
     const f_status_t status = f_conversion_number_unsigned_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0");
   }
 
@@ -198,7 +198,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_zero(void **state)
 
     const f_status_t status = f_conversion_number_unsigned_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "0");
   }
 
@@ -210,7 +210,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_zero(void **state)
 
     const f_status_t status = f_conversion_number_unsigned_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, " 0");
   }
 
@@ -222,7 +222,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_zero(void **state)
 
     const f_status_t status = f_conversion_number_unsigned_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "00");
   }
 
@@ -234,7 +234,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_zero(void **state)
 
     const f_status_t status = f_conversion_number_unsigned_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "");
   }
 
@@ -246,7 +246,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_zero(void **state)
 
     const f_status_t status = f_conversion_number_unsigned_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, " 0");
   }
 
@@ -258,7 +258,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_zero(void **state)
 
     const f_status_t status = f_conversion_number_unsigned_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, "");
   }
 
@@ -270,7 +270,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_zero(void **state)
 
     const f_status_t status = f_conversion_number_unsigned_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, " 0");
   }
 
@@ -282,7 +282,7 @@ void test__f_conversion_number_unsigned_to_string__works_for_zero(void **state)
 
     const f_status_t status = f_conversion_number_unsigned_to_string(0, data, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, " 00");
   }
 
index 11f5379a65d11b91967762dec404e680e950808a..3350ab090d7565704ff7ee4c327416a6d3b40d12 100644 (file)
@@ -146,7 +146,7 @@ extern "C" {
     if (!path.used) return F_data_not;
 
     struct dirent **listing = 0;
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     const size_t length = scandir(path.string, &listing, filter, sort);
 
@@ -209,7 +209,7 @@ extern "C" {
     if (F_status_is_error(status)) return status;
     if (!length) return F_directory_empty;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_list_
 
@@ -248,7 +248,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_open_
 
@@ -288,7 +288,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_open_at_
 
@@ -312,7 +312,7 @@ extern "C" {
     else {
 
       // Not recursively deleting and the path is requested to be preserved, so there is nothing to delete.
-      if (preserve) return F_none;
+      if (preserve) return F_okay;
 
       result = remove(path.string);
     }
@@ -338,7 +338,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_remove_
 
@@ -362,7 +362,7 @@ extern "C" {
     else {
 
       // Not recursively deleting and the path is requested to be preserved, so there is nothing to delete.
-      if (preserve) return F_none;
+      if (preserve) return F_okay;
 
       result = remove(path.string);
     }
@@ -388,7 +388,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_remove_custom_
 
@@ -430,7 +430,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_touch_
 
@@ -473,7 +473,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_touch_at_
 
index 3793cdcc40eba6a6937a995e4606b0a36c37f3c0..fecd04603424d6552ac031740c8105b86e602621 100644 (file)
@@ -55,7 +55,7 @@ extern "C" {
  *   The directory mode to use when creating.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -90,7 +90,7 @@ extern "C" {
  *   The directory mode to use when creating.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -243,7 +243,7 @@ extern "C" {
  *   Will be populated with the names of each file and/or directory inside path.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *   F_directory_empty if directory is empty.
  *
@@ -275,7 +275,7 @@ extern "C" {
  *   This is updated with the result of open() or openat().
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -317,7 +317,7 @@ extern "C" {
  *   This is updated with the result of open() or openat().
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -357,7 +357,7 @@ extern "C" {
  *   When depth_max is 0, then this should only be FALSE (setting this to TRUE would be a no-op).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -401,7 +401,7 @@ extern "C" {
  *   Such as a custom function for verbose printing of removed files.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -439,7 +439,7 @@ extern "C" {
  *   The file mode to use when (directory) file is created.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -483,7 +483,7 @@ extern "C" {
  *   Any valid flag, such as F_file_at_path_empty_d, F_file_at_automount_no_d, or F_file_at_symlink_follow_no_d.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
index f8772e0c2c5a58907e29fa2baab945a1348afa8d..7810e39ef464866350e4b3c38f4e084115e73c61 100644 (file)
@@ -36,7 +36,7 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_listing_delete_
 
@@ -72,7 +72,7 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_listing_destroy_
 
@@ -81,7 +81,7 @@ extern "C" {
 
     {
       f_directory_listing_t * const array = (f_directory_listing_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -111,7 +111,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_listings_delete_callback_
 
@@ -120,7 +120,7 @@ extern "C" {
 
     {
       f_directory_listing_t * const array = (f_directory_listing_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -150,7 +150,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_listings_destroy_callback_
 
@@ -159,7 +159,7 @@ extern "C" {
 
     {
       f_directory_listings_t * const array = (f_directory_listings_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -198,7 +198,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_listingss_delete_callback_
 
@@ -207,7 +207,7 @@ extern "C" {
 
     {
       f_directory_listings_t * const array = (f_directory_listings_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -246,7 +246,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_listingss_destroy_callback_
 
index c5d7f1d571be5d0de5ef25fb2664e81bfc392bf5..5ebdf2a8e706ad061cf99a5b1e7c9cfb4b6e2000 100644 (file)
@@ -119,7 +119,7 @@ extern "C" {
  *   The listing to fully delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -138,7 +138,7 @@ extern "C" {
  *   The listing to fully destroy.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -166,7 +166,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -194,7 +194,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -222,7 +222,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -250,7 +250,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 066bc7f75c2820065d880ed9bbbf0c091a6aacbc..a07bd360af4fd4830502064f48b946365707e1e0 100644 (file)
@@ -42,7 +42,7 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_recurse_do_delete_
 
@@ -92,7 +92,7 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_recurse_do_destroy_
 
@@ -101,7 +101,7 @@ extern "C" {
 
     {
       f_directory_recurse_do_t * const array = (f_directory_recurse_do_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -137,7 +137,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_recurse_dos_delete_callback_
 
@@ -146,7 +146,7 @@ extern "C" {
 
     {
       f_directory_recurse_do_t * const array = (f_directory_recurse_do_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -191,7 +191,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_recurse_dos_destroy_callback_
 
@@ -200,7 +200,7 @@ extern "C" {
 
     {
       f_directory_recurse_dos_t * const array = (f_directory_recurse_dos_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -245,7 +245,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_recurse_doss_delete_callback_
 
@@ -254,7 +254,7 @@ extern "C" {
 
     {
       f_directory_recurse_dos_t * const array = (f_directory_recurse_dos_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -308,7 +308,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_recurse_doss_destroy_callback_
 
index 36c0ac1bb3cb2b94b4dce92e774251f205ed9cf6..811af1215805fc618e67a563aa341a3275eb4d33 100644 (file)
@@ -170,7 +170,7 @@ extern "C" {
  *   The recurse to fully delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -191,7 +191,7 @@ extern "C" {
  *   The recurse to fully destroy.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -221,7 +221,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -251,7 +251,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -281,7 +281,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -311,7 +311,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 5538fe53415028d8c7e770fda3ed02d033a6aaf2..b73a7d629ff3915001f6cb9fa62177e337b8e5ee 100644 (file)
@@ -15,7 +15,7 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_status_delete_
 
@@ -32,7 +32,7 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_status_destroy_
 
@@ -41,7 +41,7 @@ extern "C" {
 
     {
       f_directory_status_t * const array = (f_directory_status_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -50,7 +50,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_statuss_delete_callback_
 
@@ -59,18 +59,18 @@ extern "C" {
 
     {
       f_directory_status_t * const array = (f_directory_status_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
-        array[i].status = F_none;
+        array[i].status = F_okay;
 
         status = f_string_dynamic_adjust(0, &array[i].path);
         if (F_status_is_error(status)) return status;
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_statuss_destroy_callback_
 
@@ -79,7 +79,7 @@ extern "C" {
 
     {
       f_directory_statuss_t * const array = (f_directory_statuss_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -97,7 +97,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_statusss_delete_callback_
 
@@ -106,14 +106,14 @@ extern "C" {
 
     {
       f_directory_statuss_t * const array = (f_directory_statuss_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
         for (j = 0; j < array[i].size; ++j) {
 
-          array[i].array[j].status = F_none;
+          array[i].array[j].status = F_okay;
 
           status = f_string_dynamic_adjust(0, &array[i].array[j].path);
           if (F_status_is_error(status)) return status;
@@ -126,7 +126,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_directory_statusss_destroy_callback_
 
index 65af472b28ddc08727b653620150f814c476635b..cba320419fa848d1e8b1e57ee0a428ab663d6d30 100644 (file)
@@ -103,7 +103,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -131,7 +131,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -159,7 +159,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -187,7 +187,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 218650bcc1f6b8fa6a683e82fadb7d49d74b0172..557dcad2908c330719e9dc4de84fa3a7ccab2b9b 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_directory_create_) || !defined(_di_f_directory_touch_)
 
@@ -54,7 +54,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_directory_create_at_) || !defined(_di_f_directory_touch_at_)
 
index 1c758601472441ec54673c824cf9ff95726bf1b7..6703833e6ae72b672306f3f9fd87041f91703598 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   The directory mode to use when creating.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_directory (with error bit) if a supposed directory in path is not actually a directory.
@@ -62,7 +62,7 @@ extern "C" {
  *   The directory mode to use when creating.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_directory (with error bit) if a supposed directory in path is not actually a directory.
index a6d6fe93298bb7866cba4a3e1abc85b375a817e2..c2a37ffb992cfd531d8725a7264b8c95efc39e32 100644 (file)
@@ -75,7 +75,7 @@ void test__f_directory_create__works(void **state) {
 
     const f_status_t status = f_directory_create(path, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 13a1227b624b9bb1e2bc27c31a793928bbf59699..b3a49d42edba7921f40d263bb665088a1f572c2f 100644 (file)
@@ -77,7 +77,7 @@ void test__f_directory_create_at__works(void **state) {
 
     const f_status_t status = f_directory_create_at(0, path, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 50470343f3df4984291e2559f1957bcf04f43f51..861de6a20efe05786321716a10f88c414076166a 100644 (file)
@@ -106,7 +106,7 @@ void test__f_directory_list__works(void **state) {
 
     const f_status_t status = f_directory_list(path, 0, 0, &names);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   f_string_dynamics_resize(0, &names);
index 0a5007c1723fc10960c6537b72e40c3a3e9aed13..27f397dd5edddee2cadb60fdfcb4466ed79a1275 100644 (file)
@@ -25,7 +25,7 @@ void test__f_directory_listings_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -37,10 +37,10 @@ void test__f_directory_listings_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -52,13 +52,13 @@ void test__f_directory_listings_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -70,16 +70,16 @@ void test__f_directory_listings_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -91,19 +91,19 @@ void test__f_directory_listings_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -115,22 +115,22 @@ void test__f_directory_listings_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -142,25 +142,25 @@ void test__f_directory_listings_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -183,32 +183,32 @@ void test__f_directory_listings_delete_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     const f_status_t status = f_directory_listings_delete_callback(0, length, (void *) datas_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 8bf485958b19df16ee83d4c872796dbd52033271..6bb2777892e6a947a112116ac01cfd7322a4e0d2 100644 (file)
@@ -25,7 +25,7 @@ void test__f_directory_listings_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -37,10 +37,10 @@ void test__f_directory_listings_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -52,13 +52,13 @@ void test__f_directory_listings_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -70,16 +70,16 @@ void test__f_directory_listings_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -91,19 +91,19 @@ void test__f_directory_listings_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -115,22 +115,22 @@ void test__f_directory_listings_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -142,25 +142,25 @@ void test__f_directory_listings_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -183,32 +183,32 @@ void test__f_directory_listings_destroy_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     const f_status_t status = f_directory_listings_destroy_callback(0, length, (void *) datas_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 0ad401e5393d39dc768321140349c7dea7737e64..e9a492171c91780eaf53665e5888b16b92554d00 100644 (file)
@@ -26,7 +26,7 @@ void test__f_directory_listingss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -38,10 +38,10 @@ void test__f_directory_listingss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -53,13 +53,13 @@ void test__f_directory_listingss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -71,16 +71,16 @@ void test__f_directory_listingss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -92,19 +92,19 @@ void test__f_directory_listingss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -116,22 +116,22 @@ void test__f_directory_listingss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -143,25 +143,25 @@ void test__f_directory_listingss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -173,28 +173,28 @@ void test__f_directory_listingss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, true);
     will_return(__wrap_f_memory_array_resize, F_status_set_error(F_failure));
@@ -216,40 +216,40 @@ void test__f_directory_listingss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_directory_listings_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_directory_listing_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_resize(1, &datass.array[0].array[0].block);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_resize(1, &datass.array[0].array[0].character);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_resize(1, &datass.array[0].array[0].directory);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_resize(1, &datass.array[0].array[0].regular);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_resize(1, &datass.array[0].array[0].link);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_resize(1, &datass.array[0].array[0].fifo);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_resize(1, &datass.array[0].array[0].socket);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_resize(1, &datass.array[0].array[0].unknown);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_directory_listingss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 2aa5368a77c68489181f8c1b93b475c1ad455cc5..d5565a337a9ee98eab4d2cc17c4ef3a8f754e7c9 100644 (file)
@@ -26,7 +26,7 @@ void test__f_directory_listingss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -38,10 +38,10 @@ void test__f_directory_listingss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -53,13 +53,13 @@ void test__f_directory_listingss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -71,16 +71,16 @@ void test__f_directory_listingss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -92,19 +92,19 @@ void test__f_directory_listingss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -116,22 +116,22 @@ void test__f_directory_listingss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -143,25 +143,25 @@ void test__f_directory_listingss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -173,28 +173,28 @@ void test__f_directory_listingss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, true);
     will_return(__wrap_f_memory_array_adjust, F_status_set_error(F_failure));
@@ -216,40 +216,40 @@ void test__f_directory_listingss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_directory_listings_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_directory_listing_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_adjust(1, &datass.array[0].array[0].block);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_adjust(1, &datass.array[0].array[0].character);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_adjust(1, &datass.array[0].array[0].directory);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_adjust(1, &datass.array[0].array[0].regular);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_adjust(1, &datass.array[0].array[0].link);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_adjust(1, &datass.array[0].array[0].fifo);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_adjust(1, &datass.array[0].array[0].socket);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_adjust(1, &datass.array[0].array[0].unknown);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_directory_listingss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 0871abbbb0c82aeec99eab0d455bebcf05d9c710..e81a6c66326dd521b4c7a926826e5f6f87e01323 100644 (file)
@@ -94,7 +94,7 @@ void test__f_directory_open__works(void **state) {
 
     const f_status_t status = f_directory_open(path, F_false, &id);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(id, 5);
   }
 }
index c93ae32ad945828104e59e3a49b97648eca8dbf2..ed361927722f4f3bc47c42a4387e980eed4221be 100644 (file)
@@ -101,7 +101,7 @@ void test__f_directory_open_at__works(void **state) {
 
     const f_status_t status = f_directory_open_at(at, path, F_false, &id);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(id, 5);
   }
 }
index 1c34c95d253782306088971ecda8df96463f4d92..0a2d04e56232bc55a93643265aec0755e6e97c03 100644 (file)
@@ -25,7 +25,7 @@ void test__f_directory_recurse_dos_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, true);
     will_return(__wrap_f_string_dynamic_resize, F_status_set_error(F_failure));
@@ -37,10 +37,10 @@ void test__f_directory_recurse_dos_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -52,13 +52,13 @@ void test__f_directory_recurse_dos_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -70,16 +70,16 @@ void test__f_directory_recurse_dos_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -91,19 +91,19 @@ void test__f_directory_recurse_dos_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -115,22 +115,22 @@ void test__f_directory_recurse_dos_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -142,25 +142,25 @@ void test__f_directory_recurse_dos_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -172,28 +172,28 @@ void test__f_directory_recurse_dos_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -205,31 +205,31 @@ void test__f_directory_recurse_dos_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -252,38 +252,38 @@ void test__f_directory_recurse_dos_delete_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     const f_status_t status = f_directory_recurse_dos_delete_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 5dd9b4c268d34d9f10b21af1b445f184a1aab032..ee867af738b8209efb9d1cccd7f497d5497fd95c 100644 (file)
@@ -25,7 +25,7 @@ void test__f_directory_recurse_dos_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, true);
     will_return(__wrap_f_string_dynamic_adjust, F_status_set_error(F_failure));
@@ -37,10 +37,10 @@ void test__f_directory_recurse_dos_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -52,13 +52,13 @@ void test__f_directory_recurse_dos_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -70,16 +70,16 @@ void test__f_directory_recurse_dos_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -91,19 +91,19 @@ void test__f_directory_recurse_dos_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -115,22 +115,22 @@ void test__f_directory_recurse_dos_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -142,25 +142,25 @@ void test__f_directory_recurse_dos_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -172,28 +172,28 @@ void test__f_directory_recurse_dos_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -205,31 +205,31 @@ void test__f_directory_recurse_dos_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -252,38 +252,38 @@ void test__f_directory_recurse_dos_destroy_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     const f_status_t status = f_directory_recurse_dos_destroy_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index be475165180baf7bfe4f214153b446271072d228..3e64686b4150096af540902cd43a4d6868d62f66 100644 (file)
@@ -26,7 +26,7 @@ void test__f_directory_recurse_doss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, true);
     will_return(__wrap_f_string_dynamic_resize, F_status_set_error(F_failure));
@@ -38,10 +38,10 @@ void test__f_directory_recurse_doss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -53,13 +53,13 @@ void test__f_directory_recurse_doss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -71,16 +71,16 @@ void test__f_directory_recurse_doss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -92,19 +92,19 @@ void test__f_directory_recurse_doss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -116,22 +116,22 @@ void test__f_directory_recurse_doss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -143,25 +143,25 @@ void test__f_directory_recurse_doss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -173,28 +173,28 @@ void test__f_directory_recurse_doss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -206,31 +206,31 @@ void test__f_directory_recurse_doss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, true);
     will_return(__wrap_f_string_dynamics_resize, F_status_set_error(F_failure));
@@ -242,34 +242,34 @@ void test__f_directory_recurse_doss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_string_dynamics_resize, false);
-    will_return(__wrap_f_string_dynamics_resize, F_none);
+    will_return(__wrap_f_string_dynamics_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, true);
     will_return(__wrap_f_memory_array_resize, F_status_set_error(F_failure));
@@ -291,46 +291,46 @@ void test__f_directory_recurse_doss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_directory_recurse_dos_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_directory_recurse_do_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datass.array[0].array[0].path);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datass.array[0].array[0].path_cache);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_resize(1, &datass.array[0].array[0].listing.block);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_resize(1, &datass.array[0].array[0].listing.character);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_resize(1, &datass.array[0].array[0].listing.directory);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_resize(1, &datass.array[0].array[0].listing.regular);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_resize(1, &datass.array[0].array[0].listing.link);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_resize(1, &datass.array[0].array[0].listing.fifo);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_resize(1, &datass.array[0].array[0].listing.socket);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_resize(1, &datass.array[0].array[0].listing.unknown);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_directory_recurse_doss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 3e3fd88e4b829637237a7f79c05f5924573dfdd7..c3d49db0711b47fc395a29a847817e31092fda53 100644 (file)
@@ -26,7 +26,7 @@ void test__f_directory_recurse_doss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, true);
     will_return(__wrap_f_string_dynamic_adjust, F_status_set_error(F_failure));
@@ -38,10 +38,10 @@ void test__f_directory_recurse_doss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -53,13 +53,13 @@ void test__f_directory_recurse_doss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -71,16 +71,16 @@ void test__f_directory_recurse_doss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -92,19 +92,19 @@ void test__f_directory_recurse_doss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -116,22 +116,22 @@ void test__f_directory_recurse_doss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -143,25 +143,25 @@ void test__f_directory_recurse_doss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -173,28 +173,28 @@ void test__f_directory_recurse_doss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -206,31 +206,31 @@ void test__f_directory_recurse_doss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, true);
     will_return(__wrap_f_string_dynamics_adjust, F_status_set_error(F_failure));
@@ -242,34 +242,34 @@ void test__f_directory_recurse_doss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_string_dynamics_adjust, false);
-    will_return(__wrap_f_string_dynamics_adjust, F_none);
+    will_return(__wrap_f_string_dynamics_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, true);
     will_return(__wrap_f_memory_array_adjust, F_status_set_error(F_failure));
@@ -291,46 +291,46 @@ void test__f_directory_recurse_doss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_directory_recurse_dos_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_directory_recurse_do_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_adjust(1, &datass.array[0].array[0].path);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_adjust(1, &datass.array[0].array[0].path_cache);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_adjust(1, &datass.array[0].array[0].listing.block);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_adjust(1, &datass.array[0].array[0].listing.character);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_adjust(1, &datass.array[0].array[0].listing.directory);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_adjust(1, &datass.array[0].array[0].listing.regular);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_adjust(1, &datass.array[0].array[0].listing.link);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_adjust(1, &datass.array[0].array[0].listing.fifo);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_adjust(1, &datass.array[0].array[0].listing.socket);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamics_adjust(1, &datass.array[0].array[0].listing.unknown);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_directory_recurse_doss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 232da85ca6ec92c3219188e62a6b1e59cee06305..e919daca0b04a2a42abf4e062f984eceaf3e6f6b 100644 (file)
@@ -118,13 +118,13 @@ void test__f_directory_remove__works(void **state) {
 
     const f_status_t status = f_directory_remove(path, 0, F_false);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_directory_remove(path, 0, F_true);
 
-    assert_int_equal(F_status_set_fine(status), F_none);
+    assert_int_equal(F_status_set_fine(status), F_okay);
   }
 
   {
@@ -135,7 +135,7 @@ void test__f_directory_remove__works(void **state) {
 
     const f_status_t status = f_directory_remove(path, 1, F_false);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -144,7 +144,7 @@ void test__f_directory_remove__works(void **state) {
 
     const f_status_t status = f_directory_remove(path, 1, F_true);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 90b18d3aaece5c6f540d8662c4cd4c199a3931a6..3a4a54040da257f945d8faba22ff9d750fb65f07 100644 (file)
@@ -118,13 +118,13 @@ void test__f_directory_remove_custom__works(void **state) {
 
     const f_status_t status = f_directory_remove_custom(path, 0, F_false, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_directory_remove_custom(path, 0, F_true, 0);
 
-    assert_int_equal(F_status_set_fine(status), F_none);
+    assert_int_equal(F_status_set_fine(status), F_okay);
   }
 
   {
@@ -135,7 +135,7 @@ void test__f_directory_remove_custom__works(void **state) {
 
     const f_status_t status = f_directory_remove_custom(path, 1, F_false, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -144,7 +144,7 @@ void test__f_directory_remove_custom__works(void **state) {
 
     const f_status_t status = f_directory_remove_custom(path, 1, F_true, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index f1a700a4d777ec657898634333e54dd25c9f1bf0..747a184c50f825f425a5a642e06016c72594ac43 100644 (file)
@@ -36,11 +36,11 @@ void test__f_directory_statuss_delete_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     const f_status_t status = f_directory_statuss_delete_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index f1fe76acd3a0bd624545e038f3b14e47044d5961..7253c33bd1a743c57666d964ebeeb43f57b4276c 100644 (file)
@@ -36,11 +36,11 @@ void test__f_directory_statuss_destroy_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     const f_status_t status = f_directory_statuss_destroy_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 2082685efb669abaeb8e2ccd688efdd004c0aafa..186da03c2d1397380734199f6ebc4ab2d2449827 100644 (file)
@@ -26,7 +26,7 @@ void test__f_directory_statusss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, true);
     will_return(__wrap_f_memory_array_resize, F_status_set_error(F_failure));
@@ -48,19 +48,19 @@ void test__f_directory_statusss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_directory_statuss_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_directory_status_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datass.array[0].array[0].path);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_directory_statusss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index b660722ffd9fad9a41ea4c3beec0d878f7153585..d87d321fea224a61c4e2e9773a2260cb9d699b65 100644 (file)
@@ -26,7 +26,7 @@ void test__f_directory_statusss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, true);
     will_return(__wrap_f_memory_array_adjust, F_status_set_error(F_failure));
@@ -48,19 +48,19 @@ void test__f_directory_statusss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_directory_statuss_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_directory_status_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_adjust(1, &datass.array[0].array[0].path);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_directory_statusss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 7f2e695aedfe4de65a6212bca5b4c0fd1f89aa3f..99bfd5255543af029dcee3d5733c4ad8df9beb06 100644 (file)
@@ -173,7 +173,7 @@ void test__f_directory_touch__works(void **state) {
 
     const f_status_t status = f_directory_touch(path, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -184,7 +184,7 @@ void test__f_directory_touch__works(void **state) {
 
     const f_status_t status = f_directory_touch(path, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 2d5d4d38b3d3e601bf831cb5f1cfba90d3813f35..4c9164ddbed4ce7f85cd05057d99e682d4076484 100644 (file)
@@ -173,7 +173,7 @@ void test__f_directory_touch_at__works(void **state) {
 
     const f_status_t status = f_directory_touch_at(1, path, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -184,7 +184,7 @@ void test__f_directory_touch_at__works(void **state) {
 
     const f_status_t status = f_directory_touch_at(1, path, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 7c80399869494125f46e772034a1da3a7171a1e2..207d6d353bb6f44de989eea21248e64e637241c5 100644 (file)
@@ -11,7 +11,7 @@ extern char **environ;
   f_status_t f_environment_clear(void) {
 
     if (!clearenv()) {
-      return F_none;
+      return F_okay;
     }
 
     return F_status_set_error(F_failure);
@@ -68,7 +68,7 @@ extern char **environ;
       value->used = 0;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_environment_get_
 
@@ -78,7 +78,7 @@ extern char **environ;
       if (!environment) return F_status_set_error(F_parameter);
     #endif // _di_level_0_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     char *at = 0;
     f_string_map_t map = f_string_map_t_initialize;
 
@@ -104,7 +104,7 @@ extern char **environ;
       if (F_status_is_error(status)) return status;
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_environment_get_all_
 
@@ -163,7 +163,7 @@ extern char **environ;
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_environment_set_
 
@@ -181,7 +181,7 @@ extern char **environ;
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_environment_unset_
 
index dfb8045b84f93ec0cd3512b7509e483f01b2155e..24f92a609db96abbef53afb4e8c90290461679a2 100644 (file)
@@ -37,7 +37,7 @@ extern "C" {
  * Delete all environment variables.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_failure (with error bit) on failure.
  *
  * @see clearenv()
@@ -86,7 +86,7 @@ extern "C" {
  *   The value is be appended (set value->used to 0 before calling this to fully replace).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if name.used is 0.
  *   F_exist_not if name does not exist.
  *
@@ -111,7 +111,7 @@ extern "C" {
  *   An array of maps containing all available environment variable name and value pairs.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -173,7 +173,7 @@ extern "C" {
  *   Set to FALSE to not replace value if name already exists.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if name.used is 0.
  *
  *   F_memory_not (with error bit) on out of memory.
@@ -196,7 +196,7 @@ extern "C" {
  *   The name must be NULL terminated.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if name.used is 0.
  *
  *   F_memory_not (with error bit) on out of memory.
index 449d07acded003b52e535e7043f595061d85b34d..c3325ca4aed2d4756feb40e6ec2e4e5c27778d91 100644 (file)
@@ -23,7 +23,7 @@ void test__f_environment_clear__works(void **state) {
 
     const f_status_t status = f_environment_clear();
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4d64d5016d09c73b90709db3144eac4b9353216b..3df70d14e033c1d2a3f16d64fc38c78c9c287e38 100644 (file)
@@ -57,7 +57,7 @@ void test__f_environment_get__works(void **state) {
 
     const f_status_t status = f_environment_get(path, &buffer);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(buffer.used, path.used);
     assert_string_equal(buffer.string, path.string);
   }
@@ -69,7 +69,7 @@ void test__f_environment_get__works(void **state) {
 
     const f_status_t status = f_environment_get(path, &buffer);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(buffer.used, f_string_empty_s.used);
     assert_string_equal(buffer.string, f_string_empty_s.string);
   }
index 256b79db465b02bad4f8989bc0bcaa5b76f0a00b..32cfff30617291920d39aa2e570c13340651634e 100644 (file)
@@ -28,7 +28,7 @@ void test__f_environment_get_all__works(void **state) {
 
     const f_status_t status = f_environment_get_all(&environment);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(environment.used, 1);
     assert_string_equal(environment.array[0].name.string, name.string);
     assert_string_equal(environment.array[0].value.string, value.string);
index f78848219131a9352962ff96fdbffd6b86fbd5ec..0b5a2bf7aa940fb0ec7ff2ab4a30f9c979f33b80 100644 (file)
@@ -61,7 +61,7 @@ void test__f_environment_set__works(void **state) {
 
     const f_status_t status = f_environment_set(path, path, F_false);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index be36b78cd1999a4dfc1bb928ecee3ad490000856..f6f851976d6a6a57344c737b29975a94fd1f5834 100644 (file)
@@ -53,7 +53,7 @@ void test__f_environment_unset__works(void **state) {
 
     const f_status_t status = f_environment_unset(path);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 3fd438ab748674db21c22834526a451fe3bc4597..9bf3532cca736439c737a47a624082137dcb420c 100644 (file)
@@ -10,7 +10,7 @@ void test__f_execute_status_from_status__fails(void **state) {
   for (f_status_t i = 0; i < F_status_code_last; ++i) {
 
     // Skip past all valid status codes.
-    if (i == F_none) continue;
+    if (i == F_okay) continue;
     if (i == F_access) continue;
     if (i == F_execute_not) continue;
     if (i == F_buffer) continue;
@@ -122,7 +122,7 @@ void test__f_execute_status_from_status__fails(void **state) {
 void test__f_execute_status_from_status__works(void **state) {
 
   const uint8_t status_executes[] = {
-    F_execute_none,
+    F_execute_okay,
     F_execute_access,
     F_execute_bad,
     F_execute_buffer,
@@ -227,7 +227,7 @@ void test__f_execute_status_from_status__works(void **state) {
   };
 
   const f_status_t statuss[] = {
-    F_none,
+    F_okay,
     F_access,
     F_execute_not,
     F_buffer,
index 3223197b374b0fcf15ae6619834d81336bc28b17..8178890289d1140f09d46e9f614d4a28d906e49a 100644 (file)
@@ -10,7 +10,7 @@ void test__f_execute_status_to_status__fails(void **state) {
   for (uint8_t i = 0; i < 0xff; ++i) {
 
     // Skip past all valid execute codes.
-    if (i == F_execute_none) continue;
+    if (i == F_execute_okay) continue;
     if (i == F_execute_access) continue;
     if (i == F_execute_bad) continue;
     if (i == F_execute_buffer) continue;
@@ -122,7 +122,7 @@ void test__f_execute_status_to_status__fails(void **state) {
 void test__f_execute_status_to_status__works(void **state) {
 
   const uint8_t status_executes[] = {
-    F_execute_none,
+    F_execute_okay,
     F_execute_access,
     F_execute_bad,
     F_execute_buffer,
@@ -227,7 +227,7 @@ void test__f_execute_status_to_status__works(void **state) {
   };
 
   const f_status_t statuss[] = {
-    F_none,
+    F_okay,
     F_access,
     F_execute_not,
     F_buffer,
index b6e8f760a91dfc1d1646424777b1cc7f35e5c36c..e9724a9292cae75bbbac0f0ce7c1f305ae154d41 100644 (file)
@@ -113,7 +113,7 @@ extern "C" {
         if (F_status_is_error(status)) return status;
       }
 
-      return F_none;
+      return F_okay;
     }
 
     return F_support_not;
@@ -149,7 +149,7 @@ extern "C" {
 
     if (!source.used || !destination.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     struct stat source_stat;
 
     memset(&source_stat, 0, sizeof(struct stat));
@@ -179,7 +179,7 @@ extern "C" {
       status = private_f_file_mode_set(destination, (~F_file_type_mask_d) & mode.directory);
       if (F_status_is_error(status)) return status;
 
-      return F_none;
+      return F_okay;
     }
 
     if (macro_f_file_type_is_link(source_stat.st_mode)) {
@@ -203,7 +203,7 @@ extern "C" {
         }
       }
 
-      return F_none;
+      return F_okay;
     }
 
     if (macro_f_file_type_is_fifo(source_stat.st_mode)) {
@@ -218,7 +218,7 @@ extern "C" {
       status = private_f_file_mode_set(destination, (~F_file_type_mask_d) & mode.fifo);
       if (F_status_is_error(status)) return status;
 
-      return F_none;
+      return F_okay;
     }
 
     if (macro_f_file_type_is_socket(source_stat.st_mode)) {
@@ -233,7 +233,7 @@ extern "C" {
       status = private_f_file_mode_set(destination, (~F_file_type_mask_d) & mode.socket);
       if (F_status_is_error(status)) return status;
 
-      return F_none;
+      return F_okay;
     }
 
     if (macro_f_file_type_is_block(source_stat.st_mode) || macro_f_file_type_is_character(source_stat.st_mode)) {
@@ -248,7 +248,7 @@ extern "C" {
       status = private_f_file_mode_set(destination, (~F_file_type_mask_d) & mode.block);
       if (F_status_is_error(status)) return status;
 
-      return F_none;
+      return F_okay;
     }
 
     return F_support_not;
@@ -335,7 +335,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_create_fifo_at_
 
@@ -378,7 +378,7 @@ extern "C" {
 
     if (file->id == -1) return F_status_set_error(F_file_descriptor_not);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_descriptor_
 
@@ -453,7 +453,7 @@ extern "C" {
 
     *group = stat_file.st_gid;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_group_read_
 
@@ -561,7 +561,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_link_hard_
 
@@ -593,7 +593,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_link_hard_at_
 
@@ -662,7 +662,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_manipulate_
 
@@ -965,7 +965,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_mode_determine_
 
@@ -1326,7 +1326,7 @@ extern "C" {
         *replace = replace_result;
       }
 
-      return F_none;
+      return F_okay;
     }
 
     return F_status_set_error(F_syntax);
@@ -1352,7 +1352,7 @@ extern "C" {
 
     *mode = stat_file.st_mode;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_mode_read_
 
@@ -1376,7 +1376,7 @@ extern "C" {
 
     *mode = stat_file.st_mode;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_mode_read_at_
 
@@ -1411,7 +1411,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_mode_set_at_
 
@@ -1473,7 +1473,7 @@ extern "C" {
       *to |= F_file_mode_world_x_d;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_mode_to_mode_
 
@@ -1502,7 +1502,7 @@ extern "C" {
     name_base->used += size;
     name_base->string[name_base->used] = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_name_base_
 
@@ -1538,7 +1538,7 @@ extern "C" {
     name_directory->used += size;
     name_directory->string[name_directory->used] = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_name_directory_
 
@@ -1586,7 +1586,7 @@ extern "C" {
 
     *owner = stat_file.st_uid;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_owner_read_
 
@@ -1606,7 +1606,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return result ? F_none : F_time_out;
+    return result ? F_okay : F_time_out;
   }
 #endif // _di_f_file_poll_
 
@@ -1619,7 +1619,7 @@ extern "C" {
 
     if (file.id == -1) return F_file_descriptor_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     ssize_t size_read = 0;
 
     do {
@@ -1644,7 +1644,7 @@ extern "C" {
 
     } while (size_read);
 
-    return F_none_eof;
+    return F_okay_eof;
   }
 #endif // _di_f_file_read_
 
@@ -1682,9 +1682,9 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    if (size_read) return F_none;
+    if (size_read) return F_okay;
 
-    return F_none_eof;
+    return F_okay_eof;
   }
 #endif // _di_f_file_read_block_
 
@@ -1701,7 +1701,7 @@ extern "C" {
     f_number_unsigned_t buffer_size = file.size_read;
     f_number_unsigned_t buffer_count = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     ssize_t size_read = 0;
 
     for (;;) {
@@ -1729,14 +1729,14 @@ extern "C" {
 
       buffer->used += size_read;
 
-      if (!size_read) return F_none_eof;
+      if (!size_read) return F_okay_eof;
 
       buffer_count += size_read;
 
       if (buffer_count >= total) break;
     } // for
 
-    return F_none_stop;
+    return F_okay_stop;
   }
 #endif // _di_f_file_read_until_
 
@@ -1762,7 +1762,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_remove_
 
@@ -1790,7 +1790,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_remove_at_
 
@@ -1822,7 +1822,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_rename_
 
@@ -1860,7 +1860,7 @@ extern "C" {
         return F_status_set_error(F_failure);
       }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_rename_at_
 
@@ -1904,7 +1904,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_seek_
 
@@ -1923,7 +1923,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_select_
 
@@ -1942,7 +1942,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_select_signal_
 
@@ -1965,7 +1965,7 @@ extern "C" {
 
     *size = stat_file.st_size;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_size_
 
@@ -1989,7 +1989,7 @@ extern "C" {
 
     *size = stat_file.st_size;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_size_at_
 
@@ -2012,7 +2012,7 @@ extern "C" {
 
     *size = stat_file.st_size;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_size_by_id_
 
@@ -2088,7 +2088,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_touch_
 
@@ -2128,7 +2128,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_touch_at_
 
@@ -2151,7 +2151,7 @@ extern "C" {
 
     *type = macro_f_file_type_get(stat_file.st_mode);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_type_
 
@@ -2175,7 +2175,7 @@ extern "C" {
 
     *type = macro_f_file_type_get(stat_file.st_mode);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_type_at_
 
@@ -2191,7 +2191,7 @@ extern "C" {
     // Restore umask.
     umask(*mask);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_umask_get_
 
@@ -2200,7 +2200,7 @@ extern "C" {
 
     umask(mask);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_umask_set_
 
@@ -2217,7 +2217,7 @@ extern "C" {
       const f_status_t status = private_f_file_write_until(file, buffer, buffer.used, written);
       if (F_status_is_error(status)) return status;
 
-      if (status == F_none && *written == buffer.used) return F_none_eos;
+      if (status == F_okay && *written == buffer.used) return F_okay_eos;
     }
     else {
       f_number_unsigned_t written_local = 0;
@@ -2225,10 +2225,10 @@ extern "C" {
       const f_status_t status = private_f_file_write_until(file, buffer, buffer.used, &written_local);
       if (F_status_is_error(status)) return status;
 
-      if (status == F_none && written_local == buffer.used) return F_none_eos;
+      if (status == F_okay && written_local == buffer.used) return F_okay_eos;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_write_
 
@@ -2247,9 +2247,9 @@ extern "C" {
       const f_status_t status = private_f_file_write_until(file, buffer, write_max, written);
       if (F_status_is_error(status)) return status;
 
-      if (status == F_none) {
-        if (*written == buffer.used) return F_none_eos;
-        if (*written == write_max) return F_none_stop;
+      if (status == F_okay) {
+        if (*written == buffer.used) return F_okay_eos;
+        if (*written == write_max) return F_okay_stop;
       }
     }
     else {
@@ -2258,13 +2258,13 @@ extern "C" {
       const f_status_t status = private_f_file_write_until(file, buffer, write_max, &written_local);
       if (F_status_is_error(status)) return status;
 
-      if (status == F_none) {
-        if (written_local == buffer.used) return F_none_eos;
-        if (written_local == write_max) return F_none_stop;
+      if (status == F_okay) {
+        if (written_local == buffer.used) return F_okay_eos;
+        if (written_local == write_max) return F_okay_stop;
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_write_block_
 
@@ -2283,9 +2283,9 @@ extern "C" {
       const f_status_t status = private_f_file_write_until(file, buffer, write_max, written);
       if (F_status_is_error(status)) return status;
 
-      if (status == F_none) {
-        if (*written == buffer.used) return F_none_eos;
-        if (*written == write_max) return F_none_stop;
+      if (status == F_okay) {
+        if (*written == buffer.used) return F_okay_eos;
+        if (*written == write_max) return F_okay_stop;
       }
     }
     else {
@@ -2294,13 +2294,13 @@ extern "C" {
       const f_status_t status = private_f_file_write_until(file, buffer, buffer.used, &written_local);
       if (F_status_is_error(status)) return status;
 
-      if (status == F_none) {
-        if (written_local == buffer.used) return F_none_eos;
-        if (written_local == write_max) return F_none_stop;
+      if (status == F_okay) {
+        if (written_local == buffer.used) return F_okay_eos;
+        if (written_local == write_max) return F_okay_stop;
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_write_until_
 
@@ -2323,9 +2323,9 @@ extern "C" {
       const f_status_t status = private_f_file_write_until(file, buffer_adjusted, write_max, written);
       if (F_status_is_error(status)) return status;
 
-      if (status == F_none) {
-        if (range.start + *written == buffer.used) return F_none_eos;
-        if (range.start + *written == write_max) return F_none_stop;
+      if (status == F_okay) {
+        if (range.start + *written == buffer.used) return F_okay_eos;
+        if (range.start + *written == write_max) return F_okay_stop;
       }
     }
     else {
@@ -2335,13 +2335,13 @@ extern "C" {
       const f_status_t status = private_f_file_write_until(file, buffer_adjusted, write_max, &written_local);
       if (F_status_is_error(status)) return status;
 
-      if (status == F_none) {
-        if (range.start + written_local == buffer.used) return F_none_eos;
-        if (range.start + written_local == write_max) return F_none_stop;
+      if (status == F_okay) {
+        if (range.start + written_local == buffer.used) return F_okay_eos;
+        if (range.start + written_local == write_max) return F_okay_stop;
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_write_range_
 
index 730061ad76bbfd70094aeff73ed0f05f0231aea7..acdfa6c3c3011b3b136c7b4245e248c81243fdfa 100644 (file)
@@ -146,7 +146,7 @@ extern "C" {
  *   If neither f_file_stat_flag_group_e nor f_file_stat_flag_owner_e, will not copy the owner and group ids.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source.used or destination.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -185,7 +185,7 @@ extern "C" {
  *   The file.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_file_descriptor_not if file.id is -1.
  *
  *   F_file_close (with error bit) if fclose() failed for any other reason.
@@ -211,7 +211,7 @@ extern "C" {
  *   The file descriptor.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_file_descriptor_not if id is -1.
  *
  *   F_file_close (with error bit) if fclose() failed for any other reason.
@@ -258,7 +258,7 @@ extern "C" {
  *   If not f_file_stat_flag_reference_e, will dereference any links.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source.used or destination.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -299,7 +299,7 @@ extern "C" {
  *   If FALSE, will not fail if file already exists.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -341,7 +341,7 @@ extern "C" {
  *   If FALSE, will not fail if file already exists.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -386,7 +386,7 @@ extern "C" {
  *   Is ignored by pipe file types.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -428,7 +428,7 @@ extern "C" {
  *   Is ignored by pipe file types.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -462,7 +462,7 @@ extern "C" {
  *   The file mode to assign.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -495,7 +495,7 @@ extern "C" {
  *   The file mode to assign.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -531,7 +531,7 @@ extern "C" {
  *   Is ignored by pipe file types.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -567,7 +567,7 @@ extern "C" {
  *   Is ignored by pipe file types.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -598,7 +598,7 @@ extern "C" {
  *   The file.
  *
  * @return
- *   F_none is returned on success.
+ *   F_okay is returned on success.
  *   F_stream_not if file.stream is NULL.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -684,7 +684,7 @@ extern "C" {
  *   The file.
  *
  * @return
- *   F_none is returned on success.
+ *   F_okay is returned on success.
  *   F_file_descriptor_not if file.id is -1.
  *
  *   F_file_descriptor (with error bit) if file descriptor is invalid.
@@ -713,7 +713,7 @@ extern "C" {
  *   The id of the file's group.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) if access to the file was denied.
@@ -830,7 +830,7 @@ extern "C" {
  *   A path to the link that does the pointing.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if target.used or point.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -870,7 +870,7 @@ extern "C" {
  *   A path to the link that does the pointing.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if target.used or point.used is 0.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -909,7 +909,7 @@ extern "C" {
  *   A path to the link that does the pointing.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if target.used or point.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -952,7 +952,7 @@ extern "C" {
  *   Any valid flag, such as F_file_at_path_empty_d, F_file_at_automount_no_d, or F_file_at_symlink_follow_no_d.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if target.used or point.used is 0.
  *   F_file_descriptor_not if either file.id is -1.
  *
@@ -997,7 +997,7 @@ extern "C" {
  *   Will be NULL terminated with the NULL at target.string[target.used];
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -1043,7 +1043,7 @@ extern "C" {
  *   Will be NULL terminated with the NULL at target.string[target.used];
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1087,7 +1087,7 @@ extern "C" {
  *   See fcntl() for details.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied (due to locks being held by other processes).
  *   F_again (with error bit) on operation on file is prohibited (often due to file being memory mapped by another process).
@@ -1129,7 +1129,7 @@ extern "C" {
  *   The determined mode.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -1226,7 +1226,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_syntax (with error bit) if the string fails to follow the syntax rules.
@@ -1253,7 +1253,7 @@ extern "C" {
  *   The read file mode.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) if access to the file was denied.
@@ -1285,7 +1285,7 @@ extern "C" {
  *   The read file mode.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1317,7 +1317,7 @@ extern "C" {
  *   The new mode to use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -1352,7 +1352,7 @@ extern "C" {
  *   The new mode to use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1386,7 +1386,7 @@ extern "C" {
  *   The determined mode.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -1408,7 +1408,7 @@ extern "C" {
  *   This is NULL terminated after the name_directory.used.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_memory_not (with error bit) on out of memory.
@@ -1439,7 +1439,7 @@ extern "C" {
  *   This is NULL terminated after the name_directory.used.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_memory_not (with error bit) on out of memory.
@@ -1473,7 +1473,7 @@ extern "C" {
  *   This will be updated with the file descriptor.
  *
  * @return
- *   F_none is returned on success.
+ *   F_okay is returned on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -1518,7 +1518,7 @@ extern "C" {
  *   This will be updated with the file descriptor.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1545,7 +1545,7 @@ extern "C" {
  *   The id of the file's owner.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) if access to the file was denied.
@@ -1588,7 +1588,7 @@ extern "C" {
  *   A value of 0 results in immediate return.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if polls.used is 0.
  *   F_time_out if time out is reached befoe a signal is received.
  *
@@ -1616,7 +1616,7 @@ extern "C" {
  *   The contents of the file is appended into this buffer.
  *
  * @return
- *   F_none_eof on success and EOF was reached.
+ *   F_okay_eof on success and EOF was reached.
  *   F_file_descriptor_not if file.id is -1.
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the read would result in a blocking operation.
@@ -1650,8 +1650,8 @@ extern "C" {
  *   The contents of the file is appended into this buffer.
  *
  * @return
- *   F_none on success.
- *   F_none_eof on success and EOF was reached.
+ *   F_okay on success.
+ *   F_okay_eof on success and EOF was reached.
  *   F_file_descriptor_not if file.id is -1.
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the read would result in a blocking operation.
@@ -1687,8 +1687,8 @@ extern "C" {
  *   The buffer the file is being read into.
  *
  * @return
- *   F_none_eof on success and EOF was reached.
- *   F_none_stop on success and total was reached.
+ *   F_okay_eof on success and EOF was reached.
+ *   F_okay_stop on success and total was reached.
  *   F_data_not if total is 0.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1714,7 +1714,7 @@ extern "C" {
  *   The path file name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_busy (with error bit) if file is busy.
@@ -1747,7 +1747,7 @@ extern "C" {
  *   Any valid flag, such as F_file_at_path_empty_d, F_file_at_automount_no_d, or F_file_at_symlink_follow_no_d.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_file_descriptor_not if file.id is -1.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -1789,7 +1789,7 @@ extern "C" {
  *   The path to copy to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_buffer (with error bit) if the buffer is invalid.
@@ -1842,7 +1842,7 @@ extern "C" {
  *   If this is compiled with renameat2 support (), then flag is used otherwise flag is always 0 regardless of this property.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_file_descriptor_not if file.id is -1.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -1887,7 +1887,7 @@ extern "C" {
  *   Set to FALSE to operate on the symlink itself.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if either both uid and gid are -1 or path.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -1928,7 +1928,7 @@ extern "C" {
  *   Any valid flag, such as F_file_at_path_empty_d, F_file_at_automount_no_d, or F_file_at_symlink_follow_no_d.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if either both uid and gid are -1 or path.used is 0.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1967,7 +1967,7 @@ extern "C" {
  *   To be compared against offset.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_file_descriptor_not if file.id is -1.
  *
  *   F_bound_not (with error bit) if SEEK_DATA or SEEK_HOLE is specified as whence and offset is beyond the end of file.
@@ -2008,7 +2008,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if all of read, write, except, and timeout are NULL (having at least one is required) or when highest_plus_one is 0.
  *
  *   F_file_descriptor (with error bit) if the file descriptor is invalid.
@@ -2054,7 +2054,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if all of read, write, except, and timeout are NULL (having at least one is required) or when highest_plus_one is 0.
  *
  *   F_file_descriptor (with error bit) if the file descriptor is invalid.
@@ -2081,7 +2081,7 @@ extern "C" {
  *   This gets set to the size of the file.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) if access to the file was denied.
  *   F_directory_not (with error bit) on invalid directory.
@@ -2112,7 +2112,7 @@ extern "C" {
  *   This gets set to the size of the file.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_file_descriptor_not if file.id is -1.
  *
  *   F_access_denied (with error bit) if access to the file was denied.
@@ -2142,7 +2142,7 @@ extern "C" {
  *   This gets set to the size of the file.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_file_descriptor_not if file.id is -1.
  *
  *   F_access_denied (with error bit) if access to the file was denied.
@@ -2176,7 +2176,7 @@ extern "C" {
  *   The statistics read.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_file_descriptor_not if file.id is -1.
  *
  *   F_access_denied (with error bit) if access to the file was denied.
@@ -2209,7 +2209,7 @@ extern "C" {
  *   The statistics read.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_file_descriptor_not if file.id is -1.
  *
  *   F_access_denied (with error bit) if access to the file was denied.
@@ -2239,7 +2239,7 @@ extern "C" {
  *   The statistics read.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_file_descriptor_not if file.id is -1.
  *
  *   F_access_denied (with error bit) if access to the file was denied.
@@ -2273,7 +2273,7 @@ extern "C" {
  *   Set to FALSE to operate on the symlink itself.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_buffer (with error bit) if the buffer is invalid.
@@ -2316,7 +2316,7 @@ extern "C" {
  *   Any valid flag, such as F_file_at_path_empty_d, F_file_at_automount_no_d, or F_file_at_symlink_follow_no_d.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_file_descriptor_not if file.id is -1.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -2360,7 +2360,7 @@ extern "C" {
  *   The type of the file.
  *
  * @return
- *   F_none if path was found and and the type was loaded in the type parameter.
+ *   F_okay if path was found and and the type was loaded in the type parameter.
  *   F_file_found_not if the path was not found.
  *
  *   F_access_denied (with error bit) if access to the file was denied.
@@ -2390,7 +2390,7 @@ extern "C" {
  *   The type of the file.
  *
  * @return
- *   F_none if path was found and and the type was loaded in the type parameter.
+ *   F_okay if path was found and and the type was loaded in the type parameter.
  *   F_file_descriptor_not if file.id is -1.
  *   F_file_found_not if the path was not found.
  *
@@ -2421,7 +2421,7 @@ extern "C" {
  *   (The name "mask" is used avoid a naming conflict with the umask() function.)
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -2439,7 +2439,7 @@ extern "C" {
  *   (The name "mask" is used avoid a naming conflict with the umask() function.)
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  */
 #ifndef _di_f_file_umask_set_
   extern f_status_t f_file_umask_set(const mode_t mask);
@@ -2457,8 +2457,8 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
- *   F_none_eos on success and wrote up to buffer.used.
+ *   F_okay on success.
+ *   F_okay_eos on success and wrote up to buffer.used.
  *   F_data_not if buffer.used is 0 or range.start > range.stop.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -2491,9 +2491,9 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
- *   F_none_stop on success and wrote up to stop point.
- *   F_none_eos on success and wrote up to buffer.used (buffer.used is reached before stop point).
+ *   F_okay on success.
+ *   F_okay_stop on success and wrote up to stop point.
+ *   F_okay_eos on success and wrote up to buffer.used (buffer.used is reached before stop point).
  *   F_data_not if buffer.used is 0 or range.start > range.stop.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -2526,9 +2526,9 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
- *   F_none_stop on success and wrote up to stop point.
- *   F_none_eos on success and wrote up to buffer.used (buffer.used is reached before stop point).
+ *   F_okay on success.
+ *   F_okay_stop on success and wrote up to stop point.
+ *   F_okay_eos on success and wrote up to buffer.used (buffer.used is reached before stop point).
  *   F_data_not if buffer.used is 0 or range.start > range.stop.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -2561,9 +2561,9 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
- *   F_none_stop on success and wrote up to stop point.
- *   F_none_eos on success and wrote up to buffer.used (buffer.used is reached before stop point).
+ *   F_okay on success.
+ *   F_okay_stop on success and wrote up to stop point.
+ *   F_okay_eos on success and wrote up to buffer.used (buffer.used is reached before stop point).
  *   F_data_not if buffer.used is 0 or range.start > range.stop.
  *   F_file_descriptor_not if file.id is -1.
  *
index 25b7ce4d4ea7c53060b5da5992208108a33e1713..97746cc99dea6a08c11efb3bde369292a7914530 100644 (file)
@@ -42,7 +42,7 @@ extern "C" {
 
     file->stream = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_stream_close_
 
@@ -64,7 +64,7 @@ extern "C" {
       return F_status_set_error(F_file_synchronize);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_stream_flush_
 
@@ -75,7 +75,7 @@ extern "C" {
 
     flockfile(file.stream);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_stream_lock_
 
@@ -86,7 +86,7 @@ extern "C" {
 
     if (ftrylockfile(file.stream)) return F_busy;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_stream_lock_try_
 
@@ -129,7 +129,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_stream_open_
 
@@ -172,7 +172,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_stream_open_descriptor_
 
@@ -190,7 +190,7 @@ extern "C" {
     if (feof_unlocked(file.stream)) {
       funlockfile(file.stream);
 
-      return F_none_eof;
+      return F_okay_eof;
     }
 
     if (ferror_unlocked(file.stream)) {
@@ -199,7 +199,7 @@ extern "C" {
       return F_status_set_error(F_error);
     }
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     size_t size_read = 0;
 
     do {
@@ -225,7 +225,7 @@ extern "C" {
 
     funlockfile(file.stream);
 
-    return F_none_eof;
+    return F_okay_eof;
   }
 #endif // _di_f_file_stream_read_
 
@@ -243,7 +243,7 @@ extern "C" {
     if (feof_unlocked(file.stream)) {
       funlockfile(file.stream);
 
-      return F_none_eof;
+      return F_okay_eof;
     }
 
     if (ferror_unlocked(file.stream)) {
@@ -277,12 +277,12 @@ extern "C" {
     if (feof_unlocked(file.stream)) {
       funlockfile(file.stream);
 
-      return F_none_eof;
+      return F_okay_eof;
     }
 
     funlockfile(file.stream);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_stream_read_block_
 
@@ -301,7 +301,7 @@ extern "C" {
     if (feof_unlocked(file.stream)) {
       funlockfile(file.stream);
 
-      return F_none_eof;
+      return F_okay_eof;
     }
 
     if (ferror_unlocked(file.stream)) {
@@ -316,7 +316,7 @@ extern "C" {
       if (F_status_is_error(status)) {
         funlockfile(file.stream);
 
-        return F_none_eof;
+        return F_okay_eof;
       }
     }
 
@@ -344,7 +344,7 @@ extern "C" {
       if (feof_unlocked(file.stream)) {
         funlockfile(file.stream);
 
-        return F_none_eof;
+        return F_okay_eof;
       }
 
       buffer_count += size_read;
@@ -354,7 +354,7 @@ extern "C" {
 
     funlockfile(file.stream);
 
-    return F_none_stop;
+    return F_okay_stop;
   }
 #endif // _di_f_file_stream_read_until_
 
@@ -399,7 +399,7 @@ extern "C" {
 
     file->stream = result;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_stream_reopen_
 
@@ -410,7 +410,7 @@ extern "C" {
 
     funlockfile(file.stream);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_stream_unlock_
 
@@ -425,24 +425,24 @@ extern "C" {
       return file.stream ? F_data_not : F_stream_not;
     }
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (written) {
       status = private_f_file_stream_write_until(file, buffer, buffer.used, written);
 
-      if (status == F_none && *written == buffer.used) return F_none_eos;
+      if (status == F_okay && *written == buffer.used) return F_okay_eos;
     }
     else {
       f_number_unsigned_t written_local = 0;
 
       status = private_f_file_stream_write_until(file, buffer, buffer.used, &written_local);
 
-      if (status == F_none && written_local == buffer.used) return F_none_eos;
+      if (status == F_okay && written_local == buffer.used) return F_okay_eos;
     }
 
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_stream_write_
 
@@ -459,14 +459,14 @@ extern "C" {
 
     const f_number_unsigned_t write_max = file.size_write > buffer.used ? buffer.used : file.size_write;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (written) {
       status = private_f_file_stream_write_until(file, buffer, write_max, written);
 
-      if (status == F_none) {
-        if (*written == buffer.used) return F_none_eos;
-        if (*written == write_max) return F_none_stop;
+      if (status == F_okay) {
+        if (*written == buffer.used) return F_okay_eos;
+        if (*written == write_max) return F_okay_stop;
       }
     }
     else {
@@ -474,15 +474,15 @@ extern "C" {
 
       status = private_f_file_stream_write_until(file, buffer, write_max, &written_local);
 
-      if (status == F_none) {
-        if (written_local == buffer.used) return F_none_eos;
-        if (written_local == write_max) return F_none_stop;
+      if (status == F_okay) {
+        if (written_local == buffer.used) return F_okay_eos;
+        if (written_local == write_max) return F_okay_stop;
       }
     }
 
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_stream_write_block_
 
@@ -499,14 +499,14 @@ extern "C" {
 
     const f_number_unsigned_t write_max = total > buffer.used ? buffer.used : total;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (written) {
       status = private_f_file_stream_write_until(file, buffer, write_max, written);
 
-      if (status == F_none) {
-        if (*written == buffer.used) return F_none_eos;
-        if (*written == write_max) return F_none_stop;
+      if (status == F_okay) {
+        if (*written == buffer.used) return F_okay_eos;
+        if (*written == write_max) return F_okay_stop;
       }
     }
     else {
@@ -514,15 +514,15 @@ extern "C" {
 
       status = private_f_file_stream_write_until(file, buffer, buffer.used, &written_local);
 
-      if (status == F_none) {
-        if (written_local == buffer.used) return F_none_eos;
-        if (written_local == write_max) return F_none_stop;
+      if (status == F_okay) {
+        if (written_local == buffer.used) return F_okay_eos;
+        if (written_local == write_max) return F_okay_stop;
       }
     }
 
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_stream_write_until_
 
@@ -540,14 +540,14 @@ extern "C" {
     const f_number_unsigned_t write_max = (range.stop - range.start) + 1 > buffer.used ? buffer.used : (range.stop - range.start) + 1;
     const f_string_static_t buffer_adjusted = macro_f_string_static_t_initialize_1(buffer.string + range.start, 0, buffer.used - range.start);
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (written) {
       status = private_f_file_stream_write_until(file, buffer_adjusted, write_max, written);
 
-      if (status == F_none) {
-        if (range.start + *written == buffer.used) return F_none_eos;
-        if (range.start + *written == write_max) return F_none_stop;
+      if (status == F_okay) {
+        if (range.start + *written == buffer.used) return F_okay_eos;
+        if (range.start + *written == write_max) return F_okay_stop;
       }
     }
     else {
@@ -555,15 +555,15 @@ extern "C" {
 
       status = private_f_file_stream_write_until(file, buffer_adjusted, write_max, &written_local);
 
-      if (status == F_none) {
-        if (range.start + written_local == buffer.used) return F_none_eos;
-        if (range.start + written_local == write_max) return F_none_stop;
+      if (status == F_okay) {
+        if (range.start + written_local == buffer.used) return F_okay_eos;
+        if (range.start + written_local == write_max) return F_okay_stop;
       }
     }
 
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_file_stream_write_range_
 
index f764f7d0a85d859acaa48c97c1c3b3ca14b0473c..028fd3bc8cd0bc98488d7552204c685b63937e70 100644 (file)
@@ -24,7 +24,7 @@ extern "C" {
  *   The file.stream is set to NULL, on both success or on failure.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_stream_not if file.stream is NULL.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -59,7 +59,7 @@ extern "C" {
  *   The file.id is updated with the file descriptor, if necessary and able.
  *
  * @return
- *   F_none is returned on success.
+ *   F_okay is returned on success.
  *   F_stream_not if file.stream is NULL.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -88,7 +88,7 @@ extern "C" {
  *   The file to lock.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_stream_not if file.stream is NULL.
  *
  * @see flockfile()
@@ -106,7 +106,7 @@ extern "C" {
  *   The file to lock.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_busy on success, but the file.stream is already locked.
  *   F_stream_not if file.stream is NULL.
  *
@@ -145,7 +145,7 @@ extern "C" {
  *   The file.id is updated with the file descriptor, if necessary and able.
  *
  * @return
- *   F_none is returned on success.
+ *   F_okay is returned on success.
  *   F_data_not if both path.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -185,7 +185,7 @@ extern "C" {
  *   The file with a valid file descriptor (file.id).
  *
  * @return
- *   F_none is returned on success.
+ *   F_okay is returned on success.
  *   F_file_descriptor_not if file.id is -1.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -223,7 +223,7 @@ extern "C" {
  *   The contents of the file is appended into this buffer.
  *
  * @return
- *   F_none_eof on success and EOF was reached.
+ *   F_okay_eof on success and EOF was reached.
  *   F_stream_not if file.stream is NULL.
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the read would result in a blocking operation.
@@ -259,8 +259,8 @@ extern "C" {
  *   The contents of the file is appended into this buffer.
  *
  * @return
- *   F_none on success.
- *   F_none_eof on success and EOF was reached.
+ *   F_okay on success.
+ *   F_okay_eof on success and EOF was reached.
  *   F_stream_not if file.stream is NULL.
  *
  *   F_error (with error bit) if the file is already in the error state at the start of this function.
@@ -297,8 +297,8 @@ extern "C" {
  *   The buffer the file is being read into.
  *
  * @return
- *   F_none_eof on success and EOF was reached.
- *   F_none_stop on success and total was reached.
+ *   F_okay_eof on success and EOF was reached.
+ *   F_okay_stop on success and total was reached.
  *   F_data_not if total is 0.
  *   F_stream_not if file.stream is NULL.
  *
@@ -340,7 +340,7 @@ extern "C" {
  *   The file.stream is updated, if necessary.
  *
  * @return
- *   F_none is returned on success.
+ *   F_okay is returned on success.
  *   F_data_not if both path.used and mode.used are 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -376,7 +376,7 @@ extern "C" {
  *   The file to unlock.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_stream_not if file.stream is NULL.
  *
  * @see funlockfile()
@@ -399,9 +399,9 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
- *   F_none_eof when the file stream is at the end of the file.
- *   F_none_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
+ *   F_okay on success.
+ *   F_okay_eof when the file stream is at the end of the file.
+ *   F_okay_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
  *   F_data_not on success but buffer.used is 0.
  *   F_stream_not if file.stream is NULL.
  *
@@ -435,9 +435,9 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
- *   F_none_eof when the file stream is at the end of the file.
- *   F_none_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
+ *   F_okay on success.
+ *   F_okay_eof when the file stream is at the end of the file.
+ *   F_okay_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
  *   F_data_not on success but buffer.used is 0.
  *   F_stream_not if file.stream is NULL.
  *
@@ -471,10 +471,10 @@ extern "C" {
  *   Set to NULL to not use..
  *
  * @return
- *   F_none on success.
- *   F_none_eof when the file stream is at the end of the file.
- *   F_none_eos on success but range.stop exceeded buffer.used (only wrote up to buffer.used).
- *   F_none_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
+ *   F_okay on success.
+ *   F_okay_eof when the file stream is at the end of the file.
+ *   F_okay_eos on success but range.stop exceeded buffer.used (only wrote up to buffer.used).
+ *   F_okay_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
  *   F_data_not on success but either buffer.used or total is 0.
  *   F_stream_not if file.stream is NULL.
  *
@@ -507,9 +507,9 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
- *   F_none_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
- *   F_none_eos on success but range.stop exceeded buffer.used (only wrote up to buffer.used).
+ *   F_okay on success.
+ *   F_okay_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
+ *   F_okay_eos on success but range.stop exceeded buffer.used (only wrote up to buffer.used).
  *   F_stream_not if file.stream is NULL.
  *
  *   F_file_write (with error bit) on error during file write.
index e69ccaf8aa6e18ab4f655c4b2d7339e929b36ee1..815dea4f610e041b413abc8428458a767665cfd9 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
 
     *id = -1;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_clone_) || !defined(_di_f_file_close_) || !defined(_di_f_file_copy_) || !defined(_di_f_file_create_) || !defined(_di_f_file_create_at_) || !defined(_di_f_file_stream_close_)
 
@@ -80,7 +80,7 @@ extern "C" {
 
     if (size_read < 0) return F_status_set_error(F_file_read);
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_copy_) || !defined(_di_f_file_clone_)
 
@@ -105,7 +105,7 @@ extern "C" {
 
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_create_) || !defined(_di_f_file_copy_)
 
@@ -130,7 +130,7 @@ extern "C" {
 
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_create_at_)
 
@@ -156,7 +156,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_copy_)
 
@@ -177,7 +177,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_create_fifo_) || !defined(_di_f_file_copy_)
 
@@ -203,7 +203,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_create_device_) || !defined(_di_f_file_create_node_) || !defined(_di_f_file_copy_)
 
@@ -230,7 +230,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_create_device_at_) || !defined(_di_f_file_create_node_at_)
 
@@ -248,7 +248,7 @@ extern "C" {
       return F_status_set_error(F_file_synchronize);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_clone_) || !defined(_di_f_file_close_) || !defined(_di_f_file_copy_) || !defined(_di_f_file_create_) || !defined(_di_f_file_create_at_) || !defined(_di_f_file_stream_close_)
 
@@ -276,7 +276,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_link_) || !defined(_di_f_file_copy_)
 
@@ -305,7 +305,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_link_at_)
 
@@ -338,7 +338,7 @@ extern "C" {
     status = f_string_dynamic_terminate_after(target);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_link_read_) || !defined(_di_f_file_copy_)
 
@@ -372,7 +372,7 @@ extern "C" {
     status = f_string_dynamic_terminate_after(target);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_link_read_at_)
 
@@ -394,7 +394,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_mode_set_) || !defined(_di_f_file_copy_)
 
@@ -427,7 +427,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_open_) || !defined(_di_f_file_copy_)
 
@@ -461,7 +461,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_create_at_) || !defined(_di_f_file_open_at_)
 
@@ -510,7 +510,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_role_change_) || !defined(_di_f_file_copy_)
 
@@ -550,7 +550,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_role_change_at_)
 
@@ -571,7 +571,7 @@ extern "C" {
       return F_status_set_error(F_file_stat);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_clone_) || !defined(_di_f_file_copy_) || !defined(_di_f_file_exists_) || !defined(_di_f_file_group_read_) || !defined(_di_f_file_is_) || !defined(_di_f_file_link_read_) || !defined(_di_f_file_mode_read_) || !defined(_di_f_file_owner_read_) || !defined(_di_f_file_size_) || !defined(_di_f_file_stat_) || !defined(_di_f_file_touch_) || !defined(_di_f_file_type_)
 
@@ -593,7 +593,7 @@ extern "C" {
       return F_status_set_error(F_file_stat);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_exists_at_) || !defined(_di_f_file_link_read_at_) || !defined(_di_f_file_mode_read_at_) || !defined(_di_f_file_size_at_) || !defined(_di_f_file_stat_at_) || !defined(_di_f_file_touch_at_) || !defined(_di_f_file_type_at_)
 
@@ -615,7 +615,7 @@ extern "C" {
       return F_status_set_error(F_file_stat);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_stat_by_id_) || !defined(_di_f_file_size_by_id_)
 
@@ -688,13 +688,13 @@ extern "C" {
       if (!size_write) {
         funlockfile(file.stream);
 
-        return F_none_stop;
+        return F_okay_stop;
       }
     } // while
 
     funlockfile(file.stream);
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_stream_write_) || !defined(_di_f_file_stream_write_block_) || !defined(_di_f_file_stream_write_until) || !defined(_di_f_file_stream_write_range)
 
@@ -722,7 +722,7 @@ extern "C" {
     } // while
 
     if (!size_write) {
-      return F_none_stop;
+      return F_okay_stop;
     }
 
     if (size_write < 0) {
@@ -737,7 +737,7 @@ extern "C" {
       return F_status_set_error(F_file_write);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_file_write_) || !defined(_di_f_file_write_block_) || !defined(_di_f_file_write_until) || !defined(_di_f_file_write_range)
 
index cb4df82c555b5c4e7690f03f5ce899af0b11b806..8ebba9c73e19759032c22a68ee997c7f4a9ac8c8 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   The file descriptor gets set to -1.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_file_close (with error bit) if fclose() failed for any other reason.
  *   F_file_descriptor (with error bit) if file descriptor is invalid.
@@ -70,7 +70,7 @@ extern "C" {
  *   If FALSE, will not fail if file already exists (existing file will be replaced).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_busy (with error bit) if file system is too busy to perform write.
@@ -119,7 +119,7 @@ extern "C" {
  *   If FALSE, will not fail if file already exists.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_busy (with error bit) if file system is too busy to perform write.
@@ -167,7 +167,7 @@ extern "C" {
  *   If FALSE, will not fail if file already exists.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_busy (with error bit) if file system is too busy to perform write.
@@ -205,7 +205,7 @@ extern "C" {
  *   The directory mode to use when creating.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_buffer (with error bit) if the buffer is invalid.
@@ -242,7 +242,7 @@ extern "C" {
  *   The file mode to assign.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_directory (with error bit) if a supposed directory in path is not actually a directory.
@@ -283,7 +283,7 @@ extern "C" {
  *   This will be updated with the file descriptor.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_directory (with error bit) if a supposed directory in path is not actually a directory.
@@ -327,7 +327,7 @@ extern "C" {
  *   This will be updated with the file descriptor.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_directory (with error bit) if a supposed directory in path is not actually a directory.
@@ -361,7 +361,7 @@ extern "C" {
  *   The file to flush.
  *
  * @return
- *   F_none is returned on success.
+ *   F_okay is returned on success.
  *
  *   F_file_descriptor (with error bit) if file descriptor is invalid.
  *   F_filesystem_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
@@ -396,7 +396,7 @@ extern "C" {
  *   A path to the link that does the pointing.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_buffer (with error bit) if the buffer is invalid.
@@ -437,7 +437,7 @@ extern "C" {
  *   A path to the link that does the pointing.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_busy (with error bit) if file system is too busy to perform write.
@@ -479,7 +479,7 @@ extern "C" {
  *   Will be NULL terminated with the NULL at target.string[target.used];
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_buffer (with error bit) if the buffer is invalid.
@@ -520,7 +520,7 @@ extern "C" {
  *   Will be NULL terminated with the NULL at target.string[target.used];
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_buffer (with error bit) if the buffer is invalid.
@@ -556,7 +556,7 @@ extern "C" {
  *   The new mode to use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_access_mode (with error bit) if the current user does not have access to assign the file mode.
@@ -593,7 +593,7 @@ extern "C" {
  *   This will be updated with the file descriptor.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_file_descriptor (with error bit) if unable to load the file descriptor (the file pointer may still be valid).
  *   F_file_found_not (with error bit) if the file was not found.
@@ -625,7 +625,7 @@ extern "C" {
  *   This will be updated with the file descriptor.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_directory_descriptor (with error bit) for bad directory descriptor for at_id.
  *   F_file_found_not (with error bit) if the file was not found.
@@ -657,7 +657,7 @@ extern "C" {
  *   Set to FALSE to operate on the symlink itself.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_access_group (with error bit) if the current user does not have access to assign the specified group.
@@ -700,7 +700,7 @@ extern "C" {
  *   Any valid flag, such as F_file_at_path_empty_d, F_file_at_automount_no_d, or F_file_at_symlink_follow_no_d.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_access_group (with error bit) if the current user does not have access to assign the specified group.
@@ -739,7 +739,7 @@ extern "C" {
  *   The statistics read.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) if access to the file was denied.
  *   F_directory (with error bit) on invalid directory.
@@ -785,7 +785,7 @@ extern "C" {
  *   The statistics read.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) if access to the file was denied.
  *   F_directory (with error bit) on invalid directory.
@@ -821,7 +821,7 @@ extern "C" {
  *   The statistics read.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) if access to the file was denied.
  *   F_directory (with error bit) on invalid directory.
@@ -875,8 +875,8 @@ extern "C" {
  *   The total bytes to written.
  *
  * @return
- *   F_none on success.
- *   F_none_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
+ *   F_okay on success.
+ *   F_okay_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
  *
  *   F_file_write (with error bit) on error during file write.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -909,8 +909,8 @@ extern "C" {
  *   The total bytes written.
  *
  * @return
- *   F_none on success.
- *   F_none_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
+ *   F_okay on success.
+ *   F_okay_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation.
  *   F_buffer (with error bit) if the buffer is invalid.
index 9be3da666c56117c2c73cfd4381b5ee8088e2c8c..89bc0655dbf9abb2a6b6bca0a7f407e40e882550 100644 (file)
@@ -142,7 +142,7 @@ void test__f_file_clone__fails_for_link(void **state) {
       const f_status_t status = f_file_clone(path, path, 0, 0);
 
       if (statuss[i] == F_file_found) {
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
       }
       else {
         assert_int_equal(status, F_status_set_error(statuss[i]));
@@ -1112,7 +1112,7 @@ void test__f_file_clone__works_for_link(void **state) {
 
     const f_status_t status = f_file_clone(path, path, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
@@ -1180,7 +1180,7 @@ void test__f_file_clone__works_for_regular(void **state) {
 
     const f_status_t status = f_file_clone(path, path, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index c9301c5607bfbb2a514ec3c66de79445b284678f..c068ada296885df6284e9a8535da9b3043fa8d41 100644 (file)
@@ -78,7 +78,7 @@ void test__f_file_close__works(void **state) {
 
     const f_status_t status = f_file_close(&file);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(file.id, -1);
   }
 }
index 96b46b5475946ab7ba424535c1d8b4e89e883e7c..5cbcc042017cfcddb0b016bc57dff85fcf14407a 100644 (file)
@@ -78,7 +78,7 @@ void test__f_file_close_id__works(void **state) {
 
     const f_status_t status = f_file_close_id(&id);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(id, -1);
   }
 }
index 5d7b0e46ed5e54115c767687a3fedaa175bec986..628c901e4d3819b94a5c7301483571af19498001 100644 (file)
@@ -135,7 +135,7 @@ void test__f_file_copy__fails_for_block(void **state) {
       const f_status_t status = f_file_copy(path, path, mode, 0, 0);
 
       if (statuss[i] == F_file_found) {
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
       }
       else {
         assert_int_equal(status, F_status_set_error(statuss[i]));
@@ -197,7 +197,7 @@ void test__f_file_copy__fails_for_block(void **state) {
       const f_status_t status = f_file_copy(path, path, mode, 0, 0);
 
       if (statuss[i] == F_file_found) {
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
       }
       else {
         assert_int_equal(status, F_status_set_error(statuss[i]));
@@ -271,7 +271,7 @@ void test__f_file_copy__fails_for_character(void **state) {
       const f_status_t status = f_file_copy(path, path, mode, 0, 0);
 
       if (statuss[i] == F_file_found) {
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
       }
       else {
         assert_int_equal(status, F_status_set_error(statuss[i]));
@@ -333,7 +333,7 @@ void test__f_file_copy__fails_for_character(void **state) {
       const f_status_t status = f_file_copy(path, path, mode, 0, 0);
 
       if (statuss[i] == F_file_found) {
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
       }
       else {
         assert_int_equal(status, F_status_set_error(statuss[i]));
@@ -407,7 +407,7 @@ void test__f_file_copy__fails_for_directory(void **state) {
       const f_status_t status = f_file_copy(path, path, mode, 0, 0);
 
       if (statuss[i] == F_file_found) {
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
       }
       else {
         assert_int_equal(status, F_status_set_error(statuss[i]));
@@ -469,7 +469,7 @@ void test__f_file_copy__fails_for_directory(void **state) {
       const f_status_t status = f_file_copy(path, path, mode, 0, 0);
 
       if (statuss[i] == F_file_found) {
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
       }
       else {
         assert_int_equal(status, F_status_set_error(statuss[i]));
@@ -533,7 +533,7 @@ void test__f_file_copy__fails_for_fifo(void **state) {
       const f_status_t status = f_file_copy(path, path, mode, 0, 0);
 
       if (statuss[i] == F_file_found) {
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
       }
       else {
         assert_int_equal(status, F_status_set_error(statuss[i]));
@@ -595,7 +595,7 @@ void test__f_file_copy__fails_for_fifo(void **state) {
       const f_status_t status = f_file_copy(path, path, mode, 0, 0);
 
       if (statuss[i] == F_file_found) {
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
       }
       else {
         assert_int_equal(status, F_status_set_error(statuss[i]));
@@ -728,7 +728,7 @@ void test__f_file_copy__fails_for_link(void **state) {
       const f_status_t status = f_file_copy(path, path, mode, 0, 0);
 
       if (statuss[i] == F_file_found) {
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
       }
       else {
         assert_int_equal(status, F_status_set_error(statuss[i]));
@@ -1378,7 +1378,7 @@ void test__f_file_copy__fails_for_socket(void **state) {
       const f_status_t status = f_file_copy(path, path, mode, 0, 0);
 
       if (statuss[i] == F_file_found) {
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
       }
       else {
         assert_int_equal(status, F_status_set_error(statuss[i]));
@@ -1441,7 +1441,7 @@ void test__f_file_copy__fails_for_socket(void **state) {
       const f_status_t status = f_file_copy(path, path, mode, 0, 0);
 
       if (statuss[i] == F_file_found) {
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
       }
       else {
         assert_int_equal(status, F_status_set_error(statuss[i]));
@@ -1499,7 +1499,7 @@ void test__f_file_copy__works_for_block(void **state) {
 
     const f_status_t status = f_file_copy(path, path, mode, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
@@ -1528,7 +1528,7 @@ void test__f_file_copy__works_for_character(void **state) {
 
     const f_status_t status = f_file_copy(path, path, mode, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
@@ -1557,7 +1557,7 @@ void test__f_file_copy__works_for_directory(void **state) {
 
     const f_status_t status = f_file_copy(path, path, mode, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
@@ -1586,7 +1586,7 @@ void test__f_file_copy__works_for_fifo(void **state) {
 
     const f_status_t status = f_file_copy(path, path, mode, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
@@ -1620,7 +1620,7 @@ void test__f_file_copy__works_for_link(void **state) {
 
     const f_status_t status = f_file_copy(path, path, mode, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
@@ -1690,7 +1690,7 @@ void test__f_file_copy__works_for_regular(void **state) {
 
     const f_status_t status = f_file_copy(path, path, mode, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
@@ -1719,7 +1719,7 @@ void test__f_file_copy__works_for_socket(void **state) {
 
     const f_status_t status = f_file_copy(path, path, mode, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index ec6d6b3ccba9db06c946c1083682f494a3edd73a..02716bad492e38d2455c07e14b7352f94a79e965 100644 (file)
@@ -131,7 +131,7 @@ void test__f_file_create__works(void **state) {
 
     const f_status_t status = f_file_create(path, 0, F_false);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index d13252829f335f8d1fbb33d5eeccacd4366dd07b..9e29b13441695fed6ccfa7b261b1ae10f54681c6 100644 (file)
@@ -148,7 +148,7 @@ void test__f_file_create_at__works(void **state) {
 
     const f_status_t status = f_file_create_at(file, path, 0, F_false);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index ea3c1075c76ff46d020042c0b78c22e35c609e7b..d713be0881c0979a773ff4f89fa860a59f069497 100644 (file)
@@ -116,7 +116,7 @@ void test__f_file_create_device__works(void **state) {
 
       const f_status_t status = f_file_create_device(path, modes[i], 1, 1);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     } // for
   }
 }
index ebea93d75c6cfca46fba94bf351f37a59e336334..78b5b64f122dc071086c1a660a1023de01b548a0 100644 (file)
@@ -134,7 +134,7 @@ void test__f_file_create_device_at__works(void **state) {
 
       const f_status_t status = f_file_create_device_at(file, path, modes[i], 1, 1);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     } // for
   }
 }
index d4425afa21b69bd8c2389f5efd33881bed767b8d..1837badc2c6affdc45bd17b7f5d9030e8471eca4 100644 (file)
@@ -68,7 +68,7 @@ void test__f_file_create_fifo__works(void **state) {
 
     const f_status_t status = f_file_create_fifo(path, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   } // for
 }
 
index 968dbe9aa0bb0c71668e957aedf16b179e0e4e61..a0e5087038079055aa332364b295d6b48b07c33e 100644 (file)
@@ -85,7 +85,7 @@ void test__f_file_create_fifo_at__works(void **state) {
 
     const f_status_t status = f_file_create_fifo_at(file, path, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   } // for
 }
 
index e468e028ec89671b14f6951009db35b6371d2e76..8c7084b678df84b66be3b21c1b2bf5e3bd659846 100644 (file)
@@ -116,7 +116,7 @@ void test__f_file_create_node__works(void **state) {
 
       const f_status_t status = f_file_create_node(path, modes[i], 1);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     } // for
   }
 }
index 6fdafccc20c7474eec76e021f0a1d01e8e968244..2a2c87ef78b011d4236cca4a2aca8c230bea0fef 100644 (file)
@@ -134,7 +134,7 @@ void test__f_file_create_node_at__works(void **state) {
 
       const f_status_t status = f_file_create_node_at(file, path, modes[i], 1);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     } // for
   }
 }
index 75ba142916e2601bde96fdde88c95327a9d191e1..da44fddd0c6c717ad045e2e9a77a037e1f834ee0 100644 (file)
@@ -47,7 +47,7 @@ void test__f_file_descriptor__works(void **state) {
 
     const f_status_t status = f_file_descriptor(&file);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(file.id, F_type_descriptor_output_d);
   }
 }
index 3af536d954700f4509f0fd122c0b04bfd17e29fe..7346b18efcf4067f55b6719523d8ebc31d06cb2c 100644 (file)
@@ -61,7 +61,7 @@ void test__f_file_flush__works(void **state) {
 
     const f_status_t status = f_file_flush(file);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 801a7913093f2935be27d21a16a2be1a40de3f33..b9fed6510fd8112b436e9a6900584829fac7caa0 100644 (file)
@@ -85,7 +85,7 @@ void test__f_file_group_read__works(void **state) {
 
     const f_status_t status = f_file_group_read(path, F_true, &id);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(id, 5);
   }
 }
index 67b0e9e8db3e37a203258e10bc0a58f0ddb5128d..1f4caba38abdd7cf831ccd31e2940d40cd576edd 100644 (file)
@@ -95,7 +95,7 @@ void test__f_file_link__works(void **state) {
 
     const f_status_t status = f_file_link(path, path);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 0ad7ff96fabd0ff7754cd24438f5242d4cbb1f19..9f2676424805a3360c77bbe66252eba22adac90a 100644 (file)
@@ -112,7 +112,7 @@ void test__f_file_link_at__works(void **state) {
 
     const f_status_t status = f_file_link_at(file, path, path);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 22c8469620a9b0b88538bcbac11a36d3d4ed9ed8..762cc52dd3e2ee8e304c60370c07bfdc5361857f 100644 (file)
@@ -95,7 +95,7 @@ void test__f_file_link_hard__works(void **state) {
 
     const f_status_t status = f_file_link_hard(path, path);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index c954026a7ce0723af49a40d076674cc322a29339..28eb6915cef6374f3645ef53c0b566d6126022f1 100644 (file)
@@ -125,7 +125,7 @@ void test__f_file_link_hard_at__works(void **state) {
 
     const f_status_t status = f_file_link_hard_at(target, point, path, path, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 6f5ec1ce924bc8b256842c9a91a9fe7c450d2e3a..2afccd2de8da7c9783906ba9b3bf7d66a7868384 100644 (file)
@@ -124,7 +124,7 @@ void test__f_file_link_read__works(void **state) {
 
     const f_status_t status = f_file_link_read(path, F_true, &buffer);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   f_string_dynamic_resize(0, &buffer);
index ec9a6709e1e9ed5390c09c93857f9b44dd0749d3..c0941e35761fee82ded902a4c88937d17231e086 100644 (file)
@@ -131,7 +131,7 @@ void test__f_file_link_read_at__works(void **state) {
 
     const f_status_t status = f_file_link_read_at(file, path, 0, &buffer);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   f_string_dynamic_resize(0, &buffer);
index 0b09ce14693cbbc1bde1139ec7bd15ef1ae0ae76..7b6b7a74e8a1e303394a4cce074e128c1fcd3eea 100644 (file)
@@ -75,7 +75,7 @@ void test__f_file_manipulate__works(void **state) {
 
     const f_status_t status = f_file_manipulate(file, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index cc9fe403a0d4bbf852f9a7f8f12261d809ab63ce..57e188eddff4acaa05025c091231c1583afa9522 100644 (file)
@@ -72,7 +72,7 @@ void test__f_file_mode_determine__works_basic(void **state) {
 
       const f_status_t status = f_file_mode_determine(existing, changes[i], 0, F_false, &changed);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(changed, changeds[i]);
     } // for
   }
@@ -128,7 +128,7 @@ void test__f_file_mode_determine__works_basic(void **state) {
 
       const f_status_t status = f_file_mode_determine(existing, changes[i], 0, F_true, &changed);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(changed, changeds[i]);
     } // for
   }
@@ -189,7 +189,7 @@ void test__f_file_mode_determine__works_basic_replace(void **state) {
 
       const f_status_t status = f_file_mode_determine(existing, changes[i], F_file_mode_t_replace_all_d, F_false, &changed);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(changed, changeds[i]);
     } // for
   }
@@ -245,7 +245,7 @@ void test__f_file_mode_determine__works_basic_replace(void **state) {
 
       const f_status_t status = f_file_mode_determine(existing, changes[i], F_file_mode_t_replace_all_d, F_true, &changed);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(changed, changeds[i]);
     } // for
   }
index fe04aecc6e05aba482c3d361a4dcc817b5b2c47d..afb0e8926bef8397f3c9ba4c8050eb5de437bf6b 100644 (file)
@@ -1923,7 +1923,7 @@ void test__f_file_mode_from_string__works_basic_alphabet(void **state) {
 
     const f_status_t status = f_file_mode_from_string(codes[i], 0, &mode, &replace);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(mode, modes[i]);
     assert_int_equal(replace, replaces[i]);
   } // for
@@ -2475,7 +2475,7 @@ void test__f_file_mode_from_string__works_basic_digit(void **state) {
 
     const f_status_t status = f_file_mode_from_string(codes[i], 0, &mode, &replace);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(mode, modes[i]);
     assert_int_equal(replace, replaces[i]);
   } // for
index 3f07c91e98cdba05ca78afdefebb5d5f25eda31f..14065556d31a5013490bda140d3a201bca2519c4 100644 (file)
@@ -87,7 +87,7 @@ void test__f_file_mode_read__works(void **state) {
 
     const f_status_t status = f_file_mode_read(path, F_false, &mode);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(mode, statistics.st_mode);
   }
 
@@ -102,7 +102,7 @@ void test__f_file_mode_read__works(void **state) {
 
     const f_status_t status = f_file_mode_read(path, F_true, &mode);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(mode, statistics.st_mode);
   }
 }
index 646ec0095abeb1f27c7edd35d8d429fc8d616818..654f42a7b2fde861b82d8583839b730d6e479e76 100644 (file)
@@ -107,7 +107,7 @@ void test__f_file_mode_read_at__works(void **state) {
 
     const f_status_t status = f_file_mode_read_at(file, path, 0, &mode);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(mode, statistics.st_mode);
   }
 }
index 7d62b41920e1cbf898a962b336fbd2de93d9e383..c59721a36a48a3c95f9519e6a74f6cc4c234d33c 100644 (file)
@@ -73,7 +73,7 @@ void test__f_file_mode_set__works(void **state) {
 
     const f_status_t status = f_file_mode_set(path, mode);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 6c5da7a785510274c69f454711a73ddd5d513b9a..2dc659bffdf3d18cc85f85c771fd11a6d744806e 100644 (file)
@@ -90,7 +90,7 @@ void test__f_file_mode_set_at__works(void **state) {
 
     const f_status_t status = f_file_mode_set_at(file, path, mode);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 46ece8b114045183147887e517d3f1e4914778a8..fd4e2d3159bc7fc3d4b7f495297881fe0e73a9e2 100644 (file)
@@ -86,7 +86,7 @@ void test__f_file_mode_to_mode__works(void **state) {
 
     const f_status_t status = f_file_mode_to_mode(file_modes[i], &mode);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(mode, modes[i]);
   } // for
 }
index cd9a1fff4bf18a012c1ae618471ae9aa1b190e1a..b398be1b5d892dee3e97e9a62b492fc9243f87f0 100644 (file)
@@ -67,7 +67,7 @@ void test__f_file_name_base__works(void **state) {
 
     const f_status_t status = f_file_name_base(paths[i], &buffer);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(buffer.used, bases[i].used);
     assert_string_equal(buffer.string, bases[i].string);
   } // for
index 25e9c4abb8b3859a9003ff036c88d21767b7ef29..68c98209e1cc9fa108ced56c2dfc4ea1ad3f03a2 100644 (file)
@@ -67,7 +67,7 @@ void test__f_file_name_directory__works(void **state) {
 
     const f_status_t status = f_file_name_directory(paths[i], &buffer);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(buffer.used, bases[i].used);
     assert_string_equal(buffer.string, bases[i].string);
   } // for
index 5ca28b5a1087c87b2f64c5a3b87b7c3de0acda5c..7fa259af1e592316f8b01a4ccaf59413e5b96a49 100644 (file)
@@ -104,7 +104,7 @@ void test__f_file_open__works(void **state) {
 
     const f_status_t status = f_file_open(path, 0, &file);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(file.id, 5);
   }
 }
index c9434de0faf7646ba45f4887f3d4115980ec22da..2650672cde070791c3f2f9fd257e73f4d713aa48 100644 (file)
@@ -117,7 +117,7 @@ void test__f_file_open_at__works(void **state) {
 
     const f_status_t status = f_file_open_at(file, path, F_false, &file);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(file.id, 5);
   }
 }
index b412953c44d48372dbf8ac6e0586af23b49f56fe..64f346720a7c6d76e507e7f5387a821f0fa0ce37 100644 (file)
@@ -85,7 +85,7 @@ void test__f_file_owner_read__works(void **state) {
 
     const f_status_t status = f_file_owner_read(path, F_true, &id);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(id, 5);
   }
 }
index 60c72d9b47b043f0cd5f89843d28811ac20b0512..cb4521890971b93c9673497ac39c0a06d7cd65db 100644 (file)
@@ -66,7 +66,7 @@ void test__f_file_poll__works(void **state) {
 
     const f_status_t status = f_file_poll(polls, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(poll.fd, fd);
     assert_int_equal(poll.events, total);
     assert_int_equal(poll.revents, revents);
index c5d16b1e7619b479a5728160f144c4405ca54d54..a5e1afece6888f021822fb347cfb9faacc20f27e 100644 (file)
@@ -125,7 +125,7 @@ void test__f_file_read__works(void **state) {
     f_string_dynamic_increase_by(1, &buffer);
     buffer.string[buffer.used] = 0;
 
-    assert_int_equal(status, F_none_eof);
+    assert_int_equal(status, F_okay_eof);
     assert_int_equal(buffer.used, 6);
     assert_string_equal(buffer.string, "abcdef");
   }
index 0d837af23b7089ed1dc5c5cdf7e71824bbe78997..627bec2252c359bb7dd4d3e72af9e48edcd428d1 100644 (file)
@@ -115,7 +115,7 @@ void test__f_file_read_block__works(void **state) {
     f_string_dynamic_increase_by(1, &buffer);
     buffer.string[buffer.used] = 0;
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(buffer.used, 4);
     assert_string_equal(buffer.string, "abcd");
   }
@@ -128,7 +128,7 @@ void test__f_file_read_block__works(void **state) {
 
     const f_status_t status = f_file_read_block(file, &buffer);
 
-    assert_int_equal(status, F_none_eof);
+    assert_int_equal(status, F_okay_eof);
     assert_int_equal(buffer.used, 4);
     assert_string_equal(buffer.string, "abcd");
   }
index 909b1a013949bb68f3d574ab2f4372844998a432..3599c594ec0a7739d0452edc1757a5d6b993cdfb 100644 (file)
@@ -120,7 +120,7 @@ void test__f_file_read_until__works(void **state) {
     f_string_dynamic_increase_by(1, &buffer);
     buffer.string[buffer.used] = 0;
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
     assert_int_equal(buffer.used, 6);
     assert_string_equal(buffer.string, "abcdef");
   }
@@ -144,7 +144,7 @@ void test__f_file_read_until__works(void **state) {
     f_string_dynamic_increase_by(1, &buffer);
     buffer.string[buffer.used] = 0;
 
-    assert_int_equal(status, F_none_eof);
+    assert_int_equal(status, F_okay_eof);
     assert_int_equal(buffer.used, 4);
     assert_string_equal(buffer.string, "abcd");
   }
index 283f7a58be444b425b0e2c263949974167a1bb96..498899acbbdd561b41df6e4ecabacae45b6b0cde 100644 (file)
@@ -73,7 +73,7 @@ void test__f_file_remove__works(void **state) {
 
     const f_status_t status = f_file_remove(path);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 7ba4cbefa4774f78c03c538d511f1cbfed7de8a1..0a5c6bca516fdeb38c4513170533d6cbd9c68a31 100644 (file)
@@ -90,7 +90,7 @@ void test__f_file_remove_at__works(void **state) {
 
     const f_status_t status = f_file_remove_at(file, path, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index fa133b4f0be57d9760d001a6be42b4245e107689..2bfa4f0564b8de27c026aee56642db35885c185c 100644 (file)
@@ -99,7 +99,7 @@ void test__f_file_rename__works(void **state) {
 
     const f_status_t status = f_file_rename(path, path);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 798b3b24597fed03eacd4a1836697b7cddf9d37f..885122067baac8a1c272502b3d8a6e8416538926 100644 (file)
@@ -139,7 +139,7 @@ void test__f_file_rename_at__works(void **state) {
 
     const f_status_t status = f_file_rename_at(source, destination, path, path, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index ec7552426cb10b48dca0e390c50cb0511ed56748..eeec7fef144566ba09cc840839210c4bad0bbbdc 100644 (file)
@@ -221,7 +221,7 @@ void test__f_file_role_change__works_for_dereference(void **state) {
 
     const f_status_t status = f_file_role_change(path, 0, 0, F_true);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -230,7 +230,7 @@ void test__f_file_role_change__works_for_dereference(void **state) {
 
     const f_status_t status = f_file_role_change(path, -1, 0, F_true);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -239,7 +239,7 @@ void test__f_file_role_change__works_for_dereference(void **state) {
 
     const f_status_t status = f_file_role_change(path, 0, -1, F_true);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
@@ -256,7 +256,7 @@ void test__f_file_role_change__works_for_reference(void **state) {
 
     const f_status_t status = f_file_role_change(path, 0, 0, F_false);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -265,7 +265,7 @@ void test__f_file_role_change__works_for_reference(void **state) {
 
     const f_status_t status = f_file_role_change(path, -1, 0, F_false);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -274,7 +274,7 @@ void test__f_file_role_change__works_for_reference(void **state) {
 
     const f_status_t status = f_file_role_change(path, 0, -1, F_false);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index ca80f89c6105e1742f2773b04e74d99c811e7658..999ef929d332b778856ffdc849c1fbe376cfa4e3 100644 (file)
@@ -243,7 +243,7 @@ void test__f_file_role_change_at__works_for_dereference(void **state) {
 
     const f_status_t status = f_file_role_change_at(file, path, 0, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -252,7 +252,7 @@ void test__f_file_role_change_at__works_for_dereference(void **state) {
 
     const f_status_t status = f_file_role_change_at(file, path, -1, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -261,7 +261,7 @@ void test__f_file_role_change_at__works_for_dereference(void **state) {
 
     const f_status_t status = f_file_role_change_at(file, path, 0, -1, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
@@ -279,7 +279,7 @@ void test__f_file_role_change_at__works_for_reference(void **state) {
 
     const f_status_t status = f_file_role_change_at(file, path, 0, 0, F_file_at_symlink_follow_no_d);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -288,7 +288,7 @@ void test__f_file_role_change_at__works_for_reference(void **state) {
 
     const f_status_t status = f_file_role_change_at(file, path, -1, 0, F_file_at_symlink_follow_no_d);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -297,7 +297,7 @@ void test__f_file_role_change_at__works_for_reference(void **state) {
 
     const f_status_t status = f_file_role_change_at(file, path, 0, -1, F_file_at_symlink_follow_no_d);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index ef361f273ab9bc2d4335f42448a58b7868590986..ca85c0239337997bf9713a10010a69b83de6b1eb 100644 (file)
@@ -89,7 +89,7 @@ void test__f_file_seek__works(void **state) {
 
     const f_status_t status = f_file_seek(file, 0, 0, &seeked);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 737c9c4a59f2e3a15f8f1b349ece0a5aaec7067a..fc05d12eccaad9111daae3ea8008528a68bae8b8 100644 (file)
@@ -179,7 +179,7 @@ void test__f_file_select__works(void **state) {
 
     const f_status_t status = f_file_select(1, &read, &write, &except, &timeout);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -188,7 +188,7 @@ void test__f_file_select__works(void **state) {
 
     const f_status_t status = f_file_select(1, &read, &write, 0, &timeout);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -197,7 +197,7 @@ void test__f_file_select__works(void **state) {
 
     const f_status_t status = f_file_select(1, &read, 0, &except, &timeout);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -206,7 +206,7 @@ void test__f_file_select__works(void **state) {
 
     const f_status_t status = f_file_select(1, 0, &write, &except, &timeout);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -215,7 +215,7 @@ void test__f_file_select__works(void **state) {
 
     const f_status_t status = f_file_select(1, &read, 0, 0, &timeout);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -224,7 +224,7 @@ void test__f_file_select__works(void **state) {
 
     const f_status_t status = f_file_select(1, 0, &write, 0, &timeout);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -233,7 +233,7 @@ void test__f_file_select__works(void **state) {
 
     const f_status_t status = f_file_select(1, 0, 0, &except, &timeout);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -242,7 +242,7 @@ void test__f_file_select__works(void **state) {
 
     const f_status_t status = f_file_select(1, &read, &write, &except, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -251,7 +251,7 @@ void test__f_file_select__works(void **state) {
 
     const f_status_t status = f_file_select(1, &read, &write, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -260,7 +260,7 @@ void test__f_file_select__works(void **state) {
 
     const f_status_t status = f_file_select(1, &read, 0, &except, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -269,7 +269,7 @@ void test__f_file_select__works(void **state) {
 
     const f_status_t status = f_file_select(1, 0, &write, &except, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -278,7 +278,7 @@ void test__f_file_select__works(void **state) {
 
     const f_status_t status = f_file_select(1, &read, 0, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -287,7 +287,7 @@ void test__f_file_select__works(void **state) {
 
     const f_status_t status = f_file_select(1, 0, &write, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -296,7 +296,7 @@ void test__f_file_select__works(void **state) {
 
     const f_status_t status = f_file_select(1, 0, 0, &except, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index bd5da910eb71883c079f87ce3840dacd44aab76c..60d59a1e32d536f671b3a5b2b950433c14159156 100644 (file)
@@ -243,7 +243,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, &read, &write, &except, &timeout, &signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -252,7 +252,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, &read, &write, &except, &timeout, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -261,7 +261,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, &read, &write, &except, 0, &signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -270,7 +270,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, &read, &write, 0, &timeout, &signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -279,7 +279,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, &read, 0, &except, &timeout, &signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -288,7 +288,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, 0, &write, &except, &timeout, &signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -297,7 +297,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, &read, 0, 0, &timeout, &signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -306,7 +306,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, &read, 0, &except, 0, &signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -315,7 +315,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, &read, 0, &except, &timeout, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -324,7 +324,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, 0, &write, 0, &timeout, &signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -333,7 +333,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, 0, &write, &except, 0, &signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -342,7 +342,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, 0, &write, &except, &timeout, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -351,7 +351,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, 0, 0, &except, &timeout, &signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -360,7 +360,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, 0, &read, &except, 0, &signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -369,7 +369,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, 0, &read, &except, &timeout, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -378,7 +378,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, &read, &write, 0, 0, &signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -387,7 +387,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, &read, &write, 0, &timeout, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -396,7 +396,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, &read, 0, &except, 0, &signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -405,7 +405,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, &read, 0, &except, &timeout, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -414,7 +414,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, 0, &write, &except, 0, &signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -423,7 +423,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, 0, &write, &except, &timeout, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -432,7 +432,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, &read, 0, 0, 0, &signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -441,7 +441,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, 0, &write, 0, 0, &signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -450,7 +450,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, 0, 0, &except, 0, &signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -459,7 +459,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, 0, 0, 0, &timeout, &signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -468,7 +468,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, &read, 0, 0, &timeout, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -477,7 +477,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, 0, &write, 0, &timeout, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -486,7 +486,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, 0, 0, &except, &timeout, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -495,7 +495,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, 0, 0, 0, &timeout, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -504,7 +504,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, 0, 0, &except, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -513,7 +513,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, 0, &write, 0, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -522,7 +522,7 @@ void test__f_file_select_signal__works(void **state) {
 
     const f_status_t status = f_file_select_signal(1, &read, 0, 0, 0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 2e02de68bd6e1aa75141408145e15a4f1c92a514..bb2f7171bc8ae375335fade537be9b9f070e16e7 100644 (file)
@@ -88,7 +88,7 @@ void test__f_file_size__works(void **state) {
 
     const f_status_t status = f_file_size(path, F_true, &size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(size, statistics.st_size);
   }
 }
index 2346e873a81ba7c10d5b993cac956be1817f0f37..7f30c80e9f90ac070b500a6d1260a144ddf13e3e 100644 (file)
@@ -109,7 +109,7 @@ void test__f_file_size_at__works(void **state) {
 
     const f_status_t status = f_file_size_at(file, path, F_false, &size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(size, statistics.st_size);
   }
 
@@ -125,7 +125,7 @@ void test__f_file_size_at__works(void **state) {
 
     const f_status_t status = f_file_size_at(file, path, F_true, &size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(size, statistics.st_size);
   }
 }
index 1929b224e1a44b6e3f217007ee2bb9a92bc56ab9..be6523ce81897878fed2c82459363cef92c9a563 100644 (file)
@@ -94,7 +94,7 @@ void test__f_file_size_by_id__works(void **state) {
 
     const f_status_t status = f_file_size_by_id(file, &size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(size, statistics.st_size);
   }
 }
index 6e58bd63382515932ed8be85d90c011c514d408f..c46f68745161829fc04bea9ccbda6c709da0f9d8 100644 (file)
@@ -94,7 +94,7 @@ void test__f_file_stat__works(void **state) {
 
     const f_status_t status = f_file_stat(path, F_true, &result);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(result.st_mode, statistics.st_mode);
     assert_int_equal(result.st_size, statistics.st_size);
   }
index a81881f6faebf259e22057bea6e4fc9dc7fe5ed7..a5add475f65f4829c80bf9a94e9d0d076a69907d 100644 (file)
@@ -117,7 +117,7 @@ void test__f_file_stat_at__works(void **state) {
 
     const f_status_t status = f_file_stat_at(file, path, F_false, &result);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(result.st_mode, statistics.st_mode);
     assert_int_equal(result.st_size, statistics.st_size);
   }
@@ -136,7 +136,7 @@ void test__f_file_stat_at__works(void **state) {
 
     const f_status_t status = f_file_stat_at(file, path, F_true, &result);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(result.st_mode, statistics.st_mode);
     assert_int_equal(result.st_size, statistics.st_size);
   }
index 6eaa98f51fb62eedd7e8576137daf5f1b3b44a57..99b98755ca56f4b30f98cf47a75c77dedd7dc828 100644 (file)
@@ -100,7 +100,7 @@ void test__f_file_stat_by_id__works(void **state) {
 
     const f_status_t status = f_file_stat_by_id(file, &result);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(result.st_mode, statistics.st_mode);
     assert_int_equal(result.st_size, statistics.st_size);
   }
index c54460ff80a965b2aea4e3db53c18be1213d5b7f..ca575f29d157501971bd0e1aca55d923afbda518 100644 (file)
@@ -98,7 +98,7 @@ void test__f_file_stream_close__works(void **state) {
 
     const f_status_t status = f_file_stream_close(&file);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(file.stream, 0);
   }
 }
index fe869a48eeb3a1d37ce4901307271875d2bfa6b7..679955eb85b9c9dcdaba4dacaf048a3eca6d0370 100644 (file)
@@ -116,7 +116,7 @@ void test__f_file_stream_open__works(void **state) {
 
     const f_status_t status = f_file_stream_open(path, path, &file);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(file.stream, F_type_output_d);
   }
 
@@ -128,7 +128,7 @@ void test__f_file_stream_open__works(void **state) {
 
     const f_status_t status = f_file_stream_open(path, f_string_empty_s, &file);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(file.stream, F_type_output_d);
   }
 }
index aec5f0c47ebea857dc63e0eb80e3ed7a38ac3ca6..ff8f4c50a1663bb28b9ad19790682cac5efa9fdb 100644 (file)
@@ -102,7 +102,7 @@ void test__f_file_stream_open_descriptor__works(void **state) {
 
     const f_status_t status = f_file_stream_open_descriptor(path, &file);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(file.id, id);
   }
 
@@ -114,7 +114,7 @@ void test__f_file_stream_open_descriptor__works(void **state) {
 
     const f_status_t status = f_file_stream_open_descriptor(f_string_empty_s, &file);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(file.id, id);
   }
 }
index 887a7306bf6cd48ab076a401d75d3b3396695750..ba1734fc1f55763469ffbd49e04e60936022e0f6 100644 (file)
@@ -88,7 +88,7 @@ void test__f_file_stream_read__works(void **state) {
 
     const f_status_t status = f_file_stream_read(file, &buffer);
 
-    assert_int_equal(status, F_none_eof);
+    assert_int_equal(status, F_okay_eof);
   }
 
   f_string_dynamic_resize(0, &buffer);
index 17c1cdfbe75420532b9a072d4d8b5d779a929c60..88e6eaa39dfb333e39a787da23bfb11f18e8152e 100644 (file)
@@ -84,7 +84,7 @@ void test__f_file_stream_read_block__works(void **state) {
 
     const f_status_t status = f_file_stream_read_block(file, &buffer);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   f_string_dynamic_resize(0, &buffer);
index ccab7b5d288528ec428fa98017f62a5bd9eb3dd9..ec11414cde7943819a486717cba774d108e05963 100644 (file)
@@ -87,7 +87,7 @@ void test__f_file_stream_read_until__works(void **state) {
 
     const f_status_t status = f_file_stream_read_until(file, 1, &buffer);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
   }
 
   f_string_dynamic_resize(0, &buffer);
index 176b11f3974ef51e86be68965b09c80ab402c666..300dc51998b775fd3e035e9c8d638d9a181411f4 100644 (file)
@@ -111,7 +111,7 @@ void test__f_file_stream_reopen__works(void **state) {
 
     const f_status_t status = f_file_stream_reopen(path, path, &file);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(file.stream, F_type_input_d);
   }
 
@@ -123,7 +123,7 @@ void test__f_file_stream_reopen__works(void **state) {
 
     const f_status_t status = f_file_stream_reopen(path, f_string_empty_s, &file);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(file.stream, F_type_input_d);
   }
 }
index 6394e1cab1815af41f80eb5725522c4bc8685520..e2e56e6e1155554265aded057fee0904be4a63f6 100644 (file)
@@ -69,7 +69,7 @@ void test__f_file_stream_write__works(void **state) {
 
     const f_status_t status = f_file_stream_write(file, test, 0);
 
-    assert_int_equal(status, F_none_eos);
+    assert_int_equal(status, F_okay_eos);
   }
 }
 
index da7c9baeaf4bb788a6a68c49455972dcd0bb0b2c..e6e0c2acb593072343d1d9416f9b00cf89e7b013 100644 (file)
@@ -73,7 +73,7 @@ void test__f_file_stream_write_block__works(void **state) {
 
     f_status_t status = f_file_stream_write_block(file, test, &written);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
     assert_int_equal(written, file.size_write);
 
     // The letter 'e'.
@@ -83,7 +83,7 @@ void test__f_file_stream_write_block__works(void **state) {
 
     status = f_file_stream_write_block(file, test, &written);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
     assert_int_equal(written, file.size_write);
 
     // The letter 's'.
@@ -93,7 +93,7 @@ void test__f_file_stream_write_block__works(void **state) {
 
     status = f_file_stream_write_block(file, test, &written);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
     assert_int_equal(written, file.size_write);
 
     // The letter 't'.
@@ -103,7 +103,7 @@ void test__f_file_stream_write_block__works(void **state) {
 
     status = f_file_stream_write_block(file, test, &written);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
     assert_int_equal(written, file.size_write);
   }
 
@@ -117,7 +117,7 @@ void test__f_file_stream_write_block__works(void **state) {
 
     const f_status_t status = f_file_stream_write_block(file, test, 0);
 
-    assert_int_equal(status, F_none_eos);
+    assert_int_equal(status, F_okay_eos);
   }
 }
 
index 9b29a09a551447d032e866a8c52e4d66395c2000..4023087c2e89cfc3fffade0c71a04e82cab38e1d 100644 (file)
@@ -115,7 +115,7 @@ void test__f_file_stream_write_range__works(void **state) {
 
     const f_status_t status = f_file_stream_write_range(file, test, range, 0);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
   }
 
   {
@@ -128,7 +128,7 @@ void test__f_file_stream_write_range__works(void **state) {
 
     const f_status_t status = f_file_stream_write_range(file, test, range, 0);
 
-    assert_int_equal(status, F_none_eos);
+    assert_int_equal(status, F_okay_eos);
   }
 }
 
index a0e106a3c8ee25c5dc9a00a25e82ba25ee66e285..cc58f638a1527399b1ebfc72ca798284c2f820f2 100644 (file)
@@ -117,7 +117,7 @@ void test__f_file_stream_write_until__works(void **state) {
 
     const f_status_t status = f_file_stream_write_until(file, test, test.used, 0);
 
-    assert_int_equal(status, F_none_eos);
+    assert_int_equal(status, F_okay_eos);
   }
 
   {
@@ -130,7 +130,7 @@ void test__f_file_stream_write_until__works(void **state) {
 
     const f_status_t status = f_file_stream_write_until(file, test, test.used, 0);
 
-    assert_int_equal(status, F_none_eos);
+    assert_int_equal(status, F_okay_eos);
   }
 }
 
index 3a2ac7e8287b750dd19a0e9dfc3c141b682f2b2a..f11c04959cb56a419c2af417268b37bb592ee94d 100644 (file)
@@ -56,7 +56,7 @@ void test__f_file_touch__fails(void **state) {
       const f_status_t status = f_file_touch(path, mode, F_true);
 
       if (statuss[i] == F_file_found_not) {
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
       }
       else {
         assert_int_equal(status, F_status_set_error(statuss[i]));
@@ -149,7 +149,7 @@ void test__f_file_touch__works(void **state) {
 
     const f_status_t status = f_file_touch(path, mode, F_true);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4c73c446b2fb29506721ee44f2a75c4fb26dbe35..f5458e05f15f58f88759a0e6cd580a10eb16f64a 100644 (file)
@@ -59,7 +59,7 @@ void test__f_file_touch_at__fails(void **state) {
       const f_status_t status = f_file_touch_at(file, path, mode, 0);
 
       if (statuss[i] == F_file_found_not) {
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
       }
       else {
         assert_int_equal(status, F_status_set_error(statuss[i]));
@@ -166,7 +166,7 @@ void test__f_file_touch_at__works(void **state) {
 
     const f_status_t status = f_file_touch_at(file, path, mode, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 3b9f192e0fdb1a79a79aa415ec724683ac37a1a0..4bde3b819d04aedeed545c27f23875cbef38f22f 100644 (file)
@@ -87,7 +87,7 @@ void test__f_file_type__works(void **state) {
 
     const f_status_t status = f_file_type(path, F_false, &type);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(type, F_file_type_link_d);
   }
 
@@ -102,7 +102,7 @@ void test__f_file_type__works(void **state) {
 
     const f_status_t status = f_file_type(path, F_true, &type);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(type, F_file_type_regular_d);
   }
 }
index cca769abf4c4ffc2fbdb951a29b26965e00047de..123d7e46fd8ba177b7b5003359632b3832f169b1 100644 (file)
@@ -106,7 +106,7 @@ void test__f_file_type_at__works(void **state) {
 
     const f_status_t status = f_file_type_at(file, path, 0, &type);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(type, F_file_type_link_d);
   }
 
@@ -125,7 +125,7 @@ void test__f_file_type_at__works(void **state) {
 
     const f_status_t status = f_file_type_at(file, path, 0, &type);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(type, F_file_type_regular_d);
   }
 }
index 77da3e830b75d307dbd6c926dbd6088fdbf4f1c4..ee98ad4935e67ad819e09d6628f69eb02c3e66a5 100644 (file)
@@ -24,7 +24,7 @@ void test__f_file_umask_get__works(void **state) {
 
     const mode_t status = f_file_umask_get(&mode);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(mode, F_file_mode_all_rw_d);
   }
 }
index 7fe792f91e622686abdfc9da7c0bd0ea405029ea..788bad0f58044553fd9f9378ea63206b3763605a 100644 (file)
@@ -12,7 +12,7 @@ void test__f_file_umask_set__works(void **state) {
 
     const mode_t status = f_file_umask_set(F_file_mode_all_rw_d);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index f7d89ef198f52779eb3699c46a27451e3ecd1bd8..dfe280f633114ae7087389b7564da7675bc7d2e8 100644 (file)
@@ -111,7 +111,7 @@ void test__f_file_write__works(void **state) {
 
     const f_status_t status = f_file_write(file, path, 0);
 
-    assert_int_equal(status, F_none_eos);
+    assert_int_equal(status, F_okay_eos);
   }
 
   {
@@ -127,7 +127,7 @@ void test__f_file_write__works(void **state) {
 
     const f_status_t status = f_file_write(file, path, 0);
 
-    assert_int_equal(status, F_none_eos);
+    assert_int_equal(status, F_okay_eos);
   }
 }
 
index d875c3e6ca3a4be4004845b66eed1ca0be00a134..f784c33f76ec5c764f26ad628e3cb9ae7afa2b2b 100644 (file)
@@ -95,7 +95,7 @@ void test__f_file_write_block__works(void **state) {
 
     const f_status_t status = f_file_write_block(file, path, 0);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
   }
 
   {
@@ -108,7 +108,7 @@ void test__f_file_write_block__works(void **state) {
 
     const f_status_t status = f_file_write_block(file, path, 0);
 
-    assert_int_equal(status, F_none_eos);
+    assert_int_equal(status, F_okay_eos);
   }
 }
 
index 48697062839ead55933f60a4f7965074970b97a4..0c177878489e35937151abb0d90e9c73dea023a1 100644 (file)
@@ -142,7 +142,7 @@ void test__f_file_write_range__works(void **state) {
 
     const f_status_t status = f_file_write_range(file, path, range, 0);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
   }
 
   {
@@ -155,7 +155,7 @@ void test__f_file_write_range__works(void **state) {
 
     const f_status_t status = f_file_write_range(file, path, range, 0);
 
-    assert_int_equal(status, F_none_eos);
+    assert_int_equal(status, F_okay_eos);
   }
 }
 
index 4861115fdb2f18734ba95f80efb0af5bf9ed3808..aff1746c8e6ec0dbfecf5d9885aa3eef3cdf6fe0 100644 (file)
@@ -136,7 +136,7 @@ void test__f_file_write_until__works(void **state) {
 
     const f_status_t status = f_file_write_until(file, path, path.used, 0);
 
-    assert_int_equal(status, F_none_eos);
+    assert_int_equal(status, F_okay_eos);
   }
 
   {
@@ -149,7 +149,7 @@ void test__f_file_write_until__works(void **state) {
 
     const f_status_t status = f_file_write_until(file, path, path.used, 0);
 
-    assert_int_equal(status, F_none_eos);
+    assert_int_equal(status, F_okay_eos);
   }
 }
 
index cf861c67f44a36ee278ca41627e8e855a28c8932..3f5fc11cc811535785502c192dddfe97da4082f2 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
       }
     } // for
 
-    state->status = F_none;
+    state->status = F_okay;
   }
 #endif // _di_f_fss_apply_delimit_
 
@@ -58,7 +58,7 @@ extern "C" {
       }
     } // for
 
-    state->status = F_none;
+    state->status = F_okay;
   }
 #endif // _di_f_fss_apply_delimit_range_
 
@@ -87,7 +87,7 @@ extern "C" {
       }
     } // for
 
-    state->status = F_none;
+    state->status = F_okay;
   }
 #endif // _di_f_fss_count_lines_
 
@@ -116,7 +116,7 @@ extern "C" {
       }
     } // for
 
-    state->status = F_none;
+    state->status = F_okay;
   }
 #endif // _di_f_fss_count_lines_range_
 
@@ -293,13 +293,13 @@ extern "C" {
     for (;; ++range->start) {
 
       if (range->start >= buffer.used) {
-        state->status = F_none_eos;
+        state->status = F_okay_eos;
 
         return;
       }
 
       if (range->start > range->stop) {
-        state->status = F_none_stop;
+        state->status = F_okay_stop;
 
         return;
       }
@@ -307,7 +307,7 @@ extern "C" {
       if (buffer.string[range->start] == f_fss_eol_s.string[0]) break;
     } // for
 
-    state->status = F_none;
+    state->status = F_okay;
   }
 #endif // _di_f_fss_seek_to_eol_
 
@@ -332,13 +332,13 @@ extern "C" {
     for (;; ++range->start) {
 
       if (range->start >= buffer.used) {
-        state->status = F_none_eos;
+        state->status = F_okay_eos;
 
         return;
       }
 
       if (range->start > range->stop) {
-        state->status = F_none_stop;
+        state->status = F_okay_stop;
 
         return;
       }
@@ -346,7 +346,7 @@ extern "C" {
       if (buffer.string[range->start] != f_fss_placeholder_s.string[0]) break;
     } // for
 
-    state->status = F_none;
+    state->status = F_okay;
   }
 #endif // _di_f_fss_skip_past_delimit_
 
@@ -396,7 +396,7 @@ extern "C" {
       }
 
       if (buffer.string[range->start] == f_fss_eol_s.string[0]) {
-        state->status = F_none_eol;
+        state->status = F_okay_eol;
 
         return;
       }
@@ -455,19 +455,19 @@ extern "C" {
       range->start += width;
 
       if (range->start >= buffer.used) {
-        state->status = F_none_eos;
+        state->status = F_okay_eos;
 
         return;
       }
 
       if (range->start > range->stop) {
-        state->status = F_none_stop;
+        state->status = F_okay_stop;
 
         return;
       }
     } // for
 
-    state->status = F_none;
+    state->status = F_okay;
   }
 #endif // _di_f_fss_skip_past_space_
 
index 1ac6cd3a71fdf3df428d8e75148084b6b9d205de..b7ce0968805b108ec4b925d15020ade72194370a 100644 (file)
@@ -48,7 +48,7 @@ extern "C" {
  *   A state for providing flags and handling interrupts during long running operations.
  *
  *   This alters state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but buffer.used is 0.
  *
  *     F_parameter (with error bit) if a parameter is invalid.
@@ -72,7 +72,7 @@ extern "C" {
  *   A state for providing flags and handling interrupts during long running operations.
  *
  *   This alters state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but buffer.used is 0.
  *
  *     F_parameter (with error bit) if a parameter is invalid.
@@ -100,7 +100,7 @@ extern "C" {
  *   A state for providing flags and handling interrupts during long running operations.
  *
  *   This alters state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but buffer.used is 0 (line is set to 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -128,7 +128,7 @@ extern "C" {
  *   A state for providing flags and handling interrupts during long running operations.
  *
  *   This alters state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but the range.start is greater than buffer.used or buffer.used is 0 (line is set to 0).
  *
  *     F_parameter (with error bit) if a parameter is invalid.
@@ -263,7 +263,7 @@ extern "C" {
  *   A state for providing flags and handling interrupts during long running operations.
  *
  *   This alters state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but nothing is processed.
  *     F_parameter (with error bit) if a parameter is invalid.
  *
@@ -334,10 +334,10 @@ extern "C" {
  *   A state for providing flags and handling interrupts during long running operations.
  *
  *   This alters state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but buffer.used is 0, initial range.start is greater than range.stop, or initial range.start is greater than or equal to buffer.used.
- *     F_none_eos on success and EOS was reached.
- *     F_none_stop on success and stop point was reached.
+ *     F_okay_eos on success and EOS was reached.
+ *     F_okay_stop on success and stop point was reached.
  *
  *     F_parameter (with error bit) if a parameter is invalid.
  */
@@ -357,10 +357,10 @@ extern "C" {
  *   A state for providing flags and handling interrupts during long running operations.
  *
  *   This alters state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but buffer.used is 0, initial range.start is greater than range.stop, or initial range.start is greater than or equal to buffer.used.
- *     F_none_eos on success and EOS was reached.
- *     F_none_stop on success and stop point was reached.
+ *     F_okay_eos on success and EOS was reached.
+ *     F_okay_stop on success and stop point was reached.
  *
  *     F_parameter (with error bit) if a parameter is invalid.
  */
@@ -383,11 +383,11 @@ extern "C" {
  *   A state for providing flags and handling interrupts during long running operations.
  *
  *   This alters state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but buffer.used is 0, initial range.start is greater than range.stop, or initial range.start is greater than or equal to buffer.used.
- *     F_none_eol on success and EOL was reached.
- *     F_none_eos on success and EOS was reached.
- *     F_none_stop on success and stop point was reached.
+ *     F_okay_eol on success and EOL was reached.
+ *     F_okay_eos on success and EOS was reached.
+ *     F_okay_stop on success and stop point was reached.
  *
  *     F_complete_not_utf_eos (with error bit) if unable to get entire UTF-8 sequence due to EOS.
  *     F_complete_not_utf_start (with error bit) if the first character is a combining character.
index b4b656121985a73054a2dbbbd1dafe52494d20d9..30ee93c20880ffeac2207fff643c54aa97ef060b 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
 
     {
       f_fss_item_t * const array = (f_fss_item_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -42,7 +42,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_items_delete_callback_
 
@@ -51,7 +51,7 @@ extern "C" {
 
     {
       f_fss_item_t * const array = (f_fss_item_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -64,7 +64,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_items_destroy_callback_
 
@@ -73,7 +73,7 @@ extern "C" {
 
     {
       f_fss_items_t * const array = (f_fss_items_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -91,7 +91,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_itemss_delete_callback_
 
@@ -100,7 +100,7 @@ extern "C" {
 
     {
       f_fss_items_t * const array = (f_fss_items_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -122,7 +122,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_itemss_destroy_callback_
 
index e699ae0494f48a74690b5eab775621d04bc33884..2ea05e38f55b7c60253a37a0436f66be02b09210 100644 (file)
@@ -122,7 +122,7 @@ extern "C" {
  *   The item to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -141,7 +141,7 @@ extern "C" {
  *   The item to destroy.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -169,7 +169,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -197,7 +197,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -225,7 +225,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -253,7 +253,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index c663e2b72bab25ab85fdc35ef855c96ebbc975c9..ad7d185b0bfe721a43c5aa375f1881d4fa5cb14e 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_named_delete_
 
@@ -45,7 +45,7 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_named_destroy_
 
@@ -54,7 +54,7 @@ extern "C" {
 
     {
       f_fss_named_t * const array = (f_fss_named_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -69,7 +69,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_nameds_delete_callback_
 
@@ -78,7 +78,7 @@ extern "C" {
 
     {
       f_fss_named_t * const array = (f_fss_named_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -96,7 +96,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_nameds_destroy_callback_
 
@@ -105,7 +105,7 @@ extern "C" {
 
     {
       f_fss_nameds_t * const array = (f_fss_nameds_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -129,7 +129,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_namedss_delete_callback_
 
@@ -138,7 +138,7 @@ extern "C" {
 
     {
       f_fss_nameds_t * const array = (f_fss_nameds_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -165,7 +165,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_namedss_destroy_callback_
 
index 957b6ecc9e6a884d0d938c157330abc5e2bbbe76..db42de8aa94714219e9cd1364227a2a766a3d6f1 100644 (file)
@@ -103,7 +103,7 @@ extern "C" {
  *   The named to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -126,7 +126,7 @@ extern "C" {
  *   The named to destroy.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -158,7 +158,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -190,7 +190,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -222,7 +222,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -254,7 +254,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index cbb771588391c397a2610e077b4305b2062b8a4d..1cbd6d7d59e327e8f756415431acbfa5793c0eb3 100644 (file)
@@ -11,7 +11,7 @@ extern "C" {
     #endif // _di_level_0_parameter_checking_
 
     {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = 0; i < nest->size; ++i) {
@@ -40,7 +40,7 @@ extern "C" {
     #endif // _di_level_0_parameter_checking_
 
     {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = 0; i < nest->size; ++i) {
@@ -71,7 +71,7 @@ extern "C" {
 
     {
       f_fss_nest_t * const array = (f_fss_nest_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
       f_number_unsigned_t k = 0;
 
@@ -98,7 +98,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_nests_delete_callback_
 
@@ -107,7 +107,7 @@ extern "C" {
 
     {
       f_fss_nest_t * const array = (f_fss_nest_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
       f_number_unsigned_t k = 0;
 
@@ -138,7 +138,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_nests_destroy_callback_
 
@@ -147,7 +147,7 @@ extern "C" {
 
     {
       f_fss_nests_t * const array = (f_fss_nests_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
       f_number_unsigned_t k = 0;
       f_number_unsigned_t l = 0;
@@ -183,7 +183,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_nestss_delete_callback_
 
@@ -192,7 +192,7 @@ extern "C" {
 
     {
       f_fss_nests_t * const array = (f_fss_nests_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
       f_number_unsigned_t k = 0;
       f_number_unsigned_t l = 0;
@@ -232,7 +232,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_nestss_destroy_callback_
 
index 449944f688084ec0257b9cddcf0fad32a979dbfc..587097a42c194ad1f18fa9b068114aa40e44db34 100644 (file)
@@ -99,7 +99,7 @@ extern "C" {
  *   The nest to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -118,7 +118,7 @@ extern "C" {
  *   The nest to destroy.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -148,7 +148,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -176,7 +176,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -204,7 +204,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -232,7 +232,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 023da0ac09bf312d289665326863611762f8ea37..6437f6a4982a00d405bb53c8b9f64be96347223a 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 #if !defined(_di_f_fss_items_adjust_) || !defined(_di_f_fss_items_decimate_by_) || !defined(_di_f_fss_nest_adjust_) || !defined(_di_f_fss_nest_decimate_by_)
   f_status_t private_f_fss_items_adjust(const f_number_unsigned_t length, f_fss_items_t * const items) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < items->size; ++i) {
 
@@ -23,7 +23,7 @@ extern "C" {
 #if !defined(_di_f_fss_items_decrease_by_) || !defined(_di_f_fss_items_resize_) || !defined(_di_f_fss_nest_decrease_by_) || !defined(_di_f_fss_nest_resize_)
   f_status_t private_f_fss_items_resize(const f_number_unsigned_t length, f_fss_items_t * const items) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < items->size; ++i) {
 
index 3f6977d4d4ea658d47db332feb192cb7a4219ef8..2b6dbc3499e90c3c695510bd77b391eafa0900d0 100644 (file)
@@ -17,7 +17,7 @@ extern "C" {
     status = f_memory_arrays_adjust(length, sizeof(f_uint8s_t), (void **) &named->quotess.array, &named->quotess.used, &named->quotess.size, &f_uint8s_delete_callback);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_fss_nameds_adjust_) || !defined(_di_f_fss_nameds_decimate_by_)
 
@@ -33,7 +33,7 @@ extern "C" {
     status = f_memory_arrays_resize(length, sizeof(f_uint8s_t), (void **) &named->quotess.array, &named->quotess.used, &named->quotess.size, &f_uint8s_delete_callback);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_fss_nameds_decrease_by_) || !defined(_di_f_fss_named_increase_) || !defined(_di_f_fss_named_increase_by_) || !defined(_di_f_fss_nameds_resize_)
 
@@ -41,7 +41,7 @@ extern "C" {
   f_status_t private_f_fss_nameds_adjust(const f_number_unsigned_t length, f_fss_nameds_t * const nameds) {
 
     {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = length; i < nameds->size; ++i) {
 
@@ -58,7 +58,7 @@ extern "C" {
   f_status_t private_f_fss_nameds_resize(const f_number_unsigned_t length, f_fss_nameds_t * const nameds) {
 
     {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = length; i < nameds->size; ++i) {
 
index d2625dd925cef65327603bb3cffd2f1b50615483..3f8e4fc49686e6ba82e4ab193360ed734826f4cc 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The named to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_memory_arrays_adjust().
  *   Errors (with error bit) from: macro_f_string_ranges_t_adjust().
@@ -54,7 +54,7 @@ extern "C" {
  *   The named to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_memory_arrays_resize().
  *   Errors (with error bit) from: f_string_ranges_resize().
index a85fbbb2b81836aebfbaaf4f3750972d99650ae3..4b42204d18ba842188b77dd43b52b86b2768afb8 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
   f_status_t private_f_fss_nest_adjust(const f_number_unsigned_t length, f_fss_nest_t * const nest) {
 
     {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = length; i < nest->size; ++i) {
 
@@ -27,7 +27,7 @@ extern "C" {
   f_status_t private_f_fss_nest_resize(const f_number_unsigned_t length, f_fss_nest_t * const nest) {
 
     {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = length; i < nest->size; ++i) {
 
@@ -44,7 +44,7 @@ extern "C" {
   f_status_t private_f_fss_nests_adjust(const f_number_unsigned_t length, f_fss_nests_t *nests) {
 
     {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = length; i < nests->size; ++i) {
 
@@ -61,7 +61,7 @@ extern "C" {
   f_status_t private_f_fss_nests_resize(const f_number_unsigned_t length, f_fss_nests_t * const nests) {
 
     {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = length; i < nests->size; ++i) {
 
index 2949ff65d19795e09413f26262f83a840bfe7f6a..3c443a0d043ff6d519f5381e2ebc61258810ff0d 100644 (file)
@@ -14,7 +14,7 @@ extern "C" {
     status = f_string_rangess_adjust(length, &set->contents);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_fss_set_adjust_) || !defined(_di_f_fss_set_decimate_by_)
 
@@ -27,7 +27,7 @@ extern "C" {
     status = f_string_rangess_resize(length, &set->contents);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_fss_set_decrease_by_) || !defined(_di_f_fss_set_increase_) || !defined(_di_f_fss_set_increase_by_) || !defined(_di_f_fss_set_resize_)
 
@@ -35,7 +35,7 @@ extern "C" {
   f_status_t private_f_fss_sets_adjust(const f_number_unsigned_t length, f_fss_sets_t * const sets) {
 
     {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = length; i < sets->size; ++i) {
 
@@ -55,7 +55,7 @@ extern "C" {
   f_status_t private_f_fss_sets_resize(const f_number_unsigned_t length, f_fss_sets_t * const sets) {
 
     {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = length; i < sets->size; ++i) {
 
index 5250ae56fc39fa3819a77751c06ac6e4342ef55a..808c5add92071b7ef3c39c74aa4b489d36340008 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The set to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_string_ranges_adjust().
  *   Errors (with error bit) from: f_string_rangess_adjust().
@@ -52,7 +52,7 @@ extern "C" {
  *   The set to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_string_ranges_resize().
  *   Errors (with error bit) from: f_string_rangess_resize().
index 1b477db596e2cecdbc8eb3e8929c9cb486d7c2f8..3d6e54b115c887a509b1cbb09a3ee898d5685c7b 100644 (file)
@@ -20,7 +20,7 @@ extern "C" {
     status = f_memory_arrays_adjust(length, sizeof(f_uint8s_t), (void **) &set_quote->contents_quote.array, &set_quote->contents_quote.used, &set_quote->contents_quote.size, &f_uint8s_delete_callback);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_fss_set_quote_adjust_) || !defined(_di_f_fss_set_quote_decimate_by_)
 
@@ -39,7 +39,7 @@ extern "C" {
     status = f_memory_arrays_resize(length, sizeof(f_uint8s_t), (void **) &set_quote->contents_quote.array, &set_quote->contents_quote.used, &set_quote->contents_quote.size, &f_uint8s_delete_callback);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_fss_set_quote_decrease_by_) || !defined(_di_f_fss_set_quote_increase_) || !defined(_di_f_fss_set_quote_increase_by_) || !defined(_di_f_fss_set_quote_resize_)
 
@@ -47,7 +47,7 @@ extern "C" {
   f_status_t private_f_fss_set_quotes_adjust(const f_number_unsigned_t length, f_fss_set_quotes_t * const set_quotes) {
 
     {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = length; i < set_quotes->size; ++i) {
 
@@ -73,7 +73,7 @@ extern "C" {
   f_status_t private_f_fss_set_quotes_resize(const f_number_unsigned_t length, f_fss_set_quotes_t * const set_quotes) {
 
     {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = length; i < set_quotes->size; ++i) {
 
index 7b9c381d4b03ebef9b0cbdbfa9458b2f133a8348..15fb8776965ea9b77500ba04351ba7cf779b003d 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The set_quote to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_memory_array_resize().
  *   Errors (with error bit) from: f_memory_arrays_resize().
@@ -56,7 +56,7 @@ extern "C" {
  *   The set_quote to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_memory_array_resize().
  *   Errors (with error bit) from: f_memory_arrays_resize().
index 41d76baf3607ebc4976c5934dde4ad65c2c792d6..531bbf0c31a5fe971d63a90f6045c6b8a120cadd 100644 (file)
@@ -13,7 +13,7 @@ extern "C" {
 
     destination->array[destination->used++] = source;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_fss_simple_packet_ranges_append_) || !defined(_di_f_fss_simple_packet_rangess_append_)
 
@@ -29,7 +29,7 @@ extern "C" {
       destination->array[destination->used++] = source.array[i];
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_fss_simple_packet_ranges_append_) || !defined(_di_f_fss_simple_packet_ranges_append_all_) || !defined(_di_f_fss_simple_packet_rangess_append_all_)
 
@@ -37,7 +37,7 @@ extern "C" {
   f_status_t private_f_fss_simple_packet_rangess_adjust(const f_number_unsigned_t length, f_fss_simple_packet_rangess_t *rangess) {
 
     {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = length; i < rangess->size; ++i) {
 
@@ -54,7 +54,7 @@ extern "C" {
   f_status_t private_f_fss_simple_packet_rangess_resize(const f_number_unsigned_t length, f_fss_simple_packet_rangess_t *rangess) {
 
     {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = length; i < rangess->size; ++i) {
 
@@ -71,7 +71,7 @@ extern "C" {
   f_status_t private_f_fss_simple_packets_adjust(const f_number_unsigned_t length, f_fss_simple_packets_t *packets) {
 
     {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = length; i < packets->size; ++i) {
 
@@ -92,7 +92,7 @@ extern "C" {
 
     destination->array[destination->used++] = source;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_fss_simple_packets_append_) || !defined(_di_f_fss_simple_packetss_append_)
 
@@ -108,7 +108,7 @@ extern "C" {
       destination->array[destination->used++] = source.array[i];
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_fss_simple_packets_append_) || !defined(_di_f_fss_simple_packets_append_all_) || !defined(_di_f_fss_simple_packetss_append_all_)
 
@@ -116,7 +116,7 @@ extern "C" {
   f_status_t private_f_fss_simple_packets_resize(const f_number_unsigned_t length, f_fss_simple_packets_t *packets) {
 
     {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = length; i < packets->size; ++i) {
 
@@ -133,7 +133,7 @@ extern "C" {
   f_status_t private_f_fss_simple_packetss_adjust(const f_number_unsigned_t length, f_fss_simple_packetss_t *packetss) {
 
     {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = length; i < packetss->size; ++i) {
 
@@ -150,7 +150,7 @@ extern "C" {
   f_status_t private_f_fss_simple_packetss_resize(const f_number_unsigned_t length, f_fss_simple_packetss_t *packetss) {
 
     {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = length; i < packetss->size; ++i) {
 
index 397ebc8ca6edd04b230c155cf2ba5e34f96351a1..6a98008f3e411cfa4979a5430999088a3203ae10 100644 (file)
@@ -18,7 +18,7 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_set_delete_
 
@@ -36,7 +36,7 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_set_destroy_
 
@@ -45,7 +45,7 @@ extern "C" {
 
     {
       f_fss_set_t * const array = (f_fss_set_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -57,7 +57,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_sets_delete_callback_
 
@@ -66,7 +66,7 @@ extern "C" {
 
     {
       f_fss_set_t * const array = (f_fss_set_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -78,7 +78,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_sets_destroy_callback_
 
@@ -87,7 +87,7 @@ extern "C" {
 
     {
       f_fss_sets_t * const array = (f_fss_sets_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -108,7 +108,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_setss_delete_callback_
 
@@ -117,7 +117,7 @@ extern "C" {
 
     {
       f_fss_sets_t * const array = (f_fss_sets_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -138,7 +138,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_setss_destroy_callback_
 
index fcd868960aa0e65fcea4e4d8bc383805b6a23d50..b91d73daf03043b3a46fbbd75749e3c25ea61c2e 100644 (file)
@@ -96,7 +96,7 @@ extern "C" {
  *   The set to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -117,7 +117,7 @@ extern "C" {
  *   The set to destroy.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -147,7 +147,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -175,7 +175,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -203,7 +203,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -231,7 +231,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index d3cebc03644b2be90f2d6c395788acec930205dc..f29a02a55534a7882a456e72c13423c9361d9dc7 100644 (file)
@@ -24,7 +24,7 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_set_quote_delete_
 
@@ -48,7 +48,7 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_set_quote_destroy_
 
@@ -57,7 +57,7 @@ extern "C" {
 
     {
       f_fss_set_quote_t * const array = (f_fss_set_quote_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -75,7 +75,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_set_quotes_delete_callback_
 
@@ -84,7 +84,7 @@ extern "C" {
 
     {
       f_fss_set_quote_t * const array = (f_fss_set_quote_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -102,7 +102,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_set_quotes_destroy_callback_
 
@@ -111,7 +111,7 @@ extern "C" {
 
     {
       f_fss_set_quotes_t * const array = (f_fss_set_quotes_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -138,7 +138,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_set_quotess_delete_callback_
 
@@ -147,7 +147,7 @@ extern "C" {
 
     {
       f_fss_set_quotes_t * const array = (f_fss_set_quotes_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -174,7 +174,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_set_quotess_destroy_callback_
 
index 2ba808fc3ff39203149ca1f14be562062dd60e95..110ed9c03674781cba2e4a4c69775f88acab7458 100644 (file)
@@ -103,7 +103,7 @@ extern "C" {
  *   The quote set to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -128,7 +128,7 @@ extern "C" {
  *   The quote set to destroy.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -162,7 +162,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -196,7 +196,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -230,7 +230,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -264,7 +264,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 52bbdfb15e1f766ebb7b7ad41a5d8ff86c42b615..37e821fc8b9d3b93760672ebd94f56cf74da795d 100644 (file)
@@ -62,20 +62,20 @@ extern "C" {
         if (buffer.string[2] || buffer.string[3] || !buffer.string[4]) return F_partial;
         if (buffer.string[1] < F_fss_simple_packet_block_header_size_d) return F_status_set_error(F_valid_not);
 
-        return (buffer.string[1] == F_fss_simple_packet_block_header_size_d) ? F_none : F_partial;
+        return (buffer.string[1] == F_fss_simple_packet_block_header_size_d) ? F_okay : F_partial;
       }
 
       // Little endian.
       if (!buffer.string[1] || buffer.string[2] || buffer.string[3]) return F_partial;
       if (buffer.string[4] < F_fss_simple_packet_block_header_size_d) return F_status_set_error(F_valid_not);
 
-      return (buffer.string[4] == F_fss_simple_packet_block_header_size_d) ? F_none : F_partial;
+      return (buffer.string[4] == F_fss_simple_packet_block_header_size_d) ? F_okay : F_partial;
     }
 
     range->payload.start = F_fss_simple_packet_block_header_size_d;
     range->payload.stop = (buffer.used - F_fss_simple_packet_block_header_size_d < F_fss_simple_packet_block_payload_size_d) ? buffer.used - 1 : F_fss_simple_packet_block_payload_size_d - 1;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_simple_packet_identify_
 
@@ -84,7 +84,7 @@ extern "C" {
 
     {
       f_fss_simple_packet_t * const array = (f_fss_simple_packet_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -93,7 +93,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_simple_packets_delete_callback_
 
@@ -102,7 +102,7 @@ extern "C" {
 
     {
       f_fss_simple_packet_t * const array = (f_fss_simple_packet_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -114,7 +114,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_simple_packets_destroy_callback_
 
@@ -123,7 +123,7 @@ extern "C" {
 
     {
       f_fss_simple_packets_t * const array = (f_fss_simple_packets_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -141,7 +141,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_simple_packetss_delete_callback_
 
@@ -150,7 +150,7 @@ extern "C" {
 
     {
       f_fss_simple_packets_t * const array = (f_fss_simple_packets_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -171,7 +171,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fss_simple_packetss_destroy_callback_
 
index f9aa0624c2ed252f26f07793ed74e8419a4a4e8f..eefaf136813e1bde54decbe08040f8eaf2ac0923 100644 (file)
@@ -199,7 +199,7 @@ extern "C" {
  *   The simple packet to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -218,7 +218,7 @@ extern "C" {
  *   The simple packet to destroy.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -241,7 +241,7 @@ extern "C" {
  *   If the buffer is too small (including when F_data_not is returned), then the ranges are all set to the out of range values as appropriate.
  *
  * @return
- *   F_none on success (The end of the Payload Block is assumed to be the remainder of the buffer or F_fss_simple_packet_block_payload_size_d, whichever is smaller).
+ *   F_okay on success (The end of the Payload Block is assumed to be the remainder of the buffer or F_fss_simple_packet_block_payload_size_d, whichever is smaller).
  *   F_partial on success but not all blocks are identified.
  *   F_data_not if buffer.used is 0.
  *
@@ -268,7 +268,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -296,7 +296,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -324,7 +324,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -352,7 +352,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index b5c88ada40b6b64aec2fc48707655a8a821b71c1..3acd7eee6750c5a34b55e89e8e920f88a1d5377b 100644 (file)
@@ -115,7 +115,7 @@ void test__f_fss_apply_delimit__works(void **state) {
 
     f_fss_apply_delimit(delimitss[i], &tests[i], &state_data);
 
-    assert_int_equal(state_data.status, F_none);
+    assert_int_equal(state_data.status, F_okay);
     assert_int_equal(tests[i].used, expects[i].used);
 
     for (uint8_t j = 0; j < tests[i].used; ++j) {
index 41507543e0a19ff9ffbabf07953e4cceb259dd1c..6d58fd1ae3f98e21ad52ce6e2f0a9f2bb5520cdd 100644 (file)
@@ -137,7 +137,7 @@ void test__f_fss_apply_delimit_range__works(void **state) {
 
     f_fss_apply_delimit_range(delimitss[i], range, &tests[i], &state_data);
 
-    assert_int_equal(state_data.status, F_none);
+    assert_int_equal(state_data.status, F_okay);
     assert_int_equal(tests[i].used, expects[i].used);
 
     for (uint8_t j = 0; j < tests[i].used; ++j) {
index ed9696facf653d683df1c83cc641db286b5680cc..bdd596fdcf9ceda18ccf3c84697095c72564cb9d 100644 (file)
@@ -49,7 +49,7 @@ void test__f_fss_count_lines__works(void **state) {
 
     f_fss_count_lines(buffers[i], buffers[i].used, &line, &state_data);
 
-    assert_int_equal(state_data.status, F_none);
+    assert_int_equal(state_data.status, F_okay);
     assert_int_equal(line, expect);
   } // for
 }
index 790f6733525d6be705ca965f980b83f40ab56044..774ef440ffb655c903ffe175af27494bf0579b65 100644 (file)
@@ -71,7 +71,7 @@ void test__f_fss_count_lines_range__works(void **state) {
 
     f_fss_count_lines_range(buffers[i], range, &line, &state_data);
 
-    assert_int_equal(state_data.status, F_none);
+    assert_int_equal(state_data.status, F_okay);
     assert_int_equal(line, expect);
   } // for
 }
index a025dc1f5e7161fc12b66f65d387dcf0b977fa55..6424a546ef4ee64a39b449df4ec2fd392dd8d807 100644 (file)
@@ -38,11 +38,11 @@ void test__f_fss_items_delete_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     const f_status_t status = f_fss_items_delete_callback(0, length, (void *) datas_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 2bd88287cef5f17a6d9c45c58f4d31b3e715d0bd..24f8426412e1ac06ab265635f7af33a68c98a697 100644 (file)
@@ -38,11 +38,11 @@ void test__f_fss_items_destroy_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     const f_status_t status = f_fss_items_destroy_callback(0, length, (void *) datas_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 129340bc9620a662bdd2222b153e2d43093fbf6d..9f747d7aab1888e3c778fd1441e97467d8b76e05 100644 (file)
@@ -26,7 +26,7 @@ void test__f_fss_itemss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, true);
     will_return(__wrap_f_memory_array_resize, F_status_set_error(F_failure));
@@ -48,19 +48,19 @@ void test__f_fss_itemss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_fss_items_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_fss_item_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_ranges_resize(1, &datass.array[0].array[0].content);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_fss_itemss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 969558ca542de732a2982dfcb88a55754e52d6fc..d96264b9d7d306d93bd8d1bcffc97b4051097215 100644 (file)
@@ -26,7 +26,7 @@ void test__f_fss_itemss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, true);
     will_return(__wrap_f_memory_array_adjust, F_status_set_error(F_failure));
@@ -48,19 +48,19 @@ void test__f_fss_itemss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_fss_items_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_fss_item_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_ranges_adjust(1, &datass.array[0].array[0].content);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_fss_itemss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 64403f2650a1a541434a4440ed9f9f8e657c5373..2e616c41e9f112255124b7dde2bc00fe15133202 100644 (file)
@@ -26,7 +26,7 @@ void test__f_fss_nameds_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_rangess_resize, true);
     will_return(__wrap_f_string_rangess_resize, F_status_set_error(F_failure));
@@ -38,10 +38,10 @@ void test__f_fss_nameds_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_rangess_resize, false);
-    will_return(__wrap_f_string_rangess_resize, F_none);
+    will_return(__wrap_f_string_rangess_resize, F_okay);
 
     will_return(__wrap_f_memory_arrays_resize, true);
     will_return(__wrap_f_memory_arrays_resize, F_status_set_error(F_failure));
@@ -65,17 +65,17 @@ void test__f_fss_nameds_delete_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_rangess_resize, false);
-    will_return(__wrap_f_string_rangess_resize, F_none);
+    will_return(__wrap_f_string_rangess_resize, F_okay);
 
     will_return(__wrap_f_memory_arrays_resize, false);
-    will_return(__wrap_f_memory_arrays_resize, F_none);
+    will_return(__wrap_f_memory_arrays_resize, F_okay);
 
     const f_status_t status = f_fss_nameds_delete_callback(0, length, (void *) datas_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 54e541235056f9b4a7559dc6d419af651efdfbab..1260630230345a914fa21c059f30e1df8ded4f8b 100644 (file)
@@ -26,7 +26,7 @@ void test__f_fss_nameds_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_rangess_adjust, true);
     will_return(__wrap_f_string_rangess_adjust, F_status_set_error(F_failure));
@@ -38,10 +38,10 @@ void test__f_fss_nameds_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_rangess_adjust, false);
-    will_return(__wrap_f_string_rangess_adjust, F_none);
+    will_return(__wrap_f_string_rangess_adjust, F_okay);
 
     will_return(__wrap_f_memory_arrays_adjust, true);
     will_return(__wrap_f_memory_arrays_adjust, F_status_set_error(F_failure));
@@ -65,17 +65,17 @@ void test__f_fss_nameds_destroy_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_rangess_adjust, false);
-    will_return(__wrap_f_string_rangess_adjust, F_none);
+    will_return(__wrap_f_string_rangess_adjust, F_okay);
 
     will_return(__wrap_f_memory_arrays_adjust, false);
-    will_return(__wrap_f_memory_arrays_adjust, F_none);
+    will_return(__wrap_f_memory_arrays_adjust, F_okay);
 
     const f_status_t status = f_fss_nameds_destroy_callback(0, length, (void *) datas_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 0afab839f5f217c5edc2ec2a8b9169410ca3611c..dbc7e732df940e524e30e4afe95186356aaef178 100644 (file)
@@ -26,7 +26,7 @@ void test__f_fss_namedss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_rangess_resize, true);
     will_return(__wrap_f_string_rangess_resize, F_status_set_error(F_failure));
@@ -38,10 +38,10 @@ void test__f_fss_namedss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_rangess_resize, false);
-    will_return(__wrap_f_string_rangess_resize, F_none);
+    will_return(__wrap_f_string_rangess_resize, F_okay);
 
     will_return(__wrap_f_memory_arrays_resize, true);
     will_return(__wrap_f_memory_arrays_resize, F_status_set_error(F_failure));
@@ -63,28 +63,28 @@ void test__f_fss_namedss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_fss_nameds_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_fss_named_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_ranges_resize(1, &datass.array[0].array[0].objects);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_rangess_resize(1, &datass.array[0].array[0].contents);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_arrays_resize(1, sizeof(f_uint8s_t), (void **) &datass.array[0].array[0].quotess.array, &datass.array[0].array[0].quotess.used, &datass.array[0].array[0].quotess.size, &f_uint8ss_delete_callback);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(uint8_t), (void **) &datass.array[0].array[0].quotess.array[0].array, &datass.array[0].array[0].quotess.array[0].used, &datass.array[0].array[0].quotess.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_fss_namedss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index e6ce2ee28ec4f31c16717f6a6a355ca3fb892791..97bc9e258709ebd867eb4ba4ddf3f6916c6e5bd9 100644 (file)
@@ -26,7 +26,7 @@ void test__f_fss_namedss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_rangess_adjust, true);
     will_return(__wrap_f_string_rangess_adjust, F_status_set_error(F_failure));
@@ -38,10 +38,10 @@ void test__f_fss_namedss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_rangess_adjust, false);
-    will_return(__wrap_f_string_rangess_adjust, F_none);
+    will_return(__wrap_f_string_rangess_adjust, F_okay);
 
     will_return(__wrap_f_memory_arrays_adjust, true);
     will_return(__wrap_f_memory_arrays_adjust, F_status_set_error(F_failure));
@@ -63,28 +63,28 @@ void test__f_fss_namedss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_fss_nameds_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_fss_named_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_ranges_adjust(1, &datass.array[0].array[0].objects);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_rangess_adjust(1, &datass.array[0].array[0].contents);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_arrays_adjust(1, sizeof(f_uint8s_t), (void **) &datass.array[0].array[0].quotess.array, &datass.array[0].array[0].quotess.used, &datass.array[0].array[0].quotess.size, &f_uint8ss_delete_callback);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(uint8_t), (void **) &datass.array[0].array[0].quotess.array[0].array, &datass.array[0].array[0].quotess.array[0].used, &datass.array[0].array[0].quotess.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_fss_namedss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 659c0f3c5fae9990e6b8cdaeaa09ec7a8c4fa8a9..f4fdbb1bc0a324d6d4da56a72e9892fa75f85c0a 100644 (file)
@@ -28,7 +28,7 @@ void test__f_fss_nests_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, true);
     will_return(__wrap_f_memory_array_resize, F_status_set_error(F_failure));
@@ -40,10 +40,10 @@ void test__f_fss_nests_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, false);
-    will_return(__wrap_f_memory_array_resize, F_none);
+    will_return(__wrap_f_memory_array_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, true);
     will_return(__wrap_f_memory_array_resize, F_status_set_error(F_failure));
@@ -69,17 +69,17 @@ void test__f_fss_nests_delete_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, false);
-    will_return(__wrap_f_memory_array_resize, F_none);
+    will_return(__wrap_f_memory_array_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, false);
-    will_return(__wrap_f_memory_array_resize, F_none);
+    will_return(__wrap_f_memory_array_resize, F_okay);
 
     const f_status_t status = f_fss_nests_delete_callback(0, length, (void *) data_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index a8e8a864ec5c5063fb2550939b4752ce17238415..2680bf36ee1fd238b9c782b344c593f8ca5e6fe3 100644 (file)
@@ -28,7 +28,7 @@ void test__f_fss_nests_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, true);
     will_return(__wrap_f_memory_array_adjust, F_status_set_error(F_failure));
@@ -40,10 +40,10 @@ void test__f_fss_nests_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, false);
-    will_return(__wrap_f_memory_array_adjust, F_none);
+    will_return(__wrap_f_memory_array_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, true);
     will_return(__wrap_f_memory_array_adjust, F_status_set_error(F_failure));
@@ -69,17 +69,17 @@ void test__f_fss_nests_destroy_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, false);
-    will_return(__wrap_f_memory_array_adjust, F_none);
+    will_return(__wrap_f_memory_array_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, false);
-    will_return(__wrap_f_memory_array_adjust, F_none);
+    will_return(__wrap_f_memory_array_adjust, F_okay);
 
     const f_status_t status = f_fss_nests_destroy_callback(0, length, (void *) data_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 6ede59175fa7a2d6216149376337cfa3149e9863..5afadb33c8fc26345164957a403b5f477c618933 100644 (file)
@@ -30,7 +30,7 @@ void test__f_fss_nestss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, true);
     will_return(__wrap_f_memory_array_resize, F_status_set_error(F_failure));
@@ -52,25 +52,25 @@ void test__f_fss_nestss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_fss_nests_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_fss_nest_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_fss_items_t), (void **) &datass.array[0].array[0].depth, &datass.array[0].array[0].used, &datass.array[0].array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_fss_item_t), (void **) &datass.array[0].array[0].depth[0].array, &datass.array[0].array[0].depth[0].used, &datass.array[0].array[0].depth[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_ranges_resize(1, &datass.array[0].array[0].depth[0].array[0].content);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_fss_nestss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 2f91f06765d67d8b4babf958456d67c56dbeb1dc..c15faa1216fd0d7a4a0ee49d24d162d88a09bc2a 100644 (file)
@@ -30,7 +30,7 @@ void test__f_fss_nestss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, true);
     will_return(__wrap_f_memory_array_adjust, F_status_set_error(F_failure));
@@ -52,25 +52,25 @@ void test__f_fss_nestss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_fss_nests_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_fss_nest_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_fss_items_t), (void **) &datass.array[0].array[0].depth, &datass.array[0].array[0].used, &datass.array[0].array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_fss_item_t), (void **) &datass.array[0].array[0].depth[0].array, &datass.array[0].array[0].depth[0].used, &datass.array[0].array[0].depth[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_ranges_adjust(1, &datass.array[0].array[0].depth[0].array[0].content);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_fss_nestss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 38a12a248b21d98437c01279110af81dbfe37b8b..eaa6c2f7d553e10e6171ba331a5d396cc251bfa0 100644 (file)
@@ -97,18 +97,18 @@ void test__f_fss_seek_to_eol__works(void **state) {
   };
 
   f_status_t statuss[] = {
-    F_none_eos,
-    F_none_eos,
-    F_none,
-    F_none,
-    F_none,
-    F_none,
-    F_none_stop,
-    F_none_stop,
-    F_none,
-    F_none,
-    F_none,
-    F_none,
+    F_okay_eos,
+    F_okay_eos,
+    F_okay,
+    F_okay,
+    F_okay,
+    F_okay,
+    F_okay_stop,
+    F_okay_stop,
+    F_okay,
+    F_okay,
+    F_okay,
+    F_okay,
   };
 
   for (uint8_t i = 0; i < 12; ++i) {
index 99107939941f8b378d8005ef29140bdd29488b9d..e163617a05be14ebaf8b8249db6f4c2d419583a4 100644 (file)
@@ -26,7 +26,7 @@ void test__f_fss_set_quotes_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_rangess_resize, true);
     will_return(__wrap_f_string_rangess_resize, F_status_set_error(F_failure));
@@ -38,10 +38,10 @@ void test__f_fss_set_quotes_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_rangess_resize, false);
-    will_return(__wrap_f_string_rangess_resize, F_none);
+    will_return(__wrap_f_string_rangess_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, true);
     will_return(__wrap_f_memory_array_resize, F_status_set_error(F_failure));
@@ -53,13 +53,13 @@ void test__f_fss_set_quotes_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_rangess_resize, false);
-    will_return(__wrap_f_string_rangess_resize, F_none);
+    will_return(__wrap_f_string_rangess_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, false);
-    will_return(__wrap_f_memory_array_resize, F_none);
+    will_return(__wrap_f_memory_array_resize, F_okay);
 
     will_return(__wrap_f_memory_arrays_resize, true);
     will_return(__wrap_f_memory_arrays_resize, F_status_set_error(F_failure));
@@ -83,20 +83,20 @@ void test__f_fss_set_quotes_delete_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_rangess_resize, false);
-    will_return(__wrap_f_string_rangess_resize, F_none);
+    will_return(__wrap_f_string_rangess_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, false);
-    will_return(__wrap_f_memory_array_resize, F_none);
+    will_return(__wrap_f_memory_array_resize, F_okay);
 
     will_return(__wrap_f_memory_arrays_resize, false);
-    will_return(__wrap_f_memory_arrays_resize, F_none);
+    will_return(__wrap_f_memory_arrays_resize, F_okay);
 
     const f_status_t status = f_fss_set_quotes_delete_callback(0, length, (void *) datas_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 2647243d21f9d8541d86770fc5f59c18c01bffe1..ebc11f2dd864fece6e18002eb2699f20449d5bdc 100644 (file)
@@ -26,7 +26,7 @@ void test__f_fss_set_quotes_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_rangess_adjust, true);
     will_return(__wrap_f_string_rangess_adjust, F_status_set_error(F_failure));
@@ -38,10 +38,10 @@ void test__f_fss_set_quotes_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_rangess_adjust, false);
-    will_return(__wrap_f_string_rangess_adjust, F_none);
+    will_return(__wrap_f_string_rangess_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, true);
     will_return(__wrap_f_memory_array_adjust, F_status_set_error(F_failure));
@@ -53,13 +53,13 @@ void test__f_fss_set_quotes_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_rangess_adjust, false);
-    will_return(__wrap_f_string_rangess_adjust, F_none);
+    will_return(__wrap_f_string_rangess_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, false);
-    will_return(__wrap_f_memory_array_adjust, F_none);
+    will_return(__wrap_f_memory_array_adjust, F_okay);
 
     will_return(__wrap_f_memory_arrays_adjust, true);
     will_return(__wrap_f_memory_arrays_adjust, F_status_set_error(F_failure));
@@ -83,20 +83,20 @@ void test__f_fss_set_quotes_destroy_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_rangess_adjust, false);
-    will_return(__wrap_f_string_rangess_adjust, F_none);
+    will_return(__wrap_f_string_rangess_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, false);
-    will_return(__wrap_f_memory_array_adjust, F_none);
+    will_return(__wrap_f_memory_array_adjust, F_okay);
 
     will_return(__wrap_f_memory_arrays_adjust, false);
-    will_return(__wrap_f_memory_arrays_adjust, F_none);
+    will_return(__wrap_f_memory_arrays_adjust, F_okay);
 
     const f_status_t status = f_fss_set_quotes_destroy_callback(0, length, (void *) datas_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 021fe27268dcf2b172b98a8bea0cbbbb9ea3d0cc..ba70a1272ab3a7f9529a4d0b9a6bc23c054d756c 100644 (file)
@@ -26,7 +26,7 @@ void test__f_fss_set_quotess_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_rangess_resize, true);
     will_return(__wrap_f_string_rangess_resize, F_status_set_error(F_failure));
@@ -38,10 +38,10 @@ void test__f_fss_set_quotess_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_rangess_resize, false);
-    will_return(__wrap_f_string_rangess_resize, F_none);
+    will_return(__wrap_f_string_rangess_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, true);
     will_return(__wrap_f_memory_array_resize, F_status_set_error(F_failure));
@@ -53,13 +53,13 @@ void test__f_fss_set_quotess_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_rangess_resize, false);
-    will_return(__wrap_f_string_rangess_resize, F_none);
+    will_return(__wrap_f_string_rangess_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, false);
-    will_return(__wrap_f_memory_array_resize, F_none);
+    will_return(__wrap_f_memory_array_resize, F_okay);
 
     will_return(__wrap_f_memory_arrays_resize, true);
     will_return(__wrap_f_memory_arrays_resize, F_status_set_error(F_failure));
@@ -81,28 +81,28 @@ void test__f_fss_set_quotess_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_fss_set_quotes_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_fss_set_quote_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_ranges_resize(1, &datass.array[0].array[0].objects);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_rangess_resize(1, &datass.array[0].array[0].contents);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(uint8_t), (void **) &datass.array[0].array[0].objects_quote.array, &datass.array[0].array[0].objects_quote.used, &datass.array[0].array[0].objects_quote.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_arrays_adjust(1, sizeof(f_uint8s_t), (void **) &datass.array[0].array[0].contents_quote.array, &datass.array[0].array[0].contents_quote.used, &datass.array[0].array[0].contents_quote.size, &f_uint8ss_destroy_callback);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_fss_set_quotess_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index ed4d28eb8dc34662363ad3152bbd8958d623be5f..2a92f1e6958b0b6480cdb171b073cb8e8c03ffc6 100644 (file)
@@ -26,7 +26,7 @@ void test__f_fss_set_quotess_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_rangess_adjust, true);
     will_return(__wrap_f_string_rangess_adjust, F_status_set_error(F_failure));
@@ -38,10 +38,10 @@ void test__f_fss_set_quotess_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_rangess_adjust, false);
-    will_return(__wrap_f_string_rangess_adjust, F_none);
+    will_return(__wrap_f_string_rangess_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, true);
     will_return(__wrap_f_memory_array_adjust, F_status_set_error(F_failure));
@@ -53,13 +53,13 @@ void test__f_fss_set_quotess_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_rangess_adjust, false);
-    will_return(__wrap_f_string_rangess_adjust, F_none);
+    will_return(__wrap_f_string_rangess_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, false);
-    will_return(__wrap_f_memory_array_adjust, F_none);
+    will_return(__wrap_f_memory_array_adjust, F_okay);
 
     will_return(__wrap_f_memory_arrays_adjust, true);
     will_return(__wrap_f_memory_arrays_adjust, F_status_set_error(F_failure));
@@ -81,28 +81,28 @@ void test__f_fss_set_quotess_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_fss_set_quotes_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_fss_set_quote_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_ranges_adjust(1, &datass.array[0].array[0].objects);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_rangess_adjust(1, &datass.array[0].array[0].contents);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(uint8_t), (void **) &datass.array[0].array[0].objects_quote.array, &datass.array[0].array[0].objects_quote.used, &datass.array[0].array[0].objects_quote.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_arrays_adjust(1, sizeof(f_uint8s_t), (void **) &datass.array[0].array[0].contents_quote.array, &datass.array[0].array[0].contents_quote.used, &datass.array[0].array[0].contents_quote.size, &f_uint8ss_destroy_callback);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_fss_set_quotess_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index cd93ca8c0cc5de0a80e0b0dbca033c9d2139a696..444c6ecf5e82b062a05a68de0f5e314bf5a197f5 100644 (file)
@@ -26,7 +26,7 @@ void test__f_fss_sets_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_rangess_resize, true);
     will_return(__wrap_f_string_rangess_resize, F_status_set_error(F_failure));
@@ -50,14 +50,14 @@ void test__f_fss_sets_delete_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_rangess_resize, false);
-    will_return(__wrap_f_string_rangess_resize, F_none);
+    will_return(__wrap_f_string_rangess_resize, F_okay);
 
     const f_status_t status = f_fss_sets_delete_callback(0, length, (void *) datas_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index ab3c09f6016994a0c5425a9cc61e7860ffba85e0..a674d547c271ef7d04bd9aa08939797ed7f926ff 100644 (file)
@@ -26,7 +26,7 @@ void test__f_fss_sets_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_rangess_adjust, true);
     will_return(__wrap_f_string_rangess_adjust, F_status_set_error(F_failure));
@@ -50,14 +50,14 @@ void test__f_fss_sets_destroy_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_rangess_adjust, false);
-    will_return(__wrap_f_string_rangess_adjust, F_none);
+    will_return(__wrap_f_string_rangess_adjust, F_okay);
 
     const f_status_t status = f_fss_sets_destroy_callback(0, length, (void *) datas_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 3ae81432a500fc491161dfd9891b592032102ced..07c81a6e0e2fa13f47c42f04a0193119d2d29498 100644 (file)
@@ -26,7 +26,7 @@ void test__f_fss_setss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_rangess_resize, true);
     will_return(__wrap_f_string_rangess_resize, F_status_set_error(F_failure));
@@ -48,22 +48,22 @@ void test__f_fss_setss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_fss_sets_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_fss_set_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_ranges_resize(1, &datass.array[0].array[0].objects);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_rangess_resize(1, &datass.array[0].array[0].contents);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_fss_setss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 14b30683b7235f44230260d649443387872d1730..1eaac5464165eeb4da41512d9888680f39d619e1 100644 (file)
@@ -26,7 +26,7 @@ void test__f_fss_setss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_rangess_adjust, true);
     will_return(__wrap_f_string_rangess_adjust, F_status_set_error(F_failure));
@@ -48,22 +48,22 @@ void test__f_fss_setss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_fss_sets_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_fss_set_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_ranges_adjust(1, &datass.array[0].array[0].objects);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_rangess_adjust(1, &datass.array[0].array[0].contents);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_fss_setss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 8d9622ea6e580b0de2df3b3c21db11ebadb876ae..4dfb92b77342b9e40161e1504ff1323a77db8743 100644 (file)
@@ -38,11 +38,11 @@ void test__f_fss_simple_packets_delete_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     const f_status_t status = f_fss_simple_packets_delete_callback(0, length, (void *) datas_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index b4ecd5ba942282dabc4fc106e5acb21a344246c0..3117b032b689bd0e8c9d3de9c1acc7abfde5daaa 100644 (file)
@@ -38,11 +38,11 @@ void test__f_fss_simple_packets_destroy_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     const f_status_t status = f_fss_simple_packets_destroy_callback(0, length, (void *) datas_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index e7b578cc3a9f1e12890ce5db14cccfdab0ce1b61..7e77c397cf343e19d9df5b7dd3a09334bb8071e1 100644 (file)
@@ -26,7 +26,7 @@ void test__f_fss_simple_packetss_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_resize, false);
-    will_return(__wrap_f_string_dynamic_resize, F_none);
+    will_return(__wrap_f_string_dynamic_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, true);
     will_return(__wrap_f_memory_array_resize, F_status_set_error(F_failure));
@@ -48,19 +48,19 @@ void test__f_fss_simple_packetss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_fss_simple_packets_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_fss_simple_packet_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_resize(1, &datass.array[0].array[0].payload);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_fss_simple_packetss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index d2d1ddd07f39b3b03d2c0f4a3f9d52a275554479..0fd6faed7a0cde34204c04c45ef6d60df9cc1573 100644 (file)
@@ -26,7 +26,7 @@ void test__f_fss_simple_packetss_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_dynamic_adjust, false);
-    will_return(__wrap_f_string_dynamic_adjust, F_none);
+    will_return(__wrap_f_string_dynamic_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, true);
     will_return(__wrap_f_memory_array_adjust, F_status_set_error(F_failure));
@@ -48,19 +48,19 @@ void test__f_fss_simple_packetss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_fss_simple_packets_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_fss_simple_packet_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_dynamic_adjust(1, &datass.array[0].array[0].payload);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_fss_simple_packetss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 0ec6812c168ef621b6363f973c35d801ad55fd77..8894699e57407c9240481c22a802c6f5f422d0cf 100644 (file)
@@ -79,7 +79,7 @@ void test__f_fss_skip_past_delimit__works(void **state) {
 
     f_fss_skip_past_delimit(tests[i], &range, &state_data);
 
-    assert_int_equal(state_data.status, F_none);
+    assert_int_equal(state_data.status, F_okay);
     assert_int_equal(range.start, expects[i]);
   } // for
 }
index 2ca804f0b4e79f63dd1e9f6ec4a58c12ee7d1195..5f33f1f7345ca6ecaa5e06c51713890c7a17f2b4 100644 (file)
@@ -85,7 +85,7 @@ void test__f_fss_skip_past_space__works(void **state) {
 
     f_fss_skip_past_space(tests[i], &range, &state_data);
 
-    assert_int_equal(state_data.status, F_none);
+    assert_int_equal(state_data.status, F_okay);
     assert_int_equal(range.start, expects[i]);
   } // for
 }
index 368a0b98f1bf7f81c3ef987145fa4f177ccac612..af54c7460fbc9debe83eae50c9ceb3263a67530b 100644 (file)
@@ -341,13 +341,13 @@ extern "C" {
             data->content.array[data->content.used++].stop = range->start - 1;
 
             if (++range->start > range->stop) {
-              state->status = F_none_stop;
+              state->status = F_okay_stop;
             }
             else if (range->start >= buffer->used) {
-              state->status = F_none_eos;
+              state->status = F_okay_eos;
             }
             else {
-              state->status = F_none;
+              state->status = F_okay;
             }
 
             return;
@@ -414,13 +414,13 @@ extern "C" {
                   data->content.array[data->content.used++].stop = range->start - 1;
 
                   if (++range->start > range->stop) {
-                    state->status = F_none_stop;
+                    state->status = F_okay_stop;
                   }
                   else if (range->start >= buffer->used) {
-                    state->status = F_none_eos;
+                    state->status = F_okay_eos;
                   }
                   else {
-                    state->status = F_none;
+                    state->status = F_okay;
                   }
 
                   return;
index 2cb3508b6a29205c98cec507f38147b0e446cb2e..fcfc26651004c774e47a6d2ef6f4e0c3d31bd7b6 100644 (file)
@@ -155,9 +155,9 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success and an IKI vocabulary name was found.
- *     F_none_eos on success and an IKI vocabulary name was found and end of string was reached.
- *     F_none_stop on success and an IKI vocabulary name was found and stop point was reached.
+ *     F_okay on success and an IKI vocabulary name was found.
+ *     F_okay_eos on success and an IKI vocabulary name was found and end of string was reached.
+ *     F_okay_stop on success and an IKI vocabulary name was found and stop point was reached.
  *     F_complete_not_utf_eos on success but string ended on incomplete UTF-8 and f_iki_state_flag_utf_fail_on_valid_not_e is not set.
  *     F_complete_not_utf_stop on success but stop point reached on incomplete UTF-8 and f_iki_state_flag_utf_fail_on_valid_not_e is not set.
  *     F_data_not on success, but there were no IKI vocabulary names found.
index d4d98acc422e0820c5f632b121d4afd2b05a0e76..53bb7a782ba5a741b5ad69c55b12c94a44ef3184 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_iki_data_delete_
 
@@ -50,7 +50,7 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_iki_data_destroy_
 
@@ -93,7 +93,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_iki_datas_append_
 
@@ -114,7 +114,7 @@ extern "C" {
 
     {
       f_iki_data_t * const array = (f_iki_data_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -132,7 +132,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_iki_datas_delete_callback_
 
@@ -141,7 +141,7 @@ extern "C" {
 
     {
       f_iki_data_t * const array = (f_iki_data_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -159,7 +159,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_iki_datas_destroy_callback_
 
@@ -179,7 +179,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_iki_datass_append_
 
@@ -204,7 +204,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_iki_datass_append_all_
 
@@ -213,7 +213,7 @@ extern "C" {
 
     {
       f_iki_datas_t * const array = (f_iki_datas_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -240,7 +240,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_iki_datass_delete_callback_
 
@@ -249,7 +249,7 @@ extern "C" {
 
     {
       f_iki_datas_t * const array = (f_iki_datas_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t j = 0;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
@@ -276,7 +276,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_iki_datass_destroy_callback_
 
index d53cf47f462d442d8fe2550039edd47d12e68a51..55a6967f6c305f87b9651aa28d51ca027daa70e9 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   The IKI data to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -44,7 +44,7 @@ extern "C" {
  *   The IKI data to destroy.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -67,7 +67,7 @@ extern "C" {
  *   The destination iki_datas the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -93,7 +93,7 @@ extern "C" {
  *   The destination iki_datas the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -126,7 +126,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -155,7 +155,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -177,7 +177,7 @@ extern "C" {
  *   The destination ranges the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -203,7 +203,7 @@ extern "C" {
  *   The destination ranges the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -236,7 +236,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -265,7 +265,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 4549d73fbf6c768ffa08e2d48a74f67a8ede64da..36b6f358d62c5d129401daf43ca6dfaa3ca33259 100644 (file)
@@ -44,7 +44,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_iki_datas_append_) || !defined(_di_f_iki_datas_append_all_) || !defined(_di_f_iki_datass_append_all_)
 
index a149cf42fd5ad8f4db7f7f4e86ddfaa2fffc9024..db66feca6903e301c5565a9ca899bda45e22276c 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The iki_datas array the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_memory_array_append().
  *   Errors (with error bit) from: f_memory_array_increase_by().
index 273c58b527000ad3d8de20f3debef582fe2eb244..a9376e6f31a24869ad8f5b190b00b7021d285346 100644 (file)
@@ -37,7 +37,7 @@ extern "C" {
 #if !defined(_di_f_iki_object_is_) || !defined(_di_f_iki_object_partial_is_)
   f_status_t private_f_iki_object_partial_is(const f_string_t buffer, const f_number_unsigned_t length) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = 0; i < length; i += macro_f_utf_byte_width(buffer[i])) {
 
index ab42696866c938e567a6808e42879fefcbe00c8a..106d2b580221aeeceb7f21ad692aa928a3a4ce4e 100644 (file)
@@ -16,22 +16,22 @@ void test__f_iki_datas_append__works(void **state) {
 
     f_status_t status = f_string_ranges_resize(length, &source.content);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.content.size, length);
 
     status = f_memory_array_resize(length, sizeof(f_number_unsigned_t), (void **) &source.delimits.array, &source.delimits.used, &source.delimits.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.delimits.size, length);
 
     status = f_string_ranges_resize(length, &source.variable);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.variable.size, length);
 
     status = f_string_ranges_resize(length, &source.vocabulary);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.vocabulary.size, length);
 
     for (; source.content.used < length; ++i) {
@@ -60,7 +60,7 @@ void test__f_iki_datas_append__works(void **state) {
   {
     const f_status_t status = f_iki_datas_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, 1);
     assert_int_equal(destination.array[0].content.used, source.content.used);
     assert_int_equal(destination.array[0].delimits.used, source.delimits.used);
index 6f4bc1be0b4c31c5a33b9432822972e7d5ac32cf..d8952f6990a1a6b0064bfc40c4e123e6851d26c0 100644 (file)
@@ -14,7 +14,7 @@ void test__f_iki_datas_append_all__works(void **state) {
   {
     f_status_t status = f_memory_array_resize(2, sizeof(f_iki_data_t), (void **) &source.array, &source.used, &source.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.size, 2);
 
     f_number_unsigned_t i = 1;
@@ -24,22 +24,22 @@ void test__f_iki_datas_append_all__works(void **state) {
 
       status = f_string_ranges_resize(length, &source.array[j].content);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[j].content.size, length);
 
       status = f_memory_array_resize(length, sizeof(f_number_unsigned_t), (void **) &source.array[j].delimits.array, &source.array[j].delimits.used, &source.array[j].delimits.size);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[j].delimits.size, length);
 
       status = f_string_ranges_resize(length, &source.array[j].variable);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[j].variable.size, length);
 
       status = f_string_ranges_resize(length, &source.array[j].vocabulary);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[j].vocabulary.size, length);
 
       for (; source.array[j].content.used < length; ++i) {
@@ -72,7 +72,7 @@ void test__f_iki_datas_append_all__works(void **state) {
   {
     const f_status_t status = f_iki_datas_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
     assert_int_equal(destination.size, source.used);
 
@@ -128,7 +128,7 @@ void test__f_iki_datas_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_memory_array_resize(length, sizeof(f_iki_data_t), (void **) &source.array, &source.used, &source.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index 24c5d3076513a3a6cca734f51929319c35c034db..3701bcceb65fbfcafbca0c5be3b2b63f765764a9 100644 (file)
@@ -30,7 +30,7 @@ void test__f_iki_datas_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, true);
     will_return(__wrap_f_memory_array_resize, F_status_set_error(F_failure));
@@ -42,10 +42,10 @@ void test__f_iki_datas_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, false);
-    will_return(__wrap_f_memory_array_resize, F_none);
+    will_return(__wrap_f_memory_array_resize, F_okay);
 
     will_return(__wrap_f_string_ranges_resize, true);
     will_return(__wrap_f_string_ranges_resize, F_status_set_error(F_failure));
@@ -57,13 +57,13 @@ void test__f_iki_datas_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, false);
-    will_return(__wrap_f_memory_array_resize, F_none);
+    will_return(__wrap_f_memory_array_resize, F_okay);
 
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_ranges_resize, true);
     will_return(__wrap_f_string_ranges_resize, F_status_set_error(F_failure));
@@ -91,20 +91,20 @@ void test__f_iki_datas_delete_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, false);
-    will_return(__wrap_f_memory_array_resize, F_none);
+    will_return(__wrap_f_memory_array_resize, F_okay);
 
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     const f_status_t status = f_iki_datas_delete_callback(0, length, (void *) datas_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 25034a1addb9428438b4ba38d1e67590b83a4577..485984f5ba4baf9b546fdb8e43519b47af2e7aac 100644 (file)
@@ -30,7 +30,7 @@ void test__f_iki_datas_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, true);
     will_return(__wrap_f_memory_array_adjust, F_status_set_error(F_failure));
@@ -42,10 +42,10 @@ void test__f_iki_datas_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, false);
-    will_return(__wrap_f_memory_array_adjust, F_none);
+    will_return(__wrap_f_memory_array_adjust, F_okay);
 
     will_return(__wrap_f_string_ranges_adjust, true);
     will_return(__wrap_f_string_ranges_adjust, F_status_set_error(F_failure));
@@ -57,13 +57,13 @@ void test__f_iki_datas_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, false);
-    will_return(__wrap_f_memory_array_adjust, F_none);
+    will_return(__wrap_f_memory_array_adjust, F_okay);
 
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_ranges_adjust, true);
     will_return(__wrap_f_string_ranges_adjust, F_status_set_error(F_failure));
@@ -91,20 +91,20 @@ void test__f_iki_datas_destroy_callback__works(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, false);
-    will_return(__wrap_f_memory_array_adjust, F_none);
+    will_return(__wrap_f_memory_array_adjust, F_okay);
 
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     const f_status_t status = f_iki_datas_destroy_callback(0, length, (void *) datas_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 66a20b383afec21dcbb0a7f9cf9eb795fdab1f08..e86473636d22a34037c676e7e6c7859574d246c7 100644 (file)
@@ -15,7 +15,7 @@ void test__f_iki_datass_append__works(void **state) {
   {
     f_status_t status = f_memory_array_resize(length_outer, sizeof(f_iki_data_t), (void **) &source.array, &source.used, &source.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.size, length_outer);
 
     f_number_unsigned_t i = 1;
@@ -24,22 +24,22 @@ void test__f_iki_datass_append__works(void **state) {
 
       status = f_string_ranges_resize(length, &source.array[j].content);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[j].content.size, length);
 
       status = f_memory_array_resize(length, sizeof(f_number_unsigned_t), (void **) &source.array[j].delimits.array, &source.array[j].delimits.used, &source.array[j].delimits.size);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[j].delimits.size, length);
 
       status = f_string_ranges_resize(length, &source.array[j].variable);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[j].variable.size, length);
 
       status = f_string_ranges_resize(length, &source.array[j].vocabulary);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[j].vocabulary.size, length);
 
       for (; source.array[j].content.used < length; ++i) {
@@ -72,7 +72,7 @@ void test__f_iki_datass_append__works(void **state) {
   {
     const f_status_t status = f_iki_datass_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, 1);
     assert_int_equal(destination.array[0].used, source.used);
 
@@ -133,7 +133,7 @@ void test__f_iki_datass_append__returns_data_not(void **state) {
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_iki_data_t), (void **) &source.array, &source.used, &source.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index c051c8cb0c3c5f3dccdb7375e66b7f9cb3b9bff8..dab365a45b241165d61417572b3175b99c6a889a 100644 (file)
@@ -16,7 +16,7 @@ void test__f_iki_datass_append_all__works(void **state) {
   {
     f_status_t status = f_memory_arrays_resize(length_outer, sizeof(f_iki_data_t), (void **) &source.array, &source.used, &source.size, &f_iki_datas_delete_callback);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.size, length_outer);
 
     f_number_unsigned_t i = 1;
@@ -26,29 +26,29 @@ void test__f_iki_datass_append_all__works(void **state) {
 
       status = f_memory_array_resize(length_inner, sizeof(f_iki_data_t), (void **) &source.array[source.used].array, &source.array[source.used].used, &source.array[source.used].size);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[source.used].size, length_inner);
 
       for (j = 0; j < length_inner; ++j) {
 
         status = f_string_ranges_resize(length, &source.array[source.used].array[j].content);
 
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
         assert_int_equal(source.array[source.used].array[j].content.size, length);
 
         status = f_memory_array_resize(length, sizeof(f_number_unsigned_t), (void **) &source.array[source.used].array[j].delimits.array, &source.array[source.used].array[j].delimits.used, &source.array[source.used].array[j].delimits.size);
 
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
         assert_int_equal(source.array[source.used].array[j].delimits.size, length);
 
         status = f_string_ranges_resize(length, &source.array[source.used].array[j].variable);
 
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
         assert_int_equal(source.array[source.used].array[j].variable.size, length);
 
         status = f_string_ranges_resize(length, &source.array[source.used].array[j].vocabulary);
 
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
         assert_int_equal(source.array[source.used].array[j].vocabulary.size, length);
 
         for (; source.array[source.used].array[j].content.used < length; ++i) {
@@ -81,7 +81,7 @@ void test__f_iki_datass_append_all__works(void **state) {
   {
     const f_status_t status = f_iki_datass_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t k = 0; k < length_outer; ++k) {
@@ -149,7 +149,7 @@ void test__f_iki_datass_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_memory_arrays_resize(length, sizeof(f_iki_data_t), (void **) &source.array, &source.used, &source.size, &f_iki_datas_delete_callback);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index a69d9cd6537a828b3a90ac75cf4f5d2e5f07ac66..69accc7c12a56ac0fe1408718e1962c136d688ab 100644 (file)
@@ -30,7 +30,7 @@ void test__f_iki_datass_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, true);
     will_return(__wrap_f_memory_array_resize, F_status_set_error(F_failure));
@@ -42,10 +42,10 @@ void test__f_iki_datass_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, false);
-    will_return(__wrap_f_memory_array_resize, F_none);
+    will_return(__wrap_f_memory_array_resize, F_okay);
 
     will_return(__wrap_f_string_ranges_resize, true);
     will_return(__wrap_f_string_ranges_resize, F_status_set_error(F_failure));
@@ -57,13 +57,13 @@ void test__f_iki_datass_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, false);
-    will_return(__wrap_f_memory_array_resize, F_none);
+    will_return(__wrap_f_memory_array_resize, F_okay);
 
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_ranges_resize, true);
     will_return(__wrap_f_string_ranges_resize, F_status_set_error(F_failure));
@@ -75,16 +75,16 @@ void test__f_iki_datass_delete_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, false);
-    will_return(__wrap_f_memory_array_resize, F_none);
+    will_return(__wrap_f_memory_array_resize, F_okay);
 
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_string_ranges_resize, false);
-    will_return(__wrap_f_string_ranges_resize, F_none);
+    will_return(__wrap_f_string_ranges_resize, F_okay);
 
     will_return(__wrap_f_memory_array_resize, true);
     will_return(__wrap_f_memory_array_resize, F_status_set_error(F_failure));
@@ -106,28 +106,28 @@ void test__f_iki_datass_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_iki_datas_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_iki_data_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_ranges_resize(1, &datass.array[0].array[0].content);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_number_unsigned_t), (void **) &datass.array[0].array[0].delimits.array, &datass.array[0].array[0].delimits.used, &datass.array[0].array[0].delimits.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_ranges_resize(1, &datass.array[0].array[0].variable);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_ranges_resize(1, &datass.array[0].array[0].vocabulary);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_iki_datass_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index f72d2df7d0e4479ce33178451cb0cd53dfd33556..a89d619f31b215a5b0d29a3d26a7d8be6bd64164 100644 (file)
@@ -30,7 +30,7 @@ void test__f_iki_datass_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, true);
     will_return(__wrap_f_memory_array_adjust, F_status_set_error(F_failure));
@@ -42,10 +42,10 @@ void test__f_iki_datass_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, false);
-    will_return(__wrap_f_memory_array_adjust, F_none);
+    will_return(__wrap_f_memory_array_adjust, F_okay);
 
     will_return(__wrap_f_string_ranges_adjust, true);
     will_return(__wrap_f_string_ranges_adjust, F_status_set_error(F_failure));
@@ -57,13 +57,13 @@ void test__f_iki_datass_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, false);
-    will_return(__wrap_f_memory_array_adjust, F_none);
+    will_return(__wrap_f_memory_array_adjust, F_okay);
 
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_ranges_adjust, true);
     will_return(__wrap_f_string_ranges_adjust, F_status_set_error(F_failure));
@@ -75,16 +75,16 @@ void test__f_iki_datass_destroy_callback__fails(void **state) {
 
   {
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, false);
-    will_return(__wrap_f_memory_array_adjust, F_none);
+    will_return(__wrap_f_memory_array_adjust, F_okay);
 
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_string_ranges_adjust, false);
-    will_return(__wrap_f_string_ranges_adjust, F_none);
+    will_return(__wrap_f_string_ranges_adjust, F_okay);
 
     will_return(__wrap_f_memory_array_adjust, true);
     will_return(__wrap_f_memory_array_adjust, F_status_set_error(F_failure));
@@ -106,28 +106,28 @@ void test__f_iki_datass_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_iki_datas_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_iki_data_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_ranges_adjust(1, &datass.array[0].array[0].content);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_number_unsigned_t), (void **) &datass.array[0].array[0].delimits.array, &datass.array[0].array[0].delimits.used, &datass.array[0].array[0].delimits.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_ranges_adjust(1, &datass.array[0].array[0].variable);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_string_ranges_adjust(1, &datass.array[0].array[0].vocabulary);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_iki_datass_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index d1c686f70cbd52c86cea723be1ed396ec0c53ffe..eabffaf2f01a489d5541208c21e90caabedad243 100644 (file)
@@ -142,26 +142,26 @@ void test__f_iki_read__works(void **state) {
   const f_status_t statuss[] = {
     F_data_not,
     F_data_not_stop,
-    F_none_stop,
-    F_none,
-    F_none_stop,
-    F_none,
-    F_none,
-    F_none,
-    F_none,
-    F_none,
-    F_none,
-    F_none,
-    F_none,
-    F_none,
-    F_none,
-    F_none,
-    F_none_stop,
-    F_none_stop,
-    F_none_stop,
-    F_none_stop,
-    F_none,
-    F_none,
+    F_okay_stop,
+    F_okay,
+    F_okay_stop,
+    F_okay,
+    F_okay,
+    F_okay,
+    F_okay,
+    F_okay,
+    F_okay,
+    F_okay,
+    F_okay,
+    F_okay,
+    F_okay,
+    F_okay,
+    F_okay_stop,
+    F_okay_stop,
+    F_okay_stop,
+    F_okay_stop,
+    F_okay,
+    F_okay,
   };
 
   const f_string_range_t variables[][22] = {
index 474332f270e8397ba030f95127280af134929b64..d14d724862eab8d612ebd4f1629743a1367c5555 100644 (file)
@@ -19,7 +19,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_limit_process_
 
index 82e7e80d5dac3b2cb6adee8460187d9b0774b67d..44781cf6d17844343e378168d465624e432b3436 100644 (file)
@@ -50,7 +50,7 @@ extern "C" {
  *   If both value_next and value_current are non-zero, then this represents the value prior to the assignment of value_next.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_address_not (with error bit) if a pointer is outside of valid address space.
  *   F_found_not (with error bit) if no process by the given PID was found.
  *   F_parameter (with error bit) if a parameter is invalid.
index d5ca7792105b43bfedc797df7c893bf6184d9f86..46e0d5ede1bcdd375b981fdcd4cd20323871d014 100644 (file)
@@ -14,7 +14,7 @@ extern "C" {
 
     destination->array[destination->used++] = source;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_limit_sets_append_) || !defined(_di_f_limit_setss_append_)
 
@@ -28,14 +28,14 @@ extern "C" {
       destination->array[destination->used++] = source.array[i];
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_limit_sets_append_) || !defined(_di_f_limit_sets_append_all_) || !defined(_di_f_limit_setss_append_all_)
 
 #if !defined(_di_f_limit_setss_adjust_) || !defined(_di_f_limit_setss_decimate_by_)
   f_status_t private_f_limit_setss_adjust(const f_number_unsigned_t length, f_limit_setss_t *setss) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < setss->size; ++i) {
 
@@ -50,7 +50,7 @@ extern "C" {
 #if !defined(_di_f_limit_setss_decrease_by_) || !defined(_di_f_limit_setss_increase_) || !defined(_di_f_limit_setss_increase_by_) || !defined(_di_f_limit_setss_resize_)
   f_status_t private_f_limit_setss_resize(const f_number_unsigned_t length, f_limit_setss_t *setss) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < setss->size; ++i) {
 
index f587d01a6798cde2bfa2479c57fe3d8a8548a166..abf5846680f25ee018d01148143d3e3301aeff76 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The destination lengths the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_memory_array_increase().
  *
@@ -50,7 +50,7 @@ extern "C" {
  *   The destination lengths the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_memory_array_increase_by().
  *
@@ -75,7 +75,7 @@ extern "C" {
  *   The setss array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if new length is larger than max array length.
@@ -104,7 +104,7 @@ extern "C" {
  *   The setss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if new length is larger than max array length.
index 105ddf1f6f7ff92df60f66274e84242f4321624e..e715bf3966e3e6239271801165f508c08b5cf281 100644 (file)
@@ -14,7 +14,7 @@ extern "C" {
 
     destination->array[destination->used++] = source;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_limit_values_append_) || !defined(_di_f_limit_valuess_append_)
 
@@ -28,14 +28,14 @@ extern "C" {
       destination->array[destination->used++] = source.array[i];
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_limit_values_append_) || !defined(_di_f_limit_values_append_all_) || !defined(_di_f_limit_valuess_append_all_)
 
 #if !defined(_di_f_limit_valuess_adjust_) || !defined(_di_f_limit_valuess_decimate_by_)
   f_status_t private_f_limit_valuess_adjust(const f_number_unsigned_t length, f_limit_valuess_t *valuess) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < valuess->size; ++i) {
 
@@ -50,7 +50,7 @@ extern "C" {
 #if !defined(_di_f_limit_valuess_decrease_by_) || !defined(_di_f_limit_valuess_increase_) || !defined(_di_f_limit_valuess_increase_by_) || !defined(_di_f_limit_valuess_resize_)
   f_status_t private_f_limit_valuess_resize(const f_number_unsigned_t length, f_limit_valuess_t *valuess) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < valuess->size; ++i) {
 
index 45478865987fee3ee7c80dcd541647eb943d2696..0ea767e6f97d566ecb891d1df406a2d6c644f931 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The destination lengths the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_memory_array_increase().
  *
@@ -50,7 +50,7 @@ extern "C" {
  *   The destination lengths the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_memory_array_increase_by().
  *
@@ -75,7 +75,7 @@ extern "C" {
  *   The valuess array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if new length is larger than max array length.
@@ -104,7 +104,7 @@ extern "C" {
  *   The valuess array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if new length is larger than max array length.
index ac187d54775c2ab262361b6422e4320b43caedd9..b1f6b8bc5047c6275f4861d6e076a9c6693fe287 100644 (file)
@@ -114,7 +114,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_limit_setss_append_
 
@@ -139,7 +139,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_limit_setss_append_all_
 
index d006e0a277159c2be7946c4c48c1965b5d5e7ea6..864fdae0041e5116b1e3babb3f3349505b35026a 100644 (file)
@@ -134,7 +134,7 @@ extern "C" {
  *   The destination sets the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   Success from f_memory_array_resize().
@@ -158,7 +158,7 @@ extern "C" {
  *   The destination sets the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   Success from f_memory_array_resize().
@@ -325,7 +325,7 @@ extern "C" {
  *   The destination ranges the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   Success from f_memory_array_resize().
@@ -351,7 +351,7 @@ extern "C" {
  *   The destination ranges the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   Success from f_memory_array_resize().
index 9792dd25887855a581d40e3e4f2c6a003cac4e43..846c856dd10d28bc6d8b43a95e8270333d3201c8 100644 (file)
@@ -114,7 +114,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_limit_valuess_append_
 
@@ -139,7 +139,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_limit_valuess_append_all_
 
index f3067ae575575204e998e085d2fafeaf1f71386b..4ff79ec5f4ce7130da58af210f8b8beaca47b764 100644 (file)
@@ -130,7 +130,7 @@ extern "C" {
  *   The destination values the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   Success from f_memory_array_resize().
@@ -154,7 +154,7 @@ extern "C" {
  *   The destination values the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   Success from f_memory_array_resize().
@@ -320,7 +320,7 @@ extern "C" {
  *   The destination ranges the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   Success from f_memory_array_resize().
@@ -346,7 +346,7 @@ extern "C" {
  *   The destination ranges the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   Success from f_memory_array_resize().
index b2c7848b4375bc2aba6b0b466bf23e799d2f0a49..f4ed7a1942a1c14f70878a61b6d7301df5f2f81d 100644 (file)
@@ -57,7 +57,7 @@ void test__f_limit_process__works(void **state) {
 
     const f_status_t status = f_limit_process(1, 1, &value, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.rlim_cur, value.rlim_cur);
     assert_int_equal(destination.rlim_max, value.rlim_max);
   }
index 15d92750fc3729e23b6ca6da0ed503f3d15e6e3b..99cd244e4d2ef3d0646af20dba2442a93f47a8cf 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_sets_adjust__works(void **state) {
   {
     const f_status_t status = f_limit_sets_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 14e089f124cde515b9eb4c4881017b92a0408554..2170766e88c4ab100de6d708b4242731a054417b 100644 (file)
@@ -24,7 +24,7 @@ void test__f_limit_sets_append__works(void **state) {
   {
     const f_status_t status = f_limit_sets_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, 1);
     assert_int_equal(destination.array[0].type, source.type);
     assert_int_equal(destination.array[0].value.rlim_cur, source.value.rlim_cur);
index 7d35e5815562341663264c552d3dbeefec5c988f..1a1a20b11841e1dec34dbf0065e86333b74ec0bf 100644 (file)
@@ -25,7 +25,7 @@ void test__f_limit_sets_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_limit_sets_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
@@ -52,7 +52,7 @@ void test__f_limit_sets_append_all__works(void **state) {
   {
     const f_status_t status = f_limit_sets_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
@@ -66,7 +66,7 @@ void test__f_limit_sets_append_all__works(void **state) {
   {
     const f_status_t status = f_limit_sets_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
     assert_int_equal(destination.size, source.used);
 
index 95254175c2f0168e509c5e4044135caff2d35c39..4228684efe438788a74f45150d3fc11a32db3f0b 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_sets_decimate_by__works(void **state) {
   {
     const f_status_t status = f_limit_sets_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -37,7 +37,7 @@ void test__f_limit_sets_decimate_by__works(void **state) {
   {
     const f_status_t status = f_limit_sets_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 6a7b4add3971d20b7c4e14f5c0a29e27c05795a6..8f33d85c991184287d3220860b8138accfec1c25 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_sets_decrease_by__works(void **state) {
   {
     const f_status_t status = f_limit_sets_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -37,7 +37,7 @@ void test__f_limit_sets_decrease_by__works(void **state) {
   {
     const f_status_t status = f_limit_sets_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index c4a9ebd9431b13ad34f5ce35a81c072ea274406d..cb5997b4c798a0b2e0dc184d9e3f2e42402d2e8b 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_sets_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_limit_sets_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -53,7 +53,7 @@ void test__f_limit_sets_increase__works(void **state) {
   {
     const f_status_t status = f_limit_sets_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -63,7 +63,7 @@ void test__f_limit_sets_increase__works(void **state) {
 
     const f_status_t status = f_limit_sets_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
index dc040f1d02dbae79992970fa8091dd8c019fd55a..905a0ae4512a293c9ea4ec832fc94e07c5f3bc99 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_sets_increase_by__works(void **state) {
   {
     const f_status_t status = f_limit_sets_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -39,7 +39,7 @@ void test__f_limit_sets_increase_by__works(void **state) {
 
     const f_status_t status = f_limit_sets_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index 5c5778a7831b8e6a4cc05ada98dc9baf1a291bda..105484557739ece19f0145a2f3f57738bb16a448 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_sets_resize__works(void **state) {
   {
     const f_status_t status = f_limit_sets_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index a41116103352dc487ab2457a3616943b7f30a32d..cf8c0f4ea7c7036e9f948eb54f0609fab6d5ac60 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_setss_adjust__works(void **state) {
   {
     const f_status_t status = f_limit_setss_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 31dd6a31a6cb992be97c3d765113d62695a89d77..2138099027404e752b15a201c695ce9d3993ade4 100644 (file)
@@ -25,7 +25,7 @@ void test__f_limit_setss_append__returns_data_not(void **state) {
   {
     const f_status_t status = f_limit_sets_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
@@ -51,7 +51,7 @@ void test__f_limit_setss_append__works(void **state) {
   {
     const f_status_t status = f_limit_sets_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
@@ -66,7 +66,7 @@ void test__f_limit_setss_append__works(void **state) {
   {
     const f_status_t status = f_limit_setss_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, 1);
     assert_int_equal(destination.array[0].used, source.used);
     assert_int_equal(destination.array[0].size, source.used);
index 8ce38c34980771fe6e800cc1c87f555dba37e4af..ffca613843bb032b139ecd6bc0c2903b5a80a112 100644 (file)
@@ -25,7 +25,7 @@ void test__f_limit_setss_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_limit_setss_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
@@ -52,7 +52,7 @@ void test__f_limit_setss_append_all__works(void **state) {
   {
     const f_status_t status = f_limit_setss_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
@@ -62,7 +62,7 @@ void test__f_limit_setss_append_all__works(void **state) {
 
       const f_status_t status = f_limit_sets_resize(length_inner, &source.array[source.used]);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
 
       for (f_number_unsigned_t i = 0; i < length_inner; ++i) {
 
@@ -78,7 +78,7 @@ void test__f_limit_setss_append_all__works(void **state) {
   {
     const f_status_t status = f_limit_setss_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
     assert_int_equal(destination.size, source.used);
 
index 1ca2d82e1a068a679d4fb46f86c825bd934d663d..485ba8f62c6364b01c44d4cd05150a48a8f339a2 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_setss_decimate_by__returns_data_not(void **state) {
   {
     const f_status_t status = f_limit_setss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -53,7 +53,7 @@ void test__f_limit_setss_decimate_by__works(void **state) {
   {
     const f_status_t status = f_limit_setss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -61,7 +61,7 @@ void test__f_limit_setss_decimate_by__works(void **state) {
   {
     const f_status_t status = f_limit_setss_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 9b4841b72721056f1475647376ead89eb5878387..2133c877e31a2d31b062eed8a3761f4988801842 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_setss_decrease_by__returns_data_not(void **state) {
   {
     const f_status_t status = f_limit_setss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -53,7 +53,7 @@ void test__f_limit_setss_decrease_by__works(void **state) {
   {
     const f_status_t status = f_limit_setss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -61,7 +61,7 @@ void test__f_limit_setss_decrease_by__works(void **state) {
   {
     const f_status_t status = f_limit_setss_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 602f6d1a16504c9c0d338e710d18bb42813275ad..dfad94eb4a97c2ac305d0097f02e4af6e145a318 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_setss_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_limit_setss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -61,7 +61,7 @@ void test__f_limit_setss_increase__works(void **state) {
   {
     const f_status_t status = f_limit_setss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -71,7 +71,7 @@ void test__f_limit_setss_increase__works(void **state) {
 
     const f_status_t status = f_limit_setss_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
index d4cae0a316cc89d6d6b67a6f5f9b21235226c09e..1036ec464fe0e7c48756dff9a7f543870c87d4e2 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_setss_increase_by__returns_data_not(void **state) {
   {
     const f_status_t status = f_limit_setss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -61,7 +61,7 @@ void test__f_limit_setss_increase_by__works(void **state) {
   {
     const f_status_t status = f_limit_setss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -71,7 +71,7 @@ void test__f_limit_setss_increase_by__works(void **state) {
 
     const f_status_t status = f_limit_setss_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index ee7fa1905849c29cda17deabe6ef46e9ef748070..b35c1365384b0639fb0dd786619bd475a28d94d3 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_setss_resize__works(void **state) {
   {
     const f_status_t status = f_limit_setss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 69711a0fff4d532ccb8319fededde260952cf7ee..683b912efd0a5c74f92f791b79819bbcb2d09faf 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_values_adjust__works(void **state) {
   {
     const f_status_t status = f_limit_values_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index a97906c5831bf06b178bb8038848b8e3596b3c9b..fa42230dfaafda5a17ebf9ad071e7ab01e4560c5 100644 (file)
@@ -24,7 +24,7 @@ void test__f_limit_values_append__works(void **state) {
   {
     const f_status_t status = f_limit_values_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, 1);
     assert_int_equal(destination.array[0].rlim_cur, source.rlim_cur);
     assert_int_equal(destination.array[0].rlim_max, source.rlim_max);
index ef20953bd79ae3979e6b3fa00246c8d77ba4487f..39053743fc1b5f9ecc9d66def098ea9b43838b82 100644 (file)
@@ -25,7 +25,7 @@ void test__f_limit_values_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_limit_values_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
@@ -52,7 +52,7 @@ void test__f_limit_values_append_all__works(void **state) {
   {
     const f_status_t status = f_limit_values_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
@@ -65,7 +65,7 @@ void test__f_limit_values_append_all__works(void **state) {
   {
     const f_status_t status = f_limit_values_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
     assert_int_equal(destination.size, source.used);
 
index ef85e3d2d235acaba850b21b272dcc077c846cd7..0bbb5ac2fd432f082babbeb03a90f7a930cbfc35 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_values_decimate_by__works(void **state) {
   {
     const f_status_t status = f_limit_values_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -37,7 +37,7 @@ void test__f_limit_values_decimate_by__works(void **state) {
   {
     const f_status_t status = f_limit_values_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index b7a63b037609fbf7007a1ab9cb5ea36cae2f7845..b29e1f1faab2ce5e7879bafa72670dd11f2b2317 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_values_decrease_by__works(void **state) {
   {
     const f_status_t status = f_limit_values_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -37,7 +37,7 @@ void test__f_limit_values_decrease_by__works(void **state) {
   {
     const f_status_t status = f_limit_values_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 12e2abca7d695e21881996d798539838942687e6..04ee086c50abf25761e2eab6a92b4bb0b89684ef 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_values_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_limit_values_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -53,7 +53,7 @@ void test__f_limit_values_increase__works(void **state) {
   {
     const f_status_t status = f_limit_values_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -63,7 +63,7 @@ void test__f_limit_values_increase__works(void **state) {
 
     const f_status_t status = f_limit_values_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
index 6a6d427267fdfea4226af3a4ef273840187c80d5..360ed25d6ca43e0e7a07cfafa05a03a35c0bc1f3 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_values_increase_by__works(void **state) {
   {
     const f_status_t status = f_limit_values_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -39,7 +39,7 @@ void test__f_limit_values_increase_by__works(void **state) {
 
     const f_status_t status = f_limit_values_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index ee19651c6badc1d32a94a74f93f0dabb4e0621b3..9a62a595f0cb80dc10036b897e801bb2192a7a87 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_values_resize__works(void **state) {
   {
     const f_status_t status = f_limit_values_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 5fe47a59e7022d374ecbb4c03413db2c8ea85377..5010b7061253f76a1049fc8ad3cc5e8c06db4624 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_valuess_adjust__works(void **state) {
   {
     const f_status_t status = f_limit_valuess_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 1370d3ef2442c049361c277db60498a8e2a6aea6..dbb3be2d0ff7c179d46d51a65fd03f09113ce74f 100644 (file)
@@ -25,7 +25,7 @@ void test__f_limit_valuess_append__returns_data_not(void **state) {
   {
     const f_status_t status = f_limit_values_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
@@ -51,7 +51,7 @@ void test__f_limit_valuess_append__works(void **state) {
   {
     const f_status_t status = f_limit_values_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
@@ -65,7 +65,7 @@ void test__f_limit_valuess_append__works(void **state) {
   {
     const f_status_t status = f_limit_valuess_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, 1);
     assert_int_equal(destination.array[0].used, source.used);
     assert_int_equal(destination.array[0].size, source.used);
index e4be78a620ee91e5992bc5634a80b620fe6e7d92..460ded518f56642fc22e042d3aea131221932573 100644 (file)
@@ -25,7 +25,7 @@ void test__f_limit_valuess_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_limit_valuess_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
@@ -52,7 +52,7 @@ void test__f_limit_valuess_append_all__works(void **state) {
   {
     const f_status_t status = f_limit_valuess_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
@@ -62,7 +62,7 @@ void test__f_limit_valuess_append_all__works(void **state) {
 
       const f_status_t status = f_limit_values_resize(length_inner, &source.array[source.used]);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
 
       for (f_number_unsigned_t i = 0; i < length_inner; ++i) {
 
@@ -77,7 +77,7 @@ void test__f_limit_valuess_append_all__works(void **state) {
   {
     const f_status_t status = f_limit_valuess_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
     assert_int_equal(destination.size, source.used);
 
index f0afbd488f187fb04bd512e2f471184d2255d37f..94dcd1971d5a9427f07994a23c117a395c5de969 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_valuess_decimate_by__returns_data_not(void **state) {
   {
     const f_status_t status = f_limit_valuess_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -53,7 +53,7 @@ void test__f_limit_valuess_decimate_by__works(void **state) {
   {
     const f_status_t status = f_limit_valuess_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -61,7 +61,7 @@ void test__f_limit_valuess_decimate_by__works(void **state) {
   {
     const f_status_t status = f_limit_valuess_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 17ab8f0c27ef8b40d7506e94fabc5123275b0025..6f4597a1bee7d22a99471b001df75773739adb74 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_valuess_decrease_by__returns_data_not(void **state) {
   {
     const f_status_t status = f_limit_valuess_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -53,7 +53,7 @@ void test__f_limit_valuess_decrease_by__works(void **state) {
   {
     const f_status_t status = f_limit_valuess_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -61,7 +61,7 @@ void test__f_limit_valuess_decrease_by__works(void **state) {
   {
     const f_status_t status = f_limit_valuess_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index f49befcb88219155a363c314eee39f44eb9698fd..0ff6c1c49a489413df9cb3e3df6b7360613b8233 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_valuess_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_limit_valuess_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -61,7 +61,7 @@ void test__f_limit_valuess_increase__works(void **state) {
   {
     const f_status_t status = f_limit_valuess_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -71,7 +71,7 @@ void test__f_limit_valuess_increase__works(void **state) {
 
     const f_status_t status = f_limit_valuess_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
index 7e0a251ea3673c8146214b3ce098ede9bf32dd7a..d72faaf88ad475042a46131b40a27a3a68187e32 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_valuess_increase_by__returns_data_not(void **state) {
   {
     const f_status_t status = f_limit_valuess_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -61,7 +61,7 @@ void test__f_limit_valuess_increase_by__works(void **state) {
   {
     const f_status_t status = f_limit_valuess_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -71,7 +71,7 @@ void test__f_limit_valuess_increase_by__works(void **state) {
 
     const f_status_t status = f_limit_valuess_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index a6944e3be55dba952bce4b83f078ceec47953270..728498dd9573beb44b418164ff15e5acc562cd4b 100644 (file)
@@ -29,7 +29,7 @@ void test__f_limit_valuess_resize__works(void **state) {
   {
     const f_status_t status = f_limit_valuess_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 945c62d754344cb91207f8627945569700c9fcb7..3f47cf304ab1c94600181408f6906a2083d1eb05 100644 (file)
@@ -44,7 +44,7 @@ extern "C" {
     // It has been deallocated, so reset the pointer.
     *pointer = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_memory_delete_
 
@@ -69,7 +69,7 @@ extern "C" {
     // It has been deallocated, so reset the pointer.
     *pointer = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_memory_destroy_
 
@@ -83,7 +83,7 @@ extern "C" {
     // Prevent double-allocations and unnecessary frees.
     if (*pointer || !length) return F_data_not;
 
-    if ((*pointer = calloc(length, size))) return F_none;
+    if ((*pointer = calloc(length, size))) return F_okay;
 
     return F_status_set_error(F_memory_not);
   }
@@ -124,7 +124,7 @@ extern "C" {
 
     memset(*pointer, 0, length);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_memory_new_aligned_
 
index 3577916f7fc7a91b9d855c569aa09a01916804d6..b58f1c9a5dfb197f34deeb767e8f111c66f127ce 100644 (file)
@@ -45,7 +45,7 @@ extern "C" {
  *   A pointer to the address that will be resized.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there was nothing to do.
  *
  *   F_memory_not (with error bit) on out of memory.
@@ -76,7 +76,7 @@ extern "C" {
  *   A pointer to the address that will be freed.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there was nothing to do.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -102,7 +102,7 @@ extern "C" {
  *   A pointer to the address that will be freed.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there was nothing to do.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -127,7 +127,7 @@ extern "C" {
  *   Must be greater than 0.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there was nothing to do.
  *
  *   F_memory_not (with error bit) on allocation error.
@@ -154,7 +154,7 @@ extern "C" {
  *   A pointer that will be updated to the address of the newly allocated memory.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there was nothing to do.
  *
  *   F_memory_not (with error bit) on allocation error.
@@ -185,7 +185,7 @@ extern "C" {
  *   A pointer to the address that will be resized.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there was nothing to do.
  *
  *   F_memory_not (with error bit) on out of memory.
index 97d62159527d480d473ac52e07168f222393204c..cb7b471e6bf5646f177e23ece44c118e9161119b 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
 
     ++(*used);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_memory_array_append_
 
@@ -83,7 +83,7 @@ extern "C" {
 
     *used += amount;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_memory_array_append_all_
 
index 53818be538cda83f1804b19cfed520b555649585..646e79193fa198c21d67efd810e30b62f355a80d 100644 (file)
@@ -36,7 +36,7 @@ extern "C" {
  *   The structure.size.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
  *   F_memory_not (with error bit) on out of memory.
@@ -81,7 +81,7 @@ extern "C" {
  *   The structure.size destination.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
  *   F_memory_not (with error bit) on out of memory.
@@ -133,7 +133,7 @@ extern "C" {
  *   The structure.size destination.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -168,7 +168,7 @@ extern "C" {
  *   The structure.size.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) on out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -201,7 +201,7 @@ extern "C" {
  *   The structure.size.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) on out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -234,7 +234,7 @@ extern "C" {
  *   The structure.size.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -269,7 +269,7 @@ extern "C" {
  *   The structure.size.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_memory_not (with error bit) on out of memory.
@@ -300,7 +300,7 @@ extern "C" {
  *   The structure.size.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
  *   F_memory_not (with error bit) on out of memory.
index c9c41e9c3688b9261897d819e663afaf685ae92f..acfb5834c50d48918e8b1b8a674db9ca13a29a45 100644 (file)
@@ -52,7 +52,7 @@ extern "C" {
  *     The standard status codes similar to this function.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
  *   F_memory_not (with error bit) on out of memory.
@@ -98,7 +98,7 @@ extern "C" {
  *     The standard status codes similar to this function.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
  *   F_memory_not (with error bit) on out of memory.
index 44c804df2836242229a85f7185ad8a6bd9ab0d63..893f816b47dae2e37a90d34c013cdf37e30432cc 100644 (file)
@@ -20,7 +20,7 @@ extern "C" {
       *used = length;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_memory_array_adjust_) || !defined(_di_f_memory_array_decimate_by_)
 
@@ -38,7 +38,7 @@ extern "C" {
       *used = length;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_memory_array_append_) || !defined(_di_f_memory_array_append_all_) || !defined(_di_f_memory_array_decrease_by_) || !defined(_di_f_memory_array_increase_) || !defined(_di_f_memory_array_increase_by_) || !defined(_di_f_memory_array_resize_)
 
index 65ebbfc9a9f2117fc00a8ecea329184f8f34fe29..6c28a7dd246841817988607ddc22d1c5e0075514 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
  *   The structure.size.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_memory_adjust().
  *
@@ -63,7 +63,7 @@ extern "C" {
  *   The structure.size.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_memory_resize().
  *
index 611500949bdb0405fd004d830f84c8309f15441f..c25b2e7cd309751be76e99cb6db0177d3cd5b9fc 100644 (file)
@@ -36,7 +36,7 @@ extern "C" {
 
           *pointer = new_pointer;
 
-          return F_none;
+          return F_okay;
         }
       }
       else {
@@ -45,12 +45,12 @@ extern "C" {
         // Assure that the pointer is always 0 after deallocation.
         *pointer = 0;
 
-        return F_none;
+        return F_okay;
       }
     }
     else if (length_new) {
       *pointer = calloc(type_size, length_new);
-      if (*pointer) return F_none;
+      if (*pointer) return F_okay;
     }
     else {
       return F_data_not;
@@ -82,7 +82,7 @@ extern "C" {
 
           *pointer = new_pointer;
 
-          return F_none;
+          return F_okay;
         }
       }
       else {
@@ -91,12 +91,12 @@ extern "C" {
         // Assure that the pointer is always 0 after deallocation.
         *pointer = 0;
 
-        return F_none;
+        return F_okay;
       }
     }
     else if (length_new) {
       *pointer = calloc(type_size, length_new);
-      if (*pointer) return F_none;
+      if (*pointer) return F_okay;
     }
     else {
       return F_data_not;
index 1ffabaad8709120480ae42017a8f5f71e1c58082..7da3d680087e776d5e5a4e72a550e2e786817b45 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   The pointer to the memory to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to do (length_old = length_new).
  *
  *   F_memory_not (with error bit) on allocation error.
@@ -65,7 +65,7 @@ extern "C" {
  *   The pointer to the memory to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to do (length_old = length_new).
  *
  *   F_memory_not (with error bit) on allocation error.
index 103a3fe703313d0a6b2d3e95ac419976eda45a8b..d82759a8d478d7c4546adc28bbec507c9c70ce9b 100644 (file)
@@ -27,14 +27,14 @@ void test__f_memory_adjust__works(void **state) {
   {
     const f_status_t status = f_memory_new(1, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_non_null(data);
   }
 
   {
     const f_status_t status = f_memory_adjust(1, 4, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_non_null(data);
   }
 
index 65c6d59721922643f3f26fe14c8fd801a0a053f1..89b02c842ed9f2431b2c6742d9fa6b409ac96c2d 100644 (file)
@@ -75,7 +75,7 @@ void test__f_memory_array_adjust__works(void **state) {
   {
     const f_status_t status = f_memory_array_adjust(length, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -83,7 +83,7 @@ void test__f_memory_array_adjust__works(void **state) {
   {
     const f_status_t status = f_memory_array_adjust(0, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index b2c5f6f0e1589f74aaa74fca2741c745b27d0734..4c8606f8b91d69ce9d4e44f49e16495ba8ee560b 100644 (file)
@@ -85,7 +85,7 @@ void test__f_memory_array_append__works(void **state) {
   {
     const f_status_t status = f_memory_array_append((void *) &number, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 1);
     assert_int_equal(data.array[0], number);
     assert_int_not_equal(data.size, 0);
@@ -97,7 +97,7 @@ void test__f_memory_array_append__works(void **state) {
   {
     const f_status_t status = f_memory_array_append((void *) &number_next, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 2);
     assert_int_equal(data.array[0], number);
     assert_int_equal(data.array[1], number_next);
index 226e9977dc691c21c4055101299074a6ea9fd020..b730e2c8dc8645f09b2659e6ffc5936cc3bcb038 100644 (file)
@@ -103,7 +103,7 @@ void test__f_memory_array_append_all__works(void **state) {
   {
     const f_status_t status = f_memory_array_append_all((void *) sources.array, sources.used, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 2);
     assert_int_equal(data.array[0], sources.array[0]);
     assert_int_equal(data.array[1], sources.array[1]);
@@ -118,7 +118,7 @@ void test__f_memory_array_append_all__works(void **state) {
   {
     const f_status_t status = f_memory_array_append_all((void *) sources_next.array, sources_next.used, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 3);
     assert_int_equal(data.array[0], sources.array[0]);
     assert_int_equal(data.array[1], sources.array[1]);
index 1d021e80693db1764178d7f5597878915879bdf4..83256896abba2d20c6e2d4a4238e35feded542af 100644 (file)
@@ -61,7 +61,7 @@ void test__f_memory_array_decimate_by__returns_data_not(void **state) {
   {
     const f_status_t status = f_memory_array_resize(length, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -85,7 +85,7 @@ void test__f_memory_array_decimate_by__works(void **state) {
   {
     const f_status_t status = f_memory_array_resize(length, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -93,7 +93,7 @@ void test__f_memory_array_decimate_by__works(void **state) {
   {
     const f_status_t status = f_memory_array_decimate_by(length, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 97e50b58ec9c9115ec3eb67875aebfab4943c20d..9fdda6d01119faf6f638da3bcb6d5a8d75388fa3 100644 (file)
@@ -61,7 +61,7 @@ void test__f_memory_array_decrease_by__returns_data_not(void **state) {
   {
     const f_status_t status = f_memory_array_resize(length, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -85,7 +85,7 @@ void test__f_memory_array_decrease_by__works(void **state) {
   {
     const f_status_t status = f_memory_array_resize(length, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -93,7 +93,7 @@ void test__f_memory_array_decrease_by__works(void **state) {
   {
     const f_status_t status = f_memory_array_decrease_by(length, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 4beca7354c26b6994d1e8886e1f3d22c643e4db2..2210fa02ab9c1469a0c135670247397488307760 100644 (file)
@@ -76,7 +76,7 @@ void test__f_memory_array_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_memory_array_resize(length, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -100,7 +100,7 @@ void test__f_memory_array_increase__works(void **state) {
   {
     const f_status_t status = f_memory_array_resize(length, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -110,7 +110,7 @@ void test__f_memory_array_increase__works(void **state) {
 
     const f_status_t status = f_memory_array_increase(1, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length + 1);
   }
index 5ca37f287125b086291da1550cc8e046b43597f3..e8151f8f90779179605c889d774dc41b13d55935 100644 (file)
@@ -67,7 +67,7 @@ void test__f_memory_array_increase_by__returns_data_not(void **state) {
   {
     const f_status_t status = f_memory_array_resize(length, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -99,7 +99,7 @@ void test__f_memory_array_increase_by__works(void **state) {
   {
     const f_status_t status = f_memory_array_resize(length, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -109,7 +109,7 @@ void test__f_memory_array_increase_by__works(void **state) {
 
     const f_status_t status = f_memory_array_increase_by(length, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index 0a170c4ddc6054c42a6a630317547d8deb6e5349..a1285c81901fc4823f7b767e1c8304d709edb92a 100644 (file)
@@ -75,7 +75,7 @@ void test__f_memory_array_resize__works(void **state) {
   {
     const f_status_t status = f_memory_array_resize(length, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -83,7 +83,7 @@ void test__f_memory_array_resize__works(void **state) {
   {
     const f_status_t status = f_memory_array_resize(0, sizeof(int), (void **) &data.array, &data.used, &data.size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 599745424bf068c2caeda4dd5616f8da8834424e..20886ae32fb81aaba1d56b81dd2dd48b80eb9f70 100644 (file)
@@ -83,7 +83,7 @@ void test__f_memory_arrays_adjust__works(void **state) {
   {
     const f_status_t status = f_memory_arrays_adjust(length, sizeof(test_memory_array_t), (void **) &data.array, &data.used, &data.size, &test_memory_array_callback);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -94,7 +94,7 @@ void test__f_memory_arrays_adjust__works(void **state) {
 
     const f_status_t status = f_memory_array_adjust(length_inner, sizeof(int), (void **) &data.array[0].array, &data.array[0].used, &data.array[0].size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.array[0].used, 0);
     assert_int_equal(data.array[0].size, length_inner);
   }
@@ -102,7 +102,7 @@ void test__f_memory_arrays_adjust__works(void **state) {
   {
     const f_status_t status = f_memory_arrays_adjust(0, sizeof(test_memory_array_t), (void **) &data.array, &data.used, &data.size, &test_memory_array_callback);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 7ff2633864a80a2f7ee1b5ae5148848c53cff344..f994856f6d7a5d1403acde2160d0cbcabcbdcf38 100644 (file)
@@ -83,7 +83,7 @@ void test__f_memory_arrays_resize__works(void **state) {
   {
     const f_status_t status = f_memory_arrays_resize(length, sizeof(test_memory_array_t), (void **) &data.array, &data.used, &data.size, &test_memory_array_callback);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -94,7 +94,7 @@ void test__f_memory_arrays_resize__works(void **state) {
 
     const f_status_t status = f_memory_array_resize(length_inner, sizeof(int), (void **) &data.array[0].array, &data.array[0].used, &data.array[0].size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.array[0].used, 0);
     assert_int_equal(data.array[0].size, length_inner);
   }
@@ -102,7 +102,7 @@ void test__f_memory_arrays_resize__works(void **state) {
   {
     const f_status_t status = f_memory_arrays_resize(0, sizeof(test_memory_array_t), (void **) &data.array, &data.used, &data.size, &test_memory_array_callback);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 1caf20e20b94299b1762899cc1b2c9dc418ac5de..0f3d7562bf63e4d20358bed8b2c25fce98777e26 100644 (file)
@@ -12,21 +12,21 @@ void test__f_memory_delete__frees_adjusted_memory(void **state) {
   {
     const f_status_t status = f_memory_new(1, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_non_null(data);
   }
 
   {
     const f_status_t status = f_memory_adjust(1, 4, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_non_null(data);
   }
 
   {
     const f_status_t status = f_memory_delete(4, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_null(data);
   }
 }
@@ -38,14 +38,14 @@ void test__f_memory_delete__frees_aligned_memory(void **state) {
   {
     const f_status_t status = f_memory_new_aligned(1, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_non_null(data);
   }
 
   {
     const f_status_t status = f_memory_delete(1, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_null(data);
   }
 }
@@ -57,14 +57,14 @@ void test__f_memory_delete__frees_memory(void **state) {
   {
     const f_status_t status = f_memory_new(1, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_non_null(data);
   }
 
   {
     const f_status_t status = f_memory_delete(1, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_null(data);
   }
 }
@@ -76,21 +76,21 @@ void test__f_memory_delete__frees_resized_memory(void **state) {
   {
     const f_status_t status = f_memory_new(1, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_non_null(data);
   }
 
   {
     const f_status_t status = f_memory_resize(1, 4, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_non_null(data);
   }
 
   {
     const f_status_t status = f_memory_delete(4, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_null(data);
   }
 }
index a70a340a8a3254c5513d879b77970977a817b7fc..ddc0ae81da311cfe2a9685146158c4e1b4e7c95b 100644 (file)
@@ -12,21 +12,21 @@ void test__f_memory_destroy__frees_adjusted_memory(void **state) {
   {
     const f_status_t status = f_memory_new(1, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_non_null(data);
   }
 
   {
     const f_status_t status = f_memory_adjust(1, 4, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_non_null(data);
   }
 
   {
     const f_status_t status = f_memory_destroy(4, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_null(data);
   }
 }
@@ -38,14 +38,14 @@ void test__f_memory_destroy__frees_aligned_memory(void **state) {
   {
     const f_status_t status = f_memory_new_aligned(1, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_non_null(data);
   }
 
   {
     const f_status_t status = f_memory_destroy(1, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_null(data);
   }
 }
@@ -57,14 +57,14 @@ void test__f_memory_destroy__frees_memory(void **state) {
   {
     const f_status_t status = f_memory_new(1, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_non_null(data);
   }
 
   {
     const f_status_t status = f_memory_destroy(1, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_null(data);
   }
 }
@@ -76,21 +76,21 @@ void test__f_memory_destroy__frees_resized_memory(void **state) {
   {
     const f_status_t status = f_memory_new(1, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_non_null(data);
   }
 
   {
     const f_status_t status = f_memory_resize(1, 4, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_non_null(data);
   }
 
   {
     const f_status_t status = f_memory_destroy(4, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_null(data);
   }
 }
index 1b91af3cad1327160f01e467f95531bc1626b891..da1bffc0f7d302d84275d44da6185b9b2333f6b7 100644 (file)
@@ -20,7 +20,7 @@ void test__f_memory_new__works(void **state) {
 
   const f_status_t status = f_memory_new(1, sizeof(uint16_t), (void **) &data);
 
-  assert_int_equal(status, F_none);
+  assert_int_equal(status, F_okay);
   assert_non_null(data);
 
   free((void *) data);
index 34c4dab7ed80c3d73f0fdf22d3f4114ba66f7b47..4b81df8002d2ee713438c494f26ba82bf7a04763 100644 (file)
@@ -20,7 +20,7 @@ void test__f_memory_new_aligned__works(void **state) {
 
   const f_status_t status = f_memory_new_aligned(1, sizeof(uint16_t), (void **) &data);
 
-  assert_int_equal(status, F_none);
+  assert_int_equal(status, F_okay);
   assert_non_null(data);
 
   free((void *) data);
index d1b44b0323c7a2577b65c047895b09aa9b1d0c40..f762237cbfc25b7b73dca32f6d3793117aa6d761 100644 (file)
@@ -41,14 +41,14 @@ void test__f_memory_resize__works(void **state) {
   {
     const f_status_t status = f_memory_new(1, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_non_null(data);
   }
 
   {
     const f_status_t status = f_memory_resize(1, 4, sizeof(uint16_t), (void **) &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_non_null(data);
   }
 
index 8636a840f86f1d0bbc93417116326a1734ebccc3..ccf5cfc95cb2edc04090fa6422a0548a9580e071 100644 (file)
@@ -90,7 +90,7 @@ f_status_t test_memory_array_callback(const f_number_unsigned_t start, const f_n
 
   {
     test_memory_array_t * const array = (test_memory_array_t *) void_array;
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = start; i < size; ++i) {
 
@@ -99,7 +99,7 @@ f_status_t test_memory_array_callback(const f_number_unsigned_t start, const f_n
     } // for
   }
 
-  return F_none;
+  return F_okay;
 }
 
 #ifdef __cplusplus
index d52bb0def4c5663e9e8ead1f0ffcccecf21fea30..fb1a1725ca27fbf7d959dbb38cbf5c3670a49714 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     *to = htonl(from);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_network_from_host_long_
 
@@ -24,7 +24,7 @@ extern "C" {
 
     *to = htons(from);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_network_from_host_short_
 
@@ -53,7 +53,7 @@ extern "C" {
 
     memcpy((void *) to, (void *) result, sizeof(struct hostent));
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_network_from_ip_address_
 
@@ -80,7 +80,7 @@ extern "C" {
 
     memcpy((void *) to, (void *) result, sizeof(struct hostent));
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_network_from_ip_name_
 
@@ -98,7 +98,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_network_from_ip_string_
 
@@ -430,7 +430,7 @@ extern "C" {
 
     *to = ntohl(from);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_network_to_host_long_
 
@@ -442,7 +442,7 @@ extern "C" {
 
     *to = ntohs(from);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_network_to_host_short_
 
@@ -473,7 +473,7 @@ extern "C" {
     // The string should be NULL terminated, but in case it is not, ensure one always exists.
     to->string[to->used] = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_network_to_ip_string_
 
index 0230957e564c6fad4e5a55981cbc67f7d1713d26..8ce94e900d1c8449ab31832bd336cfea174a4bfc 100644 (file)
@@ -38,7 +38,7 @@ extern "C" {
  *   The converted long integer in network byte order.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -57,7 +57,7 @@ extern "C" {
  *   The converted short integer in network byte order.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -82,7 +82,7 @@ extern "C" {
  *   The converted IP host entity.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to convert (to.type is f_network_family_none_e).
  *
  *   F_again (with error bit) Resolver temporarily failed, try again.
@@ -112,7 +112,7 @@ extern "C" {
  *   The converted IP host entity.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to convert (from.used is 0).
  *
  *   F_again (with error bit) Resolver temporarily failed, try again.
@@ -138,7 +138,7 @@ extern "C" {
  *   The converted IP version 4 or version 6 family integer.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to convert (to.type is f_network_family_none_e or from.used is 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -201,7 +201,7 @@ extern "C" {
  *   The converted long integer in host byte order.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -220,7 +220,7 @@ extern "C" {
  *   The converted short integer in host byte order.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -241,7 +241,7 @@ extern "C" {
  *   The converted human-friendly IP address string.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to convert (from.type is f_network_family_none_e).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
index 9c337a29031bffc8726307807fd090011859c28c..f57d98815310fbda2730bc922f050afd08b209bb 100644 (file)
@@ -24,7 +24,7 @@ void test__f_network_from_host_long__works(void **state) {
 
     const f_status_t status = f_network_from_host_long(0, &to);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(to, expect);
   }
 }
index 1bece4e98076cab680fe62026b60292186a5b8b9..144d6bdcff23a89468998dceef937ccbb2ae1308 100644 (file)
@@ -24,7 +24,7 @@ void test__f_network_from_host_short__works(void **state) {
 
     const f_status_t status = f_network_from_host_short(0, &to);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(to, expect);
   }
 }
index f257e29c3f0ed876ae3a736ad67e356a37332c20..1f8a48e025ee82719dcbef0135e15981b07795d6 100644 (file)
@@ -98,7 +98,7 @@ void test__f_network_from_ip_address__works(void **state) {
 
     const f_status_t status = f_network_from_ip_address(family, &host);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(host.h_name, mocked.h_name);
     assert_int_equal(host.h_aliases, mocked.h_aliases);
     assert_int_equal(host.h_length, mocked.h_length);
@@ -117,7 +117,7 @@ void test__f_network_from_ip_address__works(void **state) {
 
     const f_status_t status = f_network_from_ip_address(family, &host);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(host.h_name, mocked.h_name);
     assert_int_equal(host.h_aliases, mocked.h_aliases);
     assert_int_equal(host.h_length, mocked.h_length);
index ad06fbfa0519d8d4447fbced37bd301a27fdf04f..af7c42600c43e309ce6a89caa88e3463b61c60f2 100644 (file)
@@ -90,7 +90,7 @@ void test__f_network_from_ip_name__works(void **state) {
 
     const f_status_t status = f_network_from_ip_name(ip, &host);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(host.h_name, mocked.h_name);
     assert_int_equal(host.h_aliases, mocked.h_aliases);
     assert_int_equal(host.h_length, mocked.h_length);
index 8be5d3e63f1287194610f80054aa6d1e1fbf44dc..fcfddb03d45a645db44aa98129f635e22e5d3ab4 100644 (file)
@@ -81,7 +81,7 @@ void test__f_network_from_ip_string__works(void **state) {
 
     const f_status_t status = f_network_from_ip_string(ip, &family);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   family.type = f_network_family_ip_6_e;
@@ -91,7 +91,7 @@ void test__f_network_from_ip_string__works(void **state) {
 
     const f_status_t status = f_network_from_ip_string(ip, &family);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index a0dde5b1d124f3b72df09a3f4c2a827ca3e43002..21044e695068bdf596dd40b03fda5398988f8127 100644 (file)
@@ -32,7 +32,7 @@ void test__f_network_is_ip_address__returns_false(void **state) {
 
   for (uint8_t i = 0; i < 7; ++i) {
 
-    state_data.status = F_none;
+    state_data.status = F_okay;
 
     f_network_is_ip_address(ips[i], 0, &state_data);
 
@@ -62,7 +62,7 @@ void test__f_network_is_ip_address__returns_network_version_four(void **state) {
 
   for (uint8_t i = 0; i < 4; ++i) {
 
-    state_data.status = F_none;
+    state_data.status = F_okay;
     port = 100000;
 
     f_network_is_ip_address(ips[i], &port, &state_data);
@@ -98,7 +98,7 @@ void test__f_network_is_ip_address__returns_network_version_four_not(void **stat
 
   for (uint8_t i = 0; i < 17; ++i) {
 
-    state_data.status = F_none;
+    state_data.status = F_okay;
 
     f_network_is_ip_address(ips[i], 0, &state_data);
 
@@ -213,7 +213,7 @@ void test__f_network_is_ip_address__returns_network_version_six_not(void **state
 
   for (uint8_t i = 0; i < 98; ++i) {
 
-    state_data.status = F_none;
+    state_data.status = F_okay;
 
     f_network_is_ip_address(ips[i], 0, &state_data);
 
@@ -319,7 +319,7 @@ void test__f_network_is_ip_address__returns_network_version_six(void **state) {
 
   for (uint8_t i = 0; i < 42; ++i) {
 
-    state_data.status = F_none;
+    state_data.status = F_okay;
     port = 100000;
 
     f_network_is_ip_address(ips[i], &port, &state_data);
index 9767090d86c5a9c356beb857241f10fc54320179..4b6cfde5d5db06d451792611270b7a29f69917e7 100644 (file)
@@ -24,7 +24,7 @@ void test__f_network_to_host_long__works(void **state) {
 
     const f_status_t status = f_network_to_host_long(0, &to);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(to, expect);
   }
 }
index 30a278fff6eaf071af11399bfe58b6885efc60dd..6c89c64b9e6c8d2119d7a50944158988a8b5e1a8 100644 (file)
@@ -24,7 +24,7 @@ void test__f_network_to_host_short__works(void **state) {
 
     const f_status_t status = f_network_to_host_short(0, &to);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(to, expect);
   }
 }
index 6abccc8ef0d16f6b3e1cc26191d5ea618fe3b076..cdc00f2fb45ed0fcd29e06aafb3f5600f887dc5a 100644 (file)
@@ -77,7 +77,7 @@ void test__f_network_to_ip_string__works(void **state) {
 
     const f_status_t status = f_network_to_ip_string(family, &ip);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(ip.used, expect.used);
     assert_string_equal(ip.string, expect.string);
   }
@@ -94,7 +94,7 @@ void test__f_network_to_ip_string__works(void **state) {
 
     const f_status_t status = f_network_to_ip_string(family, &ip);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(ip.used, expect.used);
     assert_string_equal(ip.string, expect.string);
   }
index 9c6240911d0c3d374fcfa3f74df6ef1383e25c86..6b3e1acce607c45520a883331a72c9931b56eb9c 100644 (file)
@@ -16,7 +16,7 @@ extern "C" {
 
     const unsigned short seek_width = macro_f_utf_char_t_width(seek_to_this);
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     unsigned short width = 0;
     f_number_unsigned_t width_max = 0;
@@ -29,8 +29,8 @@ extern "C" {
       if (!width) {
         width = 1;
 
-        if (buffer.string[range->start] == f_string_eol_s.string[0]) return F_none_eol;
-        if (seek_width == width && buffer.string[range->start] == seek_to_this) return F_none;
+        if (buffer.string[range->start] == f_string_eol_s.string[0]) return F_okay_eol;
+        if (seek_width == width && buffer.string[range->start] == seek_to_this) return F_okay;
       }
       // Do not operate on UTF-8 fragments that are not the first byte of the character.
       else if (width == 1) {
@@ -45,17 +45,17 @@ extern "C" {
 
           status = f_utf_char_to_character(buffer.string + range->start, width_max, &character);
           if (F_status_is_error(status)) return status;
-          if (character == seek_to_this) return F_none;
+          if (character == seek_to_this) return F_okay;
         }
       }
 
       range->start += width;
 
-      if (range->start >= range->stop) return F_none_stop;
-      if (range->start > buffer.used) return F_none_eos;
+      if (range->start >= range->stop) return F_okay_stop;
+      if (range->start > buffer.used) return F_okay_eos;
     } // while
 
-    return F_none_eos;
+    return F_okay_eos;
   }
 #endif // _di_f_parse_dynamic_seek_line_to_utf_character_
 
@@ -69,7 +69,7 @@ extern "C" {
     if (range->start > range->stop) return F_data_not_stop;
     if (range->start >= buffer.used) return F_data_not_eos;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     unsigned short width = 0;
 
     f_number_unsigned_t width_max = (range->stop - range->start) + 1;
@@ -77,7 +77,7 @@ extern "C" {
     while (buffer.string[range->start] == placeholder || (status = f_utf_is_graph(buffer.string + range->start, width_max)) == F_false) {
 
       if (F_status_is_error(status)) return status;
-      if (buffer.string[range->start] == f_string_eol_s.string[0]) return F_none_eol;
+      if (buffer.string[range->start] == f_string_eol_s.string[0]) return F_okay_eol;
 
       width = macro_f_utf_byte_width_is(buffer.string[range->start]);
 
@@ -96,15 +96,15 @@ extern "C" {
 
       range->start += width;
 
-      if (range->start > range->stop) return F_none_stop;
-      if (range->start >= buffer.used) return F_none_eos;
+      if (range->start > range->stop) return F_okay_stop;
+      if (range->start >= buffer.used) return F_okay_eos;
 
       width_max = (range->stop - range->start) + 1;
     } // while
 
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_parse_dynamic_seek_line_until_graph_
 
@@ -118,7 +118,7 @@ extern "C" {
     if (range->start > range->stop) return F_data_not_stop;
     if (range->start >= buffer.used) return F_data_not_eos;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     unsigned short width = 0;
 
     f_number_unsigned_t width_max = (range->stop - range->start) + 1;
@@ -126,7 +126,7 @@ extern "C" {
     while (buffer.string[range->start] == placeholder || (status = f_utf_is_whitespace(buffer.string + range->start, width_max, F_false)) == F_false) {
 
       if (F_status_is_error(status)) return status;
-      if (buffer.string[range->start] == f_string_eol_s.string[0]) return F_none_eol;
+      if (buffer.string[range->start] == f_string_eol_s.string[0]) return F_okay_eol;
 
       width = macro_f_utf_byte_width_is(buffer.string[range->start]);
 
@@ -145,15 +145,15 @@ extern "C" {
 
       range->start += width;
 
-      if (range->start > range->stop) return F_none_stop;
-      if (range->start >= buffer.used) return F_none_eos;
+      if (range->start > range->stop) return F_okay_stop;
+      if (range->start >= buffer.used) return F_okay_eos;
 
       width_max = (range->stop - range->start) + 1;
     } // while
 
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_parse_dynamic_seek_line_until_graph_non_
 
@@ -170,7 +170,7 @@ extern "C" {
 
     const unsigned short seek_width = macro_f_utf_char_t_width(seek_to_this);
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     unsigned short width = 0;
 
@@ -185,7 +185,7 @@ extern "C" {
         width = 1;
 
         if (seek_width == width) {
-          if (buffer.string[range->start] == seek_to_this) return F_none;
+          if (buffer.string[range->start] == seek_to_this) return F_okay;
         }
       }
       // Do not operate on UTF-8 fragments that are not the first byte of the character.
@@ -201,16 +201,16 @@ extern "C" {
 
           status = f_utf_char_to_character(buffer.string + range->start, width_max, &character);
           if (F_status_is_error(status)) return status;
-          if (character == seek_to_this) return F_none;
+          if (character == seek_to_this) return F_okay;
         }
       }
 
       range->start += width;
     } // while
 
-    if (range->start >= range->stop) return F_none_stop;
+    if (range->start >= range->stop) return F_okay_stop;
 
-    return F_none_eos;
+    return F_okay_eos;
   }
 #endif // _di_f_parse_dynamic_seek_to_utf_character_
 
@@ -252,7 +252,7 @@ extern "C" {
       return F_found_not;
     }
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (; range->start <= range->stop && range->start < buffer.used; ) {
 
@@ -477,7 +477,7 @@ extern "C" {
 
     const unsigned short seek_width = macro_f_utf_char_t_width(seek_to);
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     unsigned short width = 0;
     f_number_unsigned_t width_max = (range->stop - range->start) + 1;
@@ -491,8 +491,8 @@ extern "C" {
       if (!width) {
         width = 1;
 
-        if (string[range->start] == f_string_eol_s.string[0]) return F_none_eol;
-        if (seek_width == width && string[range->start] == seek_to) return F_none;
+        if (string[range->start] == f_string_eol_s.string[0]) return F_okay_eol;
+        if (seek_width == width && string[range->start] == seek_to) return F_okay;
       }
       // Do not operate on UTF-8 fragments that are not the first byte of the character.
       else if (width == 1) {
@@ -506,12 +506,12 @@ extern "C" {
 
           status = f_utf_char_to_character(string + range->start, width_max, &character);
           if (F_status_is_error(status)) return status;
-          if (character == seek_to) return F_none;
+          if (character == seek_to) return F_okay;
         }
       }
     } // for
 
-    return F_none_stop;
+    return F_okay_stop;
   }
 #endif // _di_f_parse_seek_line_to_utf_character_
 
@@ -523,7 +523,7 @@ extern "C" {
 
     if (range->start > range->stop) return F_data_not_stop;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     unsigned short width = 0;
 
     f_number_unsigned_t width_max = (range->stop - range->start) + 1;
@@ -531,7 +531,7 @@ extern "C" {
     while (string[range->start] == placeholder || (status = f_utf_is_graph(string + range->start, width_max)) == F_false) {
 
       if (F_status_is_error(status)) return status;
-      if (string[range->start] == f_string_eol_s.string[0]) return F_none_eol;
+      if (string[range->start] == f_string_eol_s.string[0]) return F_okay_eol;
 
       width = macro_f_utf_byte_width_is(string[range->start]);
 
@@ -549,14 +549,14 @@ extern "C" {
 
       range->start += width;
 
-      if (range->start > range->stop) return F_none_stop;
+      if (range->start > range->stop) return F_okay_stop;
 
       width_max = (range->stop - range->start) + 1;
     } // while
 
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_parse_seek_line_until_graph_
 
@@ -568,7 +568,7 @@ extern "C" {
 
     if (range->start > range->stop) return F_data_not_stop;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     unsigned short width = 0;
 
     f_number_unsigned_t width_max = (range->stop - range->start) + 1;
@@ -577,7 +577,7 @@ extern "C" {
 
       if (F_status_is_error(status)) return status;
 
-      if (string[range->start] == f_string_eol_s.string[0]) return F_none_eol;
+      if (string[range->start] == f_string_eol_s.string[0]) return F_okay_eol;
 
       width = macro_f_utf_byte_width_is(string[range->start]);
 
@@ -595,14 +595,14 @@ extern "C" {
 
       range->start += width;
 
-      if (range->start > range->stop) return F_none_stop;
+      if (range->start > range->stop) return F_okay_stop;
 
       width_max = (range->stop - range->start) + 1;
     } // while
 
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_parse_seek_line_until_graph_non_
 
@@ -616,7 +616,7 @@ extern "C" {
 
     const unsigned short seek_width = macro_f_utf_char_t_width(seek_to);
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     unsigned short width = 0;
     f_number_unsigned_t width_max = 0;
@@ -630,7 +630,7 @@ extern "C" {
       if (!width) {
         width = 1;
 
-        if (seek_width == width && string[range->start] == seek_to) return F_none;
+        if (seek_width == width && string[range->start] == seek_to) return F_okay;
       }
       // Do not operate on UTF-8 fragments that are not the first byte of the character.
       else if (width == 1) {
@@ -644,12 +644,12 @@ extern "C" {
 
           status = f_utf_char_to_character(string + range->start, width_max, &character);
           if (F_status_is_error(status)) return status;
-          if (character == seek_to) return F_none;
+          if (character == seek_to) return F_okay;
         }
       }
     } // for
 
-    return F_none_stop;
+    return F_okay_stop;
   }
 #endif // _di_f_parse_seek_to_utf_character_
 
index 41fff433b1bc49a125447035e6f0f2c78b226cf8..539d946262979fc3a244d742f740a9e0bc36081e 100644 (file)
@@ -38,10 +38,10 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_eol on success, but stopped at EOL.
- *   F_none_eos on success, but stopped at end of buffer.
- *   F_none_stop on success, but stopped at end of range.
+ *   F_okay on success.
+ *   F_okay_eol on success, but stopped at EOL.
+ *   F_okay_eos on success, but stopped at end of buffer.
+ *   F_okay_stop on success, but stopped at end of range.
  *   F_data_not on success, but there was no string data to seek.
  *   F_data_not_eos on success, but the range.start >= buffer.used.
  *   F_data_not_stop on success, but the range.start > range.stop.
@@ -71,10 +71,10 @@ extern "C" {
  *   A range within the buffer representing the start and stop locations.
  *
  * @return
- *   F_none on success.
- *   F_none_eol on success, but stopped at EOL.
- *   F_none_eos on success, but stopped at end of buffer.
- *   F_none_stop on success, but stopped at end of range.
+ *   F_okay on success.
+ *   F_okay_eol on success, but stopped at EOL.
+ *   F_okay_eos on success, but stopped at end of buffer.
+ *   F_okay_stop on success, but stopped at end of range.
  *   F_data_not on success, but there was no string data to seek.
  *   F_data_not_eos on success, but the range.start >= buffer.used.
  *   F_data_not_stop on success, but the range.start > range.stop.
@@ -104,10 +104,10 @@ extern "C" {
  *   A range within the buffer representing the start and stop locations.
  *
  * @return
- *   F_none on success.
- *   F_none_eol on success, but stopped at EOL.
- *   F_none_eos on success, but stopped at end of buffer.
- *   F_none_stop on success, but stopped at end of range.
+ *   F_okay on success.
+ *   F_okay_eol on success, but stopped at EOL.
+ *   F_okay_eos on success, but stopped at end of buffer.
+ *   F_okay_stop on success, but stopped at end of range.
  *   F_data_not on success, but there was no string data to seek.
  *   F_data_not_eos on success, but the range.start >= buffer.used.
  *   F_data_not_stop on success, but the range.start > range.stop.
@@ -138,10 +138,10 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_eol on success, but stopped at EOL.
- *   F_none_eos on success, but stopped at end of buffer.
- *   F_none_stop on success, but stopped at end of range.
+ *   F_okay on success.
+ *   F_okay_eol on success, but stopped at EOL.
+ *   F_okay_eos on success, but stopped at end of buffer.
+ *   F_okay_stop on success, but stopped at end of range.
  *   F_data_not on success, but there was no string data to seek.
  *   F_data_not_eos on success, but the range.start >= buffer.used.
  *   F_data_not_stop on success, but the range.start > range.stop.
@@ -228,8 +228,8 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_eol on success, but stopped at EOL.
+ *   F_okay on success.
+ *   F_okay_eol on success, but stopped at EOL.
  *   F_data_not_stop if range.start > range.stop.
  *
  *   F_complete_not_utf (with error bit) if character is an incomplete UTF-8 fragment.
@@ -257,8 +257,8 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_eol on success, but stopped at EOL.
+ *   F_okay on success.
+ *   F_okay_eol on success, but stopped at EOL.
  *   F_data_not_stop if range.start > range.stop.
  *
  *   F_complete_not_utf (with error bit) if character is an incomplete UTF-8 fragment.
@@ -286,9 +286,9 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_eol on success, but stopped at EOL.
- *   F_none_stop on success, but stopped stop location.
+ *   F_okay on success.
+ *   F_okay_eol on success, but stopped at EOL.
+ *   F_okay_stop on success, but stopped stop location.
  *   F_data_not_stop if range.start > range.stop.
  *
  *   F_complete_not_utf (with error bit) if character is an incomplete UTF-8 fragment.
@@ -318,8 +318,8 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_stop on success, but stopped stop location.
+ *   F_okay on success.
+ *   F_okay_stop on success, but stopped stop location.
  *   F_data_not_stop if range.start > range.stop.
  *
  *   F_complete_not_utf (with error bit) if character is an incomplete UTF-8 fragment.
index f28b8dd13e5ac889232bf3d589cd5da5611ced1f..0310853a949081bd47831186165c6dbed11e7a97 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
     while (buffer.string[range->start] != seek_to_character) {
 
       if (buffer.string[range->start++] == f_utf_char_eol_s) {
-        return F_none_eol;
+        return F_okay_eol;
       }
 
       if (macro_f_utf_char_t_width_is(buffer.string[range->start]) == 1) {
@@ -31,15 +31,15 @@ extern "C" {
       }
 
       if (range->start >= buffer.used) {
-        return F_none_eos;
+        return F_okay_eos;
       }
 
       if (range->start > range->stop) {
-        return F_none_stop;
+        return F_okay_stop;
       }
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_parse_utf_dynamic_seek_line_to_char_
 
@@ -53,7 +53,7 @@ extern "C" {
     if (!buffer.used) return F_data_not;
     if (range->start > range->stop) return F_data_not_stop;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (macro_f_utf_char_t_width_is(buffer.string[range->start]) == 1) {
       return F_status_set_error(F_utf_fragment);
@@ -66,7 +66,7 @@ extern "C" {
       }
 
       if (buffer.string[range->start++] == f_utf_char_eol_s) {
-        return F_none_eol;
+        return F_okay_eol;
       }
 
       if (macro_f_utf_char_t_width_is(buffer.string[range->start]) == 1) {
@@ -74,11 +74,11 @@ extern "C" {
       }
 
       if (range->start >= buffer.used) {
-        return F_none_eos;
+        return F_okay_eos;
       }
 
       if (range->start > range->stop) {
-        return F_none_stop;
+        return F_okay_stop;
       }
     } // while
 
@@ -86,7 +86,7 @@ extern "C" {
       return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_parse_utf_dynamic_seek_line_until_graph_
 
@@ -100,7 +100,7 @@ extern "C" {
     if (!buffer.used) return F_data_not;
     if (range->start > range->stop) return F_data_not_stop;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (macro_f_utf_char_t_width_is(buffer.string[range->start]) == 1) {
       return F_status_set_error(F_utf_fragment);
@@ -109,7 +109,7 @@ extern "C" {
     while (buffer.string[range->start] == placeholder || (status = f_utf_character_is_whitespace(buffer.string[range->start], F_false)) == F_false) {
 
       if (F_status_is_error(status)) return status;
-      if (buffer.string[range->start] == f_utf_char_eol_s) return F_none_eol;
+      if (buffer.string[range->start] == f_utf_char_eol_s) return F_okay_eol;
 
       ++range->start;
 
@@ -117,13 +117,13 @@ extern "C" {
         return F_status_set_error(F_utf_fragment);
       }
 
-      if (range->start >= buffer.used) return F_none_eos;
-      if (range->start > range->stop) return F_none_stop;
+      if (range->start >= buffer.used) return F_okay_eos;
+      if (range->start > range->stop) return F_okay_stop;
     } // while
 
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_parse_utf_dynamic_seek_line_until_graph_non_
 
@@ -152,15 +152,15 @@ extern "C" {
       }
 
       if (range->start >= buffer.used) {
-        return F_none_eos;
+        return F_okay_eos;
       }
 
       if (range->start > range->stop) {
-        return F_none_stop;
+        return F_okay_stop;
       }
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_parse_utf_dynamic_seek_to_char_
 
@@ -183,15 +183,15 @@ extern "C" {
       }
 
       if (string[range->start] == f_utf_char_eol_s) {
-        return F_none_eol;
+        return F_okay_eol;
       }
 
       if (string[range->start] == seek_to_character) {
-        return F_none;
+        return F_okay;
       }
     } // for
 
-    return F_none_stop;
+    return F_okay_stop;
   }
 #endif // _di_f_parse_utf_seek_line_to_char_
 
@@ -205,7 +205,7 @@ extern "C" {
       return F_data_not_stop;
     }
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (macro_f_utf_char_t_width_is(string[range->start]) == 1) {
       return F_status_set_error(F_utf_fragment);
@@ -218,7 +218,7 @@ extern "C" {
       }
 
       if (string[range->start++] == f_utf_char_eol_s) {
-        return F_none_eol;
+        return F_okay_eol;
       }
 
       if (macro_f_utf_char_t_width_is(string[range->start]) == 1) {
@@ -226,7 +226,7 @@ extern "C" {
       }
 
       if (range->start > range->stop) {
-        return F_none_stop;
+        return F_okay_stop;
       }
     } // while
 
@@ -234,7 +234,7 @@ extern "C" {
       return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_parse_utf_seek_line_until_graph_
 
@@ -248,7 +248,7 @@ extern "C" {
       return F_data_not_stop;
     }
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (macro_f_utf_char_t_width_is(string[range->start]) == 1) {
       return F_status_set_error(F_utf_fragment);
@@ -261,7 +261,7 @@ extern "C" {
       }
 
       if (string[range->start++] == f_utf_char_eol_s) {
-        return F_none_eol;
+        return F_okay_eol;
       }
 
       if (macro_f_utf_char_t_width_is(string[range->start]) == 1) {
@@ -269,7 +269,7 @@ extern "C" {
       }
 
       if (range->start > range->stop) {
-        return F_none_stop;
+        return F_okay_stop;
       }
     } // while
 
@@ -277,7 +277,7 @@ extern "C" {
       return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_parse_utf_seek_line_until_graph_non_
 
@@ -300,7 +300,7 @@ extern "C" {
     while (range->start <= range->stop) {
 
       if (string[range->start++] == seek_to_character) {
-        return F_none;
+        return F_okay;
       }
 
       if (macro_f_utf_char_t_width_is(string[range->start]) == 1) {
@@ -308,7 +308,7 @@ extern "C" {
       }
     } // while
 
-    return F_none_stop;
+    return F_okay_stop;
   }
 #endif // _di_fl_utf_string_seek_to_utf_character_
 
index c8b7840e0d872ecdad5188e288b345332d27c1cc..208e2639c761232a469049f08969154af3bfa2ca 100644 (file)
@@ -26,9 +26,9 @@ extern "C" {
  *   A single-width character.
  *
  * @return
- *   F_none on success.
- *   F_none_eol on success, but stopped at EOL.
- *   F_none_eos on success, but stopped at end of buffer.
+ *   F_okay on success.
+ *   F_okay_eol on success, but stopped at EOL.
+ *   F_okay_eos on success, but stopped at end of buffer.
  *   F_data_not if buffer length is 0.
  *   F_data_not_stop if range.start > range.stop.
  *
@@ -50,9 +50,9 @@ extern "C" {
  *   A UTF-8 character representing a placeholder to ignore (may be NULL).
  *
  * @return
- *   F_none on success.
- *   F_none_eol on success, but stopped at EOL.
- *   F_none_eos on success, but stopped at end of buffer.
+ *   F_okay on success.
+ *   F_okay_eol on success, but stopped at EOL.
+ *   F_okay_eos on success, but stopped at end of buffer.
  *   F_data_not if buffer length is 0.
  *   F_data_not_stop if range.start > range.stop.
  *
@@ -78,10 +78,10 @@ extern "C" {
  *   A single-width character representing a placeholder to ignore (may be NULL).
  *
  * @return
- *   F_none on success.
- *   F_none_eol on success, but stopped at EOL.
- *   F_none_eos on success, but stopped at end of buffer.
- *   F_none_stop on success, but stopped stop location.
+ *   F_okay on success.
+ *   F_okay_eol on success, but stopped at EOL.
+ *   F_okay_eos on success, but stopped at end of buffer.
+ *   F_okay_stop on success, but stopped stop location.
  *   F_data_not if buffer length is 0.
  *   F_data_not_stop if range.start > range.stop.
  *
@@ -108,9 +108,9 @@ extern "C" {
  *   A single-width non-UTF-8 character.
  *
  * @return
- *   F_none on success.
- *   F_none_eos on success, but stopped at end of buffer.
- *   F_none_stop on success, but stopped stop location.
+ *   F_okay on success.
+ *   F_okay_eos on success, but stopped at end of buffer.
+ *   F_okay_stop on success, but stopped stop location.
  *   F_data_not if buffer length is 0.
  *   F_data_not_stop if range.start > range.stop.
  *
@@ -133,9 +133,9 @@ extern "C" {
  *   A single-width character.
  *
  * @return
- *   F_none on success.
- *   F_none_eol on success, but stopped at EOL.
- *   F_none_eos on success, but stopped at end of buffer.
+ *   F_okay on success.
+ *   F_okay_eol on success, but stopped at EOL.
+ *   F_okay_eos on success, but stopped at end of buffer.
  *   F_data_not_stop if range.start > range.stop.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -157,8 +157,8 @@ extern "C" {
  *   A UTF-8 character representing a placeholder to ignore (may be NULL).
  *
  * @return
- *   F_none on success.
- *   F_none_eol on success, but stopped at EOL.
+ *   F_okay on success.
+ *   F_okay_eol on success, but stopped at EOL.
  *   F_data_not_stop if range.start > range.stop.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -184,9 +184,9 @@ extern "C" {
  *   A UTF-8 character representing a placeholder to ignore (may be NULL).
  *
  * @return
- *   F_none on success.
- *   F_none_eol on success, but stopped at EOL.
- *   F_none_stop on success, but stopped stop location.
+ *   F_okay on success.
+ *   F_okay_eol on success, but stopped at EOL.
+ *   F_okay_stop on success, but stopped stop location.
  *   F_data_not_stop if range.start > range.stop.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -212,9 +212,9 @@ extern "C" {
  *   A single-width non-UTF-8 character.
  *
  * @return
- *   F_none on success.
- *   F_none_eos on success, but stopped at end of buffer.
- *   F_none_stop on success, but stopped stop location.
+ *   F_okay on success.
+ *   F_okay_eos on success, but stopped at end of buffer.
+ *   F_okay_stop on success, but stopped stop location.
  *   F_data_not_stop if range.start > range.stop.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
index c321e11fc1d32a307f0e4073de80f0ba177f0e00..3d2a1e2bf53816c571ca8841713fc9308bd9feba 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_path_change_
 
@@ -45,7 +45,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_path_change_at_
 
@@ -87,7 +87,7 @@ extern "C" {
     path->string[length] = 0;
     path->used = length;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_path_current_
 
@@ -100,7 +100,7 @@ extern "C" {
     directory->used = 0;
 
     if (!argument.used) {
-      return F_none;
+      return F_okay;
     }
 
     // Ensure enough space is available for terminating slash and terminating NULL.
@@ -146,7 +146,7 @@ extern "C" {
 
     directory->string[directory->used] = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _f_path_directory_cleanup_
 
index f6a475d28e15cad13337f60810c0c48fbb518e39..948658e2dcfe092983a800ab127a6354abf11751 100644 (file)
@@ -42,7 +42,7 @@ extern "C" {
  *   The file path.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_buffer (with error bit) if the buffer is invalid.
@@ -68,7 +68,7 @@ extern "C" {
  *   An open directory file descriptor, in which path is relative to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_buffer (with error bit) if the buffer is invalid.
@@ -100,7 +100,7 @@ extern "C" {
  *   This will be NULL terminated at real->used + 1.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_buffer (with error bit) if the buffer is invalid.
@@ -140,7 +140,7 @@ extern "C" {
  *   The directory string is replaced by this function.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) on out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -253,7 +253,7 @@ extern "C" {
  *   This will be NULL terminated at real->used + 1.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_buffer (with error bit) if the buffer is invalid.
index 44f1353a34c23266bcb37fe66ce115e3f17dd563..648b85191125dad92eca2b342ef23265231fbbd8 100644 (file)
@@ -42,7 +42,7 @@ extern "C" {
     real->string[length] = 0;
     real->used = length;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_path_current_) || !defined(_di_f_path_real_)
 
index bce5b295cf1813a6413bb8e8d5960f7cc50e1713..40e97c9db1190a7851d289ea25ef8e353e1c7e75 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
  *   This will be NULL terminated at real->used + 1.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_directory (with error bit) if a supposed directory in path is not actually a directory.
index b0cd6d5fc9bbc478dbc1e393454faac9a4e4c479..2c2190254760c0a090ded59b446734f73b7ea66b 100644 (file)
@@ -54,7 +54,7 @@ void test__f_path_change__works(void **state) {
 
     const f_status_t status = f_path_change(path);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index a13ee019c6532599365481a62caf42a84d0ee842..2794aa0c4a138034fcb2122e09fd4e80f7b44f71 100644 (file)
@@ -56,7 +56,7 @@ void test__f_path_change_at__works(void **state) {
 
     const f_status_t status = f_path_change_at(id);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 75bca164ac44d8c256336a1c76c3c2ef79c7f0f8..65dc1167b6089e03f090ad0c6d04ba5701c604ef 100644 (file)
@@ -109,7 +109,7 @@ void test__f_path_current__works(void **state) {
 
     const f_status_t status = f_path_current(F_false, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, path.used);
     assert_string_equal(destination.string, path.string);
   }
@@ -125,7 +125,7 @@ void test__f_path_current__works(void **state) {
 
     const f_status_t status = f_path_current(F_true, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, path_real.used);
     assert_string_equal(destination.string, path_real.string);
   }
index ff6358561dd2be0f552ac920f1115193bc23e633..749246eac1f2146c2ac1565a3d01408cb7e26891 100644 (file)
@@ -58,7 +58,7 @@ void test__f_path_directory_cleanup__works(void **state) {
 
     const f_status_t status = f_path_directory_cleanup(paths[i], &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expecteds[i].used);
 
     if (destination.used) {
index d2f12700aadca9b8a6f8b1e2d77abc01b9d76303..f4f52cac3b9a802e2687f6d3815ea8090c2ef255 100644 (file)
@@ -72,7 +72,7 @@ void test__f_path_real__works(void **state) {
 
     const f_status_t status = f_path_real(path, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, path_real.used);
     assert_string_equal(destination.string, path_real.string);
   }
index 70ba2009d549c8ce362f1bbe0170b97949bab934..a50861d7b5388260b97bd9c335f07a6e3317c249 100644 (file)
@@ -11,7 +11,7 @@ extern "C" {
  * This will keep trying to print using fwrite_unlocked() until all bytes are written or an error occurs.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_output (with error bit) on error.
  *
@@ -29,7 +29,7 @@ extern "C" {
 
     } while (count < total);
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_character_) && !defined(_di_f_print_character_safely_)
 
@@ -633,7 +633,7 @@ extern "C" {
       } while (count < total);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_print_safely_terminated_
 
index 6a1f3feb71b68214b1de7b1201a1935ec083d2a9..9ac0a995606ab1bb4150c40bdcc1b47620e5f9f3 100644 (file)
@@ -55,7 +55,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -84,7 +84,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -120,7 +120,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *   F_utf on success, but character is a UTF-8 character.
@@ -176,7 +176,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -209,7 +209,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -244,7 +244,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -282,7 +282,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -320,7 +320,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -355,7 +355,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -391,7 +391,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -427,7 +427,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -470,7 +470,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -505,7 +505,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -542,7 +542,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -581,7 +581,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -623,7 +623,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -665,7 +665,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -704,7 +704,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -744,7 +744,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -784,7 +784,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -831,7 +831,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -870,7 +870,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -911,7 +911,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -954,7 +954,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -997,7 +997,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1040,7 +1040,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1083,7 +1083,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1127,7 +1127,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1170,7 +1170,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1219,7 +1219,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1269,7 +1269,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1319,7 +1319,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1364,7 +1364,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1408,7 +1408,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1452,7 +1452,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1489,7 +1489,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1527,7 +1527,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1560,7 +1560,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1596,7 +1596,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1660,7 +1660,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1693,7 +1693,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
index 47e5aea06762464f6a42993d3fcb120ebab25683..c2aed093bf2ca1a074e96f3f65f82c7260197fce 100644 (file)
@@ -59,7 +59,7 @@ extern "C" {
       } // while
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_to_) || !defined(_di_f_print_dynamic_to_) || !defined(_di_f_print_dynamic_partial_to_)
 
@@ -67,20 +67,20 @@ extern "C" {
   f_status_t private_f_print_to_character_safely(const f_char_t character, const int id) {
 
     if (character == 0x7f) {
-      if (write(id, f_print_sequence_delete_s.string, f_print_sequence_delete_s.used) != -1) return F_none;
+      if (write(id, f_print_sequence_delete_s.string, f_print_sequence_delete_s.used) != -1) return F_okay;
     }
     else if (macro_f_utf_byte_width_is(character) == 1) {
-      if (write(id, f_print_sequence_unknown_s.string, f_print_sequence_unknown_s.used) != -1) return F_none;
+      if (write(id, f_print_sequence_unknown_s.string, f_print_sequence_unknown_s.used) != -1) return F_okay;
     }
     else if (macro_f_utf_byte_width_is(character) > 1) {
       if (write(id, &character, 1) != -1) return F_utf;
     }
     else if (character > 0x1f) {
-      if (write(id, &character, 1) != -1) return F_none;
+      if (write(id, &character, 1) != -1) return F_okay;
     }
     else {
       if (write(id, f_print_sequence_set_control_s[(unsigned int) character].string, f_print_sequence_set_control_s[(unsigned int) character].used) != -1) {
-        return F_none;
+        return F_okay;
       }
     }
 
@@ -129,7 +129,7 @@ extern "C" {
       if (write(id, string + start, total) == -1) return private_inline_f_print_to_error();
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_to_except_) || !defined(_di_f_print_to_except_dynamic_) || !defined(_di_f_print_to_except_dynamic_partial_)
 
@@ -174,7 +174,7 @@ extern "C" {
       if (write(id, string + start, total) == -1) return private_inline_f_print_to_error();
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_to_except_raw_) || !defined(_di_f_print_to_except_dynamic_raw_) || !defined(_di_f_print_to_except_dynamic_partial_raw_)
 
@@ -241,7 +241,7 @@ extern "C" {
       if (write(id, string + start, total) == -1) return private_inline_f_print_to_error();
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_to_except_dynamic_raw_safely_) || !defined(_di_f_print_to_except_dynamic_partial_raw_safely_) || !defined(_di_f_print_to_except_raw_safely_)
 
@@ -315,7 +315,7 @@ extern "C" {
       if (write(id, string + start, total) == -1) return private_inline_f_print_to_error();
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_to_except_dynamic_safely_) || !defined(_di_f_print_to_except_dynamic_partial_safely_) || !defined(_di_f_print_to_except_safely_)
 
@@ -387,7 +387,7 @@ extern "C" {
       if (write(id, string + start, total) == -1) return private_inline_f_print_to_error();
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_to_except_in_) || !defined(_di_f_print_to_except_in_dynamic_) || !defined(_di_f_print_to_except_in_dynamic_partial_)
 
@@ -457,7 +457,7 @@ extern "C" {
       if (write(id, string + start, total) == -1) return private_inline_f_print_to_error();
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_to_except_in_raw_) || !defined(_di_f_print_to_except_in_dynamic_raw_) || !defined(_di_f_print_to_except_in_dynamic_partial_raw_)
 
@@ -550,7 +550,7 @@ extern "C" {
       if (write(id, string + start, total) == -1) return private_inline_f_print_to_error();
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_to_except_in_raw_safely_) || !defined(_di_f_print_to_except_in_dynamic_raw_safely_) || !defined(_di_f_print_to_except_in_dynamic_partial_raw_safely_)
 
@@ -650,7 +650,7 @@ extern "C" {
       if (write(id, string + start, total) == -1) return private_inline_f_print_to_error();
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_to_except_in_safely_) || !defined(_di_f_print_to_except_in_dynamic_safely_) || !defined(_di_f_print_to_except_in_dynamic_partial_safely_)
 
@@ -689,7 +689,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_to_raw_) || !defined(_di_f_print_dynamic_to_raw_) || !defined(_di_f_print_dynamic_partial_to_raw_)
 
@@ -746,7 +746,7 @@ extern "C" {
       if (write(id, string + start, total) == -1) return private_inline_f_print_to_error();
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_to_dynamic_raw_safely_) || !defined(_di_f_print_dynamic_partial_to_raw_safely_) || !defined(_di_f_print_to_raw_safely_)
 
@@ -810,14 +810,14 @@ extern "C" {
       if (write(id, string + start, total) == -1) return private_inline_f_print_to_error();
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_to_dynamic_safely_) || !defined(_di_f_print_dynamic_partial_to_safely_) || !defined(_di_f_print_to_safely_)
 
 #if !defined(_di_f_print_to_terminated_) || !defined(_di_f_print_to_raw_terminated_)
   f_status_t private_f_print_to_terminated(const f_string_t string, const int id) {
 
-    return write(id, string, strlen(string)) == -1 ? private_inline_f_print_to_error() : F_none;
+    return write(id, string, strlen(string)) == -1 ? private_inline_f_print_to_error() : F_okay;
   }
 #endif // !defined(_di_f_print_to_terminated_) || !defined(_di_f_print_to_raw_terminated_)
 
index 292e4b42b7c99ba8a27b3f92f8ab5dbac9b1135a..a5909f82fa0b52061efffc0c7b693faf2bf98b8a 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
  *   The file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation.
@@ -68,7 +68,7 @@ extern "C" {
  *   The file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_utf on success, but character is a UTF-8 character.
  *
@@ -124,7 +124,7 @@ extern "C" {
  *   The file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation.
@@ -173,7 +173,7 @@ extern "C" {
  *   The file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_output (with error bit) on failure.
@@ -210,7 +210,7 @@ extern "C" {
  *   The file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_output (with error bit) on failure.
@@ -247,7 +247,7 @@ extern "C" {
  *   The file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_output (with error bit) on failure.
@@ -285,7 +285,7 @@ extern "C" {
  *   The file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_output (with error bit) on failure.
@@ -320,7 +320,7 @@ extern "C" {
  *   The file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation.
@@ -367,7 +367,7 @@ extern "C" {
  *   The file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation.
@@ -415,7 +415,7 @@ extern "C" {
  *   The file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation.
@@ -458,7 +458,7 @@ extern "C" {
  *   The file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation.
@@ -500,7 +500,7 @@ extern "C" {
  *   The file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation.
@@ -543,7 +543,7 @@ extern "C" {
  *   The file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation.
@@ -584,7 +584,7 @@ extern "C" {
  *   The file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation.
index 4e62a798dc782090c67b875cd41c708364458fbd..b0d8ab70e70f686f60a65fa2f88d50a64a4d6773 100644 (file)
@@ -53,7 +53,7 @@ extern "C" {
       return private_inline_f_print_to_error();
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_print_to_character_
 
@@ -597,7 +597,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_print_to_safely_terminated_
 
index 5efc105953985d1e70be35345de200169fd82b13..1f1225ad170fc15b6e479f69f9c414db007e9643 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -70,7 +70,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -111,7 +111,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -150,7 +150,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -191,7 +191,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -234,7 +234,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -282,7 +282,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -326,7 +326,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -368,7 +368,7 @@ extern "C" {
  *   F_file_descriptor_not if file.id is -1.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation.
@@ -413,7 +413,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -455,7 +455,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -502,7 +502,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -545,7 +545,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -590,7 +590,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -637,7 +637,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -689,7 +689,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -737,7 +737,7 @@ extern "C" {
  *   The array of locations is required/assumed to be in linear order.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -782,7 +782,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -832,7 +832,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -878,7 +878,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -933,7 +933,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -982,7 +982,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1033,7 +1033,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1086,7 +1086,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1139,7 +1139,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1190,7 +1190,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1243,7 +1243,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1297,7 +1297,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1349,7 +1349,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1408,7 +1408,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1468,7 +1468,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1526,7 +1526,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1577,7 +1577,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1631,7 +1631,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1681,7 +1681,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1724,7 +1724,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1772,7 +1772,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1813,7 +1813,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1857,7 +1857,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1900,7 +1900,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
@@ -1942,7 +1942,7 @@ extern "C" {
  *   The file structure containing the file descriptor to output to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *   F_file_descriptor_not if file.id is -1.
  *
index 356d370c999f8138d1575b4053a77493825b39aa..e438b352524766c03586a8ba68f1534d97d54c69 100644 (file)
@@ -41,7 +41,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_) || !defined(_di_f_print_dynamic_) || !defined(_di_f_print_dynamic_partial_)
 
@@ -123,7 +123,7 @@ extern "C" {
       }
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_except_) || !defined(_di_f_print_except_dynamic_) || !defined(_di_f_print_except_dynamic_partial_)
 
@@ -212,7 +212,7 @@ extern "C" {
       }
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_except_in_) || !defined(_di_f_print_except_in_dynamic_) || !defined(_di_f_print_except_in_dynamic_partial_)
 
@@ -299,7 +299,7 @@ extern "C" {
       }
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_except_in_raw_) || !defined(_di_f_print_except_in_dynamic_raw_) || !defined(_di_f_print_except_in_dynamic_partial_raw_)
 
@@ -431,7 +431,7 @@ extern "C" {
       } while (count < total);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_except_in_raw_safely_) || !defined(_di_f_print_except_in_dynamic_raw_safely_) || !defined(_di_f_print_except_in_dynamic_partial_raw_safely_)
 
@@ -576,7 +576,7 @@ extern "C" {
       } while (count < total);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_except_in_safely_) || !defined(_di_f_print_except_in_dynamic_safely_) || !defined(_di_f_print_except_in_dynamic_partial_safely_)
 
@@ -647,7 +647,7 @@ extern "C" {
       } while (count < total);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_except_raw_) || !defined(_di_f_print_except_dynamic_raw_) || !defined(_di_f_print_except_dynamic_partial_raw_)
 
@@ -753,7 +753,7 @@ extern "C" {
       } while (count < total);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_except_raw_safely_) || !defined(_di_f_print_except_dynamic_raw_) || !defined(_di_f_print_except_dynamic_partial_raw_)
 
@@ -872,7 +872,7 @@ extern "C" {
       } while (count < total);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_except_safely_) || !defined(_di_f_print_except_dynamic_safely_) || !defined(_di_f_print_except_dynamic_partial_safely_)
 
@@ -918,7 +918,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_dynamic_partial_raw_) || !defined(_di_f_print_dynamic_partial_raw_safely_) || !defined(_di_f_print_dynamic_raw_) || !defined(_di_f_print_dynamic_raw_safely_) || !defined(_di_f_print_raw_) || !defined(_di_f_print_raw_safely_)
 
@@ -1001,7 +1001,7 @@ extern "C" {
       } while (count < total);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_dynamic_partial_raw_safely_) || !defined(_di_f_print_dynamic_raw_safely_) || !defined(_di_f_print_raw_safely_)
 
@@ -1097,7 +1097,7 @@ extern "C" {
       } while (count < total);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_dynamic_partial_safely_) || !defined(_di_f_print_dynamic_safely_) || !defined(_di_f_print_safely_)
 
@@ -1134,7 +1134,7 @@ extern "C" {
 
     } while (count < length);
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_print_terminated_) || !defined(_di_f_print_raw_terminated_)
 
index 04ce4b6c11687fc50fb10c8249ee3d90963f3016..b8352d6eb1c7fb692cb30501be432d50157c4a90 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_output (with error bit) on failure.
@@ -55,7 +55,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_output (with error bit) on failure.
@@ -134,7 +134,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_output (with error bit) on failure.
@@ -171,7 +171,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_output (with error bit) on failure.
@@ -208,7 +208,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_output (with error bit) on failure.
@@ -245,7 +245,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_output (with error bit) on failure.
@@ -282,7 +282,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_output (with error bit) on failure.
@@ -316,7 +316,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_output (with error bit) on failure.
@@ -350,7 +350,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_output (with error bit) on failure.
@@ -384,7 +384,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_output (with error bit) on failure.
@@ -413,7 +413,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_output (with error bit) on failure.
@@ -445,7 +445,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_output (with error bit) on failure.
@@ -474,7 +474,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_output (with error bit) on failure.
@@ -544,7 +544,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if there is nothing to print.
  *
  *   F_output (with error bit) on failure.
index 0285162e809d99835be66420390720be423561dc..e4907122786ba8118a62a09dc508f4020e7ee241 100644 (file)
@@ -69,7 +69,7 @@ void test__f_print__works(void **state) {
 
     const f_status_t status = f_print(test.string, test.used, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 28a16d2272deedf5be00b274be407ee65c63d809..e88a22fda1f560548dff0b2a85b915d95b966aa4 100644 (file)
@@ -45,7 +45,7 @@ void test__f_print_character__works(void **state) {
 
     const f_status_t status = f_print_character(test.string[0], output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 316779a0fe66815edf125325759a45b2d16ccde7..1ea01c3d23e93f8bef63c917fb7f8d6988b40670 100644 (file)
@@ -103,7 +103,7 @@ void test__f_print_character_safely__works(void **state) {
 
     const f_status_t status = f_print_character_safely((f_char_t) 0x7f, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -113,7 +113,7 @@ void test__f_print_character_safely__works(void **state) {
 
     const f_status_t status = f_print_character_safely((f_char_t) F_utf_byte_1_d, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -123,7 +123,7 @@ void test__f_print_character_safely__works(void **state) {
 
     const f_status_t status = f_print_character_safely(test.string[0], output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index bba0a7e2e6a9302371e6243687258b3030a588cb..bf4d379c2d16a6170370cbec969ad3b8f2b70df5 100644 (file)
@@ -56,7 +56,7 @@ void test__f_print_dynamic__works(void **state) {
 
     const f_status_t status = f_print_dynamic(test, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index a3092a3b6b2ebbde198f946ac55cbac32210a550..14cee87ba5cc56a257fd5975295b38107bf5957e 100644 (file)
@@ -60,7 +60,7 @@ void test__f_print_dynamic_partial__works(void **state) {
 
     const f_status_t status = f_print_dynamic_partial(test, partial, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index b9c9f4e15387a6456b8de9134e6004b69c6e09cc..52bdafa114e733b608aa5e267467d0888de6c0ed 100644 (file)
@@ -60,7 +60,7 @@ void test__f_print_dynamic_partial_raw__works(void **state) {
 
     const f_status_t status = f_print_dynamic_partial_raw(test, partial, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index cf44d0391e58ff7dd14501079bceb0eba6a432c5..e37acec59f47f0eab248c2458081d8a845aa04c6 100644 (file)
@@ -60,7 +60,7 @@ void test__f_print_dynamic_partial_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_dynamic_partial_raw_safely(test, partial, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index a7ce2b483908632c61e6e66fb2129de5eb243927..15f67fcb9dd9e758829421cf1514b73df5410c83 100644 (file)
@@ -60,7 +60,7 @@ void test__f_print_dynamic_partial_safely__works(void **state) {
 
     const f_status_t status = f_print_dynamic_partial_safely(test, partial, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 6f7650a0b936bff3ff4cfe25bc860b11b5841f7a..a4f542aafbf608bf8b14893ec8cae8e765241291 100644 (file)
@@ -56,7 +56,7 @@ void test__f_print_dynamic_raw__works(void **state) {
 
     const f_status_t status = f_print_dynamic_raw(test, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index dc46d16ec710126040c68dcd99cdc1b50a2d3bda..e8f4587f50af7bc4118497ad67c773a5f02912e1 100644 (file)
@@ -56,7 +56,7 @@ void test__f_print_dynamic_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_dynamic_raw_safely(test, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index f8a33337bbb4eceb990d83385212b5f2100d9f0d..e71ce616db25090b98cbf9673bebbe7e5e6dab13 100644 (file)
@@ -56,7 +56,7 @@ void test__f_print_dynamic_safely__works(void **state) {
 
     const f_status_t status = f_print_dynamic_safely(test, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 3febdfba32b4de254d4de07ea69895940ee18044..6d01e70cb3fdaa2374cc4766d0ccb99872c3ed41 100644 (file)
@@ -74,7 +74,7 @@ void test__f_print_except__works(void **state) {
 
     const f_status_t status = f_print_except(test.string, 0, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -86,7 +86,7 @@ void test__f_print_except__works(void **state) {
 
     const f_status_t status = f_print_except(test.string, 2, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -99,7 +99,7 @@ void test__f_print_except__works(void **state) {
 
     const f_status_t status = f_print_except(test.string, 1, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 2ecf997a80a5c903a817379d086609cad8cea4ea..64d1ab8600e5cb8615e2d0cdff81852285b9bd4d 100644 (file)
@@ -61,7 +61,7 @@ void test__f_print_except_dynamic__works(void **state) {
 
     const f_status_t status = f_print_except_dynamic(test, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -74,7 +74,7 @@ void test__f_print_except_dynamic__works(void **state) {
 
     const f_status_t status = f_print_except_dynamic(test, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index ad280371ac0be6492fd8dec88bb5320fba0d69aa..6dbfcd676cfbb6433adc4a43467632e6eadaf4a3 100644 (file)
@@ -65,7 +65,7 @@ void test__f_print_except_dynamic_partial__works(void **state) {
 
     const f_status_t status = f_print_except_dynamic_partial(test, partial, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -78,7 +78,7 @@ void test__f_print_except_dynamic_partial__works(void **state) {
 
     const f_status_t status = f_print_except_dynamic_partial(test, partial, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index f27ee2adaafb6a96a72148b9f2169bdc9a043b91..7f7d1dc181563568b08c1602ea50c66c4122fbf7 100644 (file)
@@ -65,7 +65,7 @@ void test__f_print_except_dynamic_partial_raw__works(void **state) {
 
     const f_status_t status = f_print_except_dynamic_partial_raw(test, partial, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -78,7 +78,7 @@ void test__f_print_except_dynamic_partial_raw__works(void **state) {
 
     const f_status_t status = f_print_except_dynamic_partial_raw(test, partial, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 213755c7016273c263723a739e0e338e6a8e3cea..04970dd6d6a6f327575f4107b3ba25452931e56e 100644 (file)
@@ -65,7 +65,7 @@ void test__f_print_except_dynamic_partial_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_except_dynamic_partial_raw_safely(test, partial, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -78,7 +78,7 @@ void test__f_print_except_dynamic_partial_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_except_dynamic_partial_raw_safely(test, partial, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index b76f1af2f511cde32a65667a7099c5dd53e65396..3a8f88d6a3488d9c0d9f2154c186bc56399b8c90 100644 (file)
@@ -65,7 +65,7 @@ void test__f_print_except_dynamic_partial_safely__works(void **state) {
 
     const f_status_t status = f_print_except_dynamic_partial_safely(test, partial, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -78,7 +78,7 @@ void test__f_print_except_dynamic_partial_safely__works(void **state) {
 
     const f_status_t status = f_print_except_dynamic_partial_safely(test, partial, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 0e45682ede2967472c557656860f2b54f38d4110..d2a7bdb9d332b371d0be12e884f1fc43ab9fcbf8 100644 (file)
@@ -61,7 +61,7 @@ void test__f_print_except_dynamic_raw__works(void **state) {
 
     const f_status_t status = f_print_except_dynamic_raw(test, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -74,7 +74,7 @@ void test__f_print_except_dynamic_raw__works(void **state) {
 
     const f_status_t status = f_print_except_dynamic_raw(test, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 419b37109eb27b45864dc19d720d5bbfdac7fec1..a734c0c55ba6f13c0d33ea444211fdcd29fdbc2a 100644 (file)
@@ -61,7 +61,7 @@ void test__f_print_except_dynamic_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_except_dynamic_raw_safely(test, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -74,7 +74,7 @@ void test__f_print_except_dynamic_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_except_dynamic_raw_safely(test, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index b6dd6173ebf51a919ea40fbeec0dc4beb3c71639..802b1ea9c7f006aa0a2a5a89c5eae8f37efeec21 100644 (file)
@@ -61,7 +61,7 @@ void test__f_print_except_dynamic_safely__works(void **state) {
 
     const f_status_t status = f_print_except_dynamic_safely(test, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -74,7 +74,7 @@ void test__f_print_except_dynamic_safely__works(void **state) {
 
     const f_status_t status = f_print_except_dynamic_safely(test, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 799b54ad586e361d5f6fe259b292ea27c6eca8bb..b38252e723dcb182b82e24a624d04c04b72bc67a 100644 (file)
@@ -78,7 +78,7 @@ void test__f_print_except_in__works(void **state) {
 
     const f_status_t status = f_print_except_in(test.string, 0, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -91,7 +91,7 @@ void test__f_print_except_in__works(void **state) {
 
     const f_status_t status = f_print_except_in(test.string, 2, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -108,7 +108,7 @@ void test__f_print_except_in__works(void **state) {
 
     const f_status_t status = f_print_except_in(test.string, 1, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index dd8f50dd3b4fea95cb91f429445d3b4e8bbb735b..25cc6d3c94777f6c7b7db847e35ff1c76fbc6cc3 100644 (file)
@@ -65,7 +65,7 @@ void test__f_print_except_in_dynamic__works(void **state) {
 
     const f_status_t status = f_print_except_in_dynamic(test, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -82,7 +82,7 @@ void test__f_print_except_in_dynamic__works(void **state) {
 
     const f_status_t status = f_print_except_in_dynamic(test, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 7ed093d362a988bc4d61476849b82cfda741096a..e2098bad976162a2d7b1d1d7c30a70aea667b018 100644 (file)
@@ -69,7 +69,7 @@ void test__f_print_except_in_dynamic_partial__works(void **state) {
 
     const f_status_t status = f_print_except_in_dynamic_partial(test, partial, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -86,7 +86,7 @@ void test__f_print_except_in_dynamic_partial__works(void **state) {
 
     const f_status_t status = f_print_except_in_dynamic_partial(test, partial, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 318ee74b09628d73b2bcfc9c1898872e1f99c0cd..7ae7f8a3778ee97bb8dfc7039b90dae19867672b 100644 (file)
@@ -69,7 +69,7 @@ void test__f_print_except_in_dynamic_partial_raw__works(void **state) {
 
     const f_status_t status = f_print_except_in_dynamic_partial_raw(test, partial, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -86,7 +86,7 @@ void test__f_print_except_in_dynamic_partial_raw__works(void **state) {
 
     const f_status_t status = f_print_except_in_dynamic_partial_raw(test, partial, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index a380258efe03e40f15b9726095700a05383b8b07..d000b69f201869b540991eb93f48909745159e0c 100644 (file)
@@ -69,7 +69,7 @@ void test__f_print_except_in_dynamic_partial_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_except_in_dynamic_partial_raw_safely(test, partial, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -86,7 +86,7 @@ void test__f_print_except_in_dynamic_partial_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_except_in_dynamic_partial_raw_safely(test, partial, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index ab4e248fb77f00abff25625477e05372f8fca59f..f243ef87e0f7da1cd990ab84047254dfccd41140 100644 (file)
@@ -69,7 +69,7 @@ void test__f_print_except_in_dynamic_partial_safely__works(void **state) {
 
     const f_status_t status = f_print_except_in_dynamic_partial_safely(test, partial, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -86,7 +86,7 @@ void test__f_print_except_in_dynamic_partial_safely__works(void **state) {
 
     const f_status_t status = f_print_except_in_dynamic_partial_safely(test, partial, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index e64fc681c97b3a2caf1f99656d56f3c5d09d6065..70c78a312fedf62ba43cc1c12d554ef6805a6463 100644 (file)
@@ -65,7 +65,7 @@ void test__f_print_except_in_dynamic_raw__works(void **state) {
 
     const f_status_t status = f_print_except_in_dynamic_raw(test, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -82,7 +82,7 @@ void test__f_print_except_in_dynamic_raw__works(void **state) {
 
     const f_status_t status = f_print_except_in_dynamic_raw(test, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 1d6f1f7051c6b9bef1db91d5b2c0a201f234c9d8..5a434bd40110515356a7ff155b2fdd9de44fd876 100644 (file)
@@ -65,7 +65,7 @@ void test__f_print_except_in_dynamic_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_except_in_dynamic_raw_safely(test, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -82,7 +82,7 @@ void test__f_print_except_in_dynamic_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_except_in_dynamic_raw_safely(test, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index cccf0d614da5d3727c87cee6d0129ab1bf0e0240..94ddd78c7a0cfb52561789db10c27cd4aad6eff6 100644 (file)
@@ -65,7 +65,7 @@ void test__f_print_except_in_dynamic_safely__works(void **state) {
 
     const f_status_t status = f_print_except_in_dynamic_safely(test, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -82,7 +82,7 @@ void test__f_print_except_in_dynamic_safely__works(void **state) {
 
     const f_status_t status = f_print_except_in_dynamic_safely(test, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index aea8165e4bbf1f5dc549e1c34947dd59876de67a..b6a237842118931fdbca48c3493816b230733a40 100644 (file)
@@ -78,7 +78,7 @@ void test__f_print_except_in_raw__works(void **state) {
 
     const f_status_t status = f_print_except_in_raw(test.string, 0, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -91,7 +91,7 @@ void test__f_print_except_in_raw__works(void **state) {
 
     const f_status_t status = f_print_except_in_raw(test.string, 2, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -108,7 +108,7 @@ void test__f_print_except_in_raw__works(void **state) {
 
     const f_status_t status = f_print_except_in_raw(test.string, 1, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 28f5c553a1d3b99916e91507e8a45af1396a5b0a..698c0009ea45360f1d95cc190fcd8709a91881f6 100644 (file)
@@ -78,7 +78,7 @@ void test__f_print_except_in_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_except_in_raw_safely(test.string, 0, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -91,7 +91,7 @@ void test__f_print_except_in_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_except_in_raw_safely(test.string, 2, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -108,7 +108,7 @@ void test__f_print_except_in_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_except_in_raw_safely(test.string, 1, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index fef241af213ed45124b5aa062d9d7f4889256c35..80c44148d4fbd6089d1a4a4e813569637d3537a8 100644 (file)
@@ -78,7 +78,7 @@ void test__f_print_except_in_safely__works(void **state) {
 
     const f_status_t status = f_print_except_in_safely(test.string, 0, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -91,7 +91,7 @@ void test__f_print_except_in_safely__works(void **state) {
 
     const f_status_t status = f_print_except_in_safely(test.string, 2, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -108,7 +108,7 @@ void test__f_print_except_in_safely__works(void **state) {
 
     const f_status_t status = f_print_except_in_safely(test.string, 1, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index a4972ca0e9241ad24e12d3ff81c96a3ee02e32f0..5173d809195bf3a7e6c61ffe0a3870522f201799 100644 (file)
@@ -74,7 +74,7 @@ void test__f_print_except_raw__works(void **state) {
 
     const f_status_t status = f_print_except_raw(test.string, 0, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -86,7 +86,7 @@ void test__f_print_except_raw__works(void **state) {
 
     const f_status_t status = f_print_except_raw(test.string, 2, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -99,7 +99,7 @@ void test__f_print_except_raw__works(void **state) {
 
     const f_status_t status = f_print_except_raw(test.string, 1, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index d2480aaf4071cad138ea7ad221b8c3bc105a1c08..546578a585313520ed3a32ad26153b6fd5da1d22 100644 (file)
@@ -74,7 +74,7 @@ void test__f_print_except_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_except_raw_safely(test.string, 0, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -86,7 +86,7 @@ void test__f_print_except_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_except_raw_safely(test.string, 2, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -99,7 +99,7 @@ void test__f_print_except_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_except_raw_safely(test.string, 1, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 2b400cc74bd9045ef5a32a1b3e741b030e74784f..6a381bf9edcb3ee4396de042245b98d6fbb468a1 100644 (file)
@@ -74,7 +74,7 @@ void test__f_print_except_safely__works(void **state) {
 
     const f_status_t status = f_print_except_safely(test.string, 0, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -86,7 +86,7 @@ void test__f_print_except_safely__works(void **state) {
 
     const f_status_t status = f_print_except_safely(test.string, 2, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -99,7 +99,7 @@ void test__f_print_except_safely__works(void **state) {
 
     const f_status_t status = f_print_except_safely(test.string, 1, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index a317359238e65085ec4ef50ea4f37f2d40b6dace..35f0f77b103bf1f961704e91d781308009d7ddf5 100644 (file)
@@ -69,7 +69,7 @@ void test__f_print_raw__works(void **state) {
 
     const f_status_t status = f_print_raw(test.string, test.used, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 238e65ff4c9e353cc8c4b7c7470032a50992809c..eb6ca768f92596e2cda98c045c970688a30081f0 100644 (file)
@@ -69,7 +69,7 @@ void test__f_print_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_raw_safely(test.string, test.used, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index ea3611263c35a2a35af420fb1fa635c2ff5ddcf6..b786e9da2511bd81e7b94d58bbad175886bc6412 100644 (file)
@@ -56,7 +56,7 @@ void test__f_print_raw_terminated__works(void **state) {
 
     const f_status_t status = f_print_raw_terminated(test.string, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 48bffb7818d52fdab6868d871dd092822abba521..54c1e391aa3484ac13b7d37fb1c60e5bdbb346ce 100644 (file)
@@ -69,7 +69,7 @@ void test__f_print_safely__works(void **state) {
 
     const f_status_t status = f_print_safely(test.string, test.used, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 8ed9df9ed01c9d46b2b81a0de101918752e40e27..75514982fc3e1c8e5dbf4ac6a5758682e3c2de14 100644 (file)
@@ -56,7 +56,7 @@ void test__f_print_safely_terminated__works(void **state) {
 
     const f_status_t status = f_print_safely_terminated(test.string, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 6fdf6ffaeedcc6088ef1abe261687331ca4caac4..487a121aa52dc84e105e6d4fdbd10395779f8363 100644 (file)
@@ -56,7 +56,7 @@ void test__f_print_terminated__works(void **state) {
 
     const f_status_t status = f_print_terminated(test.string, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 10b29dd0b4b05dc5587b06a6991e364f431017c2..a4f431d513918f290a83c2a4c7c2da0cb09b2506 100644 (file)
@@ -102,7 +102,7 @@ void test__f_print_to__works(void **state) {
 
     const f_status_t status = f_print_to(test.string, test.used, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 2a7cb305469ae54f3777e21422473c9badc1812f..a7228cf0a915ef3e44386c04698b1876c1b8b8d9 100644 (file)
@@ -78,7 +78,7 @@ void test__f_print_to_character__works(void **state) {
 
     const f_status_t status = f_print_to_character(test.string[0], output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4a376444049db9d6aff3de4b85763e1db8b9d528..6a16a2aa5032a99e93b3d9476f1bd07d73018070 100644 (file)
@@ -135,7 +135,7 @@ void test__f_print_to_character_safely__works(void **state) {
 
     const f_status_t status = f_print_to_character_safely((f_char_t) 0x7f, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -144,7 +144,7 @@ void test__f_print_to_character_safely__works(void **state) {
 
     const f_status_t status = f_print_to_character_safely((f_char_t) F_utf_byte_1_d, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -153,7 +153,7 @@ void test__f_print_to_character_safely__works(void **state) {
 
     const f_status_t status = f_print_to_character_safely(test.string[0], output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 20a9528e2a2dff42022c8d05452525d9fdfb4412..75b0d9007b9dfeb19b10361a7cddd4715a495b04 100644 (file)
@@ -89,7 +89,7 @@ void test__f_print_to_dynamic__works(void **state) {
 
     const f_status_t status = f_print_to_dynamic(test, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index fe0e63569986a01f8c1ef5641d29718b041290ab..d8ed6138c6e5b5b6857fba3334199e2473ec820b 100644 (file)
@@ -93,7 +93,7 @@ void test__f_print_to_dynamic_partial__works(void **state) {
 
     const f_status_t status = f_print_to_dynamic_partial(test, partial, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index a42996d8632d8d2a15c3e749691bff9fa8f69eca..a148a1e9402be10813d874b7db3c69fc5e4224a2 100644 (file)
@@ -93,7 +93,7 @@ void test__f_print_to_dynamic_partial_raw__works(void **state) {
 
     const f_status_t status = f_print_to_dynamic_partial_raw(test, partial, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 7c61e9ad90ef81bb98c6c63b2ded966c91756c07..31250b0143f38d669d0910a4c483afa09279ad1d 100644 (file)
@@ -93,7 +93,7 @@ void test__f_print_to_dynamic_partial_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_to_dynamic_partial_raw_safely(test, partial, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index a5d61dc43e2cf81b08b488cc8fb0a0ef1e2f06b3..a05969f0c9f90347148dc3d6747fb1ec5cfb2ca0 100644 (file)
@@ -93,7 +93,7 @@ void test__f_print_to_dynamic_partial_safely__works(void **state) {
 
     const f_status_t status = f_print_to_dynamic_partial_safely(test, partial, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index dc8e91a8616a7c40cc3d1a54a6bb33cd1ed9d00b..b71191c4a5006e05dbc5f949358bdc2fec4761ab 100644 (file)
@@ -89,7 +89,7 @@ void test__f_print_to_dynamic_raw__works(void **state) {
 
     const f_status_t status = f_print_to_dynamic_raw(test, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 844725ce5535aa505da2dde34da14a14989395ac..b55c804e52b7b1b2ccb5a82a4007ba26b25e0076 100644 (file)
@@ -89,7 +89,7 @@ void test__f_print_to_dynamic_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_to_dynamic_raw_safely(test, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 3aa0b1e4eac7b218ca1d8c13f6ae963d5e2a0875..39a9f6204e570224f79b3995231792b3cb0be04f 100644 (file)
@@ -89,7 +89,7 @@ void test__f_print_to_dynamic_safely__works(void **state) {
 
     const f_status_t status = f_print_to_dynamic_safely(test, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index fd4e76efccb47b9379b53ab7660368a8fe282aa8..c8086217ad59d8aed74c385895ca16c722e067de 100644 (file)
@@ -107,7 +107,7 @@ void test__f_print_to_except__works(void **state) {
 
     const f_status_t status = f_print_to_except(test.string, 0, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -118,7 +118,7 @@ void test__f_print_to_except__works(void **state) {
 
     const f_status_t status = f_print_to_except(test.string, 2, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -130,7 +130,7 @@ void test__f_print_to_except__works(void **state) {
 
     const f_status_t status = f_print_to_except(test.string, 1, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 54b89636eaee8dbb75a04e0c214893e29c5d2d92..1ef7153596e08230ce6fa03a2b9a64be69131378 100644 (file)
@@ -94,7 +94,7 @@ void test__f_print_to_except_dynamic__works(void **state) {
 
     const f_status_t status = f_print_to_except_dynamic(test, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -106,7 +106,7 @@ void test__f_print_to_except_dynamic__works(void **state) {
 
     const f_status_t status = f_print_to_except_dynamic(test, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 18152d35dc84ec54adebed5f53f39e6edd3d6b34..880b05554096f938cdbbb4e4933308a7d26bba7a 100644 (file)
@@ -98,7 +98,7 @@ void test__f_print_to_except_dynamic_partial__works(void **state) {
 
     const f_status_t status = f_print_to_except_dynamic_partial(test, partial, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -110,7 +110,7 @@ void test__f_print_to_except_dynamic_partial__works(void **state) {
 
     const f_status_t status = f_print_to_except_dynamic_partial(test, partial, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 27a054d41ae193693ab07aedb049ae78700e0686..60261a1912bf334e9f26eb17011caa374d09d284 100644 (file)
@@ -98,7 +98,7 @@ void test__f_print_to_except_dynamic_partial_raw__works(void **state) {
 
     const f_status_t status = f_print_to_except_dynamic_partial_raw(test, partial, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -110,7 +110,7 @@ void test__f_print_to_except_dynamic_partial_raw__works(void **state) {
 
     const f_status_t status = f_print_to_except_dynamic_partial_raw(test, partial, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index e2f17f1c7cdaa3cf39c780b66546f5de2d07babb..ea6141eb1943e6cc86333c8ba4370745461f99f7 100644 (file)
@@ -98,7 +98,7 @@ void test__f_print_to_except_dynamic_partial_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_dynamic_partial_raw_safely(test, partial, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -110,7 +110,7 @@ void test__f_print_to_except_dynamic_partial_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_dynamic_partial_raw_safely(test, partial, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 604ed974c83aa6e7003b7d2a35ef4afc8daa0c3c..6aa916bb7ca0b0c57625245feb2a642254a39218 100644 (file)
@@ -98,7 +98,7 @@ void test__f_print_to_except_dynamic_partial_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_dynamic_partial_safely(test, partial, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -110,7 +110,7 @@ void test__f_print_to_except_dynamic_partial_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_dynamic_partial_safely(test, partial, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 7d98b2071d6b37f989474fb6643ecf542d80645a..b22b0f46ce04a831a31692e58419ab1e40d41811 100644 (file)
@@ -94,7 +94,7 @@ void test__f_print_to_except_dynamic_raw__works(void **state) {
 
     const f_status_t status = f_print_to_except_dynamic_raw(test, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -106,7 +106,7 @@ void test__f_print_to_except_dynamic_raw__works(void **state) {
 
     const f_status_t status = f_print_to_except_dynamic_raw(test, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 0da1d7fb3f27c74c979cef6d5121fd12e3f34852..7f272a03114e75de5d63f149c0305b7230a982e5 100644 (file)
@@ -94,7 +94,7 @@ void test__f_print_to_except_dynamic_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_dynamic_raw_safely(test, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -106,7 +106,7 @@ void test__f_print_to_except_dynamic_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_dynamic_raw_safely(test, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 9146f6c7e12a3324c8ec9d52458de6fd48cd383d..da24371059defc4f0a4f8d4374f71103d3db9652 100644 (file)
@@ -94,7 +94,7 @@ void test__f_print_to_except_dynamic_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_dynamic_safely(test, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -106,7 +106,7 @@ void test__f_print_to_except_dynamic_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_dynamic_safely(test, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 89a3b7ccc409339f6f34627cc577b918a5942ded..33a0a5d26b4430b0a77308cca8eb0c11ae05aa06 100644 (file)
@@ -111,7 +111,7 @@ void test__f_print_to_except_in__works(void **state) {
 
     const f_status_t status = f_print_to_except_in(test.string, 0, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -123,7 +123,7 @@ void test__f_print_to_except_in__works(void **state) {
 
     const f_status_t status = f_print_to_except_in(test.string, 2, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -139,7 +139,7 @@ void test__f_print_to_except_in__works(void **state) {
 
     const f_status_t status = f_print_to_except_in(test.string, 1, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index e06d15a118cf93a160eb6c98e6c145bb6a818ed0..85426b063bbbff619cd32b4a16e5e47f29cb55f6 100644 (file)
@@ -98,7 +98,7 @@ void test__f_print_to_except_in_dynamic__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_dynamic(test, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -114,7 +114,7 @@ void test__f_print_to_except_in_dynamic__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_dynamic(test, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4cb8dad9ef00fad07e3eb3d34d850b0d3f5010c6..fe1e6490c145e3a377832fa5c2da9633c2a96aeb 100644 (file)
@@ -102,7 +102,7 @@ void test__f_print_to_except_in_dynamic_partial__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_dynamic_partial(test, partial, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -118,7 +118,7 @@ void test__f_print_to_except_in_dynamic_partial__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_dynamic_partial(test, partial, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 786e6fdead88ecb39428d4bdbc00da860f9bf9f5..afaf7551d90dc7c2331def4ccc591e58f4716104 100644 (file)
@@ -102,7 +102,7 @@ void test__f_print_to_except_in_dynamic_partial_raw__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_dynamic_partial_raw(test, partial, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -118,7 +118,7 @@ void test__f_print_to_except_in_dynamic_partial_raw__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_dynamic_partial_raw(test, partial, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 8aa5744a45080b4e1d85ab7eb6b7e94226ba7c50..d713bad8e8c995f92a5dd0d29560b680d97ad26f 100644 (file)
@@ -102,7 +102,7 @@ void test__f_print_to_except_in_dynamic_partial_raw_safely__works(void **state)
 
     const f_status_t status = f_print_to_except_in_dynamic_partial_raw_safely(test, partial, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -119,7 +119,7 @@ void test__f_print_to_except_in_dynamic_partial_raw_safely__works(void **state)
 
     const f_status_t status = f_print_to_except_in_dynamic_partial_raw_safely(test, partial, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4477f20457bf71207c2b67b0405f454cdb46912e..bc6ddb6d4d56e744a80ab6ccb4473c5be6b63190 100644 (file)
@@ -102,7 +102,7 @@ void test__f_print_to_except_in_dynamic_partial_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_dynamic_partial_safely(test, partial, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -118,7 +118,7 @@ void test__f_print_to_except_in_dynamic_partial_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_dynamic_partial_safely(test, partial, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index f24c6b1cec448c6a8af320efed919a261b21418e..1c3b7eb1bd05a8df95044385f7be463b429bd0da 100644 (file)
@@ -98,7 +98,7 @@ void test__f_print_to_except_in_dynamic_raw__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_dynamic_raw(test, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -114,7 +114,7 @@ void test__f_print_to_except_in_dynamic_raw__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_dynamic_raw(test, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 8184f47bed122ddfbd57ac8fefa7d684edb21724..16de41e95d341683e84b6d3af2235c5153f9ee46 100644 (file)
@@ -98,7 +98,7 @@ void test__f_print_to_except_in_dynamic_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_dynamic_raw_safely(test, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -114,7 +114,7 @@ void test__f_print_to_except_in_dynamic_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_dynamic_raw_safely(test, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4ceef4970e86c162c3c74fd7de9462ae79fe8451..141480245810e4aaacd4f197d718578217f960a4 100644 (file)
@@ -98,7 +98,7 @@ void test__f_print_to_except_in_dynamic_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_dynamic_safely(test, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -114,7 +114,7 @@ void test__f_print_to_except_in_dynamic_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_dynamic_safely(test, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index fce3f3f55149238a198f2bfa87d5f7ede69760c4..72233a75af98943ed6102eb16b6f29808ec8e49a 100644 (file)
@@ -111,7 +111,7 @@ void test__f_print_to_except_in_raw__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_raw(test.string, 0, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -123,7 +123,7 @@ void test__f_print_to_except_in_raw__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_raw(test.string, 2, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -139,7 +139,7 @@ void test__f_print_to_except_in_raw__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_raw(test.string, 1, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 581a4fa9354c4a2ea1b512ec92bb047957d4b69e..4308004f0738a0d49453c1fc251ae2201b30a1ac 100644 (file)
@@ -111,7 +111,7 @@ void test__f_print_to_except_in_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_raw_safely(test.string, 0, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -123,7 +123,7 @@ void test__f_print_to_except_in_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_raw_safely(test.string, 2, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -139,7 +139,7 @@ void test__f_print_to_except_in_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_raw_safely(test.string, 1, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 0ffe9fae6211e3da67cf488af36888418ca34c5a..d9c82de136f2ec454bae7fe7977997097433018f 100644 (file)
@@ -111,7 +111,7 @@ void test__f_print_to_except_in_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_safely(test.string, 0, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -123,7 +123,7 @@ void test__f_print_to_except_in_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_safely(test.string, 2, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -139,7 +139,7 @@ void test__f_print_to_except_in_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_in_safely(test.string, 1, test.used, except, range, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 6133e000d7d9efa12eab2ab61ded3623a12e3dba..cf6f03c96f545daa9410369a56a8faf72cad8d39 100644 (file)
@@ -107,7 +107,7 @@ void test__f_print_to_except_raw__works(void **state) {
 
     const f_status_t status = f_print_to_except_raw(test.string, 0, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -118,7 +118,7 @@ void test__f_print_to_except_raw__works(void **state) {
 
     const f_status_t status = f_print_to_except_raw(test.string, 2, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -130,7 +130,7 @@ void test__f_print_to_except_raw__works(void **state) {
 
     const f_status_t status = f_print_to_except_raw(test.string, 1, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 80ce62cb3679315281c379973c1a3b449db421e7..0f64e94df37b3841eb363f961ff0f14663d82d0f 100644 (file)
@@ -107,7 +107,7 @@ void test__f_print_to_except_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_raw_safely(test.string, 0, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -118,7 +118,7 @@ void test__f_print_to_except_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_raw_safely(test.string, 2, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -130,7 +130,7 @@ void test__f_print_to_except_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_raw_safely(test.string, 1, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 444b78a92d4fe5ab49896521d8b4123f0250291d..774936a7d96480009c821d813ad1a343789d3a98 100644 (file)
@@ -107,7 +107,7 @@ void test__f_print_to_except_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_safely(test.string, 0, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -118,7 +118,7 @@ void test__f_print_to_except_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_safely(test.string, 2, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -130,7 +130,7 @@ void test__f_print_to_except_safely__works(void **state) {
 
     const f_status_t status = f_print_to_except_safely(test.string, 1, test.used, except, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 09e9ef13ced29811355244ee77fd5ec1a42691d6..750f03557b76728e24bb9e5448392a6275158a38 100644 (file)
@@ -105,7 +105,7 @@ void test__f_print_to_raw__works(void **state) {
 
     const f_status_t status = f_print_to_raw(test.string, test.used, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 3d7e0dd0a3f5de223da1243991aadf5b3d6cc803..5846a9354289177fa114e0040edc47335d666a5c 100644 (file)
@@ -102,7 +102,7 @@ void test__f_print_to_raw_safely__works(void **state) {
 
     const f_status_t status = f_print_to_raw_safely(test.string, test.used, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 3ae873c5c50edc8d9393c4e66243b7208eb7ed76..48268da523cb6a8fee01ac8bb4ed91d739e1763f 100644 (file)
@@ -89,7 +89,7 @@ void test__f_print_to_raw_terminated__works(void **state) {
 
     const f_status_t status = f_print_to_raw_terminated(test.string, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index d29203f91990f8097bd93e34971f04b387403770..9f3b0839ef29d46b1d09272b7cd29d5e356f9d60 100644 (file)
@@ -102,7 +102,7 @@ void test__f_print_to_safely__works(void **state) {
 
     const f_status_t status = f_print_to_safely(test.string, test.used, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 56e13547dc48d98b5b012af78b3084b1990978d7..3dcaf115f8b0781f22ec1b7c9fbdf88c326c6a5d 100644 (file)
@@ -89,7 +89,7 @@ void test__f_print_to_safely_terminated__works(void **state) {
 
     const f_status_t status = f_print_to_safely_terminated(test.string, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 795eadc859f4d3db6cd336ff6002a88904bbf411..01624aa208b098043ffb8420f2c4a6d0ff53eba1 100644 (file)
@@ -89,7 +89,7 @@ void test__f_print_to_terminated__works(void **state) {
 
     const f_status_t status = f_print_to_terminated(test.string, output);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 7141e7a480c543c55fa1afd9bca1e99a68c0644a..969bd5446d5cf55b762e70de62c0238f0c6d7040 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 
     const f_number_unsigned_t stop_original = *stop;
     f_number_unsigned_t previous = 0;
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     // Skip past leading whitespace.
     for (; *start <= *stop; *start += macro_f_utf_byte_width(string[*start])) {
@@ -110,7 +110,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_rip_dynamic_partial_) || !defined(_di_f_rip_dynamic_partial_nulless_) || !defined(_di_f_rip_dynamic_)  || !defined(_di_f_rip_) || !defined(_di_f_rip_nulless_)
 
index f882c037a32952f73515a85f25cddde618116c7f..924aaddf706a10dd0405142a0a546c8a7a1572e3 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
  *   Will be updated to reflect the new stop range.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but only white space found.
  *
  *   F_utf_not (with error bit) if a character is not valid UTF-8.
index 6d29229b0d9d95857ce7decd414f77ba070e418a..85c5da7c9be9fa7a4c7aac3fcbf304e72f2d755f 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 #if !defined(_di_f_rip_utf_) || !defined(_di_f_rip_utf_dynamic_) || !defined(_di_f_rip_utf_nulless_) || !defined(_di_f_rip_utf_dynamic_nulless_)
   f_status_t private_f_rip_utf_find_range(const f_utf_string_t source, f_number_unsigned_t *start, f_number_unsigned_t *stop) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     // Skip past leading whitespace.
     for (; *start <= *stop; ++(*start)) {
@@ -67,7 +67,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_rip_utf_) || !defined(_di_f_rip_utf_dynamic_) || !defined(_di_f_rip_utf_nulless_) || !defined(_di_f_rip_utf_dynamic_nulless_)
 
index 3b48543568da706eadc0170d7459bff33325b6f9..e7a8809ca23980aa2268ef49e5f0458bea356333 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
  *   Will be updated to reflect the new stop range.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but only white space found.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
index 96c6ee3e76442ab859c48aba3b3e7365c7933d16..e3ebb1158467ddc1699070e68b997b33ca563dc7 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
  *   The new string, which will be allocated or reallocated as necessary.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -56,7 +56,7 @@ extern "C" {
  *   The new string, which will be allocated or reallocated as necessary.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_stop if range.start > range.stop.
  *
@@ -86,7 +86,7 @@ extern "C" {
  *   The new string, which will be allocated or reallocated as necessary.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_stop if range.start > range.stop.
  *
@@ -116,7 +116,7 @@ extern "C" {
  *   The new string, which will be allocated or reallocated as necessary.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
index db549f3903b02cc3819eb5833ca6085c6526a6f8..c72215ca45844a13031dfe70bdcd65f9e9b95d3a 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
             range->stop = i - 1;
           }
 
-          return F_none;
+          return F_okay;
         }
 
         start = i + width;
@@ -39,7 +39,7 @@ extern "C" {
           range->start = 1;
           range->stop = 0;
 
-          return F_none;
+          return F_okay;
         }
       }
       else if (i == source.used) {
@@ -48,7 +48,7 @@ extern "C" {
           range->stop = i - 1;
         }
 
-        return F_none_eos;
+        return F_okay_eos;
       }
 
       if (i + width > source.used) {
index 1e737908dd4f18093bce320d3398b5fd606371d3..d7c77c1a26af528fabe8088a296b30a31984ce87 100644 (file)
@@ -28,8 +28,8 @@ extern "C" {
  *   A range within the serialize string representing the string at the given index.
  *
  * @return
- *   F_none on success.
- *   F_none_eos on success at end of string.
+ *   F_okay on success.
+ *   F_okay_eos on success at end of string.
  *   F_data_not_eos if end of string reached before index was reached.
  *
  *   F_complete_not_utf_eos (with error bit) if end of string is reached before a complete UTF-8 character can be processed.
index 04bcf267da6f89d5df23cb95580b23994bbeb60c..fc6e47c1c71f2c17f4eb79e0db7caed4b914a534 100644 (file)
@@ -13,7 +13,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_number_unsigned_t i = 0;
     f_number_unsigned_t start = 0;
     f_number_unsigned_t total = 0;
@@ -79,7 +79,7 @@ extern "C" {
       ++destination->used;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_serialize_from_simple_
 
@@ -119,7 +119,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_number_unsigned_t i = 0;
     f_number_unsigned_t start = 0;
     f_number_unsigned_t total = 0;
@@ -193,7 +193,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_serialize_from_simple_range_
 
@@ -217,7 +217,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used) {
       status = f_string_dynamic_append_assure(f_serialize_to_simple_splitter_s, destination);
@@ -227,7 +227,7 @@ extern "C" {
     status = f_string_dynamic_append(source, destination);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_serialize_to_simple_
 
index da8f79d29d52418c62be00475105b7d4455879cf..41816424df73cd3015142d8516f6d62c6aa899e7 100644 (file)
@@ -47,7 +47,7 @@ extern "C" {
  *   All deserialized values are appended to the destination.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_complete_not_utf_eos if an incomplete UTF-8 character is found at the end of the source.
  *   F_data_not on success and source.used is 0.
  *
@@ -82,8 +82,8 @@ extern "C" {
  *   This string is NULL terminated after destination.used on success.
  *
  * @return
- *   F_none on success.
- *   F_none_eos on success at end of string.
+ *   F_okay on success.
+ *   F_okay_eos on success at end of string.
  *   F_data_not_eos if end of string reached before index was reached (dynamic->used is set to 0).
  *   F_data_not on success and source.used is 0.
  *
@@ -115,7 +115,7 @@ extern "C" {
  *   All deserialized ranges are appended to the destination.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_complete_not_utf_eos if an incomplete UTF-8 character is found at the end of the source.
  *   F_data_not on success and source.used is 0.
  *
@@ -147,8 +147,8 @@ extern "C" {
  *   A range within the serialized string representing the string at the given index.
  *
  * @return
- *   F_none on success.
- *   F_none_eos on success at end of string.
+ *   F_okay on success.
+ *   F_okay_eos on success at end of string.
  *   F_data_not on success and source.used is 0.
  *   F_data_not_eos if end of string reached before index was reached.
  *
@@ -177,7 +177,7 @@ extern "C" {
  *   All serialized values are appended to the destination.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success and source.used is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
index 06ee95bc19fa7b1fa3abdfb1356669538c0b5135..f1f3c1543fa3d979aaf05601d4ef470f77c89ca9 100644 (file)
@@ -79,7 +79,7 @@ void test__f_serialize_from_simple__works(void **state) {
 
     const f_status_t status = f_serialize_from_simple(sources[i], &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expecteds[i].used);
 
     for (uint8_t j = 0; j < destination.used; ++j) {
index 114b50cfa9a18f2df717eec502644049e1f28fd0..157310da5c45889f1b79558a4af0b82481bb6d0d 100644 (file)
@@ -52,7 +52,7 @@ void test__f_serialize_from_simple_get__works(void **state) {
 
     const f_status_t status = f_serialize_from_simple_get(source, i, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, matchs[i].used);
 
     if (destination.used) {
index cf03aa7a3490be351c4c08cd8e632873670e168d..04315d7b9e87880a8120bdbcc4076ceb8dac5493 100644 (file)
@@ -67,7 +67,7 @@ void test__f_serialize_from_simple_range__works(void **state) {
 
     const f_status_t status = f_serialize_from_simple_range(sources[i], &ranges);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(ranges.used, expecteds[i].used);
 
     for (uint8_t j = 0; j < ranges.used; ++j) {
index 45f8dc001cd4eb9e97a6367a3deab15ade2c3b49..9e2967619032bf899c9b6c8d771ef150d39f9bca 100644 (file)
@@ -48,7 +48,7 @@ void test__f_serialize_from_simple_select__works(void **state) {
 
     const f_status_t status = f_serialize_from_simple_select(source, i, &range);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(range.start, ranges[i].start);
     assert_int_equal(range.stop, ranges[i].stop);
   } // for
index 2ada107cfb3684c76bf5eb3584931b74be50f437..662c99fc255b234d71a4d08771646d4ae4163efe 100644 (file)
@@ -41,14 +41,14 @@ void test__f_serialize_to_simple__works(void **state) {
   {
     const f_status_t status = f_serialize_to_simple(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, source.string);
   }
 
   {
     const f_status_t status = f_serialize_to_simple(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(destination.string, multiple.string);
   }
 
index f05c93d676dda12ba767d1860253273d1256d1c2..6ef51466d66fabaee83b45c4a7c8ad57c4ba3a65 100644 (file)
@@ -17,7 +17,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_signal_action_
 
@@ -43,7 +43,7 @@ extern "C" {
 
     signal->id = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_signal_close_
 
@@ -60,7 +60,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_signal_mask_
 
@@ -84,7 +84,7 @@ extern "C" {
 
     signal->id = result;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_signal_open_
 
@@ -93,7 +93,7 @@ extern "C" {
 
     pause();
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_signal_pause_
 
@@ -109,7 +109,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_signal_queue_
 
@@ -156,7 +156,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_signal_read_
 
@@ -171,7 +171,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_signal_send_
 
@@ -187,7 +187,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_signal_set_add_
 
@@ -203,7 +203,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_signal_set_delete_
 
@@ -219,7 +219,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_signal_set_empty_
 
@@ -236,7 +236,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_signal_set_fill_
 
@@ -273,7 +273,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_signal_suspend_
 
@@ -287,7 +287,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_signal_wait_
 
@@ -302,7 +302,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_signal_wait_until_
 
index 32699d02ae5b5631bba03fd3df59573fdf1662bd..9af6ed55016d071f9ea888bf37b3e5609e9526c6 100644 (file)
@@ -43,7 +43,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success but no signal found.
+ *   F_okay on success but no signal found.
  *
  *   F_buffer (with error bit) if the buffer is invalid (action or previous point to invalid memory).
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -65,7 +65,7 @@ extern "C" {
  *   The signal settings.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but no descriptor was provided to close.
  *
  *   F_descriptor (with error bit) if id is an invalid descriptor.
@@ -98,7 +98,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success but no signal found.
+ *   F_okay on success but no signal found.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -122,7 +122,7 @@ extern "C" {
  *   Otherwise, signal.id is used as the file descriptor.
  *
  * @return
- *   F_none on success but no signal found.
+ *   F_okay on success but no signal found.
  *
  *   F_device (with error bit) if could not mount the internal inode device.
  *   F_file_descriptor_max (with error bit) if max file descriptors is reached.
@@ -160,7 +160,7 @@ extern "C" {
  *   The signal value to send.
  *
  * @return
- *   F_none on success but no signal found.
+ *   F_okay on success but no signal found.
  *
  *   F_found_not (with error bit) if the given PID was found.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -191,7 +191,7 @@ extern "C" {
  *   The signal data to be populated if a signal is found during read.
  *
  * @return
- *   F_none on success but no signal found.
+ *   F_okay on success but no signal found.
  *   F_data_not on success, but no descriptor was provided to read.
  *   F_signal on success and signal found.
  *
@@ -225,7 +225,7 @@ extern "C" {
  *   This may also be a process group id.
  *
  * @return
- *   F_none on success but no signal found.
+ *   F_okay on success but no signal found.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if not allowed to send signals to the given process.
@@ -248,7 +248,7 @@ extern "C" {
  *   The set of signals to add to.
  *
  * @return
- *   F_none on success but no signal found.
+ *   F_okay on success but no signal found.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -269,7 +269,7 @@ extern "C" {
  *   The set of signals to delete from.
  *
  * @return
- *   F_none on success but no signal found.
+ *   F_okay on success but no signal found.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -288,7 +288,7 @@ extern "C" {
  *   The set of signals to clear.
  *
  * @return
- *   F_none on success but no signal found.
+ *   F_okay on success but no signal found.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -307,7 +307,7 @@ extern "C" {
  *   The set of signals to fully populate.
  *
  * @return
- *   F_none on success but no signal found.
+ *   F_okay on success but no signal found.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -348,7 +348,7 @@ extern "C" {
  *   The signal mask.
  *
  * @return
- *   F_none on success but no signal found.
+ *   F_okay on success but no signal found.
  *
  *   F_buffer (with error bit) if the mask is pointing to invalid memory.
  *   F_interrupt (with error bit) when program received an interrupt signal, halting operation.
@@ -371,7 +371,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none if signal is found.
+ *   F_okay if signal is found.
  *   F_interrupt if interrupted by a signal other than one specified in the signal set.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -396,7 +396,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none if signal is found before time out.
+ *   F_okay if signal is found before time out.
  *   F_interrupt if interrupted by a signal other than one specified in the signal set.
  *   F_time_out if no signal is find by the time out.
  *
index 5e8ffab97b77a256971a3c8f75e6a4f2976f8401..baf544755724e77985f01745e25fa4a2fa864fa2 100644 (file)
@@ -86,7 +86,7 @@ void test__f_signal_action__works(void **state) {
 
     const f_status_t status = f_signal_action(signal, &action, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -94,7 +94,7 @@ void test__f_signal_action__works(void **state) {
 
     const f_status_t status = f_signal_action(signal, 0, &previous);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -102,7 +102,7 @@ void test__f_signal_action__works(void **state) {
 
     const f_status_t status = f_signal_action(signal, &action, &previous);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4ce6745f983c100899484f66d23c3f08bd498334..1a4db727b1fcad34f41fbd5b1582f7bf8501e409 100644 (file)
@@ -71,7 +71,7 @@ void test__f_signal_close__works(void **state) {
 
     const f_status_t status = f_signal_close(&signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index c227755a1e87f43b7e346791a783cbd4b0e550ad..bd9ecbd568365c68128682d4c2cfbed09c797b9e 100644 (file)
@@ -58,7 +58,7 @@ void test__f_signal_mask__works(void **state) {
 
     const f_status_t status = f_signal_mask(0, &next, &current);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4d90a75bc3eb2a6a69dd68ab3aec20ffa64372fc..3c0ed39da12fc3db12dae5ac6be0290bdd257f13 100644 (file)
@@ -58,7 +58,7 @@ void test__f_signal_open__works(void **state) {
 
     const f_status_t status = f_signal_open(&signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(signal.id, id);
   }
 }
index 582616bc125a8d1cd339ad51ac638bc9257f7407..b7e6d5f99e8c6873a65d36177737d83b9ff7f268 100644 (file)
@@ -10,7 +10,7 @@ void test__f_signal_pause__works(void **state) {
   {
     const f_status_t status = f_signal_pause();
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 98a44abd9c93a77f27fece4d1f6e38da68a9e27c..b8b73aac44dc8fa6b300314cefc508de9066a5d5 100644 (file)
@@ -49,7 +49,7 @@ void test__f_signal_queue__works(void **state) {
 
     const f_status_t status = f_signal_queue(0, 0, value);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4198f9c6afc75149eff30166bbd8d12226b4634f..b78c8f30881e166cf0f2802c32ba31d05f4c7c3a 100644 (file)
@@ -111,7 +111,7 @@ void test__f_signal_read__works(void **state) {
 
     const f_status_t status = f_signal_read(signal, 0, &information);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(signal.id, -1);
   }
 
index f56a3d5a4d9e47b1dc23149a81a34b1c6fbdafa6..4ea4ad65610e5a80c4e1e48a834f7c4316ccd678 100644 (file)
@@ -39,7 +39,7 @@ void test__f_signal_send__works(void **state) {
 
     const f_status_t status = f_signal_send(0, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index f963f9fa437b10777ba39bd6dc6c96f006c56eb7..714a3c215304ad182fbff7a9f8eb9f21507ddc66 100644 (file)
@@ -52,7 +52,7 @@ void test__f_signal_set_add__works(void **state) {
 
     const f_status_t status = f_signal_set_add(0, &set);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 3a885ee5fb67f995552efad4180887d1fceeef9d..950afb1c07e8baccfd87eacae4ea9f4b7b8fbcd4 100644 (file)
@@ -52,7 +52,7 @@ void test__f_signal_set_delete__works(void **state) {
 
     const f_status_t status = f_signal_set_delete(0, &set);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 55258c2aecd2674eae05d1cea669632b8f9a7216..ded2d17204f406cba17b6f8dcd6f0def55a4be39 100644 (file)
@@ -52,7 +52,7 @@ void test__f_signal_set_empty__works(void **state) {
 
     const f_status_t status = f_signal_set_empty(&set);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 35fa0f725cd86926fc00558ce4bc02d4b022173f..fb287b6d1d8d7f286d6acc472d429e67c9bc1d2b 100644 (file)
@@ -54,7 +54,7 @@ void test__f_signal_set_fill__works(void **state) {
 
     const f_status_t status = f_signal_set_fill(&set);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 232a4654e1c5b2f89a7d9129dfd98898744e9213..4823368c752bb62284608249988f23f1191e320c 100644 (file)
@@ -56,7 +56,7 @@ void test__f_signal_suspend__works(void **state) {
 
     const f_status_t status = f_signal_suspend(&set);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 71e5dfefb71b171f48220966ebaa09072a1248a0..82408e879d89c39a3065cdd38753ca140f73d5f8 100644 (file)
@@ -49,7 +49,7 @@ void test__f_signal_wait__works(void **state) {
 
     const f_status_t status = f_signal_wait(&set, &information);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index a245d095d680669c8cac509d27b0e32f4cbb8d95..5990dd711a0d6d615a46141857aef9c4cf8e6d48 100644 (file)
@@ -55,7 +55,7 @@ void test__f_signal_wait_until__works(void **state) {
 
     const f_status_t status = f_signal_wait_until(&set, &timeout, &information);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index cad16116bc795ba7ce0d2d85292f297ea782f6ee..9f9f4ac2a5ed5a9a67b5f8e08d6592d3ed8f0ba0 100644 (file)
@@ -42,7 +42,7 @@ extern "C" {
 
     socket->id_data = result;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_accept_
 
@@ -68,7 +68,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_bind_
 
@@ -99,7 +99,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_bind_inet4_
 
@@ -130,7 +130,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_bind_inet6_
 
@@ -169,7 +169,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_bind_local_
 
@@ -198,7 +198,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_connect_
 
@@ -226,7 +226,7 @@ extern "C" {
 
     socket_structure->id = result;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_create_
 
@@ -255,7 +255,7 @@ extern "C" {
     *id_1 = pair[0];
     *id_2 = pair[1];
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_create_pair_
 
@@ -306,7 +306,7 @@ extern "C" {
       socket->id = -1;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_disconnect_
 
@@ -325,7 +325,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_listen_
 
@@ -347,7 +347,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_option_get_
 
@@ -368,7 +368,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_option_set_
 
@@ -399,7 +399,7 @@ extern "C" {
       if (!name->string[name->used]) break;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_host_name_
 
@@ -420,7 +420,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_name_peer_
 
@@ -459,7 +459,7 @@ extern "C" {
       *length = (size_t) result;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_read_
 
@@ -498,7 +498,7 @@ extern "C" {
       *length = (size_t) result;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_read_message_
 
@@ -537,7 +537,7 @@ extern "C" {
       *length = (size_t) result;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_read_stream_
 
@@ -579,7 +579,7 @@ extern "C" {
       *length = (size_t) result;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_write_
 
@@ -621,7 +621,7 @@ extern "C" {
       *length = (size_t) result;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_write_message_
 
@@ -663,7 +663,7 @@ extern "C" {
       *length = (size_t) result;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socket_write_stream_
 
index cd079621170e0b35273faffe624045d4012c36b8..5c6d569c5d3481784cb2c3b58342960e8530973a 100644 (file)
@@ -65,7 +65,7 @@ extern "C" {
  *   The socket.id_data, socket.address, and socket.length are updated upon a successful return.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_block (with error bit) if socket is blocked.
@@ -111,7 +111,7 @@ extern "C" {
  *   The socket.id must refer to a valid socket file descriptor.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_address (with error bit) if address is already in use (therefore unavailable).
  *   F_available_not_address (with error bit) if address is unavailable (is non-existent or not local).
@@ -145,7 +145,7 @@ extern "C" {
  *   The socket.type (address family) will be assigned to f_socket_address_family_inet4_e.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_address (with error bit) if address is already in use (therefore unavailable).
  *   F_address_not (with error bit) if socket.domain is not set to f_socket_protocol_family_inet4_e.
@@ -180,7 +180,7 @@ extern "C" {
  *   The socket.type (address family) will be assigned to f_socket_address_family_inet6_e.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_address (with error bit) if address is already in use (therefore unavailable).
  *   F_address_not (with error bit) if socket.domain is not set to f_socket_protocol_family_inet6_e.
@@ -217,7 +217,7 @@ extern "C" {
  *   The socket.type (address family) will be assigned to f_socket_address_family_local_e.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_address (with error bit) if address is already in use (therefore unavailable).
  *   F_available_not_address (with error bit) if address is unavailable (is non-existent or not local).
@@ -249,7 +249,7 @@ extern "C" {
  *   The socket.address may point to any valid structure, like "struct sockaddr", "struct sockaddr_un", or "struct sockaddr_in".
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_available_not_address (with error bit) if address is unavailable (is non-existent or not local).
@@ -288,7 +288,7 @@ extern "C" {
  *   The socket.id will be updated with a file descriptor representing the created socket.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_buffer_not (with error bit) if unable to create socket due to resource restrictions (maps to ENOBUFS).
@@ -327,7 +327,7 @@ extern "C" {
  *   This socket is supposed to be identical to the one specified by id_1.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_buffer_not (with error bit) if unable to create socket due to resource restrictions (maps to ENOBUFS).
@@ -373,7 +373,7 @@ extern "C" {
  *   f_socket_close_fast_e calls close().
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_connect_not if the socket is not connected.
  *
  *   F_busy_address (with error bit) if address is already in use (therefore unavailable).
@@ -406,7 +406,7 @@ extern "C" {
  *   Suggested default setting: 8.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_busy_address (with error bit) if address is already in use (therefore unavailable).
  *   F_file_descriptor (with error bit) if id is an invalid descriptor.
@@ -438,7 +438,7 @@ extern "C" {
  *   The length of the value (often derived from a sizeof() call).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_buffer (with error bit) if the given value is out of scope.
  *   F_file_descriptor (with error bit) if id is an invalid descriptor.
@@ -471,7 +471,7 @@ extern "C" {
  *   The length of the value (often derived from a sizeof() call).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_buffer (with error bit) if the given value is out of scope.
  *   F_file_descriptor (with error bit) if id is an invalid descriptor.
@@ -502,7 +502,7 @@ extern "C" {
  *   If name.size is 0, then a default max (F_socket_default_name_max_d) is used.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_buffer (with error bit) if the buffer is invalid.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -534,7 +534,7 @@ extern "C" {
  *   The socket.address is used to store the name of the remote connection.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_file_descriptor (with error bit) if id is an invalid descriptor.
  *   F_buffer (with error bit) if the buffer is invalid.
@@ -573,7 +573,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_complete_not (with error bit) if an existing connection is not yet complete.
@@ -618,7 +618,7 @@ extern "C" {
  *   Data may be lost if the amount of data read is larger than given buffer length.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_complete_not (with error bit) if an existing connection is not yet complete.
@@ -667,7 +667,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_complete_not (with error bit) if an existing connection is not yet complete.
@@ -716,7 +716,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_address_not (with error bit) if no address is provided and the connection is not "connection-mode".
@@ -765,7 +765,7 @@ extern "C" {
  *   Data may be lost if the amount of data send is larger than given buffer length.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_address_not (with error bit) if no address is provided and the connection is not "connection-mode".
@@ -818,7 +818,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_address_not (with error bit) if no address is provided and the connection is not "connection-mode".
index 5838eb20267776c87af040e13ced8ce89fd7e698..7c62cfa4d463e70f1313cd1d25335f5fd32d0aed 100644 (file)
@@ -15,14 +15,14 @@ extern "C" {
       destination->array[destination->used++] = source.array[i];
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_sockets_append_all_) || !defined(_di_f_socketss_append_) || !defined(_di_f_socketss_append_all_)
 
 #if !defined(_di_f_socketss_adjust_) || !defined(_di_f_socketss_decimate_by_)
   f_status_t private_f_socketss_adjust(const f_number_unsigned_t length, f_socketss_t * const socketss) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < socketss->size; ++i) {
 
@@ -37,7 +37,7 @@ extern "C" {
 #if !defined(_di_f_socketss_decrease_by_) || !defined(_di_f_socketss_increase_) || !defined(_di_f_socketss_increase_by_) || !defined(_di_f_socketss_resize_)
   f_status_t private_f_socketss_resize(const f_number_unsigned_t length, f_socketss_t * const socketss) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < socketss->size; ++i) {
 
index 9fd002acc9c4d630cdf0be531972858acc4e456f..7f8515777564f4f4105b8474403d606dd16172ac 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The destination lengths the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_memory_array_increase_by().
  *
@@ -51,7 +51,7 @@ extern "C" {
  *   The socketss array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if new length is larger than max array length.
@@ -80,7 +80,7 @@ extern "C" {
  *   The socketss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if new length is larger than max array length.
index a8d9eea1f257f3301f33a3ad0ef4513b57a098b6..5632ae656253fdbb61305d34349895195de191a9 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
 
     destination->array[destination->used++] = source;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_sockets_append_
 
@@ -119,7 +119,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socketss_append_
 
@@ -144,7 +144,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_socketss_append_all_
 
index c0392ac0548f3516fd72bc5319a5f7511a70946c..20487daa9baca6a7800d367c0362fdf049360eec 100644 (file)
@@ -46,7 +46,7 @@ extern "C" {
  *   The destination sockets the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   Success from f_memory_array_resize().
@@ -70,7 +70,7 @@ extern "C" {
  *   The destination sockets the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   Success from f_memory_array_resize().
@@ -215,7 +215,7 @@ extern "C" {
  *   The string socketss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -236,7 +236,7 @@ extern "C" {
  *   The destination ranges the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   Success from f_memory_array_resize().
@@ -262,7 +262,7 @@ extern "C" {
  *   The destination ranges the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   Success from f_memory_array_resize().
index 6e2d3feb9520cf65e9ae6f2cb8d48d387db2a561..dd194d643fbceadea84780bee5a24f2493fde81c 100644 (file)
@@ -99,7 +99,7 @@ void test__f_socket_accept__works(void **state) {
 
     const f_status_t status = f_socket_accept(&socket);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(socket.id_data, id);
     assert_int_not_equal(socket.id, id);
   }
index 5e7236f643d2dfced26b4bf77171c55f3804afbc..356ba6f78ec46e44086127a88b8fee51ef2a7ca9 100644 (file)
@@ -68,7 +68,7 @@ void test__f_socket_bind__works(void **state) {
 
     const f_status_t status = f_socket_bind(&socket);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 9df5460e9caff19e150c5e9de9ce8adefba33c10..5d552ddd4373fee135925ca0a426d570e43ac7c9 100644 (file)
@@ -93,7 +93,7 @@ void test__f_socket_bind_inet4__works(void **state) {
 
     const f_status_t status = f_socket_bind_inet4(&socket);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 17bf2d5441a502060ca55cfd633db692db718a41..9329a13a597c57d3c04128b76eca5df336bd06c0 100644 (file)
@@ -93,7 +93,7 @@ void test__f_socket_bind_inet6__works(void **state) {
 
     const f_status_t status = f_socket_bind_inet6(&socket);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4fa04a8ac5fef0a20617fadac4b461255c71df82..9df2ed2991a1dfdf3a66206ce2540607ffed4d1f 100644 (file)
@@ -93,7 +93,7 @@ void test__f_socket_bind_local__works(void **state) {
 
     const f_status_t status = f_socket_bind_local(&socket);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 930650dfbb18e9cb7bd15f25f74a661fcb8cbf8e..f4d32ff4ce149711cb1cbb2422905428c8eba7cf 100644 (file)
@@ -71,7 +71,7 @@ void test__f_socket_connect__works(void **state) {
 
     const f_status_t status = f_socket_connect(socket);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 3cad44b9319f0b74bd0fd7b43b8bf476024e5a73..6b55abc84c094affddd0b856b022827f5221ea65 100644 (file)
@@ -65,7 +65,7 @@ void test__f_socket_create__works(void **state) {
 
     const f_status_t status = f_socket_create(&socket);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index caf5850109aa0e18859aca14b49449a6bf2aa9ac..2da791ea45b91811a673f73d9b0fd233bec402f7 100644 (file)
@@ -78,7 +78,7 @@ void test__f_socket_create_pair__works(void **state) {
 
     const f_status_t status = f_socket_create_pair(0, 0, 0, &id_1, &id_2);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 771ebb5f16cebbb1f0ed87f4bae4c60c1425bdfb..da567a02d094e1c7573f27d601055903760be7a2 100644 (file)
@@ -168,7 +168,7 @@ void test__f_socket_disconnect__works_for_close_fast(void **state) {
 
     const f_status_t status = f_socket_disconnect(&socket, f_socket_close_fast_e);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(socket.id, -1);
   }
 }
@@ -184,7 +184,7 @@ void test__f_socket_disconnect__works_for_close_read(void **state) {
 
     const f_status_t status = f_socket_disconnect(&socket, f_socket_close_read_e);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(socket.id, 1);
   }
 }
@@ -200,7 +200,7 @@ void test__f_socket_disconnect__works_for_close_write(void **state) {
 
     const f_status_t status = f_socket_disconnect(&socket, f_socket_close_write_e);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(socket.id, 1);
   }
 }
index fcc57b9b8951e6b47ba456f216bf6ed63f640a0a..3a172c95710200bb59b79dca4a94d01132d758b8 100644 (file)
@@ -54,7 +54,7 @@ void test__f_socket_listen__works(void **state) {
 
     const f_status_t status = f_socket_listen(&socket, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 79f2ef3b3ceaed1e19b50bbaa433063fdd0a57a6..7f675ae7b57056f5f123ee5207eb2cdc0d691a32 100644 (file)
@@ -15,7 +15,7 @@ void test__f_socket_name_host__allocates_default(void **state) {
 
     const f_status_t status = f_socket_name_host(&socket, &name);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(name.size, F_socket_default_name_max_d);
   }
 
@@ -103,7 +103,7 @@ void test__f_socket_name_host__works(void **state) {
 
     const f_status_t status = f_socket_name_host(&socket, &name);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 25a9c42e1a16ffd44ea96812f2f9ebd570665fdf..1cc5bb2c0125dba5e78a64906c1ff1888ab00343 100644 (file)
@@ -58,7 +58,7 @@ void test__f_socket_name_peer__works(void **state) {
 
     const f_status_t status = f_socket_name_peer(&socket);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 484fce8675fa0a63f84fd3feb25dbf0080e9610b..1e527e6761d80706b5000e1cc247141bcf0ed505 100644 (file)
@@ -100,7 +100,7 @@ void test__f_socket_option_get__works(void **state) {
 
     const f_status_t status = f_socket_option_get(&socket, 0, 0, (void *) &value, &length);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 699ced33abe48fa322b113feb12c22b1dd507c43..bfc2ddd977c25127d8217e99a2bdc8c817026c3e 100644 (file)
@@ -73,7 +73,7 @@ void test__f_socket_option_set__works(void **state) {
 
     const f_status_t status = f_socket_option_set(&socket, 0, 0, (void *) &value, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index f79b1845860d1ed47fec29fd4663bb5d6543c585..ade485f85945b45a23c13ca7e8d297174f6613ce 100644 (file)
@@ -103,7 +103,7 @@ void test__f_socket_read__works(void **state) {
 
     const f_status_t status = f_socket_read(&socket, 0, (void *) buffer, &length);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(length, 1);
   }
 }
index 015738ad808d62d296f6cf2b5f983466a50320d3..1f5bfd329c35840ee0336de3c2858cf59ce173ea 100644 (file)
@@ -108,7 +108,7 @@ void test__f_socket_read_message__works(void **state) {
 
     const f_status_t status = f_socket_read_message(&socket, 0, &header, &length);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(length, 1);
   }
 }
index 726ca316c21e20f75f08cafcea3a074edf2735fc..7751877b50c5a5a238bb99b546bc24782a81cdcc 100644 (file)
@@ -103,7 +103,7 @@ void test__f_socket_read_stream__works(void **state) {
 
     const f_status_t status = f_socket_read_stream(&socket, 0, (void *) buffer, &length);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(length, 1);
   }
 }
index 5ba7df2ddb445555e9b64b4111014b1fe4827ccf..6db60d4eaa4becaec2a0c6777259234aae95bef3 100644 (file)
@@ -29,7 +29,7 @@ void test__f_socket_sockets_adjust__works(void **state) {
   {
     const f_status_t status = f_sockets_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index cd44a6243f77e86737cc97854f4c541bf8473342..9f1acd37641bb3b7e72366f6f25d1fb48368a2dc 100644 (file)
@@ -25,7 +25,7 @@ void test__f_socket_sockets_append__works(void **state) {
   {
     const f_status_t status = f_sockets_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, 1);
     assert_int_equal(destination.array[0].id, source.id);
     assert_int_equal(destination.array[0].domain, source.domain);
index b18e430c6835c11e15c094b78b2ffa41009c901e..e256556b5e3204bcbeb2e6557aab1e3e27ac828c 100644 (file)
@@ -25,7 +25,7 @@ void test__f_socket_sockets_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_sockets_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
@@ -63,7 +63,7 @@ void test__f_socket_sockets_append_all__works(void **state) {
   {
     const f_status_t status = f_sockets_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
@@ -76,7 +76,7 @@ void test__f_socket_sockets_append_all__works(void **state) {
   {
     const f_status_t status = f_sockets_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
     assert_int_equal(destination.size, source.used);
 
index 8dcf494e0c0d0c9a5028fef55043dccc309d4086..6b36e57a103cfaec3782b09baeb44daed6f7f7ec 100644 (file)
@@ -29,7 +29,7 @@ void test__f_socket_sockets_decimate_by__returns_data_not(void **state) {
   {
     const f_status_t status = f_sockets_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -53,7 +53,7 @@ void test__f_socket_sockets_decimate_by__works(void **state) {
   {
     const f_status_t status = f_sockets_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -61,7 +61,7 @@ void test__f_socket_sockets_decimate_by__works(void **state) {
   {
     const f_status_t status = f_sockets_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index a3d00535163f0324832180d944e32f6d64c2ed6f..8910dea0026261f09fb2de3ee3601e2516161e44 100644 (file)
@@ -29,7 +29,7 @@ void test__f_socket_sockets_decrease_by__returns_data_not(void **state) {
   {
     const f_status_t status = f_sockets_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -53,7 +53,7 @@ void test__f_socket_sockets_decrease_by__works(void **state) {
   {
     const f_status_t status = f_sockets_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -61,7 +61,7 @@ void test__f_socket_sockets_decrease_by__works(void **state) {
   {
     const f_status_t status = f_sockets_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 95e4650f54277221a5dc4e6b9622003e4d563a2b..d008c9aaa4728054be465082e57bfd66233fa13d 100644 (file)
@@ -29,7 +29,7 @@ void test__f_socket_sockets_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_sockets_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -53,7 +53,7 @@ void test__f_socket_sockets_increase__works(void **state) {
   {
     const f_status_t status = f_sockets_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -63,7 +63,7 @@ void test__f_socket_sockets_increase__works(void **state) {
 
     const f_status_t status = f_sockets_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
index d94e7e0b3fe68ddb3641a0588b36a390f8961d15..8e86a71afbfde4343bda65bb07c0253aaa1bf56c 100644 (file)
@@ -29,7 +29,7 @@ void test__f_socket_sockets_increase_by__returns_data_not(void **state) {
   {
     const f_status_t status = f_sockets_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -53,7 +53,7 @@ void test__f_socket_sockets_increase_by__works(void **state) {
   {
     const f_status_t status = f_sockets_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -63,7 +63,7 @@ void test__f_socket_sockets_increase_by__works(void **state) {
 
     const f_status_t status = f_sockets_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index 6b37f71a27c845d93d15b0a2caa46a8f6fe96247..bcbb0259e42efd4d6065f4dcc28c3d5204c9cfd5 100644 (file)
@@ -29,7 +29,7 @@ void test__f_socket_sockets_resize__works(void **state) {
   {
     const f_status_t status = f_sockets_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 63773345501eb9886e12f2ca366b4bac5d4006bd..566a3bd967d51c1846de4c70298d46af5443369d 100644 (file)
@@ -29,7 +29,7 @@ void test__f_socket_socketss_adjust__works(void **state) {
   {
     const f_status_t status = f_socketss_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 5b8b6234ce3f82dd702d112edebcb2c540f4e056..23a10fb879e1ff225aae9af12b99f237cdefdb85 100644 (file)
@@ -25,7 +25,7 @@ void test__f_socket_socketss_append__returns_data_not(void **state) {
   {
     const f_status_t status = f_sockets_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
@@ -68,7 +68,7 @@ void test__f_socket_socketss_append__works(void **state) {
   {
     const f_status_t status = f_sockets_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
@@ -80,7 +80,7 @@ void test__f_socket_socketss_append__works(void **state) {
   {
     const f_status_t status = f_socketss_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, 1);
     assert_int_equal(destination.array[0].used, source.used);
     assert_int_equal(destination.array[0].size, source.used);
index 16520afed7866eb8689def15efbfdc4c06859630..d4ce3b06add85955da75b291861d61c980ead4c0 100644 (file)
@@ -25,7 +25,7 @@ void test__f_socket_socketss_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_socketss_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
@@ -63,7 +63,7 @@ void test__f_socket_socketss_append_all__works(void **state) {
   {
     const f_status_t status = f_socketss_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
@@ -73,7 +73,7 @@ void test__f_socket_socketss_append_all__works(void **state) {
 
       const f_status_t status = f_sockets_resize(length_inner, &source.array[source.used]);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
 
       for (f_number_unsigned_t i = 0; i < length_inner; ++i) {
         source.array[source.used].array[source.array[source.used].used++] = sources[i];
@@ -84,7 +84,7 @@ void test__f_socket_socketss_append_all__works(void **state) {
   {
     const f_status_t status = f_socketss_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
     assert_int_equal(destination.size, source.used);
 
index 676e5711f50a81c6e6f867d764707496720d3028..0fa2f617520b9bec6d309311a1792c9f1936630b 100644 (file)
@@ -29,7 +29,7 @@ void test__f_socket_socketss_decimate_by__returns_data_not(void **state) {
   {
     const f_status_t status = f_socketss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -53,7 +53,7 @@ void test__f_socket_socketss_decimate_by__works(void **state) {
   {
     const f_status_t status = f_socketss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -61,7 +61,7 @@ void test__f_socket_socketss_decimate_by__works(void **state) {
   {
     const f_status_t status = f_socketss_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 119d6692637629f46be8d774ba9ebacbe18b6343..1741b278a83380eada8c84f3da806f09fd555ef2 100644 (file)
@@ -29,7 +29,7 @@ void test__f_socket_socketss_decrease_by__returns_data_not(void **state) {
   {
     const f_status_t status = f_socketss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -53,7 +53,7 @@ void test__f_socket_socketss_decrease_by__works(void **state) {
   {
     const f_status_t status = f_socketss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -61,7 +61,7 @@ void test__f_socket_socketss_decrease_by__works(void **state) {
   {
     const f_status_t status = f_socketss_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 752624aa63e25189d0781b800033905038480182..d54233b1d7f381d549227a0091f1fd6e41dc3fad 100644 (file)
@@ -29,7 +29,7 @@ void test__f_socket_socketss_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_socketss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -53,7 +53,7 @@ void test__f_socket_socketss_increase__works(void **state) {
   {
     const f_status_t status = f_socketss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -63,7 +63,7 @@ void test__f_socket_socketss_increase__works(void **state) {
 
     const f_status_t status = f_socketss_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
index 240ea5ea49821bff80457e13a2386788ea963d2a..0d80f8015d630595f25533e51f7013a5e876ea6c 100644 (file)
@@ -29,7 +29,7 @@ void test__f_socket_socketss_increase_by__returns_data_not(void **state) {
   {
     const f_status_t status = f_socketss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -61,7 +61,7 @@ void test__f_socket_socketss_increase_by__works(void **state) {
   {
     const f_status_t status = f_socketss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -71,7 +71,7 @@ void test__f_socket_socketss_increase_by__works(void **state) {
 
     const f_status_t status = f_socketss_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index 0e96c1ceb59ba6fbebff8cae4d8a98e0b6d2cc7f..dfb0f6259319b25c0c53d23ee29fd65436fe14d1 100644 (file)
@@ -29,7 +29,7 @@ void test__f_socket_socketss_resize__works(void **state) {
   {
     const f_status_t status = f_socketss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index fdc34d7a5203c8c508068d12aa86e09e16653e60..c311fb0aec02f2a366e9faf540be894e0144ce5c 100644 (file)
@@ -109,7 +109,7 @@ void test__f_socket_write__works(void **state) {
 
     const f_status_t status = f_socket_write(&socket, 0, buffer, &length);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(length, 1);
   }
 }
index df6c30aa643cd2db3513cdfeec4b572820064f12..c300c394146207278f37fb498146f6f41c33228a 100644 (file)
@@ -114,7 +114,7 @@ void test__f_socket_write_message__works(void **state) {
 
     const f_status_t status = f_socket_write_message(&socket, 0, &header, &length);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(length, 1);
   }
 }
index 3f71d3445b0df82acb0613ee750404872e8bf1a9..54c449185da50053ba308a703c1542f7c9cd0f80 100644 (file)
@@ -109,7 +109,7 @@ void test__f_socket_write_stream__works(void **state) {
 
     const f_status_t status = f_socket_write_stream(&socket, 0, buffer, &length);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(length, 1);
   }
 }
index a3a0c76b16677fdcbde7ac2c730ff360270a40d1..64ef7f3b97f13beb217ea99c21ef6a9ee76899d1 100644 (file)
@@ -203,7 +203,14 @@ extern "C" {
     // Basic.
     // Start at 197 to allow compatibility with the reserved bash return codes (keep in mind fss return codes can be larger than 255).
     F_okay = 197,
+    F_okay_block,
+    F_okay_eoa,
+    F_okay_eof,
+    F_okay_eol,
+    F_okay_eos,
     F_okay_not,
+    F_okay_start,
+    F_okay_stop,
     F_abort,
     F_abort_not,
     F_absolute,
@@ -621,13 +628,6 @@ extern "C" {
     F_complete_not_utf_eos,
     F_complete_not_utf_start,
     F_complete_not_utf_stop,
-    F_none_block,
-    F_none_eoa,
-    F_none_eof,
-    F_none_eol,
-    F_none_eos,
-    F_none_start,
-    F_none_stop,
     F_data,
     F_data_not,
     F_data_not_block,
index cad64228e1274e234fcf415548f82f2cc4446965..6264b0172a9cecbb67e65871dbd05d41f2b56713 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 void test__F_status_is_error__works(void **state) {
 
   assert_false(F_status_is_error(0));
-  assert_false(F_status_is_error(F_none));
+  assert_false(F_status_is_error(F_okay));
   assert_true(F_status_is_error(F_status_bit_error));
   assert_true(F_status_is_error(F_status_bit_signal)); // The signal bit uses the error bit.
   assert_false(F_status_is_error(F_status_bit_warning));
index f638f1294851f026a6e601afd76e2d2d43131fde..432c546f313ff61d316def226d17e0511a122453 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 void test__F_status_is_error_not__works(void **state) {
 
   assert_true(F_status_is_error_not(0));
-  assert_true(F_status_is_error_not(F_none));
+  assert_true(F_status_is_error_not(F_okay));
   assert_false(F_status_is_error_not(F_status_bit_error));
   assert_false(F_status_is_error_not(F_status_bit_signal)); // The signal bit uses the error bit.
   assert_true(F_status_is_error_not(F_status_bit_warning));
index 8bd21410aedba17e49b30e0d7c84409cad9ac12e..cb275fd316560aba93c25c81c770462049ffa95f 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 void test__F_status_is_fine__works(void **state) {
 
   assert_true(F_status_is_fine(0));
-  assert_true(F_status_is_fine(F_none));
+  assert_true(F_status_is_fine(F_okay));
   assert_false(F_status_is_fine(F_status_bit_error));
   assert_false(F_status_is_fine(F_status_bit_signal));
   assert_false(F_status_is_fine(F_status_bit_warning));
index 0469073ce1e5a21bceb8834d5ec9f2e53c770fea..b441834f7a213d86ac99751ae9be065809512db9 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 void test__F_status_is_fine_not__works(void **state) {
 
   assert_false(F_status_is_fine_not(0));
-  assert_false(F_status_is_fine_not(F_none));
+  assert_false(F_status_is_fine_not(F_okay));
   assert_true(F_status_is_fine_not(F_status_bit_error));
   assert_true(F_status_is_fine_not(F_status_bit_signal));
   assert_true(F_status_is_fine_not(F_status_bit_warning));
index e95ad5883a84b9fd5839fd2db38a048a4cc91573..eece2954060ed341c702ed367aad4449cf556000 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 void test__F_status_is_problem__works(void **state) {
 
   assert_false(F_status_is_problem(0));
-  assert_false(F_status_is_problem(F_none));
+  assert_false(F_status_is_problem(F_okay));
   assert_true(F_status_is_problem(F_status_bit_error));
   assert_true(F_status_is_problem(F_status_bit_signal));
   assert_true(F_status_is_problem(F_status_bit_warning));
index 73bb48733e9c4be64ebe418133796094c6cbe6c7..f647022a36c542112b3627060a65bbe02c390a79 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 void test__F_status_is_problem_not__works(void **state) {
 
   assert_true(F_status_is_problem_not(0));
-  assert_true(F_status_is_problem_not(F_none));
+  assert_true(F_status_is_problem_not(F_okay));
   assert_false(F_status_is_problem_not(F_status_bit_error));
   assert_false(F_status_is_problem_not(F_status_bit_signal));
   assert_false(F_status_is_problem_not(F_status_bit_warning));
index 57ee47dce03373b1b0068ed406a112c1c9e01e38..3857e511c67f18ea97ad1ba45253f9808fe3cf70 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 void test__F_status_is_signal__works(void **state) {
 
   assert_false(F_status_is_signal(0));
-  assert_false(F_status_is_signal(F_none));
+  assert_false(F_status_is_signal(F_okay));
   assert_false(F_status_is_signal(F_status_bit_error));
   assert_true(F_status_is_signal(F_status_bit_signal));
   assert_false(F_status_is_signal(F_status_bit_warning));
index 4d5a1d97194e27023bf13abdbb0a8f7c4509bc2d..601a20c6c6ff7e69fcf7e1c724b6c7ec60777f6c 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 void test__F_status_is_signal_not__works(void **state) {
 
   assert_true(F_status_is_signal_not(0));
-  assert_true(F_status_is_signal_not(F_none));
+  assert_true(F_status_is_signal_not(F_okay));
   assert_true(F_status_is_signal_not(F_status_bit_error));
   assert_false(F_status_is_signal_not(F_status_bit_signal));
   assert_true(F_status_is_signal_not(F_status_bit_warning));
index 81e0949fc0de105f0ad118f21378d2ee259a3159..e0b52dde47bb39843d717107661a5ac2bf7f356a 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 void test__F_status_is_warning__works(void **state) {
 
   assert_false(F_status_is_warning(0));
-  assert_false(F_status_is_warning(F_none));
+  assert_false(F_status_is_warning(F_okay));
   assert_false(F_status_is_warning(F_status_bit_error));
   assert_true(F_status_is_warning(F_status_bit_signal)); // The signal bit uses the warning bit.
   assert_true(F_status_is_warning(F_status_bit_warning));
index 0668b93345de18bc41e11755af84ec65de967117..c0c91bce6710f3c84f048d38cac56125f3c816f7 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 void test__F_status_is_warning_not__works(void **state) {
 
   assert_true(F_status_is_warning_not(0));
-  assert_true(F_status_is_warning_not(F_none));
+  assert_true(F_status_is_warning_not(F_okay));
   assert_true(F_status_is_warning_not(F_status_bit_error));
   assert_false(F_status_is_warning_not(F_status_bit_signal));
   assert_false(F_status_is_warning_not(F_status_bit_warning));
index f7dba252ea5a17e35fe5e7e5ca2f5b075fc80787..7c7bd6526b632a8833adfa077c51551ea8420511 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 void test__F_status_set_error__works(void **state) {
 
   assert_true(F_status_is_error(F_status_set_error(0)));
-  assert_true(F_status_is_error(F_status_set_error(F_none)));
+  assert_true(F_status_is_error(F_status_set_error(F_okay)));
   assert_true(F_status_is_error(F_status_set_error(F_status_bit_error)));
   assert_true(F_status_is_error(F_status_set_error(F_status_bit_signal)));
   assert_true(F_status_is_error(F_status_set_error(F_status_bit_warning)));
index b6be65998b07b0b688bc9c5c9238dc4458d6447f..29d7f951499eb95887d5cb098be11c4a80b66f4c 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 void test__F_status_set_fine__works(void **state) {
 
   assert_true(F_status_is_fine(F_status_set_fine(0)));
-  assert_true(F_status_is_fine(F_status_set_fine(F_none)));
+  assert_true(F_status_is_fine(F_status_set_fine(F_okay)));
   assert_true(F_status_is_fine(F_status_set_fine(F_status_bit_error)));
   assert_true(F_status_is_fine(F_status_set_fine(F_status_bit_signal)));
   assert_true(F_status_is_fine(F_status_set_fine(F_status_bit_warning)));
index 7b0037fcf4c47e45c9034689526598e7a107413b..240ffb21a36935b0bdc12e962349a420c9ddc9e6 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 void test__F_status_set_signal__works(void **state) {
 
   assert_true(F_status_is_signal(F_status_set_signal(0)));
-  assert_true(F_status_is_signal(F_status_set_signal(F_none)));
+  assert_true(F_status_is_signal(F_status_set_signal(F_okay)));
   assert_true(F_status_is_signal(F_status_set_signal(F_status_bit_error)));
   assert_true(F_status_is_signal(F_status_set_signal(F_status_bit_signal)));
   assert_true(F_status_is_signal(F_status_set_signal(F_status_bit_warning)));
index 99ff0a72cb4f727c8aaad12246db2cb1f9abeb96..c8d2f4c2cdbce2e0661438980139c5571afb40ee 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 void test__F_status_set_warning__works(void **state) {
 
   assert_true(F_status_is_warning(F_status_set_warning(0)));
-  assert_true(F_status_is_warning(F_status_set_warning(F_none)));
+  assert_true(F_status_is_warning(F_status_set_warning(F_okay)));
   assert_true(F_status_is_warning(F_status_set_warning(F_status_bit_error)));
   assert_true(F_status_is_warning(F_status_set_warning(F_status_bit_signal)));
   assert_true(F_status_is_warning(F_status_set_warning(F_status_bit_warning)));
index 7f2694699f3ae9710a6b0feffb1e8747e24e0e5b..47e05a263af3661bf8786a666ff0e5f3b138aa4b 100644 (file)
@@ -496,13 +496,13 @@ extern "C" {
   const f_string_static_t f_status_complete_not_utf_eos_s = macro_f_string_static_t_initialize_1(F_status_complete_not_utf_eos_s, 0, F_status_complete_not_utf_eos_s_length);
   const f_string_static_t f_status_complete_not_utf_start_s = macro_f_string_static_t_initialize_1(F_status_complete_not_utf_start_s, 0, F_status_complete_not_utf_start_s_length);
   const f_string_static_t f_status_complete_not_utf_stop_s = macro_f_string_static_t_initialize_1(F_status_complete_not_utf_stop_s, 0, F_status_complete_not_utf_stop_s_length);
-  const f_string_static_t f_status_none_block_s = macro_f_string_static_t_initialize_1(F_status_none_block_s, 0, F_status_none_block_s_length);
-  const f_string_static_t f_status_none_eoa_s = macro_f_string_static_t_initialize_1(F_status_none_eoa_s, 0, F_status_none_eoa_s_length);
-  const f_string_static_t f_status_none_eof_s = macro_f_string_static_t_initialize_1(F_status_none_eof_s, 0, F_status_none_eof_s_length);
-  const f_string_static_t f_status_none_eol_s = macro_f_string_static_t_initialize_1(F_status_none_eol_s, 0, F_status_none_eol_s_length);
-  const f_string_static_t f_status_none_eos_s = macro_f_string_static_t_initialize_1(F_status_none_eos_s, 0, F_status_none_eos_s_length);
-  const f_string_static_t f_status_none_start_s = macro_f_string_static_t_initialize_1(F_status_none_start_s, 0, F_status_none_start_s_length);
-  const f_string_static_t f_status_none_stop_s = macro_f_string_static_t_initialize_1(F_status_none_stop_s, 0, F_status_none_stop_s_length);
+  const f_string_static_t f_status_okay_block_s = macro_f_string_static_t_initialize_1(F_status_okay_block_s, 0, F_status_okay_block_s_length);
+  const f_string_static_t f_status_okay_eoa_s = macro_f_string_static_t_initialize_1(F_status_okay_eoa_s, 0, F_status_okay_eoa_s_length);
+  const f_string_static_t f_status_okay_eof_s = macro_f_string_static_t_initialize_1(F_status_okay_eof_s, 0, F_status_okay_eof_s_length);
+  const f_string_static_t f_status_okay_eol_s = macro_f_string_static_t_initialize_1(F_status_okay_eol_s, 0, F_status_okay_eol_s_length);
+  const f_string_static_t f_status_okay_eos_s = macro_f_string_static_t_initialize_1(F_status_okay_eos_s, 0, F_status_okay_eos_s_length);
+  const f_string_static_t f_status_okay_start_s = macro_f_string_static_t_initialize_1(F_status_okay_start_s, 0, F_status_okay_start_s_length);
+  const f_string_static_t f_status_okay_stop_s = macro_f_string_static_t_initialize_1(F_status_okay_stop_s, 0, F_status_okay_stop_s_length);
   const f_string_static_t f_status_data_s = macro_f_string_static_t_initialize_1(F_status_data_s, 0, F_status_data_s_length);
   const f_string_static_t f_status_data_not_s = macro_f_string_static_t_initialize_1(F_status_data_not_s, 0, F_status_data_not_s_length);
   const f_string_static_t f_status_data_not_block_s = macro_f_string_static_t_initialize_1(F_status_data_not_block_s, 0, F_status_data_not_block_s_length);
@@ -1012,11 +1012,46 @@ extern "C" {
 
         break;
 
+      case F_okay_block:
+        *name = f_status_okay_block_s;
+
+        break;
+
+      case F_okay_eoa:
+        *name = f_status_okay_eoa_s;
+
+        break;
+
+      case F_okay_eof:
+        *name = f_status_okay_eof_s;
+
+        break;
+
+      case F_okay_eol:
+        *name = f_status_okay_eol_s;
+
+        break;
+
+      case F_okay_eos:
+        *name = f_status_okay_eos_s;
+
+        break;
+
       case F_okay_not:
         *name = f_status_okay_not_s;
 
         break;
 
+      case F_okay_start:
+        *name = f_status_okay_start_s;
+
+        break;
+
+      case F_okay_stop:
+        *name = f_status_okay_stop_s;
+
+        break;
+
       case F_abort:
         *name = f_status_abort_s;
 
@@ -3039,41 +3074,6 @@ extern "C" {
 
         break;
 
-      case F_none_block:
-        *name = f_status_none_block_s;
-
-        break;
-
-      case F_none_eoa:
-        *name = f_status_none_eoa_s;
-
-        break;
-
-      case F_none_eof:
-        *name = f_status_none_eof_s;
-
-        break;
-
-      case F_none_eol:
-        *name = f_status_none_eol_s;
-
-        break;
-
-      case F_none_eos:
-        *name = f_status_none_eos_s;
-
-        break;
-
-      case F_none_start:
-        *name = f_status_none_start_s;
-
-        break;
-
-      case F_none_stop:
-        *name = f_status_none_stop_s;
-
-        break;
-
       case F_data:
         *name = f_status_data_s;
 
@@ -3820,7 +3820,7 @@ extern "C" {
         return F_status_set_error(F_data);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_status_string_to_
 
index 0d4bd77c898703d4454c6c6878e1d62a96b0b20d..b9c2f575d224f4d026a2b1616ccf06a66ed7802a 100644 (file)
@@ -231,7 +231,14 @@ extern "C" {
 
   // Basic.
   #define F_status_okay_s              "F_okay"
+  #define F_status_okay_block_s        "F_okay_block"
+  #define F_status_okay_eoa_s          "F_okay_eoa"
+  #define F_status_okay_eof_s          "F_okay_eof"
+  #define F_status_okay_eol_s          "F_okay_eol"
+  #define F_status_okay_eos_s          "F_okay_eos"
   #define F_status_okay_not_s          "F_okay_not"
+  #define F_status_okay_start_s        "F_okay_start"
+  #define F_status_okay_stop_s         "F_okay_stop"
   #define F_status_abort_s             "F_abort"
   #define F_status_abort_not_s         "F_abort_not"
   #define F_status_absolute_s          "F_absolute"
@@ -550,7 +557,14 @@ extern "C" {
   #define F_status_yes_not_s           "F_yes_not"
 
   #define F_status_okay_s_length              6
+  #define F_status_okay_block_s_length        12
+  #define F_status_okay_eoa_s_length          10
+  #define F_status_okay_eof_s_length          10
+  #define F_status_okay_eol_s_length          10
+  #define F_status_okay_eos_s_length          10
   #define F_status_okay_not_s_length          10
+  #define F_status_okay_start_s_length        12
+  #define F_status_okay_stop_s_length         11
   #define F_status_abort_s_length             7
   #define F_status_abort_not_s_length         11
   #define F_status_absolute_s_length          10
@@ -869,7 +883,14 @@ extern "C" {
   #define F_status_yes_not_s_length           9
 
   extern const f_string_static_t f_status_okay_s;
+  extern const f_string_static_t f_status_okay_block_s;
+  extern const f_string_static_t f_status_okay_eoa_s;
+  extern const f_string_static_t f_status_okay_eof_s;
+  extern const f_string_static_t f_status_okay_eol_s;
+  extern const f_string_static_t f_status_okay_eos_s;
   extern const f_string_static_t f_status_okay_not_s;
+  extern const f_string_static_t f_status_okay_start_s;
+  extern const f_string_static_t f_status_okay_stop_s;
   extern const f_string_static_t f_status_abort_s;
   extern const f_string_static_t f_status_abort_not_s;
   extern const f_string_static_t f_status_absolute_s;
@@ -1447,13 +1468,6 @@ extern "C" {
   #define F_status_complete_not_utf_eos_s   "F_complete_not_utf_eos"
   #define F_status_complete_not_utf_start_s "F_complete_not_utf_start"
   #define F_status_complete_not_utf_stop_s  "F_complete_not_utf_stop"
-  #define F_status_none_block_s             "F_none_block"
-  #define F_status_none_eoa_s               "F_none_eoa"
-  #define F_status_none_eof_s               "F_none_eof"
-  #define F_status_none_eol_s               "F_none_eol"
-  #define F_status_none_eos_s               "F_none_eos"
-  #define F_status_none_start_s             "F_none_start"
-  #define F_status_none_stop_s              "F_none_stop"
   #define F_status_data_s                   "F_data"
   #define F_status_data_not_s               "F_data_not"
   #define F_status_data_not_block_s         "F_data_not_block"
@@ -1478,13 +1492,6 @@ extern "C" {
   #define F_status_complete_not_utf_eos_s_length   22
   #define F_status_complete_not_utf_start_s_length 24
   #define F_status_complete_not_utf_stop_s_length  23
-  #define F_status_none_block_s_length             12
-  #define F_status_none_eoa_s_length               10
-  #define F_status_none_eof_s_length               10
-  #define F_status_none_eol_s_length               10
-  #define F_status_none_eos_s_length               10
-  #define F_status_none_start_s_length             12
-  #define F_status_none_stop_s_length              11
   #define F_status_data_s_length                   6
   #define F_status_data_not_s_length               10
   #define F_status_data_not_block_s_length         16
@@ -1509,13 +1516,6 @@ extern "C" {
   extern const f_string_static_t f_status_complete_not_utf_eos_s;
   extern const f_string_static_t f_status_complete_not_utf_start_s;
   extern const f_string_static_t f_status_complete_not_utf_stop_s;
-  extern const f_string_static_t f_status_none_block_s;
-  extern const f_string_static_t f_status_none_eoa_s;
-  extern const f_string_static_t f_status_none_eof_s;
-  extern const f_string_static_t f_status_none_eol_s;
-  extern const f_string_static_t f_status_none_eos_s;
-  extern const f_string_static_t f_status_none_start_s;
-  extern const f_string_static_t f_status_none_stop_s;
   extern const f_string_static_t f_status_data_s;
   extern const f_string_static_t f_status_data_not_s;
   extern const f_string_static_t f_status_data_not_block_s;
@@ -1987,7 +1987,7 @@ extern "C" {
  *   The processed code name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_data (with error bit) if there status is unknown.
  *   F_parameter (with error bit) if a parameter is invalid.
index b1785c5858a2e4de9680c751e2c29eb3b5b18395..c42784ce854792c2bf787979a3fd4d70be70d939 100644 (file)
@@ -97,7 +97,14 @@ void test__f_status_string_to__works(void **state) {
     F_signal_reserved_63,
     F_signal_reserved_64,
     F_okay,
+    F_okay_block,
+    F_okay_eoa,
+    F_okay_eof,
+    F_okay_eol,
+    F_okay_eos,
     F_okay_not,
+    F_okay_start,
+    F_okay_stop,
     F_abort,
     F_abort_not,
     F_absolute,
@@ -501,13 +508,6 @@ void test__f_status_string_to__works(void **state) {
     F_complete_not_utf_eos,
     F_complete_not_utf_start,
     F_complete_not_utf_stop,
-    F_none_block,
-    F_none_eoa,
-    F_none_eof,
-    F_none_eol,
-    F_none_eos,
-    F_none_start,
-    F_none_stop,
     F_data,
     F_data_not,
     F_data_not_block,
@@ -659,7 +659,7 @@ void test__f_status_string_to__works(void **state) {
   const f_string_static_t status_strings[] = {
     f_status_false_s,
     f_status_true_s,
-    f_status_signal_hangup_s,
+    f_status_true_s, // This is F_signal_hangup, but it overlaps and falls back to F_true.
     f_status_signal_interrupt_s,
     f_status_signal_quit_s,
     f_status_signal_illegal_s,
@@ -724,7 +724,14 @@ void test__f_status_string_to__works(void **state) {
     f_status_signal_reserved_63_s,
     f_status_signal_reserved_64_s,
     f_status_okay_s,
+    f_status_okay_block_s,
+    f_status_okay_eoa_s,
+    f_status_okay_eof_s,
+    f_status_okay_eol_s,
+    f_status_okay_eos_s,
     f_status_okay_not_s,
+    f_status_okay_start_s,
+    f_status_okay_stop_s,
     f_status_abort_s,
     f_status_abort_not_s,
     f_status_absolute_s,
@@ -1128,13 +1135,6 @@ void test__f_status_string_to__works(void **state) {
     f_status_complete_not_utf_eos_s,
     f_status_complete_not_utf_start_s,
     f_status_complete_not_utf_stop_s,
-    f_status_none_block_s,
-    f_status_none_eoa_s,
-    f_status_none_eof_s,
-    f_status_none_eol_s,
-    f_status_none_eos_s,
-    f_status_none_start_s,
-    f_status_none_stop_s,
     f_status_data_s,
     f_status_data_not_s,
     f_status_data_not_block_s,
@@ -1289,7 +1289,7 @@ void test__f_status_string_to__works(void **state) {
 
     const f_status_t status = f_status_string_to(statuss[i], &result);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(result.used, status_strings[i].used);
     assert_string_equal(result.string, status_strings[i].string);
   } // for
index 1c8def800edf4c9464583023f2be8f139d29409e..d2fef9ed12a6f40aaac71d1560d9f6abbdbf2796 100644 (file)
@@ -17,7 +17,7 @@ extern "C" {
     destination->used += length;
     destination->string[destination->used] = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_string_append_) || !defined(_di_f_string_append_assure_) || !defined(_di_f_string_dynamic_append_) || !defined(_di_f_string_dynamic_append_assure_) || !defined(_di_f_string_dynamic_mash_) || !defined(_di_f_string_dynamic_partial_append_) || !defined(_di_f_string_dynamic_partial_append_assure_) || !defined(_di_f_string_dynamic_partial_mash_) || !defined(_di_f_string_dynamic_partial_mash_nulless_) || !defined(_di_f_string_dynamic_partial_mish_) || !defined(_di_f_string_dynamic_partial_mish_nulless_) || !defined(_di_f_string_dynamic_partial_prepend_) || !defined(_di_f_string_dynamics_append_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_mash_) || !defined(_di_f_string_maps_append_) || !defined(_di_f_string_triples_append_)
 
@@ -26,7 +26,7 @@ extern "C" {
 
     if (destination->used >= F_string_t_size_d) return F_status_set_error(F_string_too_large);
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_number_unsigned_t i = 0;
     f_number_unsigned_t size = 0;
 
@@ -69,7 +69,7 @@ extern "C" {
 
     destination->string[destination->used] = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_string_append_assure_nulless_) || !defined(_di_f_string_append_nulless_) || !defined(_di_f_string_dynamic_append_assure_nulless_) || !defined(_di_f_string_dynamic_append_nulless_) || !defined(_di_f_string_dynamic_mash_nulless_) || !defined(_di_f_string_dynamic_partial_append_assure_nulless_) || !defined(_di_f_string_dynamic_partial_append_nulless_) || !defined(_di_f_string_dynamic_partial_mash_nulless_) || !defined(_di_f_string_mash_nulless_)
 
@@ -94,7 +94,7 @@ extern "C" {
 
     destination->used += length;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_string_dynamic_mish_) || !defined(_di_f_string_dynamic_partial_mish_) || !defined(_di_f_string_dynamic_partial_prepend_assure_) || !defined(_di_f_string_dynamic_partial_prepend_) || !defined(_di_f_string_dynamic_prepend_assure_) || !defined(_di_f_string_dynamic_prepend_) || !defined(_di_f_string_mish_) || !defined(_di_f_string_prepend_assure_) || !defined(_di_f_string_prepend_)
 
@@ -103,7 +103,7 @@ extern "C" {
 
     if (destination->used + length > F_string_t_size_d) return F_status_set_error(F_string_too_large);
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_number_unsigned_t first = 0;
     f_number_unsigned_t offset = 0;
 
@@ -154,7 +154,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_string_dynamic_mish_nulless_) || !defined(_di_f_string_dynamic_partial_mish_nulless_) || !defined(_di_f_string_dynamic_partial_prepend_assure_nulless_) || !defined(_di_f_string_dynamic_partial_prepend_nulless_) || !defined(_di_f_string_dynamic_prepend_assure_nulless_) || !defined(_di_f_string_dynamic_prepend_nulless_) || !defined(_di_f_string_mish_nulless_) || !defined(_di_f_string_prepend_assure_nulless_) || !defined(_di_f_string_prepend_nulless_)
 
index e99b04be24d18e52173f0341b69c2469d6c08e6e..2d065684ce0671dc76bd7b53190909ce1b969f7f 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_string_too_large (with error bit) if the combined string is too large.
  *
@@ -71,7 +71,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_string_too_large (with error bit) if the combined string is too large.
  *
@@ -104,7 +104,7 @@ extern "C" {
  *   The destination string the source and glue are prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_string_too_large (with error bit) if the combined string is too large.
  *
@@ -140,7 +140,7 @@ extern "C" {
  *   The destination string the source and glue are prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_string_too_large (with error bit) if the combined string is too large.
  *
index 3cc631a987e4e071547f2a75a517c72e6ebffe84..f9c1c11d3f2776fb70322a8f9280c353a63d8aa5 100644 (file)
@@ -51,7 +51,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_append_assure_
 
@@ -89,7 +89,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_append_assure_nulless_
 
@@ -219,7 +219,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_prepend_assure_
 
@@ -257,7 +257,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_prepend_assure_nulless_
 
@@ -285,10 +285,10 @@ extern "C" {
 
       ++range->start;
 
-      if (range->start > range->stop) return F_none_stop;
+      if (range->start > range->stop) return F_okay_stop;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_seek_line_
 
@@ -302,14 +302,14 @@ extern "C" {
 
     while (string[range->start] != seek_to) {
 
-      if (string[range->start] == f_string_eol_s.string[0]) return F_none_eol;
+      if (string[range->start] == f_string_eol_s.string[0]) return F_okay_eol;
 
       ++range->start;
 
-      if (range->start > range->stop) return F_none_stop;
+      if (range->start > range->stop) return F_okay_stop;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_seek_line_to_
 
@@ -325,10 +325,10 @@ extern "C" {
 
       ++range->start;
 
-      if (range->start > range->stop) return F_none_stop;
+      if (range->start > range->stop) return F_okay_stop;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_seek_to_
 
index e9b0cb22d015a8c0457c86459520b19695c69ad5..653b525124a02469dc1eae06f5d66f412852d8c6 100644 (file)
@@ -60,7 +60,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -87,7 +87,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -115,7 +115,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -142,7 +142,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -173,7 +173,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -206,7 +206,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -237,7 +237,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -270,7 +270,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -297,7 +297,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -326,7 +326,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -356,7 +356,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -386,7 +386,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -410,8 +410,8 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_stop on success, but stopped at end of range.
+ *   F_okay on success.
+ *   F_okay_stop on success, but stopped at end of range.
  *   F_data_not_stop on success, but the range.start > range.stop.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -436,9 +436,9 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_eol on success, but stopped at EOL.
- *   F_none_stop on success, but stopped at the stop location.
+ *   F_okay on success.
+ *   F_okay_eol on success, but stopped at EOL.
+ *   F_okay_stop on success, but stopped at the stop location.
  *   F_data_not_stop if range.start > range.stop.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -459,8 +459,8 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_stop on success, but stopped at the stop location.
+ *   F_okay on success.
+ *   F_okay_stop on success, but stopped at the stop location.
  *   F_data_not_stop if range.start > range.stop.
  *
  *   F_complete_not_utf (with error bit) if character is an incomplete UTF-8 fragment.
index be5c4de8fe9cb33dd748fe81bb14b50fc1e7a4be..4d2f457fa8f17d1204d7c2c80c2314fa143d4be8 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_dynamic_append_assure_
 
@@ -87,7 +87,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_dynamic_append_assure_nulless_
 
@@ -257,7 +257,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_dynamic_partial_append_assure_
 
@@ -301,7 +301,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_dynamic_append_assure_nulless_
 
@@ -460,7 +460,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_dynamic_partial_prepend_assure_
 
@@ -505,7 +505,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_dynamic_partial_prepend_assure_nulless
 
@@ -555,7 +555,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_dynamic_prepend_assure_
 
@@ -591,7 +591,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_dynamic_prepend_assure_nulless_
 
@@ -630,11 +630,11 @@ extern "C" {
 
       ++range->start;
 
-      if (range->start >= structure.used) return F_none_eos;
-      if (range->start > range->stop) return F_none_stop;
+      if (range->start >= structure.used) return F_okay_eos;
+      if (range->start > range->stop) return F_okay_stop;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_dynamic_seek_line_
 
@@ -649,15 +649,15 @@ extern "C" {
 
     while (structure.string[range->start] != seek_to_this) {
 
-      if (structure.string[range->start] == f_string_eol_s.string[0]) return F_none_eol;
+      if (structure.string[range->start] == f_string_eol_s.string[0]) return F_okay_eol;
 
       ++range->start;
 
-      if (range->start >= structure.used) return F_none_eos;
-      if (range->start > range->stop) return F_none_stop;
+      if (range->start >= structure.used) return F_okay_eos;
+      if (range->start > range->stop) return F_okay_stop;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_dynamic_seek_line_to_
 
@@ -674,11 +674,11 @@ extern "C" {
 
       ++range->start;
 
-      if (range->start >= structure.used) return F_none_eos;
-      if (range->start > range->stop) return F_none_stop;
+      if (range->start >= structure.used) return F_okay_eos;
+      if (range->start > range->stop) return F_okay_stop;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_dynamic_seek_to_
 
@@ -688,7 +688,7 @@ extern "C" {
       if (!destination) return F_status_set_error(F_parameter);
     #endif // _di_level_0_parameter_checking_
 
-    if (destination->used && !destination->string[destination->used - 1]) return F_none;
+    if (destination->used && !destination->string[destination->used - 1]) return F_okay;
     if (destination->used == F_string_t_size_d) return F_status_set_error(F_string_too_large);
 
     {
@@ -698,7 +698,7 @@ extern "C" {
 
     destination->string[destination->used++] = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_dynamic_terminate_
 
@@ -709,7 +709,7 @@ extern "C" {
     #endif // _di_level_0_parameter_checking_
 
     if (destination->used < destination->size) {
-      if (!destination->string[destination->used]) return F_none;
+      if (!destination->string[destination->used]) return F_okay;
     }
 
     if (destination->used == F_string_t_size_d) return F_status_set_error(F_string_too_large);
@@ -721,7 +721,7 @@ extern "C" {
 
     destination->string[destination->used] = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_dynamic_terminate_after_
 
index f6d90603fb214448657aca47045168c6880e2f6f..6d660b8c46635b7540e92c2427fc5943e60d50a0 100644 (file)
@@ -61,7 +61,7 @@ extern "C" {
  *   The string to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) on out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -79,7 +79,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -100,7 +100,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -123,7 +123,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -146,7 +146,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -171,7 +171,7 @@ extern "C" {
  *   The string to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -196,7 +196,7 @@ extern "C" {
  *   The string to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -222,7 +222,7 @@ extern "C" {
  *   The string to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size) (or step is 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -247,7 +247,7 @@ extern "C" {
  *   The string to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -272,7 +272,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -299,7 +299,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -324,7 +324,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -351,7 +351,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -376,7 +376,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -401,7 +401,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -430,7 +430,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -457,7 +457,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -486,7 +486,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -517,7 +517,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -546,7 +546,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -577,7 +577,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -604,7 +604,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -631,7 +631,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -660,7 +660,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -687,7 +687,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -712,7 +712,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -735,7 +735,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -760,7 +760,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -783,7 +783,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -804,7 +804,7 @@ extern "C" {
  *   The string to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -824,9 +824,9 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_eos on success, but stopped at end of string.
- *   F_none_stop on success, but stopped at end of range.
+ *   F_okay on success.
+ *   F_okay_eos on success, but stopped at end of string.
+ *   F_okay_stop on success, but stopped at end of range.
  *   F_data_not on success, but there was no string data to seek.
  *   F_data_not_stop on success, but the range.start > range.stop.
  *
@@ -850,9 +850,9 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_eos on success, but stopped at end of string.
- *   F_none_stop on success, but stopped at end of range.
+ *   F_okay on success.
+ *   F_okay_eos on success, but stopped at end of string.
+ *   F_okay_stop on success, but stopped at end of range.
  *   F_data_not on success, but there was no string data to seek.
  *   F_data_not_stop on success, but the range.start > range.stop.
  *
@@ -876,9 +876,9 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_eos on success, but stopped at end of string.
- *   F_none_stop on success, but stopped at end of range.
+ *   F_okay on success.
+ *   F_okay_eos on success, but stopped at end of string.
+ *   F_okay_stop on success, but stopped at end of range.
  *   F_data_not on success, but there was no string data to seek.
  *   F_data_not_stop on success, but the range.start > range.stop.
  *
@@ -902,7 +902,7 @@ extern "C" {
  *   The new string, which will be allocated or reallocated as necessary.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_string_too_large (with error bit) if string is too large to fit into the buffer.
@@ -927,7 +927,7 @@ extern "C" {
  *   The new string, which will be allocated or reallocated as necessary.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_string_too_large (with error bit) if string is too large to fit into the buffer.
index bed662a568231701263c4232e43baa49cc8c1e7d..86f328d2661edfcdf121f15ad5bcbb3d45220eb3 100644 (file)
@@ -54,7 +54,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -73,7 +73,7 @@ extern "C" {
  *   The destination strings the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -94,7 +94,7 @@ extern "C" {
  *   The destination strings the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -119,7 +119,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (size == 0) (or amount is 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -143,7 +143,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (size == 0) (or amount is 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -167,7 +167,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -192,7 +192,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -213,7 +213,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 488bc144f35b14b54a5a65e56b383c53d18e5513..d6a447f6bfb899c932adb18928195da37f945f97 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + 1 > destination->size) {
       status = private_f_string_dynamicss_resize(destination->used + F_memory_default_allocation_small_d, destination);
@@ -41,7 +41,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_dynamicss_append_
 
@@ -53,7 +53,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_string_dynamicss_resize(destination->used + source.used, destination);
@@ -70,7 +70,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_dynamicss_append_all_
 
index 38e986fc98af745cbcc2389079823b66431d6765..a228a86fd5ce4c686fb33648b06ba58e4d69617b 100644 (file)
@@ -54,7 +54,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -73,7 +73,7 @@ extern "C" {
  *   The destination strings the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -94,7 +94,7 @@ extern "C" {
  *   The destination strings the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -119,7 +119,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (size == 0) (or amount is 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -143,7 +143,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (size == 0) (or amount is 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -167,7 +167,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -192,7 +192,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -213,7 +213,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 36f4527df985eddf87cfd29f95472d27ed1eb3a4..37412a1976304b1ff8dea795ef77e5413f1d71b0 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
       if (!destination) return F_status_set_error(F_parameter);
     #endif // _di_level_0_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + 1 > destination->size) {
       status = private_f_string_map_multis_resize(destination->used + F_memory_default_allocation_small_d, destination);
@@ -45,7 +45,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_map_multis_append_
 
index 4cb52594ce76ff0bbdc2504365db1c1b290785a4..2b5147bd5e9a3325c1671ffad15e8f42392c495b 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
  *   The map_multis array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -77,7 +77,7 @@ extern "C" {
  *   The destination maps the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_string_too_large (with error bit) if the combined string is too large.
@@ -97,7 +97,7 @@ extern "C" {
  *   The destination maps the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -122,7 +122,7 @@ extern "C" {
  *   The map_multis array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -146,7 +146,7 @@ extern "C" {
  *   The map_multis array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -169,7 +169,7 @@ extern "C" {
  *   The map_multis array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -194,7 +194,7 @@ extern "C" {
  *   The map_multis array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -215,7 +215,7 @@ extern "C" {
  *   The map_multis array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 8aafa17513dbf29a8392db7a487acf2e62317b31..3e740a8b7f840b72d3d71ba88a94d840f592be7b 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + 1 > destination->size) {
       status = private_f_string_map_multiss_resize(destination->used + F_memory_default_allocation_small_d, destination);
@@ -42,7 +42,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_map_multiss_append_
 
@@ -54,7 +54,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_string_map_multiss_resize(destination->used + source.used, destination);
@@ -71,7 +71,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_map_multiss_append_all_
 
index cc9614def48316461f3f916e7cef4dc87532e8b3..01110a4891bd37e2861d3b7760fccf5d73f01403 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
  *   The map_multiss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -77,7 +77,7 @@ extern "C" {
  *   The destination maps the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_string_too_large (with error bit) if the combined string is too large.
@@ -97,7 +97,7 @@ extern "C" {
  *   The destination maps the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -122,7 +122,7 @@ extern "C" {
  *   The map_multiss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -146,7 +146,7 @@ extern "C" {
  *   The map_multiss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -169,7 +169,7 @@ extern "C" {
  *   The map_multiss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -194,7 +194,7 @@ extern "C" {
  *   The map_multiss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -215,7 +215,7 @@ extern "C" {
  *   The map_multiss array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index cc7fb37a420e83f6197c867323c391779c517b27..edb9737a2d24092acb555725c290a9acfb216ab3 100644 (file)
@@ -22,7 +22,7 @@ extern "C" {
       if (!destination) return F_status_set_error(F_parameter);
     #endif // _di_level_0_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + 1 > destination->size) {
       status = private_f_string_maps_resize(destination->used + F_memory_default_allocation_small_d, destination);
@@ -44,7 +44,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_maps_append_
 
index 55e83c20156fa54a92bd0496c24bc0bd16056993..4fbee7ef482ebff00a41709e7fe536266f550846 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
  *   The string maps array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -77,7 +77,7 @@ extern "C" {
  *   The destination maps the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_string_too_large (with error bit) if the combined string is too large.
@@ -97,7 +97,7 @@ extern "C" {
  *   The destination maps the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -122,7 +122,7 @@ extern "C" {
  *   The string maps array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -146,7 +146,7 @@ extern "C" {
  *   The string maps array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -169,7 +169,7 @@ extern "C" {
  *   The string maps array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -194,7 +194,7 @@ extern "C" {
  *   The string maps array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -215,7 +215,7 @@ extern "C" {
  *   The string maps array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 5df1e482c6917adbcf0f7d9c8b6e50bc43830a0e..0b84da3b138d1c3553cd090569209b15bb9f297f 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + 1 > destination->size) {
       status = private_f_string_mapss_resize(destination->used + F_memory_default_allocation_small_d, destination);
@@ -41,7 +41,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_mapss_append_
 
@@ -53,7 +53,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_string_mapss_resize(destination->used + source.used, destination);
@@ -70,7 +70,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_mapss_append_all_
 
index b086d0f9064982e00050bbeaef910695e7714d16..b859067b782ceb75ff8c0459e659734a4bb63233 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
  *   The string mapss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -77,7 +77,7 @@ extern "C" {
  *   The destination mapss the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_string_too_large (with error bit) if the combined string is too large.
@@ -97,7 +97,7 @@ extern "C" {
  *   The destination mapss the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -122,7 +122,7 @@ extern "C" {
  *   The string mapss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -146,7 +146,7 @@ extern "C" {
  *   The string mapss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -170,7 +170,7 @@ extern "C" {
  *   The string mapss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size) (or step is 0).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -195,7 +195,7 @@ extern "C" {
  *   The string mapss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -216,7 +216,7 @@ extern "C" {
  *   The string mapss array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index bfed5a9cddd9e3318a3804abdbcadff2f51f8c7e..9083748f72d0427d9f9f475f403af0797a1e7908 100644 (file)
@@ -9,7 +9,7 @@ extern "C" {
 #if !defined(_di_f_string_dynamics_adjust_) || !defined(_di_f_string_dynamics_append_) || !defined(_di_f_string_dynamics_decimate_by_) || !defined(_di_f_string_map_multis_adjust_) || !defined(_di_f_string_map_multis_append_)
   f_status_t private_f_string_dynamics_adjust(const f_number_unsigned_t length, f_string_dynamics_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
@@ -24,7 +24,7 @@ extern "C" {
 #if !defined(_di_f_string_dynamics_append_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_)
   f_status_t private_f_string_dynamics_append(const f_string_dynamic_t source, f_string_dynamics_t * const destination) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + 1 > destination->size) {
       status = private_f_string_dynamics_resize(destination->used + F_memory_default_allocation_small_d, destination);
@@ -40,14 +40,14 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_string_dynamics_append_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_)
 
 #if !defined(_di_f_string_dynamics_append_all_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_)
   f_status_t private_f_string_dynamics_append_all(const f_string_dynamics_t source, f_string_dynamics_t * const destination) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_string_dynamics_resize(destination->used + source.used, destination);
@@ -64,14 +64,14 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_string_dynamics_append_all_) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_)
 
 #if !defined(_di_f_string_dynamics_decrease_by_) || !defined(_di_f_string_dynamics_increase_) || !defined(_di_f_string_dynamics_increase_by_) || !defined(f_string_dynamics_resize) || !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multis_decrease_by_) || !defined(_di_f_string_map_multis_increase_) || !defined(_di_f_string_map_multis_increase_by_) || !defined(_di_f_string_map_multis_resize_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_) || !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_)
   f_status_t private_f_string_dynamics_resize(const f_number_unsigned_t length, f_string_dynamics_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
index c6ae012003e0a22a777ef6fb8b9c74378ed45bd7..bed384bca343bc603683522bdf48de5e2121702f 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The dynamics to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -55,7 +55,7 @@ extern "C" {
  *   The destination dynamics the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -82,7 +82,7 @@ extern "C" {
  *   The destination dynamics the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -109,7 +109,7 @@ extern "C" {
  *   The dynamics to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index 8f45b002fca019df9ecd08083526938c1097636e..df95146107c4bf46bb8aac41b841bbf49e1b7132 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 #if !defined(_di_f_string_dynamicss_adjust_) || !defined(_di_f_string_dynamicss_append_) || !defined(_di_f_string_dynamicss_decimate_by_) || !defined(_di_f_string_map_multis_adjust_) || !defined(_di_f_string_map_multis_append_)
   f_status_t private_f_string_dynamicss_adjust(const f_number_unsigned_t length, f_string_dynamicss_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
@@ -25,7 +25,7 @@ extern "C" {
 #if !defined(_di_f_string_dynamicss_decrease_by_) || !defined(_di_f_string_dynamicss_increase_) || !defined(_di_f_string_dynamicss_increase_by_) || !defined(_di_f_string_dynamicss_append_all_) || !defined(_di_f_string_map_multis_append_all_)
   f_status_t private_f_string_dynamicss_resize(const f_number_unsigned_t length, f_string_dynamicss_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
index 882622fe2967897d74df37d397c3711d126c6a8d..a8b2ff3db507b9fc327cdd002c2a9c4dab43607e 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The dynamicss to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -55,7 +55,7 @@ extern "C" {
  *   The dynamicss to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index 6eb31333eb5294f6974121dba483d7bc8cfc4d4d..4535fbb9f8cefeb6c95e4a06fa2e3f04213f4d17 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 #if !defined(_di_f_string_map_multis_adjust_) || !defined(_di_f_string_map_multis_decimate_by_)
   f_status_t private_f_string_map_multis_adjust(const f_number_unsigned_t length, f_string_map_multis_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
@@ -28,7 +28,7 @@ extern "C" {
 #if !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_)
   f_status_t private_f_string_map_multis_append_all(const f_string_map_multis_t source, f_string_map_multis_t * const destination) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_string_map_multis_resize(destination->used + source.used, destination);
@@ -51,14 +51,14 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_)
 
 #if !defined(_di_f_string_map_multis_append_) || !defined(_di_f_string_map_multis_append_all_) || !defined(_di_f_string_map_multis_decrease_by_) || !defined(_di_f_string_map_multis_increase_) || !defined(_di_f_string_map_multis_increase_by_) || !defined(_di_f_string_map_multis_resize_) || !defined(_di_f_string_map_multiss_append_) || !defined(_di_f_string_map_multiss_append_all_) || !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_)
   f_status_t private_f_string_map_multis_resize(const f_number_unsigned_t length, f_string_map_multis_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
index 60af0f75c176b0da9f0cdbc42800d574deef0fa3..fea1b7c910fd601193e127f3d6431e620dfa3f8d 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The map_multis to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -51,7 +51,7 @@ extern "C" {
  *   The destination map_multis the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -78,7 +78,7 @@ extern "C" {
  *   The map_multis to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index a84e881e59417291595bc5db9e7f7b5e7b020783..0526453538db17f1fb0306cf2cc6a66f197ad262 100644 (file)
@@ -11,7 +11,7 @@ extern "C" {
 #if !defined(_di_f_string_map_multiss_adjust_) || !defined(_di_f_string_map_multiss_decimate_by_)
   f_status_t private_f_string_map_multiss_adjust(const f_number_unsigned_t length, f_string_map_multiss_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
@@ -26,7 +26,7 @@ extern "C" {
 #if !defined(_di_f_string_map_multiss_decrease_by_) || !defined(_di_f_string_map_multiss_increase_) || !defined(_di_f_string_map_multiss_increase_by_)
   f_status_t private_f_string_map_multiss_resize(const f_number_unsigned_t length, f_string_map_multiss_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
index 1f6dd6a215a18ac944c7c5fedab5ec9bcf90beca..02756acc3697b430b068fe669c621971f7c28d94 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The map_multiss to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -51,7 +51,7 @@ extern "C" {
  *   The map_multiss to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index e1e1c8dae2ef0a6a507f51b5a3ee907e2379d4f3..5e1fb3d952c609eafa4ab62386043e9021e5e552 100644 (file)
@@ -9,7 +9,7 @@ extern "C" {
 #if !defined(_di_f_string_maps_adjust_) || !defined(_di_f_string_maps_decimate_by_)
   f_status_t private_f_string_maps_adjust(const f_number_unsigned_t length, f_string_maps_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
@@ -27,7 +27,7 @@ extern "C" {
 #if !defined(_di_f_string_maps_append_all_) || !defined(_di_f_string_mapss_append_) || !defined(_di_f_string_mapss_append_all_)
   f_status_t private_f_string_maps_append_all(const f_string_maps_t source, f_string_maps_t * const destination) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_string_maps_resize(destination->used + source.used, destination);
@@ -50,14 +50,14 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_string_maps_append_all_) || !defined(_di_f_string_mapss_append_) || !defined(_di_f_string_mapss_append_all_)
 
 #if !defined(_di_f_string_maps_append_) || !defined(_di_f_string_maps_append_all_) || !defined(_di_f_string_maps_decrease_by_) || !defined(_di_f_string_maps_increase_) || !defined(_di_f_string_maps_increase_by_) || !defined(_di_f_string_maps_resize_) || !defined(_di_f_string_mapss_append_) || !defined(_di_f_string_mapss_append_all_) || !defined(_di_f_string_mapss_decrease_by_) || !defined(_di_f_string_mapss_increase_) || !defined(_di_f_string_mapss_increase_by_)
   f_status_t private_f_string_maps_resize(const f_number_unsigned_t length, f_string_maps_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
index 91b01c1c406f2e55b40fe23f8010ca98044251a5..af64c7f02c7b6ace64317b4d5332ebb75860380d 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The maps to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -51,7 +51,7 @@ extern "C" {
  *   The destination maps the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -78,7 +78,7 @@ extern "C" {
  *   The maps to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index 707461b63b590e6aaa2b6b58d71f9a71f13a973c..aee11fda7264890f18a7ce73e7340d5372805056 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 #if !defined(_di_f_string_mapss_adjust_) || !defined(_di_f_string_mapss_decimate_by_)
   f_status_t private_f_string_mapss_adjust(const f_number_unsigned_t length, f_string_mapss_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
@@ -25,7 +25,7 @@ extern "C" {
 #if !defined(_di_f_string_mapss_decrease_by_) || !defined(_di_f_string_mapss_increase_) || !defined(_di_f_string_mapss_increase_by_)
   f_status_t private_f_string_mapss_resize(const f_number_unsigned_t length, f_string_mapss_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
index 19116a569c7c8e998c1eccc781fb3c251737bf8d..7e6618d1ee8c4e4435a8b8115f457f76cd71c106 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The structure to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -51,7 +51,7 @@ extern "C" {
  *   The structure to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index da888f3d127f4a2fce9b377edb3716eb82bc11b0..1ccd0ffcf2e88188e5a0c4265cbcc9326a834628 100644 (file)
@@ -20,7 +20,7 @@ extern "C" {
       destination->array[destination->used++].total = source.array[i].total;
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_string_quantitys_append_all_) || !defined(_di_f_string_quantityss_append_) || !defined(_di_f_string_quantityss_append_all_)
 
index 86ffe254c182289b126a7bfe2836d74045be6564..f6636c5ddfe546d7ebe5fdae9a1baedd12d26cf5 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The destination quantitys the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index 4b0a944a6d23b279f8acd752e6812f0c4fc5aba4..7e29f4b1abec8593559cbcba2f736b10fbe14b2b 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 #if !defined(_di_f_string_quantityss_adjust_) || !defined(_di_f_string_quantityss_decimate_by_)
   f_status_t private_f_string_quantityss_adjust(const f_number_unsigned_t length, f_string_quantityss_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
@@ -25,7 +25,7 @@ extern "C" {
 #if !defined(_di_f_string_quantityss_decrease_by_) || !defined(_di_f_string_quantityss_increase_) || !defined(_di_f_string_quantityss_increase_by_)
   f_status_t private_f_string_quantityss_resize(const f_number_unsigned_t length, f_string_quantityss_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
index d28eb4da7283d8491203396697bf259f8d35e4c5..db2b5c89d6bfd12575c3cf1796211b434f7d7547 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The structure to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -51,7 +51,7 @@ extern "C" {
  *   The structure to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index c2e48d56d0faae086f40cf096cc937efff925957..bd0dc34224dd98089c214a58ac2e1b562ca32b19 100644 (file)
@@ -20,7 +20,7 @@ extern "C" {
       destination->array[destination->used++].stop = source.array[i].stop;
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_string_ranges_append_all_) || !defined(_di_f_string_rangess_append_) || !defined(_di_f_string_rangess_append_all_)
 
index f63d42ac4de03235201497ce50754b30de1e1448..998c344e33f41058b14caac6b6f11a004dc52dad 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The destination ranges the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index 9cb754c13786872ba8d1f6705b30f29e726222a1..f06607986c11e3398adddb2aa1d26e67d73ed209 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 #if !defined(_di_f_string_rangess_adjust_) || !defined(_di_f_string_rangess_decimate_by_)
   f_status_t private_f_string_rangess_adjust(const f_number_unsigned_t length, f_string_rangess_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
@@ -25,7 +25,7 @@ extern "C" {
 #if !defined(_di_f_string_ranges_append_) || !defined(_di_f_string_ranges_append_all_) || !defined(_di_f_string_ranges_decrease_by_) || !defined(_di_f_string_ranges_increase_) || !defined(_di_f_string_ranges_increase_by_) || !defined(_di_f_string_ranges_resize_) || !defined(_di_f_string_rangess_append_) || !defined(_di_f_string_rangess_append_all_) || !defined(_di_f_string_rangess_decrease_by_) || !defined(_di_f_string_rangess_increase_) || !defined(_di_f_string_rangess_increase_by_)
   f_status_t private_f_string_rangess_resize(const f_number_unsigned_t length, f_string_rangess_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
index 44868ef601b75832a8aca7e6be0d4ac76f0249e7..212deddc47649649731eea026b750109b54491ef 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The structure to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -50,7 +50,7 @@ extern "C" {
  *   The structure to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index 3bc2ef45d2d83b77c3748c34a320ddfd62513ca7..4abf7789cb02a9932d438002fc61fde7a30ed891 100644 (file)
@@ -9,7 +9,7 @@ extern "C" {
 #if !defined(_di_f_string_triples_adjust_) || !defined(_di_f_string_triples_decimate_by_)
   f_status_t private_f_string_triples_adjust(const f_number_unsigned_t length, f_string_triples_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
@@ -30,7 +30,7 @@ extern "C" {
 #if !defined(_di_f_string_triples_append_all_) || !defined(_di_f_string_tripless_append_) || !defined(_di_f_string_tripless_append_all_)
   f_status_t private_f_string_triples_append_all(const f_string_triples_t source, f_string_triples_t * const destination) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_string_triples_resize(destination->used + source.used, destination);
@@ -59,14 +59,14 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_string_triples_append_all_) || !defined(_di_f_string_tripless_append_) || !defined(_di_f_string_tripless_append_all_)
 
 #if !defined(_di_f_string_triples_decrease_by_) || !defined(_di_f_string_triples_increase_) || !defined(_di_f_string_triples_increase_by_)
   f_status_t private_f_string_triples_resize(const f_number_unsigned_t length, f_string_triples_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
index 739e02dbff0c07586a078bea84c31f571f81f3bd..ba3d24bcfafc67866bed981969ec58f0c263b33e 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The triples to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -50,7 +50,7 @@ extern "C" {
  *   The destination triples the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -76,7 +76,7 @@ extern "C" {
  *   The triples to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -102,7 +102,7 @@ extern "C" {
  *   The tripless to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -126,7 +126,7 @@ extern "C" {
  *   The tripless to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index e92a1ab92115810d00c5e5a1996b0c038b24343e..f000ac2b7aedb1e97438fc98f3100ea45d3fe0b4 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 #if !defined(_di_f_string_tripless_adjust_) || !defined(_di_f_string_tripless_decimate_by_)
   f_status_t private_f_string_tripless_adjust(const f_number_unsigned_t length, f_string_tripless_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
@@ -25,7 +25,7 @@ extern "C" {
 #if !defined(_di_f_string_tripless_decrease_by_) || !defined(_di_f_string_tripless_increase_) || !defined(_di_f_string_tripless_increase_by_)
   f_status_t private_f_string_tripless_resize(const f_number_unsigned_t length, f_string_tripless_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
index 44bf4d4ad9027e258f4286801af8ee5be04e6644..11c16cd2eb12e6bd3065e5f4c09638f27af3eb6c 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The tripless to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -50,7 +50,7 @@ extern "C" {
  *   The tripless to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index ef8d6aed8f9a7d69c80694fac1ddc32e0ea3cf7c..584884244a0dcc1561505185abaa2e2fef2d7ec9 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
     destination->array[destination->used].start = source.start;
     destination->array[destination->used++].total = source.total;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_quantitys_append_
 
index ceed908304a024eff1bfaee86a8463409a9f1c75..24b0f80c23775a370dd61c6d136b234b79f33d34 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
  *   The string quantitys array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -77,7 +77,7 @@ extern "C" {
  *   The destination quantitys the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -97,7 +97,7 @@ extern "C" {
  *   The destination quantitys the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -121,7 +121,7 @@ extern "C" {
  *   The string quantitys array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -145,7 +145,7 @@ extern "C" {
  *   The string quantitys array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -168,7 +168,7 @@ extern "C" {
  *   The string quantitys array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -192,7 +192,7 @@ extern "C" {
  *   The string quantitys array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -212,7 +212,7 @@ extern "C" {
  *   The string quantitys array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index c03b7d11360c45fe9c8b95609c147d259f52c136..3761a2726f6cc195bba6423f00d9a88a8fe223fb 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + 1 > destination->size) {
       status = private_f_string_quantityss_resize(destination->used + F_memory_default_allocation_small_d, destination);
@@ -41,7 +41,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_quantityss_append_
 
@@ -53,7 +53,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_string_quantityss_resize(destination->used + source.used, destination);
@@ -70,7 +70,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_quantityss_append_all_
 
index 6467c2ca3ce7a5812a7773c218d15b33bcfe6ace..49516e0b5ba93ff7575f7895e80d4901a62d530d 100644 (file)
@@ -60,7 +60,7 @@ extern "C" {
  *   The string quantityss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -79,7 +79,7 @@ extern "C" {
  *   The destination quantityss the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -99,7 +99,7 @@ extern "C" {
  *   The destination quantityss the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -123,7 +123,7 @@ extern "C" {
  *   The string quantityss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -147,7 +147,7 @@ extern "C" {
  *   The string quantityss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -170,7 +170,7 @@ extern "C" {
  *   The string quantityss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -195,7 +195,7 @@ extern "C" {
  *   The string quantityss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -216,7 +216,7 @@ extern "C" {
  *   The string quantityss array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 7528a8d4b8a57861d799f5fc8461c8fc805becc0..875740e44ab3cc044f84483f1b34550f7fb887d2 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
     destination->array[destination->used].start = source.start;
     destination->array[destination->used++].stop = source.stop;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_ranges_append_
 
@@ -53,7 +53,7 @@ extern "C" {
       destination->array[destination->used++].stop = source.array[i].stop;
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_ranges_append_all_
 
index 8347659ef24782afdce8130517341277b764ee60..e30c1458d807534d36a89a66dca6ee2ac143b82b 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
  *   The string ranges array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) on out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -76,7 +76,7 @@ extern "C" {
  *   The destination ranges the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -96,7 +96,7 @@ extern "C" {
  *   The destination ranges the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -120,7 +120,7 @@ extern "C" {
  *   The string ranges array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -144,7 +144,7 @@ extern "C" {
  *   The string ranges array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -169,7 +169,7 @@ extern "C" {
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_array_too_large (with error bit) if the new array length is too large.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -193,7 +193,7 @@ extern "C" {
  *   The string ranges array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -214,7 +214,7 @@ extern "C" {
  *   The string ranges array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 0315dc24297dd089d7914f96c844ebb2c1894eba..7f0a8fef0bfd298b49b001f1b1cfaf4b42ca1936 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + 1 > destination->size) {
       status = private_f_string_rangess_resize(destination->used + F_memory_default_allocation_small_d, destination);
@@ -41,7 +41,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_rangess_append_
 
@@ -53,7 +53,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_string_rangess_resize(destination->used + source.used, destination);
@@ -70,7 +70,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_rangess_append_all_
 
index 3364db7ea62f6c56de51aa4ad906387dfe3bf83e..3b20e55a85ba969a4d33ad02f0ccd0e5784a970b 100644 (file)
@@ -60,7 +60,7 @@ extern "C" {
  *   The string rangess array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -79,7 +79,7 @@ extern "C" {
  *   The destination rangess the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -99,7 +99,7 @@ extern "C" {
  *   The destination rangess the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -123,7 +123,7 @@ extern "C" {
  *   The string rangess array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -147,7 +147,7 @@ extern "C" {
  *   The string rangess array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -171,7 +171,7 @@ extern "C" {
  *   The string rangess array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -196,7 +196,7 @@ extern "C" {
  *   The string rangess array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -217,7 +217,7 @@ extern "C" {
  *   The string rangess array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 1b0e7faf83be6e9755f17687c3cb5e977cfd7a6e..9159d31651ea84cd47e4e0592dd405000a8be8cc 100644 (file)
@@ -22,7 +22,7 @@ extern "C" {
       if (!destination) return F_status_set_error(F_parameter);
     #endif // _di_level_0_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + 1 > destination->size) {
       status = private_f_string_triples_resize(destination->used + F_memory_default_allocation_small_d, destination);
@@ -50,7 +50,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_triples_append_
 
@@ -62,7 +62,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_string_triples_resize(destination->used + source.used, destination);
@@ -91,7 +91,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_triples_append_all_
 
index 04f512c21d7ec96984ee0b4d3de157b8fd19b385..2cfacc4590da3027a16c0d7b58e0ac30005c2fde 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
  *   The string triples array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) on out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -76,7 +76,7 @@ extern "C" {
  *   The destination triples the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -97,7 +97,7 @@ extern "C" {
  *   The destination triples the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -122,7 +122,7 @@ extern "C" {
  *   The string triples array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -146,7 +146,7 @@ extern "C" {
  *   The string triples array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -170,7 +170,7 @@ extern "C" {
  *   The string triples array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -195,7 +195,7 @@ extern "C" {
  *   The string triples array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -216,7 +216,7 @@ extern "C" {
  *   The string triples array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index c3a6b5434c68b1bd9dff24eea5b0352a38d8cf59..8f2c9b5031a32c7c8f0a864a84e0cdca53ae7ece 100644 (file)
@@ -15,7 +15,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + 1 > destination->size) {
       status = private_f_string_tripless_resize(destination->used + F_memory_default_allocation_small_d, destination);
@@ -31,7 +31,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_tripless_append_
 
@@ -43,7 +43,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_string_tripless_resize(destination->used + source.used, destination);
@@ -60,7 +60,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_string_tripless_append_all_
 
index deae16690c1c2a269d18b770e4d6c1859022fa6a..58ed1ffae64dc16cbe2f167cc028e1c38a3f36bd 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
  *   The string tripless array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) on out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -76,7 +76,7 @@ extern "C" {
  *   The destination tripless the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -97,7 +97,7 @@ extern "C" {
  *   The destination tripless the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -122,7 +122,7 @@ extern "C" {
  *   The string tripless array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -146,7 +146,7 @@ extern "C" {
  *   The string tripless array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -170,7 +170,7 @@ extern "C" {
  *   The string tripless array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -195,7 +195,7 @@ extern "C" {
  *   The string tripless array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -216,7 +216,7 @@ extern "C" {
  *   The string tripless array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index d2cccf350f10838b44b8331e7644e15d677039db..a2396804028b9314712de8eb9d846637f2c0dd88 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_append__works(void **state) {
   {
     const f_status_t status = f_string_append(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     assert_string_equal(destination.string, source.string);
index 6664e7aff7d8d174259e5d3b44a074fa3673bd99..ce2407d25fc77a863319a7da799102c692dc1944 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_append_assure__works(void **state) {
   {
     const f_status_t status = f_string_append_assure(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     assert_string_equal(destination.string, source.string);
@@ -24,7 +24,7 @@ void test__f_string_append_assure__works(void **state) {
   {
     const f_status_t status = f_string_append_assure(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     assert_string_equal(destination.string, source.string);
index bba2bea7763fd2efd61bc9951532612351c468e5..41c2d0774e450b6068153f6b73e769f0dd0f24d6 100644 (file)
@@ -14,7 +14,7 @@ void test__f_string_append_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_string_append_assure_nulless(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
@@ -24,7 +24,7 @@ void test__f_string_append_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_string_append_assure_nulless(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index 7629c7dce1eddd567fc033dcf412890c79bf0cb0..479b9504cbc4066677e80110741cfb00c28369ea 100644 (file)
@@ -14,7 +14,7 @@ void test__f_string_append_nulless__works(void **state) {
   {
     const f_status_t status = f_string_append_nulless(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index e1f5afeace3c6da633a4adfa7bd1eb7d4542565d..464b7f60e7711b417e6c083bdcd26d0c62f00e7a 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamic_adjust__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 4c93f962667101bb64e475b1da8b9ef036838403..0f0d5446a07419d89658137801177c5e114dfbeb 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamic_append__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     assert_string_equal(destination.string, source.string);
index 35aef733d0cd9b4f37acb2aac5a470b0976adac4..511d85a38c5ebef69c7c2235a9574675ff0bb98d 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamic_append_assure__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_append_assure(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     assert_string_equal(destination.string, source.string);
@@ -24,7 +24,7 @@ void test__f_string_dynamic_append_assure__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_append_assure(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     assert_string_equal(destination.string, source.string);
index c58595b5eca28f04d9ef70c868822f095d28ac36..e94ac931a6cccd61906ad72dbb1b636a64127c7e 100644 (file)
@@ -14,7 +14,7 @@ void test__f_string_dynamic_append_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_append_assure_nulless(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
@@ -24,7 +24,7 @@ void test__f_string_dynamic_append_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_append_assure_nulless(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index a79b7f97d4a542cc7b073e2273fa66f1e5a2346a..48e24e0e8664a94eaba391c0aa2a59732c897e18 100644 (file)
@@ -14,7 +14,7 @@ void test__f_string_dynamic_append_nulless__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_append_nulless(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index 8f547262bc2cbef26fa9bfb2be672292964c8252..ddc367788ca4cef6fe155232ebdba4c92f1d2b23 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamic_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_dynamic_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 510db9ceceba6a5da3c07d8dede6827265f3f55d..d0662f0b0463a46514fb7bc10205b399d36b771f 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamic_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_dynamic_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index b6503da3fe20260470e7bd7c84d86202ff847d2d..a1cc8ca2a530d100d9e6ac816d05733250d187f0 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamic_increase__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_dynamic_increase__works(void **state) {
 
     const f_status_t status = f_string_dynamic_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_string_dynamic_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index a94e8fe98e64129df02f38be206519bc082317dc..73fb929510708a64e1ff226e153e97631431b506 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamic_increase_by__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_dynamic_increase_by__works(void **state) {
 
     const f_status_t status = f_string_dynamic_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index 7f9b938c7dda0f9e63090f24e270200fb1d7fcf7..4a3ad7e662abd85043e1950df41f080ede118cad 100644 (file)
@@ -15,7 +15,7 @@ void test__f_string_dynamic_mash__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_mash(glue, source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     assert_string_equal(destination.string, source.string);
@@ -26,7 +26,7 @@ void test__f_string_dynamic_mash__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_mash(glue, source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index 550dbf1187e998b99f42133a63ee98c6517185b1..6aaaba3f595290f0f2e55b3858b7c9e7fc6798ca 100644 (file)
@@ -16,7 +16,7 @@ void test__f_string_dynamic_mash_nulless__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_mash_nulless(glue, source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected1.used);
 
     assert_string_equal(destination.string, expected1.string);
@@ -26,7 +26,7 @@ void test__f_string_dynamic_mash_nulless__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_mash_nulless(glue, source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected2.used);
 
     assert_string_equal(destination.string, expected2.string);
index 5aa44a168d65389991adf1933c88b92dda3709e7..7df910b0ee7c029675a4551d7368028d36b8f606 100644 (file)
@@ -15,7 +15,7 @@ void test__f_string_dynamic_mish__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_mish(glue, source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     assert_string_equal(destination.string, source.string);
@@ -26,7 +26,7 @@ void test__f_string_dynamic_mish__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_mish(glue, source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index 3f7114fa3dc38ea09535e606435573eabd0b57c0..42ee63547aa145ea2a8ae795b28101a7e423536c 100644 (file)
@@ -16,7 +16,7 @@ void test__f_string_dynamic_mish_nulless__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_mish_nulless(glue, source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected1.used);
 
     assert_string_equal(destination.string, expected1.string);
@@ -26,7 +26,7 @@ void test__f_string_dynamic_mish_nulless__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_mish_nulless(glue, source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected2.used);
 
     assert_string_equal(destination.string, expected2.string);
index 36f8031ffb4104ba9e34ccd8136790c18b493d61..5096417c6fc162586175ef09a08645aa4413f693 100644 (file)
@@ -15,7 +15,7 @@ void test__f_string_dynamic_partial_append__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_partial_append(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index 917548dab73ed58f7d343380981df2b39454de29..3ecc0b956b54d4ee43e47f614c35be15d9099cdd 100644 (file)
@@ -15,7 +15,7 @@ void test__f_string_dynamic_partial_append_assure__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_append(expected, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
@@ -26,7 +26,7 @@ void test__f_string_dynamic_partial_append_assure__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_partial_append_assure(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index 864d641b710b0ae74286a55af3c2552850ef75f9..ae1afb6232e72d82ebeba1f3ae248f86c909a55d 100644 (file)
@@ -15,7 +15,7 @@ void test__f_string_dynamic_partial_append_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_append(expected, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
@@ -25,7 +25,7 @@ void test__f_string_dynamic_partial_append_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_partial_append_assure_nulless(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index e8be10420464286adbf0f48412ff7b1472b5c88b..8c8bdca89aa2832367d52a25224dd6424b4c5113 100644 (file)
@@ -15,7 +15,7 @@ void test__f_string_dynamic_partial_append_nulless__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_partial_append_nulless(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index c361bdadb0a6a8eb085e31532905fcc2b13b7c40..9c8a5ff27b32eb0e19b8879c6152fb529c910cf4 100644 (file)
@@ -17,7 +17,7 @@ void test__f_string_dynamic_partial_mash__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_partial_mash(glue, source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected1.used);
 
     assert_string_equal(destination.string, expected1.string);
@@ -28,7 +28,7 @@ void test__f_string_dynamic_partial_mash__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_partial_mash(glue, source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected2.used);
 
     assert_string_equal(destination.string, expected2.string);
index 3436b791134a4367b91eb4329c85850d1b948c9a..68317232192e160b7462adef76dd596eff2e0b6c 100644 (file)
@@ -17,7 +17,7 @@ void test__f_string_dynamic_partial_mash_nulless__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_partial_mash_nulless(glue, source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected1.used);
 
     assert_string_equal(destination.string, expected1.string);
@@ -27,7 +27,7 @@ void test__f_string_dynamic_partial_mash_nulless__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_partial_mash_nulless(glue, source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected2.used);
 
     assert_string_equal(destination.string, expected2.string);
index d6432e515ea2f991ad652d9da62c5bdb622e6ad6..d8b131a7a675e659c7e3fcd143173e34e11fe29e 100644 (file)
@@ -17,7 +17,7 @@ void test__f_string_dynamic_partial_mish__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_partial_mish(glue, source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected1.used);
 
     assert_string_equal(destination.string, expected1.string);
@@ -28,7 +28,7 @@ void test__f_string_dynamic_partial_mish__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_partial_mish(glue, source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected2.used);
 
     assert_string_equal(destination.string, expected2.string);
index f6de98ef6eb4faad4949257748557e4f6796d0af..b55bcd4ae1c943924c73d05b1cb9344bde352e7b 100644 (file)
@@ -17,7 +17,7 @@ void test__f_string_dynamic_partial_mish_nulless__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_partial_mish_nulless(glue, source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected1.used);
 
     assert_string_equal(destination.string, expected1.string);
@@ -27,7 +27,7 @@ void test__f_string_dynamic_partial_mish_nulless__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_partial_mish_nulless(glue, source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected2.used);
 
     assert_string_equal(destination.string, expected2.string);
index 2aa940e508fd3c63a66c5918e5f1c21c5cc30797..c908f9020296da9edf586f92ab1891bcbd39aa20 100644 (file)
@@ -15,7 +15,7 @@ void test__f_string_dynamic_partial_prepend__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_partial_prepend(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index e233b04feb211c09ffc7918c1da15ec6204020f3..48769f46b4b83310b8101a6a195c5e29232f508b 100644 (file)
@@ -15,7 +15,7 @@ void test__f_string_dynamic_partial_prepend_assure__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_partial_prepend_assure(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
@@ -26,7 +26,7 @@ void test__f_string_dynamic_partial_prepend_assure__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_partial_prepend_assure(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index 1c6457b75bd48563511d1a11cb887d1d1d1e9dbf..32534c6d6c9de57e3cd0694604b4f29cd9c018fb 100644 (file)
@@ -15,7 +15,7 @@ void test__f_string_dynamic_partial_prepend_assure_nulless__works(void **state)
   {
     const f_status_t status = f_string_dynamic_partial_prepend_assure_nulless(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
@@ -25,7 +25,7 @@ void test__f_string_dynamic_partial_prepend_assure_nulless__works(void **state)
   {
     const f_status_t status = f_string_dynamic_partial_prepend_assure_nulless(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index ee4a636d6e22a06b6507dc46135c3f5efdf5e573..78ac3f8e779636f57efa97096de8802654b2bf70 100644 (file)
@@ -15,7 +15,7 @@ void test__f_string_dynamic_partial_prepend_nulless__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_partial_prepend_nulless(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index 00af1178c063ae673c67334328b922e8072f3e31..9564944b21e4ebc2fa838a3773ff288a6e8624ee 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamic_prepend__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_prepend(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     assert_string_equal(destination.string, source.string);
index 32fe1e585e654e80c53c2834833cedf5dfa1951e..c98cd2440bd920fe9533cf6a56db9e8c87359ddf 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamic_prepend_assure__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_prepend_assure(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     assert_string_equal(destination.string, source.string);
@@ -24,7 +24,7 @@ void test__f_string_dynamic_prepend_assure__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_prepend_assure(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     assert_string_equal(destination.string, source.string);
index 729815dbdacbbea667763e6da6dc596f1dda478e..c85fa827627bc57224e9312235d833c6c727a452 100644 (file)
@@ -14,7 +14,7 @@ void test__f_string_dynamic_prepend_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_prepend_assure_nulless(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
@@ -24,7 +24,7 @@ void test__f_string_dynamic_prepend_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_prepend_assure_nulless(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index 4845adf319fb142e6d6ab915c6081a08d696cab1..3a2f600230b227982d8b81dd374b181e9b29df03 100644 (file)
@@ -14,7 +14,7 @@ void test__f_string_dynamic_prepend_nulless__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_prepend_nulless(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index 4c763f6346641bc8a1dccf7dc781d960b7afc77f..370ec19476d459b6b0848eb4b45d79dfd9f77d42 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamic_resize__works(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index f9b6393f3d252cdbd184b54c9be2056480ff8f7e..350cd148991d71f04e1ab45d5244d7d4500649d9 100644 (file)
@@ -27,7 +27,7 @@ void test__f_string_dynamic_seek_line__returns_none_eos(void **state) {
 
     const f_status_t status = f_string_dynamic_seek_line(source, &range);
 
-    assert_int_equal(status, F_none_eos);
+    assert_int_equal(status, F_okay_eos);
 
     assert_int_equal(range.start, source.used);
     assert_int_equal(range.stop, source.used - 1);
@@ -43,7 +43,7 @@ void test__f_string_dynamic_seek_line__returns_none_stop(void **state) {
 
     const f_status_t status = f_string_dynamic_seek_line(source, &range);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
 
     assert_int_equal(range.start, source.used - 1);
     assert_int_equal(range.stop, source.used - 2);
@@ -59,7 +59,7 @@ void test__f_string_dynamic_seek_line__works(void **state) {
 
     const f_status_t status = f_string_dynamic_seek_line(source, &range);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(range.start, 4);
     assert_int_equal(range.stop, source.used - 1);
index d368f840346ab13c3e57f1ac3bedec248ceb2ec4..2ca646f01d67cac32ff7eafb7c785f503e92477d 100644 (file)
 extern void test__f_string_dynamic_seek_line__returns_data_not_stop(void **state);
 
 /**
- * Test that the function returns F_none_eos stopped after end of string because no newline is found.
+ * Test that the function returns F_okay_eos stopped after end of string because no newline is found.
  *
  * @see f_string_dynamic_seek_line()
  */
 extern void test__f_string_dynamic_seek_line__returns_none_eos(void **state);
 
 /**
- * Test that the function returns F_none_stop stopped after end of range because no newline is found.
+ * Test that the function returns F_okay_stop stopped after end of range because no newline is found.
  *
  * @see f_string_dynamic_seek_line()
  */
index f0a764809c1ae4ceab076b1f2d1e5a425c8a0b2f..9ca2a16f61db71f5bb37eb40050861bd9e1506d8 100644 (file)
@@ -15,7 +15,7 @@ void test__f_string_dynamic_seek_line_to__at_newline(void **state) {
 
     const f_status_t status = f_string_dynamic_seek_line_to(source, to.string[0], &range);
 
-    assert_int_equal(status, F_none_eol);
+    assert_int_equal(status, F_okay_eol);
 
     assert_int_equal(range.start, 2);
     assert_int_equal(range.stop, source.used - 1);
@@ -46,7 +46,7 @@ void test__f_string_dynamic_seek_line_to__returns_none_eos(void **state) {
 
     const f_status_t status = f_string_dynamic_seek_line_to(source, to.string[0], &range);
 
-    assert_int_equal(status, F_none_eos);
+    assert_int_equal(status, F_okay_eos);
 
     assert_int_equal(range.start, source.used);
     assert_int_equal(range.stop, source.used - 1);
@@ -63,7 +63,7 @@ void test__f_string_dynamic_seek_line_to__returns_none_stop(void **state) {
 
     const f_status_t status = f_string_dynamic_seek_line_to(source, to.string[0], &range);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
 
     assert_int_equal(range.start, source.used - 1);
     assert_int_equal(range.stop, source.used - 2);
@@ -80,7 +80,7 @@ void test__f_string_dynamic_seek_line_to__works(void **state) {
 
     const f_status_t status = f_string_dynamic_seek_line_to(source, to.string[0], &range);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(range.start, 2);
     assert_int_equal(range.stop, source.used - 1);
index 7d82528ecbdb6d17600a24896a5f5f0d9d7988d9..2f08dda76ade2ac6a6abe57388955433e8cd5bbf 100644 (file)
@@ -25,14 +25,14 @@ extern void test__f_string_dynamic_seek_line_to__at_newline(void **state);
 extern void test__f_string_dynamic_seek_line_to__returns_data_not_stop(void **state);
 
 /**
- * Test that the function returns F_none_eos stopped after end of string because no newline is found.
+ * Test that the function returns F_okay_eos stopped after end of string because no newline is found.
  *
  * @see f_string_dynamic_seek_line_to()
  */
 extern void test__f_string_dynamic_seek_line_to__returns_none_eos(void **state);
 
 /**
- * Test that the function returns F_none_stop stopped after end of range because no newline is found.
+ * Test that the function returns F_okay_stop stopped after end of range because no newline is found.
  *
  * @see f_string_dynamic_seek_line_to()
  */
index 3b6283ab342b25a13ce868bbe505ac58a29cab94..b8413de5869aea79ec3884187952d11e09c1de00 100644 (file)
@@ -29,7 +29,7 @@ void test__f_string_dynamic_seek_to__returns_none_eos(void **state) {
 
     const f_status_t status = f_string_dynamic_seek_to(source, to.string[0], &range);
 
-    assert_int_equal(status, F_none_eos);
+    assert_int_equal(status, F_okay_eos);
 
     assert_int_equal(range.start, source.used);
     assert_int_equal(range.stop, source.used - 1);
@@ -46,7 +46,7 @@ void test__f_string_dynamic_seek_to__returns_none_stop(void **state) {
 
     const f_status_t status = f_string_dynamic_seek_to(source, to.string[0], &range);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
 
     assert_int_equal(range.start, source.used - 1);
     assert_int_equal(range.stop, source.used - 2);
@@ -63,7 +63,7 @@ void test__f_string_dynamic_seek_to__works(void **state) {
 
     const f_status_t status = f_string_dynamic_seek_to(source, to.string[0], &range);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(range.start, 3);
     assert_int_equal(range.stop, source.used - 1);
index 8ddad5371386b1389536076d08fcc5a92fb10863..88687fd577f239ebffde77346622a7cc3b1764ff 100644 (file)
 extern void test__f_string_dynamic_seek_to__returns_data_not_stop(void **state);
 
 /**
- * Test that the function returns F_none_eos stopped after end of string because no newline is found.
+ * Test that the function returns F_okay_eos stopped after end of string because no newline is found.
  *
  * @see f_string_dynamic_seek_to()
  */
 extern void test__f_string_dynamic_seek_to__returns_none_eos(void **state);
 
 /**
- * Test that the function returns F_none_stop stopped after end of range because no newline is found.
+ * Test that the function returns F_okay_stop stopped after end of range because no newline is found.
  *
  * @see f_string_dynamic_seek_to()
  */
index 7b0c1c451ad8bf437f19e96639050ff3926e0aa8..fd37da52483529d38d7d760fdd9302523535ee65 100644 (file)
@@ -14,7 +14,7 @@ void test__f_string_dynamic_terminate__appends_null(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     data.string[0] = 'X';
   }
@@ -22,7 +22,7 @@ void test__f_string_dynamic_terminate__appends_null(void **state) {
   {
     const f_status_t status = f_string_dynamic_terminate(&data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 1);
     assert_int_equal(data.string[0], 0);
   }
@@ -39,7 +39,7 @@ void test__f_string_dynamic_terminate__doesnt_append_null(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     data.string[0] = 0;
   }
@@ -47,7 +47,7 @@ void test__f_string_dynamic_terminate__doesnt_append_null(void **state) {
   {
     const f_status_t status = f_string_dynamic_terminate(&data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 1);
     assert_int_equal(data.string[0], 0);
   }
index f553e953c0bef4d56241f7f5bc8b70a0195a453e..9354a767a33335c7fef17007623d21ce6623916c 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamic_terminate_after__appends_null(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     data.string[0] = 'X';
   }
@@ -21,7 +21,7 @@ void test__f_string_dynamic_terminate_after__appends_null(void **state) {
   {
     const f_status_t status = f_string_dynamic_terminate_after(&data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_in_range(data.size, 1, 1 + F_memory_default_allocation_small_d);
 
@@ -40,7 +40,7 @@ void test__f_string_dynamic_terminate_after__doesnt_append_null(void **state) {
   {
     const f_status_t status = f_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_in_range(data.size, length, length + F_memory_default_allocation_small_d);
 
     data.string[0] = 0;
@@ -49,7 +49,7 @@ void test__f_string_dynamic_terminate_after__doesnt_append_null(void **state) {
   {
     const f_status_t status = f_string_dynamic_terminate_after(&data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_in_range(data.size, length, length + F_memory_default_allocation_small_d);
 
index bababe12b214f0694fedd7c42d991afe630c8156..846219ae408a18404a00b373162d2b03cc524385 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamics_adjust__works(void **state) {
   {
     const f_status_t status = f_string_dynamics_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 2a6d428094828fbfacb87c444c923dfa1616bdd5..9c564c41bacdd47065217cf66dc6aca5c0566b33 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamics_append__works(void **state) {
   {
     const f_status_t status = f_string_dynamics_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, 1);
     assert_int_equal(destination.array[0].used, source.used);
 
index 05c2b0351b34bdfeca18f7ce4c08292d50b6e6a8..88f62c5c08b914f1425ef19b768e401c07bb3aca 100644 (file)
@@ -19,14 +19,14 @@ void test__f_string_dynamics_append_all__works(void **state) {
   {
     f_status_t status = f_string_dynamics_resize(length_inner, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.size, length_inner);
 
     for (; source.used < length_inner; ++source.used) {
 
       status = f_string_dynamic_append(test_sources[source.used], &source.array[source.used]);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[source.used].used, test_sources[source.used].used);
 
       assert_string_equal(source.array[source.used].string, test_sources[source.used].string);
@@ -37,7 +37,7 @@ void test__f_string_dynamics_append_all__works(void **state) {
   {
     const f_status_t status = f_string_dynamics_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
     assert_int_equal(destination.size, source.used);
 
@@ -70,7 +70,7 @@ void test__f_string_dynamics_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_dynamics_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index 65f5200eb63a2a2161e5273079eb5fba028bc6f6..a83decd8c561d781b1f0585220e83d23ab8e97e3 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamics_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_dynamics_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_dynamics_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_dynamics_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 3103997420bc4c1b808d8a402b2995b0e3dac109..63dbc22aafe8fbe013de0fd26ad4d8ed8b47613d 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamics_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_dynamics_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_dynamics_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_dynamics_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 90ab94ea26b65d59f2d8c4e71484f4d51fe8585c..d47798d970f89fbb383d2cab55cd4aa780493334 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamics_increase__works(void **state) {
   {
     const f_status_t status = f_string_dynamics_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_dynamics_increase__works(void **state) {
 
     const f_status_t status = f_string_dynamics_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_string_dynamics_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_dynamics_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index e781c22d59eea40335f9c6477f601f329b81f31f..481617405e8fbf8c80bce1c41f73ef43b01738fc 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamics_increase_by__works(void **state) {
   {
     const f_status_t status = f_string_dynamics_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_dynamics_increase_by__works(void **state) {
 
     const f_status_t status = f_string_dynamics_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index 8f0cb8da4c791a9559f447f18af85fc6874bae6b..1d6c56f266e44ed50002a186feb032798fcc1057 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamics_resize__works(void **state) {
   {
     const f_status_t status = f_string_dynamics_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 6c316ef3484489678026b973529a919cca582d10..5df804028d0638ceef524c7fc429d60603fe2c5f 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamicss_adjust__works(void **state) {
   {
     const f_status_t status = f_string_dynamicss_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index f44fcc280a38b218093ff4d13ec76d2cce458e92..da80177e31f128b523dce4c7fbf6168fd14adb06 100644 (file)
@@ -19,14 +19,14 @@ void test__f_string_dynamicss_append__works(void **state) {
   {
     f_status_t status = f_string_dynamics_resize(length_inner, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.size, length_inner);
 
     for (; source.used < length_inner; ++source.used) {
 
       status = f_string_dynamic_append(test_names[source.used], &source.array[source.used]);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_string_equal(source.array[source.used].string, test_names[source.used].string);
       assert_int_equal(source.array[source.used].used, test_names[source.used].used);
     } // for
@@ -35,7 +35,7 @@ void test__f_string_dynamicss_append__works(void **state) {
   {
     const f_status_t status = f_string_dynamicss_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.array[0].used, length_inner);
 
     for (f_number_unsigned_t i = 0; i < length_inner; ++i) {
@@ -69,7 +69,7 @@ void test__f_string_dynamicss_append__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_dynamics_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index efe62b02138c7893143f56c1f2435bb671b7b011..76e6b0c9d7cf9f45ba1f423d72d059cc60928342 100644 (file)
@@ -20,7 +20,7 @@ void test__f_string_dynamicss_append_all__works(void **state) {
   {
     f_status_t status = f_string_dynamicss_resize(length_outer, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length_outer);
 
@@ -30,7 +30,7 @@ void test__f_string_dynamicss_append_all__works(void **state) {
 
       status = f_string_dynamics_resize(length_inner, &source.array[source.used]);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[source.used].used, 0);
       assert_int_equal(source.array[source.used].size, length_inner);
 
@@ -38,7 +38,7 @@ void test__f_string_dynamicss_append_all__works(void **state) {
 
         status = f_string_dynamic_append(test_names[i], &source.array[source.used].array[i]);
 
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
         assert_string_equal(source.array[source.used].array[i].string, test_names[i].string);
         assert_int_equal(source.array[source.used].array[i].used, test_names[i].used);
       } // for
@@ -50,7 +50,7 @@ void test__f_string_dynamicss_append_all__works(void **state) {
   {
     const f_status_t status = f_string_dynamicss_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t j = 0; j < length_outer; ++j) {
@@ -95,7 +95,7 @@ void test__f_string_dynamicss_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_dynamicss_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index e4b27bd58f43e512663c163040bcf6cf68737068..1bbf434baed9425872af8a6fb81ef125782fb466 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamicss_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_dynamicss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_dynamicss_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_dynamicss_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index f824afb2852a23912c0840b6c97e036a071ac6a8..afd124fd19ad4b39c010fd12d85d722db7ae0fe1 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamicss_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_dynamicss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_dynamicss_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_dynamicss_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 251c02101dc84617520480367c618b24b6dffa2e..ae392c28229d4dea955b28e07e621c9cca7bee5f 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamicss_increase__works(void **state) {
   {
     const f_status_t status = f_string_dynamicss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_dynamicss_increase__works(void **state) {
 
     const f_status_t status = f_string_dynamicss_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_string_dynamicss_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_dynamicss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index dec5bba4b40ab3987363003934c0ad2b031570ef..0f226f8bbdc7144a404fec4b9d30195f4235a78b 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamicss_increase_by__works(void **state) {
   {
     const f_status_t status = f_string_dynamicss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_dynamicss_increase_by__works(void **state) {
 
     const f_status_t status = f_string_dynamicss_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index f80e04dd78ed625eff3d41bb9521459e44b05dc3..93d27de9b43f9dc6ab4b127b16aa33224acd6728 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_dynamicss_resize__works(void **state) {
   {
     const f_status_t status = f_string_dynamicss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 54f12b448b7967d7de0916a4c60448277de8a905..019f242ad752183dbb97a3b4a134bd7d18443e0b 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_map_multis_adjust__works(void **state) {
   {
     const f_status_t status = f_string_map_multis_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index f2ad9d08ae44301b160c0b68b586fa42003544d7..6dd72cdf44e9513751b7598c5a9de4f7b43bf7fd 100644 (file)
@@ -22,13 +22,13 @@ void test__f_string_map_multis_append__works(void **state) {
   {
     f_status_t status = f_string_dynamic_append(test_name, &source.name);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.name.used, test_name.used);
     assert_string_equal(source.name.string, test_name.string);
 
     status = f_string_dynamics_append_all(test_value, &source.value);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.value.used, test_value.used);
     assert_int_equal(source.value.array[0].used, test_value.array[0].used);
     assert_int_equal(source.value.array[1].used, test_value.array[1].used);
@@ -40,7 +40,7 @@ void test__f_string_map_multis_append__works(void **state) {
   {
     const f_status_t status = f_string_map_multis_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, 1);
     assert_int_equal(destination.array[0].name.used, source.name.used);
     assert_int_equal(destination.array[0].value.used, source.value.used);
index 7b3d9a4e1e1f122a14777b11a22f4c3e6b028d40..e9c446bb5a5940c94b6bf8220b8e5cf454fee2f2 100644 (file)
@@ -23,20 +23,20 @@ void test__f_string_map_multis_append_all__works(void **state) {
   {
     f_status_t status = f_string_map_multis_resize(length_inner, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.size, length_inner);
 
     for (; source.used < length_inner; ++source.used) {
 
       status = f_string_dynamic_append(test_name, &source.array[source.used].name);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_string_equal(source.array[source.used].name.string, test_name.string);
       assert_int_equal(source.array[source.used].name.used, test_name.used);
 
       status = f_string_dynamics_append_all(test_value, &source.array[source.used].value);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[source.used].value.array[0].used, test_value.array[0].used);
       assert_int_equal(source.array[source.used].value.array[1].used, test_value.array[1].used);
       assert_string_equal(source.array[source.used].value.array[0].string, test_value.array[0].string);
@@ -47,7 +47,7 @@ void test__f_string_map_multis_append_all__works(void **state) {
   {
     const f_status_t status = f_string_map_multis_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
     assert_int_equal(destination.size, source.used);
 
@@ -93,7 +93,7 @@ void test__f_string_map_multis_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_map_multis_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index 2af96958f7138be0b108dc46c59a132e79138dac..da3d83a11eb8567faa1f18c2a20dcf8a34b42f16 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_map_multis_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_map_multis_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_map_multis_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_map_multis_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index faf283cdd0589c12ad1c7b5049ad443bf9575ea1..b1f085e8ea9fe70b71bc047d442eb962302bdbd2 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_map_multis_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_map_multis_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_map_multis_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_map_multis_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index ad9c765ae469db7a03df9713d6b1579f4c0415a2..e62cab88456bfaaded88052a41c9e922a8e4a999 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_map_multis_increase__works(void **state) {
   {
     const f_status_t status = f_string_map_multis_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_map_multis_increase__works(void **state) {
 
     const f_status_t status = f_string_map_multis_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_string_map_multis_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_map_multis_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 875ab3b24515f8113022a332125466afb937bb72..edd3149a66c4e0a0318a55d3401e66a9aad4edf1 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_map_multis_increase_by__works(void **state) {
   {
     const f_status_t status = f_string_map_multis_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_map_multis_increase_by__works(void **state) {
 
     const f_status_t status = f_string_map_multis_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index e246488526a66239c17de22815e412679dbe08af..4ed8a6e52c05a8c5689f5e739324e44146d57092 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_map_multis_resize__works(void **state) {
   {
     const f_status_t status = f_string_map_multis_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index ee7956fd3d95eac971c9a0cd923310980c5ffab3..31f43b92af3c317ac392c7773a40711db9a9fb64 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_map_multiss_adjust__works(void **state) {
   {
     const f_status_t status = f_string_map_multiss_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 8786a126c1e53651198ccc3505c9efef3d706598..776b0d4f5e8ab3be1f39adf245ea3bfcc1ea48c6 100644 (file)
@@ -35,20 +35,20 @@ void test__f_string_map_multiss_append__works(void **state) {
   {
     f_status_t status = f_string_map_multis_resize(length_inner, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.size, length_inner);
 
     for (; source.used < length_inner; ++source.used) {
 
       status = f_string_dynamic_append(test_names[source.used], &source.array[source.used].name);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_string_equal(source.array[source.used].name.string, test_names[source.used].string);
       assert_int_equal(source.array[source.used].name.used, test_names[source.used].used);
 
       status = f_string_dynamics_append_all(test_values[source.used], &source.array[source.used].value);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[source.used].value.used, test_values[source.used].used);
       assert_int_equal(source.array[source.used].value.array[0].used, test_values[source.used].array[0].used);
       assert_int_equal(source.array[source.used].value.array[1].used, test_values[source.used].array[1].used);
@@ -61,7 +61,7 @@ void test__f_string_map_multiss_append__works(void **state) {
   {
     const f_status_t status = f_string_map_multiss_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.array[0].used, length_inner);
 
     for (f_number_unsigned_t i = 0; i < length_inner; ++i) {
@@ -108,7 +108,7 @@ void test__f_string_map_multiss_append__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_map_multis_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index 68b7ada12743e86c251a0cbeaa65593b8175aad5..b9ece247e697f8e6632777bc3df2d220af06c002 100644 (file)
@@ -36,7 +36,7 @@ void test__f_string_map_multiss_append_all__works(void **state) {
   {
     f_status_t status = f_string_map_multiss_resize(length_outer, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length_outer);
 
@@ -46,7 +46,7 @@ void test__f_string_map_multiss_append_all__works(void **state) {
 
       status = f_string_map_multis_resize(length_inner, &source.array[source.used]);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[source.used].used, 0);
       assert_int_equal(source.array[source.used].size, length_inner);
 
@@ -54,13 +54,13 @@ void test__f_string_map_multiss_append_all__works(void **state) {
 
         status = f_string_dynamic_append(test_names[i], &source.array[source.used].array[i].name);
 
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
         assert_int_equal(source.array[source.used].array[i].name.used, test_names[i].used);
         assert_string_equal(source.array[source.used].array[i].name.string, test_names[i].string);
 
         status = f_string_dynamics_append_all(test_values[i], &source.array[source.used].array[i].value);
 
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
         assert_int_equal(source.array[source.used].array[i].value.used, test_values[i].used);
         assert_int_equal(source.array[source.used].array[i].value.array[0].used, test_values[i].array[0].used);
         assert_int_equal(source.array[source.used].array[i].value.array[1].used, test_values[i].array[1].used);
@@ -76,7 +76,7 @@ void test__f_string_map_multiss_append_all__works(void **state) {
   {
     const f_status_t status = f_string_map_multiss_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t j = 0; j < length_outer; ++j) {
@@ -134,7 +134,7 @@ void test__f_string_map_multiss_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_map_multiss_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index 53746a0d9a88962f7ed9639cae89c18235eb65a5..458297fa5003f3e13ed726c08400f631d46d5eeb 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_map_multiss_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_map_multiss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_map_multiss_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_map_multiss_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 1c018c2ee1428a635de03b7cb0179928ae016ddf..04ff341dd0e8636ebb27168020131fde2803eba2 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_map_multiss_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_map_multiss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_map_multiss_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_map_multiss_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index f87c902d92527685618808c66eac5df63384a6a6..d13a6f6f39009d12110c05df6a1b3521085f15ce 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_map_multiss_increase__works(void **state) {
   {
     const f_status_t status = f_string_map_multiss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_map_multiss_increase__works(void **state) {
 
     const f_status_t status = f_string_map_multiss_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_string_map_multiss_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_map_multiss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 14b0e8743536bb90c47e3a2c044acabb8504ee97..2d93fc0ab2cb399e88dd3faa07bd5aa548da82f3 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_map_multiss_increase_by__works(void **state) {
   {
     const f_status_t status = f_string_map_multiss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_map_multiss_increase_by__works(void **state) {
 
     const f_status_t status = f_string_map_multiss_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index 31f6b1ab601000d362e4c6065ebf5087bd261699..a152b03672c59b605c968915b266789e8e229429 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_map_multiss_resize__works(void **state) {
   {
     const f_status_t status = f_string_map_multiss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 700a7e3f56a8871730e2f0de965a2656f272e63a..4ed7edd9fd2b079f6ca27c22a2a44fe7e5fed208 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_maps_adjust__works(void **state) {
   {
     const f_status_t status = f_string_maps_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 913f77e686deeb329f8f1ddbcf773175c3b6d571..4a867eae1a9862a8e28466fd5b76935e933bb12a 100644 (file)
@@ -16,13 +16,13 @@ void test__f_string_maps_append__works(void **state) {
   {
     f_status_t status = f_string_dynamic_append(test_name, &source.name);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(source.name.string, test_name.string);
     assert_int_equal(source.name.used, test_name.used);
 
     status = f_string_dynamic_append(test_value, &source.value);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(source.value.string, test_value.string);
     assert_int_equal(source.value.used, test_value.used);
   }
@@ -30,7 +30,7 @@ void test__f_string_maps_append__works(void **state) {
   {
     const f_status_t status = f_string_maps_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, 1);
     assert_int_equal(destination.array[0].name.used, source.name.used);
     assert_int_equal(destination.array[0].value.used, source.value.used);
index 3194cacd461b9daeba99facee653b5f20962a764..8b8fce5103d293dadc7c8c233812f3c350b98d38 100644 (file)
@@ -17,20 +17,20 @@ void test__f_string_maps_append_all__works(void **state) {
   {
     f_status_t status = f_string_maps_resize(length_inner, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.size, length_inner);
 
     for (; source.used < length_inner; ++source.used) {
 
       status = f_string_dynamic_append(test_name, &source.array[source.used].name);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_string_equal(source.array[source.used].name.string, test_name.string);
       assert_int_equal(source.array[source.used].name.used, test_name.used);
 
       status = f_string_dynamic_append(test_value, &source.array[source.used].value);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_string_equal(source.array[source.used].value.string, test_value.string);
       assert_int_equal(source.array[source.used].value.used, test_value.used);
     } // for
@@ -39,7 +39,7 @@ void test__f_string_maps_append_all__works(void **state) {
   {
     const f_status_t status = f_string_maps_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
     assert_int_equal(destination.size, source.used);
 
@@ -78,7 +78,7 @@ void test__f_string_maps_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_maps_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index ee9cd18ef9151c65317667a2ac01e296802be89a..fcb4d4799cdda36f93b6d240da259b47d6e7ac29 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_maps_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_maps_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_maps_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_maps_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index cd6f88e744dc282de439aee92d7f60ea2892e7f5..ab812702a3d76efc67f44a7fbb7d03b736bf82a8 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_maps_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_maps_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_maps_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_maps_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index fa1e369de9da382f5cd85857bc582295764fe4e7..46bed9fea8be704453ea16bca35a4c8b11dc1703 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_maps_increase__works(void **state) {
   {
     const f_status_t status = f_string_maps_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_maps_increase__works(void **state) {
 
     const f_status_t status = f_string_maps_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_string_maps_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_maps_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 0d0cd23cfd02776aaa8a5dbac2a8c1549a5b0ccf..f7d860aab6558eea24ebb060a881ac0830d8fb2c 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_maps_increase_by__works(void **state) {
   {
     const f_status_t status = f_string_maps_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_maps_increase_by__works(void **state) {
 
     const f_status_t status = f_string_maps_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index 38f41e7718ed3f91a9688c2134b9c7a0c09e701f..c6550b3c5f130d8146af431f3834ea58ea301d83 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_maps_resize__works(void **state) {
   {
     const f_status_t status = f_string_maps_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 5bf50cb3636843b6357bc475c20375e6a5849c18..6fdbbb1c8b130c0872e27b434c79d7161733b70b 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_mapss_adjust__works(void **state) {
   {
     const f_status_t status = f_string_mapss_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 853312cf29987a03df1a8254af043156e3d3c1ec..381700d16f7a08d8f318940e1183592ae6419a13 100644 (file)
@@ -24,20 +24,20 @@ void test__f_string_mapss_append__works(void **state) {
   {
     f_status_t status = f_string_maps_resize(length_inner, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.size, length_inner);
 
     for (; source.used < length_inner; ++source.used) {
 
       status = f_string_dynamic_append(test_names[source.used], &source.array[source.used].name);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_string_equal(source.array[source.used].name.string, test_names[source.used].string);
       assert_int_equal(source.array[source.used].name.used, test_names[source.used].used);
 
       status = f_string_dynamic_append(test_values[source.used], &source.array[source.used].value);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_string_equal(source.array[source.used].value.string, test_values[source.used].string);
       assert_int_equal(source.array[source.used].value.used, test_values[source.used].used);
     } // for
@@ -46,7 +46,7 @@ void test__f_string_mapss_append__works(void **state) {
   {
     const f_status_t status = f_string_mapss_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.array[0].used, length_inner);
 
     for (f_number_unsigned_t i = 0; i < length_inner; ++i) {
@@ -87,7 +87,7 @@ void test__f_string_mapss_append__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_maps_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index 74a1f1cfac829617a221d79b62f0575c87bb1975..369732a8ad985d1982c33486a6cc905fd343aeb6 100644 (file)
@@ -25,7 +25,7 @@ void test__f_string_mapss_append_all__works(void **state) {
   {
     f_status_t status = f_string_mapss_resize(length_outer, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length_outer);
 
@@ -35,7 +35,7 @@ void test__f_string_mapss_append_all__works(void **state) {
 
       status = f_string_maps_resize(length_inner, &source.array[source.used]);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[source.used].used, 0);
       assert_int_equal(source.array[source.used].size, length_inner);
 
@@ -43,13 +43,13 @@ void test__f_string_mapss_append_all__works(void **state) {
 
         status = f_string_dynamic_append(test_names[i], &source.array[source.used].array[i].name);
 
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
         assert_string_equal(source.array[source.used].array[i].name.string, test_names[i].string);
         assert_int_equal(source.array[source.used].array[i].name.used, test_names[i].used);
 
         status = f_string_dynamic_append(test_values[i], &source.array[source.used].array[i].value);
 
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
         assert_string_equal(source.array[source.used].array[i].value.string, test_values[i].string);
         assert_int_equal(source.array[source.used].array[i].value.used, test_values[i].used);
       } // for
@@ -61,7 +61,7 @@ void test__f_string_mapss_append_all__works(void **state) {
   {
     const f_status_t status = f_string_mapss_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t j = 0; j < length_outer; ++j) {
@@ -112,7 +112,7 @@ void test__f_string_mapss_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_mapss_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index 7058683963149f964e0ef94c9b0c84d01b1a41ce..281d947cc1aa4ac9b103a0b04add34b72dd3880f 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_mapss_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_mapss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_mapss_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_mapss_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 1af9f57c22fc896834fa0c3b9bce0b4723d0b304..b7c3961f1565fb51f250a277ce315d2526b6025e 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_mapss_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_mapss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_mapss_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_mapss_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 60cfcccf4e00e8a2bc4c8229956202db969fb8c7..a5bb79edc1641f411c8d7f801a7f5ef8054cb4a1 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_mapss_increase__works(void **state) {
   {
     const f_status_t status = f_string_mapss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_mapss_increase__works(void **state) {
 
     const f_status_t status = f_string_mapss_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_string_mapss_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_mapss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index b208f85d221217f0198954d774813741a44df1e1..99b63f0beb5ee7b08eba0c4941542cb5697764d8 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_mapss_increase_by__works(void **state) {
   {
     const f_status_t status = f_string_mapss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_mapss_increase_by__works(void **state) {
 
     const f_status_t status = f_string_mapss_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index bf99ffe008343252b48a12af571fd46fb11a3bd4..38e90936331ba81613f876aaaf58596ac0afa62c 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_mapss_resize__works(void **state) {
   {
     const f_status_t status = f_string_mapss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 63c4343bf5c72ea619dd42ccbad3e86c79c9dc28..6300ec5f677ee95b27797380a00a635c7019404c 100644 (file)
@@ -15,7 +15,7 @@ void test__f_string_mash__works(void **state) {
   {
     const f_status_t status = f_string_mash(glue.string, glue.used, source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     assert_string_equal(destination.string, source.string);
@@ -26,7 +26,7 @@ void test__f_string_mash__works(void **state) {
   {
     const f_status_t status = f_string_mash(glue.string, glue.used, source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index e8cb54a2a0e64fb6423cbf1e1a0e53224b94594c..7673a3d29072fc470f1bdff10cac37343fdbe872 100644 (file)
@@ -16,7 +16,7 @@ void test__f_string_mash_nulless__works(void **state) {
   {
     const f_status_t status = f_string_mash_nulless(glue.string, glue.used, source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected1.used);
 
     assert_string_equal(destination.string, expected1.string);
@@ -26,7 +26,7 @@ void test__f_string_mash_nulless__works(void **state) {
   {
     const f_status_t status = f_string_mash_nulless(glue.string, glue.used, source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected2.used);
 
     assert_string_equal(destination.string, expected2.string);
index e436e0d72d259ba307026614c090014ba991935a..f57f5803cd9d87d61393d12dd1c2471801bb1ae1 100644 (file)
@@ -15,7 +15,7 @@ void test__f_string_mish__works(void **state) {
   {
     const f_status_t status = f_string_mish(glue.string, glue.used, source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     assert_string_equal(destination.string, source.string);
@@ -26,7 +26,7 @@ void test__f_string_mish__works(void **state) {
   {
     const f_status_t status = f_string_mish(glue.string, glue.used, source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index c2ff921448a375448c9cd2c020bc67367e4aaa32..98d421d3d40e2ae627c4e6e8b4a84a92c01bd5e0 100644 (file)
@@ -16,7 +16,7 @@ void test__f_string_mish_nulless__works(void **state) {
   {
     const f_status_t status = f_string_mish_nulless(glue.string, glue.used, source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected1.used);
 
     assert_string_equal(destination.string, expected1.string);
@@ -26,7 +26,7 @@ void test__f_string_mish_nulless__works(void **state) {
   {
     const f_status_t status = f_string_mish_nulless(glue.string, glue.used, source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected2.used);
 
     assert_string_equal(destination.string, expected2.string);
index ac9dedcc6c13fd5f065f3ff6a6bcbd2914245955..7542ff46c8fff06640ad75b9407f340bdb4aab85 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_prepend__works(void **state) {
   {
     const f_status_t status = f_string_prepend(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     assert_string_equal(destination.string, source.string);
index 0990ccc609912b87b57fc9b19f9b4b64499e69ac..39093997f855e599b59985d020407e26a8ed00cb 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_prepend_assure__works(void **state) {
   {
     const f_status_t status = f_string_prepend_assure(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     assert_string_equal(destination.string, source.string);
@@ -24,7 +24,7 @@ void test__f_string_prepend_assure__works(void **state) {
   {
     const f_status_t status = f_string_prepend_assure(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     assert_string_equal(destination.string, source.string);
index a3747ffa7c01cb894750b356915901a245ddfacf..aac9376af09d70733a3fb352cdefb93566cb7cb0 100644 (file)
@@ -14,7 +14,7 @@ void test__f_string_prepend_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_string_prepend_assure_nulless(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
@@ -24,7 +24,7 @@ void test__f_string_prepend_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_string_prepend_assure_nulless(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index d6f86a6db255bccccb7373913099a03a1267c254..64b337c513802cd7268d67fa0570a0024742fcd8 100644 (file)
@@ -14,7 +14,7 @@ void test__f_string_prepend_nulless__works(void **state) {
   {
     const f_status_t status = f_string_prepend_nulless(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     assert_string_equal(destination.string, expected.string);
index cb9562f8a80a667c53a550991f9e11992869eeff..2cc7f11e8e50e24170a2e8b4b8832e3a29b3aab4 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_quantitys_adjust__works(void **state) {
   {
     const f_status_t status = f_string_quantitys_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 1ac4052698439c31fee8a55f0a29bc5e46a1e3ee..181186d8c1d4ae2422b2b121ad3665a932b8dc87 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_quantitys_append__works(void **state) {
   {
     const f_status_t status = f_string_quantitys_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, 1);
     assert_int_equal(destination.array[0].start, source.start);
     assert_int_equal(destination.array[0].total, source.total);
index ef784b1d5e312dfac19a8cf8291f1e21bb849588..c21fd480d41d61d5315a03e9bffe0612f9c941e0 100644 (file)
@@ -20,7 +20,7 @@ void test__f_string_quantitys_append_all__works(void **state) {
   {
     const f_status_t status = f_string_quantitys_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
     assert_int_equal(destination.size, source.used);
 
@@ -43,7 +43,7 @@ void test__f_string_quantitys_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_quantitys_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index f83ab49177da5dcd5031ca940550d7e4f17b1a85..cb45b3dccb8055158ecc69a72356f7a06c4deaf1 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_quantitys_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_quantitys_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_quantitys_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_quantitys_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index fe517a0ca5448fbf41a0207e90b27c613db80aca..765e7d8d90c1863f11e496438d84824c60444f6e 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_quantitys_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_quantitys_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_quantitys_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_quantitys_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index c319869d9393f4149b6c36fa451b545e8df28678..1add3fa42bc79ce1d61acbc8f28b0812095e3610 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_quantitys_increase__works(void **state) {
   {
     const f_status_t status = f_string_quantitys_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_quantitys_increase__works(void **state) {
 
     const f_status_t status = f_string_quantitys_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_string_quantitys_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_quantitys_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 6e77fc4ffd39489bbfacf0b14b36b7423bb58562..8fa0546e9a0929a6ca24cc83ff87f1dddf416b2f 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_quantitys_increase_by__works(void **state) {
   {
     const f_status_t status = f_string_quantitys_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_quantitys_increase_by__works(void **state) {
 
     const f_status_t status = f_string_quantitys_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index 76bd355e3bfb51663421ebca5f43210acb40fc28..67e4ebda471cf73dc2e99cfc7b0876318ee13eb8 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_quantitys_resize__works(void **state) {
   {
     const f_status_t status = f_string_quantitys_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index cbaa424ed360de88b9b1b37441850576ce3e0241..9b4c8b7a7ca9029ae2a4062e2f8c582a69e48069 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_quantityss_adjust__works(void **state) {
   {
     const f_status_t status = f_string_quantityss_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 5176f98dbf97a24242a23f769ad3164bb05ae060..04f5016ea0919731ec636f9b1634c549db3838ee 100644 (file)
@@ -20,7 +20,7 @@ void test__f_string_quantityss_append__works(void **state) {
   {
     const f_status_t status = f_string_quantityss_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.array[0].used, length_sources);
 
     for (f_number_unsigned_t i = 0; i < length_sources; ++i) {
@@ -43,7 +43,7 @@ void test__f_string_quantityss_append__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_quantitys_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index 79df178e087f3a5202483d77d592944016ecfd2d..8321f0cd105ca9fed05158c30e7a3201d12861c5 100644 (file)
@@ -31,7 +31,7 @@ void test__f_string_quantityss_append_all__works(void **state) {
   {
     const f_status_t status = f_string_quantityss_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t j = 0; j < length_sources_set; ++j) {
@@ -60,7 +60,7 @@ void test__f_string_quantityss_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_quantityss_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index cf1d197eaa025f5f5147c5ac7bf446927cbd921e..c6c8b1d6490ead54a5a65d303c7ed18a3b48cd64 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_quantityss_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_quantityss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_quantityss_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_quantityss_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 99e87b694d98d63aaf6210b72ef2efbd40f9f4d8..b042e13611726ef6716a8b90cc127cfe3754e81d 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_quantityss_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_quantityss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_quantityss_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_quantityss_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index bf108adbd67dd21db8f6b168ebd4ec633dda0e24..5cd79025cdd1faa31981060c6afd5638f573d7eb 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_quantityss_increase__works(void **state) {
   {
     const f_status_t status = f_string_quantityss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_quantityss_increase__works(void **state) {
 
     const f_status_t status = f_string_quantityss_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_string_quantityss_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_quantityss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 7ef6cfcf3196dfba27053c7cd25f8cbc76445794..66c04d0c018d17367291a9a06d2717e948a28bcb 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_quantityss_increase_by__works(void **state) {
   {
     const f_status_t status = f_string_quantityss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_quantityss_increase_by__works(void **state) {
 
     const f_status_t status = f_string_quantityss_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index e4cb92ac84d493632df5c5af012e5bb521f4b75c..f170ef0b5321624dbe625e9422873133e2fb6ed1 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_quantityss_resize__works(void **state) {
   {
     const f_status_t status = f_string_quantityss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 3c8b05df8b9d3114072493074e34eadb8882f366..cdfba975b7e4db67c02dcc850d1a2499dec349f1 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_ranges_adjust__works(void **state) {
   {
     const f_status_t status = f_string_ranges_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 53b2558aeda1a76048b4d7e47ef0d17444f8f530..f619a07b504002d1a09998b19a492db98edd080b 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_ranges_append__works(void **state) {
   {
     const f_status_t status = f_string_ranges_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, 1);
     assert_int_equal(destination.array[0].start, source.start);
     assert_int_equal(destination.array[0].stop, source.stop);
index ff68b826a46245e239f21008d4baf2ce8d364f37..386b6a5b5cc6a21c8b08f83b90ac2625c58961c9 100644 (file)
@@ -20,7 +20,7 @@ void test__f_string_ranges_append_all__works(void **state) {
   {
     const f_status_t status = f_string_ranges_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
     assert_int_equal(destination.size, source.used);
 
@@ -43,7 +43,7 @@ void test__f_string_ranges_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_ranges_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index 624857b4f43ac1f3bea911d3308bd7bf57cb356f..3bce006135a96508d2e1d6ec25c2cc63bce19078 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_ranges_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_ranges_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_ranges_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_ranges_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 7ff01c5fdac175617ba4152f1981e3704edbddeb..387d3b15946e079e9f43ab4f32eb506cf06c1cac 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_ranges_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_ranges_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_ranges_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_ranges_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 220e7c7d0e7b0cb3a8aba07c5ccc196f9f8d590b..c25e332f6c429689db6f2f29955a269181038f32 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_ranges_increase__works(void **state) {
   {
     const f_status_t status = f_string_ranges_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_ranges_increase__works(void **state) {
 
     const f_status_t status = f_string_ranges_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_string_ranges_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_ranges_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 4034fcb73cb25b77fff3975238cdb76daa7f884b..af1b0ec5488dee94ffa5739e3ece8ac75fdfab85 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_ranges_increase_by__works(void **state) {
   {
     const f_status_t status = f_string_ranges_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_ranges_increase_by__works(void **state) {
 
     const f_status_t status = f_string_ranges_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index 1bc26601cba5163b20a917671def5364c1e3e93a..9870b8b1bd159f15aef6534ff090e887aab07646 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_ranges_resize__works(void **state) {
   {
     const f_status_t status = f_string_ranges_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index e1bd3337c3dbfa779067f7761c1976b424a70f21..cabfb460e3f35da85b8ee8ae40dd03332b2fd82e 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_rangess_adjust__works(void **state) {
   {
     const f_status_t status = f_string_rangess_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 549cca1288f54aeffe784b97b54312c6a17e0838..dab482d9298c56aadbf6d3b3d8fd772bf612c1c6 100644 (file)
@@ -20,7 +20,7 @@ void test__f_string_rangess_append__works(void **state) {
   {
     const f_status_t status = f_string_rangess_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.array[0].used, length_sources);
 
     for (f_number_unsigned_t i = 0; i < length_sources; ++i) {
@@ -43,7 +43,7 @@ void test__f_string_rangess_append__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_ranges_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index 216b28e4304cfee8b73e169b35081e5ca8e11f31..15f73b349c5c3026b16e77baa700516fe50062fc 100644 (file)
@@ -31,7 +31,7 @@ void test__f_string_rangess_append_all__works(void **state) {
   {
     const f_status_t status = f_string_rangess_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t j = 0; j < length_sources_set; ++j) {
@@ -60,7 +60,7 @@ void test__f_string_rangess_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_rangess_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index 5b5fd759ba647abb352cb9708c6768dc1190ecd7..055e2c88976619651d6e42ddecd26cda11d366e5 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_rangess_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_rangess_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_rangess_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_rangess_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 1562f879271b8b353c9d91b4ad2dade06b66c644..47eb21a19085428bf93d0f10eaa46607773bbea4 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_rangess_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_rangess_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_rangess_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_rangess_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 5b7c054eaaf037ed5354dc83be3157be9d52389b..24caa5a196f2b429396ef68b7303a6edb3676737 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_rangess_increase__works(void **state) {
   {
     const f_status_t status = f_string_rangess_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_rangess_increase__works(void **state) {
 
     const f_status_t status = f_string_rangess_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_string_rangess_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_rangess_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 4ca9b5806b4d11db81ee4ea8e46c2927cb6d2404..8df21678d62ebb7d53b9965e7c44fca480973655 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_rangess_increase_by__works(void **state) {
   {
     const f_status_t status = f_string_rangess_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_rangess_increase_by__works(void **state) {
 
     const f_status_t status = f_string_rangess_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index a1997591a54dfed83a15330c20e16fa06645ef8a..cc8a2c1623a76e9304da3de2b2449af07ad24694 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_rangess_resize__works(void **state) {
   {
     const f_status_t status = f_string_rangess_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index afe2c9061d7ae6ebb3f7cc5c5fc7d85b1462f4fa..067972302e32ab5faa90d546dee774dcb62f6e39 100644 (file)
@@ -27,7 +27,7 @@ void test__f_string_seek_line__returns_none_stop(void **state) {
 
     const f_status_t status = f_string_seek_line(source.string, &range);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
 
     assert_int_equal(range.start, source.used);
     assert_int_equal(range.stop, source.used - 1);
@@ -43,7 +43,7 @@ void test__f_string_seek_line__works(void **state) {
 
     const f_status_t status = f_string_seek_line(source.string, &range);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(range.start, 4);
     assert_int_equal(range.stop, source.used - 1);
index 3d647c23edb0c5d99832898b40667e9017f8795a..5819d71bd1f8e414171eab2178ce011309187ae5 100644 (file)
@@ -18,7 +18,7 @@
 extern void test__f_string_seek_line__returns_data_not_stop(void **state);
 
 /**
- * Test that the function returns F_none_stop stopped after end of range because no newline is found.
+ * Test that the function returns F_okay_stop stopped after end of range because no newline is found.
  *
  * @see f_string_seek_line()
  */
index 61158ec7fc83c8a2c875a16fbd2353315c3a00f0..fae1a03255589a27b69898b2a85fec6452dcc679 100644 (file)
@@ -15,7 +15,7 @@ void test__f_string_seek_line_to__at_newline(void **state) {
 
     const f_status_t status = f_string_seek_line_to(source.string, to.string[0], &range);
 
-    assert_int_equal(status, F_none_eol);
+    assert_int_equal(status, F_okay_eol);
 
     assert_int_equal(range.start, 2);
     assert_int_equal(range.stop, source.used - 1);
@@ -46,7 +46,7 @@ void test__f_string_seek_line_to__returns_none_stop(void **state) {
 
     const f_status_t status = f_string_seek_line_to(source.string, to.string[0], &range);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
 
     assert_int_equal(range.start, source.used);
     assert_int_equal(range.stop, source.used - 1);
@@ -63,7 +63,7 @@ void test__f_string_seek_line_to__works(void **state) {
 
     const f_status_t status = f_string_seek_line_to(source.string, to.string[0], &range);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(range.start, 2);
     assert_int_equal(range.stop, source.used - 1);
index d988d6cd010558c3ddd97525f5df4f93e362792a..94a78544727c0a625d9951e50c44e03c5373be26 100644 (file)
@@ -25,7 +25,7 @@ extern void test__f_string_seek_line_to__at_newline(void **state);
 extern void test__f_string_seek_line_to__returns_data_not_stop(void **state);
 
 /**
- * Test that the function returns F_none_stop stopped after end of range because no newline is found.
+ * Test that the function returns F_okay_stop stopped after end of range because no newline is found.
  *
  * @see f_string_seek_line_to()
  */
index 8bc2a9ebe6f6bde7583fb19bed7bbd5e2e2b6f4f..8607afeabdea1118d41585c2e8e2cc00a20d3169 100644 (file)
@@ -29,7 +29,7 @@ void test__f_string_seek_to__returns_none_stop(void **state) {
 
     const f_status_t status = f_string_seek_to(source.string, to.string[0], &range);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
 
     assert_int_equal(range.start, source.used);
     assert_int_equal(range.stop, source.used - 1);
@@ -46,7 +46,7 @@ void test__f_string_seek_to__works(void **state) {
 
     const f_status_t status = f_string_seek_to(source.string, to.string[0], &range);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(range.start, 3);
     assert_int_equal(range.stop, source.used - 1);
index 7b4fb5472856ea89bdddfd41fff86ca098627d6e..fd1b6acebbb5344e8ca27dd6d20fbf9b4f6f600c 100644 (file)
@@ -18,7 +18,7 @@
 extern void test__f_string_seek_to__returns_data_not_stop(void **state);
 
 /**
- * Test that the function returns F_none_stop stopped after end of range because no newline is found.
+ * Test that the function returns F_okay_stop stopped after end of range because no newline is found.
  *
  * @see f_string_seek_to()
  */
index dc0a1597932fc29243f4d72e3e9f874a093a4352..30359205f10cc67b6b9878e69195a66fd5e72e99 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_triples_adjust__works(void **state) {
   {
     const f_status_t status = f_string_triples_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index a23e1342b9f510768aff3446b5c881a911bd71c4..c0afa2cc5f28d89c6f02ce44eca09ae63a66dca5 100644 (file)
@@ -17,7 +17,7 @@ void test__f_string_triples_append__works(void **state) {
   {
     const f_status_t status = f_string_triples_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, 1);
     assert_int_equal(destination.array[0].a.used, source.a.used);
     assert_int_equal(destination.array[0].b.used, source.b.used);
index c525489dae1b593f1806eb072270f0a3d7069099..c03ccb470f564982114cd3e360ad608dd8d12e01 100644 (file)
@@ -28,7 +28,7 @@ void test__f_string_triples_append_all__works(void **state) {
   {
     const f_status_t status = f_string_triples_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
     assert_int_equal(destination.size, source.used);
 
@@ -63,7 +63,7 @@ void test__f_string_triples_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_triples_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index 252970fc935c5420e9eaa44be1071e3fdae9547d..92b2a229cde1daac5529c07df675cc257ff81ac6 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_triples_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_triples_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_triples_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_triples_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index a40a6fd6f3e606411c95c2dd14538f3b69a5508a..22d61db4730b7afc94ffa9f9f0c8399dd4b55d72 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_triples_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_triples_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_triples_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_triples_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 850ef10c3dd4303c2d4779a54a8b405acf4e88d6..5249d73697597689846497ccda25bae499ebfd04 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_triples_increase__works(void **state) {
   {
     const f_status_t status = f_string_triples_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_triples_increase__works(void **state) {
 
     const f_status_t status = f_string_triples_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_string_triples_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_triples_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index ba44462ddab4fdfcb88de8c524fae6851a4ae657..87859802dfd4c616dfd44a18d146724156889f20 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_triples_increase_by__works(void **state) {
   {
     const f_status_t status = f_string_triples_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_triples_increase_by__works(void **state) {
 
     const f_status_t status = f_string_triples_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index b249fe1759c805358631a62fb87b88ecc59e707a..422808a5f77d0491a8293cfae9fb658a63987641 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_triples_resize__works(void **state) {
   {
     const f_status_t status = f_string_triples_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index ed991621edfff74060f4ddcc80bdab779f43e746..9c3024e0f1e90e370371f95f9ac642cfc71c2202 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_tripless_adjust__works(void **state) {
   {
     const f_status_t status = f_string_tripless_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index a25386e00f9255a03b82f9ba7fc031b2213c38ac..b1f294dde12ef7f540a5e81698ac7268a138235f 100644 (file)
@@ -28,7 +28,7 @@ void test__f_string_tripless_append__works(void **state) {
   {
     const f_status_t status = f_string_tripless_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.array[0].used, length_sources);
 
     for (f_number_unsigned_t i = 0; i < length_sources; ++i) {
@@ -63,7 +63,7 @@ void test__f_string_tripless_append__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_triples_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index c024ddf959043bc8dd3cac068e9bd7f8acc0622f..d6e9cc9b4a011ea94869a122b08f642cde596237 100644 (file)
@@ -47,7 +47,7 @@ void test__f_string_tripless_append_all__works(void **state) {
   {
     const f_status_t status = f_string_tripless_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t j = 0; j < length_sources_set; ++j) {
@@ -89,7 +89,7 @@ void test__f_string_tripless_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_tripless_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index cb7fe80313f6012d245eb07f82f0706dfd712c5f..10a407a0d7b54f09e92a4bdf45900a062567c350 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_tripless_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_tripless_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_tripless_decimate_by__works(void **state) {
   {
     const f_status_t status = f_string_tripless_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 0e4724822ef6a3e362db32bbc8924f1ecc8c7781..f4d78d929d42b7d5b9e1ed19a92c2605231366ee 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_tripless_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_tripless_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_string_tripless_decrease_by__works(void **state) {
   {
     const f_status_t status = f_string_tripless_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 9d65e02d637cbcde7e3e6b36ecfb3c9e6d44e15e..ea5b57ef182906d60ff72f2e86c903ca52d7f50e 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_tripless_increase__works(void **state) {
   {
     const f_status_t status = f_string_tripless_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_tripless_increase__works(void **state) {
 
     const f_status_t status = f_string_tripless_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_string_tripless_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_string_tripless_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index fc8d3e6b697d7b804aa7b65f73eb55cb4ed27bec..213be1eace39c10990c4cd501ea6b26b96db386e 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_tripless_increase_by__works(void **state) {
   {
     const f_status_t status = f_string_tripless_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_string_tripless_increase_by__works(void **state) {
 
     const f_status_t status = f_string_tripless_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index 142d886499c8bdb78e59fd7cf6354eb74a753d7c..8da8956216a1c5e699fd49d9e6a39ed1d491d5cd 100644 (file)
@@ -13,7 +13,7 @@ void test__f_string_tripless_resize__works(void **state) {
   {
     const f_status_t status = f_string_tripless_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 765734ec7456562165472ed99176eeb05b02cec6..23690461bcef00037ad165cac869193b0e0abb15 100644 (file)
@@ -20,7 +20,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_key_create_
 
@@ -46,7 +46,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // defined(_pthread_attr_unsupported_) && !defined(_di_f_thread_attribute_affinity_get_)
 
@@ -73,7 +73,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // defined(_pthread_attr_unsupported_) && !defined(_di_f_thread_attribute_affinity_set_)
 
@@ -85,7 +85,7 @@ extern "C" {
 
     *level = pthread_getconcurrency();
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_concurrency_get_
 
@@ -101,7 +101,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_concurrency_set_
 
@@ -119,7 +119,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_create_
 
@@ -137,7 +137,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_default_get_
 
@@ -156,7 +156,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_default_set_
 
@@ -168,7 +168,7 @@ extern "C" {
 
     if (pthread_attr_destroy(attribute)) return F_status_set_error(F_failure);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_delete_
 
@@ -186,7 +186,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_detach_get_
 
@@ -204,7 +204,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_detach_set_
 
@@ -222,7 +222,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_guard_get_
 
@@ -240,7 +240,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_guard_set_
 
@@ -258,7 +258,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_scheduler_inherit_get_
 
@@ -276,7 +276,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_scheduler_inherit_set_
 
@@ -294,7 +294,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_scheduler_parameter_get_
 
@@ -312,7 +312,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_scheduler_parameter_set_
 
@@ -330,7 +330,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_scheduler_policy_get_
 
@@ -348,7 +348,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_scheduler_policy_set_
 
@@ -366,7 +366,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_scope_get_
 
@@ -385,7 +385,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_scope_set_
 
@@ -405,7 +405,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_stack_get_
 
@@ -425,7 +425,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_stack_set_
 
@@ -443,7 +443,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_stack_size_get_
 
@@ -461,7 +461,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attribute_stack_size_set_
 
@@ -479,7 +479,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_barrier_attribute_create_
 
@@ -489,7 +489,7 @@ extern "C" {
       if (!attribute) return F_status_set_error(F_parameter);
     #endif // _di_level_0_parameter_checking_
 
-    return pthread_barrierattr_destroy(attribute) ? F_status_set_error(F_failure) : F_none;
+    return pthread_barrierattr_destroy(attribute) ? F_status_set_error(F_failure) : F_okay;
   }
 #endif // _di_f_thread_barrier_attribute_delete_
 
@@ -508,7 +508,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_barrier_attribute_shared_get_
 
@@ -526,7 +526,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_barrier_attribute_shared_set_
 
@@ -547,7 +547,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_barrier_create_
 
@@ -566,7 +566,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_barrier_delete_
 
@@ -583,7 +583,7 @@ extern "C" {
       pthread_barrier_wait(barrier);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_barrier_wait_
 
@@ -605,7 +605,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_cancel_
 
@@ -630,7 +630,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_cancel_state_set_
 
@@ -639,7 +639,7 @@ extern "C" {
 
     pthread_testcancel();
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_cancel_test_
 
@@ -654,7 +654,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_cancel_type_set_
 
@@ -673,7 +673,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_clock_get_id_
 
@@ -703,7 +703,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_condition_attribute_clock_get_
 
@@ -721,7 +721,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_condition_attribute_clock_set_
 
@@ -740,7 +740,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_condition_attribute_create_
 
@@ -761,7 +761,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_condition_attribute_delete_
 
@@ -780,7 +780,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_condition_attribute_shared_get_
 
@@ -798,7 +798,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_condition_attribute_shared_set_
 
@@ -819,7 +819,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_condition_create_
 
@@ -838,7 +838,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_condition_delete_
 
@@ -856,7 +856,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_condition_signal_
 
@@ -874,7 +874,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_condition_signal_all_
 
@@ -896,7 +896,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_condition_wait_
 
@@ -919,7 +919,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_condition_wait_timed_
 
@@ -940,7 +940,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_create_
 
@@ -956,7 +956,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_detach_
 
@@ -968,7 +968,7 @@ extern "C" {
 
     pthread_exit(result);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_exit_
 
@@ -986,7 +986,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_join_
 
@@ -1005,7 +1005,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_join_try_
 
@@ -1025,7 +1025,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_join_timed_
 
@@ -1045,7 +1045,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_key_create_
 
@@ -1059,7 +1059,7 @@ extern "C" {
 
     *key = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_key_delete_
 
@@ -1071,7 +1071,7 @@ extern "C" {
 
     *value = pthread_getspecific(key);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_key_get_
 
@@ -1089,7 +1089,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_key_set_
 
@@ -1111,7 +1111,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_lock_attribute_create_
 
@@ -1130,7 +1130,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_lock_attribute_delete_
 
@@ -1145,7 +1145,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_lock_attribute_shared_get_
 
@@ -1163,7 +1163,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_lock_attribute_shared_set_
 
@@ -1182,7 +1182,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_lock_create_
 
@@ -1203,7 +1203,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_lock_delete_
 
@@ -1223,7 +1223,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_lock_read_
 
@@ -1245,7 +1245,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_lock_read_timed_
 
@@ -1265,7 +1265,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_lock_read_try_
 
@@ -1285,7 +1285,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_lock_write_
 
@@ -1306,7 +1306,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_lock_write_timed_
 
@@ -1326,7 +1326,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_lock_write_try_
 
@@ -1348,7 +1348,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_attribute_create_
 
@@ -1369,7 +1369,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_attribute_delete_
 
@@ -1389,7 +1389,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_attribute_priority_ceiling_get_
 
@@ -1408,7 +1408,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_attribute_priority_ceiling_set_
 
@@ -1428,7 +1428,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_attribute_protocol_get_
 
@@ -1448,7 +1448,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_attribute_protocol_set_
 
@@ -1463,7 +1463,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_attribute_shared_get_
 
@@ -1481,7 +1481,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_attribute_shared_set_
 
@@ -1496,7 +1496,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_attribute_type_get_
 
@@ -1514,7 +1514,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_attribute_type_set_
 
@@ -1536,7 +1536,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_create_
 
@@ -1557,7 +1557,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_delete_
 
@@ -1577,7 +1577,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_lock_
 
@@ -1601,7 +1601,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_lock_timed_
 
@@ -1621,7 +1621,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_lock_try_
 
@@ -1641,7 +1641,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_priority_ceiling_get_
 
@@ -1664,7 +1664,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_priority_ceiling_set_
 
@@ -1685,7 +1685,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_unlock_
 
@@ -1704,7 +1704,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_once_
 
@@ -1723,7 +1723,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_scheduler_parameter_get_
 
@@ -1742,7 +1742,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_scheduler_parameter_set_
 
@@ -1759,7 +1759,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_scheduler_priority_set_
 
@@ -1776,7 +1776,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_semaphore_create_
 
@@ -1788,7 +1788,7 @@ extern "C" {
 
     if (sem_destroy(semaphore) == -1) return (errno == EINVAL) ? F_status_set_error(F_parameter) : F_status_set_error(F_failure);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_semaphore_delete_
 
@@ -1804,7 +1804,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_semaphore_file_close_
 
@@ -1820,7 +1820,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_semaphore_file_delete_
 
@@ -1851,7 +1851,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_semaphore_file_open_
 
@@ -1868,7 +1868,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_semaphore_lock_
 
@@ -1887,7 +1887,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_semaphore_lock_timed_
 
@@ -1905,7 +1905,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_semaphore_lock_try_
 
@@ -1922,7 +1922,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_semaphore_unlock_
 
@@ -1939,7 +1939,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_semaphore_value_get_
 
@@ -1958,7 +1958,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_signal_mask_
 
@@ -1981,7 +1981,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // defined(_pthread_sigqueue_unsupported_) && !defined(_di_f_thread_signal_queue_)
 
@@ -2003,7 +2003,7 @@ extern "C" {
     }
 
     if (signal) {
-      return F_none;
+      return F_okay;
     }
 
     return F_found;
@@ -2025,7 +2025,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_spin_create_
 
@@ -2044,7 +2044,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_spin_delete_
 
@@ -2064,7 +2064,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_spin_lock_
 
@@ -2084,7 +2084,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_spin_lock_try_
 
@@ -2105,7 +2105,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_spin_unlock_
 
@@ -2126,7 +2126,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_unlock_
 
index b9d0f99289fd6ae9aa4618f0a15e201415b875b2..64f4f761da9cf58378cb1b8b62457d0c13bd310a 100644 (file)
@@ -62,7 +62,7 @@ extern "C" {
  *   The function called after forking, for the child process.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_memory_not (with error bit) if out of memory.
@@ -86,7 +86,7 @@ extern "C" {
  *   The assigned affinity information.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -109,7 +109,7 @@ extern "C" {
  *   The thread attributes to update.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) if out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -132,7 +132,7 @@ extern "C" {
  *   The concurrency level.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_resource_not (with error bit) if the new level would cause the system to exceed available resources.
@@ -155,7 +155,7 @@ extern "C" {
  *   The concurrency level.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -175,7 +175,7 @@ extern "C" {
  *   Set to NULL to not use (in which case the default attribute is used).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_memory_not (with error bit) if out of memory.
@@ -195,7 +195,7 @@ extern "C" {
  *   The thread attributes to process.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -214,7 +214,7 @@ extern "C" {
  *   The thread attributes to update.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) if out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -239,7 +239,7 @@ extern "C" {
  *   The thread attributes to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -260,7 +260,7 @@ extern "C" {
  *   The currently assigned state.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -281,7 +281,7 @@ extern "C" {
  *   The thread attributes to update.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -302,7 +302,7 @@ extern "C" {
  *   The currently assigned guard size.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -323,7 +323,7 @@ extern "C" {
  *   The thread attributes to update.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -344,7 +344,7 @@ extern "C" {
  *   The currently assigned scheduler inherit state.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -365,7 +365,7 @@ extern "C" {
  *   The thread attributes to update.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -386,7 +386,7 @@ extern "C" {
  *   The currently assigned scheduler parameters.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -407,7 +407,7 @@ extern "C" {
  *   The thread attributes to update.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -428,7 +428,7 @@ extern "C" {
  *   The currently assigned scheduler policy state.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -449,7 +449,7 @@ extern "C" {
  *   The thread attributes to update.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -470,7 +470,7 @@ extern "C" {
  *   The currently assigned scheduler scope state.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -491,7 +491,7 @@ extern "C" {
  *   The thread attributes to update.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_support_not (with error bit) if the scope is not supported by the current OS (such as Linux not supporting PTHREAD_SCOPE_PROCESS).
@@ -515,7 +515,7 @@ extern "C" {
  *   The assigned stack.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) if the caller cannot both read and write to the stack address.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -539,7 +539,7 @@ extern "C" {
  *   The thread attributes to update.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) if the caller cannot both read and write to the stack address.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -561,7 +561,7 @@ extern "C" {
  *   The assigned size of the stack.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -582,7 +582,7 @@ extern "C" {
  *   The thread attributes to update.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -602,7 +602,7 @@ extern "C" {
  *   Set to NULL to not use (in which case the default attribute is used).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_memory_not (with error bit) if out of memory.
@@ -627,7 +627,7 @@ extern "C" {
  *   The thread barrier_attributes to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -648,7 +648,7 @@ extern "C" {
  *   The process shared attribute value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -669,7 +669,7 @@ extern "C" {
  *   The barrier thread attribute.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -693,7 +693,7 @@ extern "C" {
  *   The barrier to set.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_busy (with error bit) if barrier is already in use (a re-initialization attempt).
  *   F_memory_not (with error bit) if out of memory.
@@ -720,7 +720,7 @@ extern "C" {
  *   The thread barriers to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -742,7 +742,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -771,7 +771,7 @@ extern "C" {
  *   The thread to cancel.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_found_not (with error bit) if no thread by the given ID was found.
  *
@@ -793,7 +793,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -812,7 +812,7 @@ extern "C" {
  * If there is a pending thread cancel, the thread cancels and this function never returns.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  * @see pthread_testcancel()
  */
@@ -831,7 +831,7 @@ extern "C" {
  *   (Note: Linux allows this to be optional/NULL but POSIX does not explicitly defined this and there may be portability issues.)
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -852,7 +852,7 @@ extern "C" {
  *   The retrieved clock ID.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_found_not (with error bit) if no thread by the given ID was found.
  *   F_support_not (with error bit) if per-CPU clocks are not supported by the OS.
@@ -889,7 +889,7 @@ extern "C" {
  *   This assigns the default to the attribute.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -910,7 +910,7 @@ extern "C" {
  *   The clock ID.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -931,7 +931,7 @@ extern "C" {
  *   The thread condition attribute.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -953,7 +953,7 @@ extern "C" {
  *   The attribute to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_busy (with error bit) if the attribute is busy.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -975,7 +975,7 @@ extern "C" {
  *   The process shared attribute value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -996,7 +996,7 @@ extern "C" {
  *   The thread condition attribute.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -1018,7 +1018,7 @@ extern "C" {
  *   The condition to wait on.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -1040,7 +1040,7 @@ extern "C" {
  *   The condition to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_busy (with error bit) if the condition is busy.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -1061,7 +1061,7 @@ extern "C" {
  *   The condition to broadcast the unblock signal to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -1080,7 +1080,7 @@ extern "C" {
  *   The condition to broadcast the unblock signal to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -1103,7 +1103,7 @@ extern "C" {
  *   The mutex to use for waiting on condition.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_dead (with error bit) if the owning thread terminated while holding the mutex lock (thread is dead).
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -1133,7 +1133,7 @@ extern "C" {
  *   The mutex to use for waiting on condition.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_time on success, and wait timeout was reached before condition was triggered.
  *
  *   F_dead (with error bit) if the owning thread terminated while holding the mutex lock (thread is dead).
@@ -1165,7 +1165,7 @@ extern "C" {
  *   Set to NULL to not pass an argument.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if not allowed to set the scheduling policy and parameters specified in attribute.
@@ -1192,7 +1192,7 @@ extern "C" {
  *   The ID of the thread to detach.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_found_not (with error bit) if no thread by the given ID was found.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -1212,7 +1212,7 @@ extern "C" {
  *   The code returned by the exited thread.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -1235,7 +1235,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_deadlock (with error bit) if operation would cause a deadlock.ead.
  *   F_found_not (with error bit) if no thread by the given ID was found.
@@ -1263,7 +1263,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_busy on success, but thread could not be joined because it has not yet exited.
  *
  *   F_deadlock (with error bit) if operation would cause a deadlock.ead.
@@ -1296,7 +1296,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_busy on success, but thread could not be joined because it has not yet exited.
  *   F_time on success, but thread could not be joined because it has not yet exited and the wait timeout was reached.
  *
@@ -1322,7 +1322,7 @@ extern "C" {
  *   The thread key.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) if out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -1346,7 +1346,7 @@ extern "C" {
  *   The key to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -1367,7 +1367,7 @@ extern "C" {
  *   The assigned thread key value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -1386,7 +1386,7 @@ extern "C" {
  *   The thread key value to assign.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -1405,7 +1405,7 @@ extern "C" {
  *   The lock attributes to create.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_busy (with error bit) if the lock is busy.
  *   F_memory_not (with error bit) if out of memory.
@@ -1431,7 +1431,7 @@ extern "C" {
  *   The attribute to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_busy (with error bit) if the lock is busy.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -1453,7 +1453,7 @@ extern "C" {
  *   The lock shared attribute value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -1474,7 +1474,7 @@ extern "C" {
  *   The lock shared attribute value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -1495,7 +1495,7 @@ extern "C" {
  *   The lock to create.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) if out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -1519,7 +1519,7 @@ extern "C" {
  *   The lock to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_busy (with error bit) if the lock is busy.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -1541,7 +1541,7 @@ extern "C" {
  *   The thread lock.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_deadlock (with error bit) if operation would cause a deadlock.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -1568,7 +1568,7 @@ extern "C" {
  *   The read/write lock.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_time if the timeout was reached before obtaining the lock.
  *
  *   F_deadlock (with error bit) if operation would cause a deadlock.
@@ -1594,7 +1594,7 @@ extern "C" {
  *   The thread lock.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_busy on success, but the lock is already locked.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -1617,7 +1617,7 @@ extern "C" {
  *   The thread lock.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_deadlock (with error bit) if operation would cause a deadlock.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -1644,7 +1644,7 @@ extern "C" {
  *   The read/write lock.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_time if the timeout was reached before obtaining the lock.
  *
  *   F_deadlock (with error bit) if operation would cause a deadlock.
@@ -1669,7 +1669,7 @@ extern "C" {
  *   The thread lock.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_busy on success, but the lock is already locked.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -1690,7 +1690,7 @@ extern "C" {
  *   The mutex attributes to create.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_busy (with error bit) if the mutex is busy.
  *   F_memory_not (with error bit) if out of memory.
@@ -1715,7 +1715,7 @@ extern "C" {
  *   The attribute to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_busy (with error bit) if the mutex is busy.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -1736,7 +1736,7 @@ extern "C" {
  *   The priority ceiling.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if not allowed to perform the operation.
@@ -1756,7 +1756,7 @@ extern "C" {
  *   The thread mutex attribute.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if not allowed to perform the operation.
@@ -1776,7 +1776,7 @@ extern "C" {
  *   The protocol.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if not allowed to perform the operation.
@@ -1798,7 +1798,7 @@ extern "C" {
  *   The thread mutex attribute.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if not allowed to perform the operation.
@@ -1821,7 +1821,7 @@ extern "C" {
  *   The mutex shared attribute value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -1842,7 +1842,7 @@ extern "C" {
  *   The mutex shared attribute value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -1863,7 +1863,7 @@ extern "C" {
  *   The type.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -1884,7 +1884,7 @@ extern "C" {
  *   The mutex attribute.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -1906,7 +1906,7 @@ extern "C" {
  *   The mutex to create.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_busy (with error bit) if the mutex is busy.
  *   F_memory_not (with error bit) if out of memory.
@@ -1932,7 +1932,7 @@ extern "C" {
  *   The mutex to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_busy (with error bit) if the mutex is busy.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -1954,7 +1954,7 @@ extern "C" {
  *   The priority ceiling.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if not allowed to perform the operation.
@@ -1979,7 +1979,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_deadlock (with error bit) if operation would cause a deadlock.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -2003,7 +2003,7 @@ extern "C" {
  *   The thread mutex.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if not allowed to perform the operation (possibly because mutex is not owned by current thread).
@@ -2026,7 +2026,7 @@ extern "C" {
  *   The thread mutex.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_deadlock (with error bit) if operation would cause a deadlock.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -2053,7 +2053,7 @@ extern "C" {
  *   The thread mutex.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_time if the timeout was reached before obtaining the lock.
  *
  *   F_deadlock (with error bit) if operation would cause a deadlock.
@@ -2082,7 +2082,7 @@ extern "C" {
  *   The thread mutex.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_busy on success, but the mutex is already locked.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -2105,7 +2105,7 @@ extern "C" {
  *   The once variable designating that the given routine will be called only once.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -2128,7 +2128,7 @@ extern "C" {
  *   The scheduler parameter
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_support_not (with error bit) if the policy or scheduling parameter is invalid.
@@ -2152,7 +2152,7 @@ extern "C" {
  *   The scheduler parameter
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if insufficient privileges or scheduler (or policy) does not allow operation.
@@ -2174,7 +2174,7 @@ extern "C" {
  *   The scheduler priority.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_found_not (with error bit) no thread by the given ID was found.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -2201,7 +2201,7 @@ extern "C" {
  *   The semaphore to create.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_support_not (with error bit) if the system does not support the process shared semaphore (shared == true).
@@ -2224,7 +2224,7 @@ extern "C" {
  *   The semaphore to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_busy (with error bit) if the semaphore is busy.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -2246,7 +2246,7 @@ extern "C" {
  *   The semaphore to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -2269,7 +2269,7 @@ extern "C" {
  *   The semaphore name to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_file_found_not the named file was not found.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -2308,7 +2308,7 @@ extern "C" {
  *   The thread semaphore.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_file_descriptor_max (with error bit) if max file descrriptors was reached.
@@ -2339,7 +2339,7 @@ extern "C" {
  *   The thread semaphore.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_interrupt (with error bit) if returned due to an interrupt signal.
@@ -2365,7 +2365,7 @@ extern "C" {
  *   The thread semaphore.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_time if the timeout was reached before obtaining the lock.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -2390,7 +2390,7 @@ extern "C" {
  *   The thread semaphore.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_interrupt (with error bit) if returned due to an interrupt signal.
@@ -2413,7 +2413,7 @@ extern "C" {
  *   The thread semaphore.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_number_overflow (with error bit) if max semaphore value is reached.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -2435,7 +2435,7 @@ extern "C" {
  *   The semaphore's value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -2463,7 +2463,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success but no signal found.
+ *   F_okay on success but no signal found.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -2486,7 +2486,7 @@ extern "C" {
  *   The signal value to send.
  *
  * @return
- *   F_none on success but no signal found.
+ *   F_okay on success but no signal found.
  *
  *   F_found_not (with error bit) if no thread by the given ID was found.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -2511,7 +2511,7 @@ extern "C" {
  *   If 0 is used instead of a valid signal, then instead check to see if the thread exists.
  *
  * @return
- *   F_none on success and signal is not 0.
+ *   F_okay on success and signal is not 0.
  *   F_found on success, signal is 0, and the thread by the given ID does exist.
  *
  *   F_found_not on success, signal is 0, and the thread by the given ID does not exist.
@@ -2533,7 +2533,7 @@ extern "C" {
  *   The spin to create.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) if out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -2557,7 +2557,7 @@ extern "C" {
  *   The spin to delete.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_busy (with error bit) if the spin is busy.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -2579,7 +2579,7 @@ extern "C" {
  *   The thread spin.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_deadlock (with error bit) if operation would cause a deadlock.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -2604,7 +2604,7 @@ extern "C" {
  *   The thread spin.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_busy on success, but the spin is already locked.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -2625,7 +2625,7 @@ extern "C" {
  *   The thread spin.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if not allowed to perform the operation (possibly because spin is not owned by current thread).
@@ -2646,7 +2646,7 @@ extern "C" {
  *   The thread lock.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_prohibited (with error bit) if not allowed to perform the operation (possibly because lock is not owned by current thread).
index a1d1f3391ae980dce19ee4af4b6d6dd7e755d2c9..148d69bd567cc08ed5021c3a63f19db0364c8f83 100644 (file)
@@ -16,7 +16,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attributes_delete_callback_
 
@@ -31,7 +31,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attributes_destroy_callback_
 
@@ -55,7 +55,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attributess_delete_callback_
 
@@ -79,7 +79,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_attributess_destroy_callback_
 
index 28169debd8ada3bc68869be82f09d46fa1aeffde..f6309887d5a26ce0eaccac223559dec4e5651100 100644 (file)
@@ -68,7 +68,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -97,7 +97,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -126,7 +126,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -155,7 +155,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 3e5b3fae8f762b08d9b778747f0f41fb3d14f144..31e470a4ce20dfc418b9707f5e66cef280fc2d80 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_barriers_delete_callback_
 
@@ -49,7 +49,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_barriers_destroy_callback_
 
@@ -82,7 +82,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_barrierss_delete_callback_
 
@@ -115,7 +115,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_barrierss_destroy_callback_
 
index 1968f0e3007b38da3643992e652417475eb99da2..6b60d4e91a11d552b8029233026808dd3dcba935 100644 (file)
@@ -67,7 +67,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -96,7 +96,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -125,7 +125,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -154,7 +154,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 5af0bae30728d52d29de9107b0e451790ebe4ed5..e9cec2feadb553cd30210bf2e39c5a65d6cf2c83 100644 (file)
@@ -16,7 +16,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_barrier_attributes_delete_callback_
 
@@ -31,7 +31,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_barrier_attributes_destroy_callback_
 
@@ -55,7 +55,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_barrier_attributess_delete_callback_
 
@@ -79,7 +79,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_barrier_attributess_destroy_callback_
 
index c2fb6d91f84f4cba6149c60a225144377c5f3806..8df8b406f637196d616e75fb9365c367638087f6 100644 (file)
@@ -68,7 +68,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -97,7 +97,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -126,7 +126,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -155,7 +155,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 7292b67568f2aded4df8c477da32083e3fa0c269..01c7a4122e0daf68aee2e7916ff1be78251af85a 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_conditions_delete_callback_
 
@@ -49,7 +49,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_conditions_destroy_callback_
 
@@ -82,7 +82,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_conditionss_delete_callback_
 
@@ -115,7 +115,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_conditionss_destroy_callback_
 
index c9c5b49976115c2dbc6bea5326fa749059fc8295..f759b456aa7fc46079ffa64e5788bc6263cbb0c7 100644 (file)
@@ -68,7 +68,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -97,7 +97,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -126,7 +126,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -155,7 +155,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 991462fe1e0bda526623b1e3eeaf73a55c198297..af1bfd741dbf3a1ac1546a3bfd2da11f09c9eccf 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_condition_attributes_delete_callback_
 
@@ -49,7 +49,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_condition_attributes_destroy_callback_
 
@@ -82,7 +82,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_condition_attributess_delete_callback_
 
@@ -115,7 +115,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_condition_attributess_destroy_callback_
 
index 8e647e6562cbf27e903ba64178d3f474724da27b..5366caa5947646a9d6f9b717fb889de28dc8570f 100644 (file)
@@ -68,7 +68,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -97,7 +97,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -126,7 +126,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -155,7 +155,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 4451547fe22b27bf8c40e3e600f75f8f1484766a..23136d08c3f6d48e9b8cc7c42d9a3bbf4758b2dd 100644 (file)
@@ -19,7 +19,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_keys_delete_callback_
 
@@ -37,7 +37,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_keys_destroy_callback_
 
@@ -64,7 +64,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_keyss_delete_callback_
 
@@ -91,7 +91,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_keyss_destroy_callback_
 
index 6969a2e75f24d0cd360aaab8b0bf1a35f0021cc2..f04fa3942f2c8d5e541dd8966b0c7904f62f0e7d 100644 (file)
@@ -67,7 +67,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -96,7 +96,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -125,7 +125,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -154,7 +154,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 2448f96867c7a837524a7780f0bf1141660a0647..607fe4e4306c51c677a7ce4e72084fa1651c321d 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_locks_delete_callback_
 
@@ -49,7 +49,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_locks_destroy_callback_
 
@@ -82,7 +82,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_lockss_delete_callback_
 
@@ -115,7 +115,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_lockss_destroy_callback_
 
index 32fd47f5bc759797951de1688cfee75276dcae7f..ca12c4cb6c77c74855ead483433641bfe0d89d92 100644 (file)
@@ -68,7 +68,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -97,7 +97,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -126,7 +126,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -155,7 +155,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 32ec4557de90c8fb96fc0d586901abce099f1b5e..5033f1b1961d4fe3309d9aae217933b2a2b3ca84 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_lock_attributes_delete_callback_
 
@@ -49,7 +49,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_lock_attributes_destroy_callback_
 
@@ -82,7 +82,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_lock_attributess_delete_callback_
 
@@ -115,7 +115,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_lock_attributess_destroy_callback_
 
index 1d4ad1406c6947f6a8cfd1c58788779ae1b70be9..ea8cabec4ac7f229c5ed4632cad9a280cb84705a 100644 (file)
@@ -68,7 +68,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -97,7 +97,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -126,7 +126,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -155,7 +155,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index c8611cde961a3e86931cd790c617c51b516f9877..5b05e79ad5b18b7a8515c5896869e70e4b40d3a6 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutexs_delete_callback_
 
@@ -49,7 +49,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutexs_destroy_callback_
 
@@ -82,7 +82,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutexss_delete_callback_
 
@@ -115,7 +115,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutexss_destroy_callback_
 
index a33747cc9840accbb31d9074908b0a990dda5a91..345ef3361a565097b28bf6c6bed392efbfca940d 100644 (file)
@@ -70,7 +70,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -99,7 +99,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -128,7 +128,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -157,7 +157,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 4f8be39290a080bf687c2a472b1281c4cbac7fc8..d7e6a90538a62cdc5b410c6b513888e972c69831 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_attributes_delete_callback_
 
@@ -49,7 +49,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_attributes_destroy_callback_
 
@@ -82,7 +82,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_attributess_delete_callback_
 
@@ -115,7 +115,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_mutex_attributess_destroy_callback_
 
index d977396e5bd47690f8381c6ca21e338bac78ccee..fc3acc5419312786440b4ba5a1170642d499d966 100644 (file)
@@ -68,7 +68,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -97,7 +97,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -126,7 +126,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -155,7 +155,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 4ab2444a34b0cffcd8d606fe1df076947b68089c..15ee808a6499f5839f1c357ea08bbfb8961bad12 100644 (file)
@@ -16,7 +16,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_semaphores_delete_callback_
 
@@ -31,7 +31,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_semaphores_destroy_callback_
 
@@ -55,7 +55,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_semaphoress_delete_callback_
 
@@ -79,7 +79,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_semaphoress_destroy_callback_
 
index 6887063138b3dc8dd760e8cee1a2f15b6db88918..d69e65a5f73b27d47872c31fcdc02d70ad962f09 100644 (file)
@@ -69,7 +69,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -98,7 +98,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -127,7 +127,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -156,7 +156,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 93d63897beefa5047789dbf5d1016bbfa2a4fbc8..9085f1e108c0c1c4bc3f014b0f21f5f44e8d53ff 100644 (file)
@@ -16,7 +16,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_sets_delete_callback_
 
@@ -31,7 +31,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_sets_destroy_callback_
 
@@ -55,7 +55,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_setss_delete_callback_
 
@@ -79,7 +79,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_setss_destroy_callback_
 
index 7397ed8516948f0b745ea7e73344c1f7a121142f..be282de1521079de1aec7e90f5300f3afd9766ab 100644 (file)
@@ -79,7 +79,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -108,7 +108,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -137,7 +137,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -166,7 +166,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index e93524b4b75d9b0bd9c84bb84605c148463a009c..5db5748237c6b35068abc1cb2617f90bb7334a42 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_spins_delete_callback_
 
@@ -49,7 +49,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_spins_destroy_callback_
 
@@ -82,7 +82,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_spinss_delete_callback_
 
@@ -115,7 +115,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_thread_spinss_destroy_callback_
 
index c3aedb9ee64019d1fdd4d6597daf543d7884c413..efb852c0b01c122c70c01b7d0f20a86475ee047b 100644 (file)
@@ -67,7 +67,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -96,7 +96,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -125,7 +125,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -154,7 +154,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 6b06723b99b0dfcfaa9e5a1a17c5f165cf368bf2..0df4d8423437c1e4c89a496c9efeffc9a17f86d4 100644 (file)
@@ -80,7 +80,7 @@ void test__f_thread_at_fork__works(void **state) {
 
     const f_status_t status = f_thread_at_fork(stub, stub, stub);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 92bf47c9c1c08b049563ebee3dd2b8e7beba413d..0a8ac811078d40be4307f6842a39deed378930a3 100644 (file)
@@ -69,7 +69,7 @@ void test__f_thread_attribute_affinity_get__works(void **state) {
 
       const f_status_t status = f_thread_attribute_affinity_get(attribute, 0, &cpu_set);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     }
   #endif // defined(_pthread_attr_unsupported_)
 }
index 03a84ea7bf270bf7e8c19a2a6dfb48998969af17..8f378f59825b104c939d4dc5305f5f08f2b28bc9 100644 (file)
@@ -73,7 +73,7 @@ void test__f_thread_attribute_affinity_set__works(void **state) {
 
       const f_status_t status = f_thread_attribute_affinity_set(0, &cpu_set, &attribute);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     }
   #endif // defined(_pthread_attr_unsupported_)
 }
index 150b2ceea722abe5447cca7f2e44811155ea1253..37ce1a38f37f1922c642a1cee7b9b891f49997ca 100644 (file)
@@ -23,7 +23,7 @@ void test__f_thread_attribute_concurrency_get__works(void **state) {
 
     const f_status_t status = f_thread_attribute_concurrency_get(&level);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(level, 1);
   }
 }
index 38111d74a9d24953520e1ddbf207fff5501bdb91..fc45a64aab374b22560c049eb362c538e7b15f56 100644 (file)
@@ -41,7 +41,7 @@ void test__f_thread_attribute_concurrency_set__works(void **state) {
 
     const f_status_t status = f_thread_attribute_concurrency_set(level);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 089cf368f730be694475e5702d3900a3d51c2d7d..4bda42492886d34f0a89e5558e2a97f821188f3b 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_attribute_create__works(void **state) {
 
     const f_status_t status = f_thread_attribute_create(&attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 5dd3484bc95ed19a206d8d43f35d8e8fce66ad88..1f23fbea136e9561ecccd69b66bd069ed70b5c05 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_attribute_default_get__works(void **state) {
 
     const f_status_t status = f_thread_attribute_default_get(&attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 072e45f36af01d34c2131bc928ed5e505f300f95..08d80bd12fe9ff0f59439012737b5a0d76759960 100644 (file)
@@ -50,7 +50,7 @@ void test__f_thread_attribute_default_set__works(void **state) {
 
     const f_status_t status = f_thread_attribute_default_set(&attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 5d3559e86ab0532b75dbec57eb777a01dfba1d6d..2ce22cb62a66bf68c5b8a848fc44ea08b989326d 100644 (file)
@@ -46,7 +46,7 @@ void test__f_thread_attribute_delete__works(void **state) {
 
     const f_status_t status = f_thread_attribute_delete(&attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 5315e97965779ea236a8210bb92d08bcb7be3d2e..c310b44093d5913a74b642671353fd961dcd4e89 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_attribute_detach_get__works(void **state) {
 
     const f_status_t status = f_thread_attribute_detach_get(attribute, &state_data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 0c3d8b25dbd8ed7e5be3fbe42a093a5500018099..3f6e69a6c5ff15979e3b565b99dfbdd5327c015c 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_attribute_detach_set__works(void **state) {
 
     const f_status_t status = f_thread_attribute_detach_set(state_data, &attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 8dd41b011b1d34c3668bc0495ad01efdecae41e0..8c81b74c18303de2c5db8e074499ef4386de02d2 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_attribute_guard_get__works(void **state) {
 
     const f_status_t status = f_thread_attribute_guard_get(attribute, &guard);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index c7313a4b1256f5fdc1adaf6d53eb6c21b245967d..5721d2569e07fad80e3d4fafef6dc8c82631cc7d 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_attribute_guard_set__works(void **state) {
 
     const f_status_t status = f_thread_attribute_guard_set(guard, &attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 581d686ef66b4a10a5ed5b8b8531e69d7b83079f..ab60053e1af221f60733b7a545383c66283dff20 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_attribute_scheduler_inherit_get__works(void **state) {
 
     const f_status_t status = f_thread_attribute_scheduler_inherit_get(attribute, &inherit);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index f04cd9c336c48e7930f50a3b3af70e98069a9568..17478daca2cf0f2c49cc0d71424a84a51a2c04c5 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_attribute_scheduler_inherit_set__works(void **state) {
 
     const f_status_t status = f_thread_attribute_scheduler_inherit_set(inherit, &attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 271d4bd6341b7155b6434ab53ee441c1e1aea917..0c9ccdca78d623fbc02e45ee387d313b29b2e7ed 100644 (file)
@@ -56,7 +56,7 @@ void test__f_thread_attribute_scheduler_parameter_get__works(void **state) {
 
     const f_status_t status = f_thread_attribute_scheduler_parameter_get(attribute, &parameter);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 667496e409172eeaf3fb2e0807bdbe8e59d84336..ce3a10e43ab0310d3485a06ff201177bf4ca1948 100644 (file)
@@ -58,7 +58,7 @@ void test__f_thread_attribute_scheduler_parameter_set__works(void **state) {
 
     const f_status_t status = f_thread_attribute_scheduler_parameter_set(parameter, &attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index ed54922a72ea1260b8a6210485e5135ae5083ab1..91c01cbf4d1dbc2ab1e9cdb886ace65feb9aba74 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_attribute_scheduler_policy_get__works(void **state) {
 
     const f_status_t status = f_thread_attribute_scheduler_policy_get(attribute, &policy);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 1fb136f7ffaeff1e48a53bface10755c290635cd..a2a5e824bd027c3b1ec93f2917eaebabc72e61a8 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_attribute_scheduler_policy_set__works(void **state) {
 
     const f_status_t status = f_thread_attribute_scheduler_policy_set(policy, &attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 16824422239e40991a7ec704e722bbd949c43611..d586c8cebea1622cb9a8021a82cc81493ca9052c 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_attribute_scope_get__works(void **state) {
 
     const f_status_t status = f_thread_attribute_scope_get(attribute, &scope);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index e8f5a86953de9b0121fc355b2af9a751e539e508..b123af99908ed7862e821e52b2b87851a48d44c2 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_attribute_scope_set__works(void **state) {
 
     const f_status_t status = f_thread_attribute_scope_set(scope, &attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 8563b6e7efdeec9c12eb624667009984346d76b5..89961fdc93aee80335effdb4206e6dad64687173 100644 (file)
@@ -56,7 +56,7 @@ void test__f_thread_attribute_stack_get__works(void **state) {
 
     const f_status_t status = f_thread_attribute_stack_get(attribute, &stack_size, (void *) &stack);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index a4cbd56ac9254b7bdad93dfcc645a5fdca07f115..16864ccd20bf240b806f7991b74b9fe67c25004f 100644 (file)
@@ -70,7 +70,7 @@ void test__f_thread_attribute_stack_set__works(void **state) {
 
     const f_status_t status = f_thread_attribute_stack_set(stack_size, (void *) &stack, &attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index c677d6e3defc304e36802a110216cb30cfe36197..4cc8f595287993c2a8734a992e44f3fe62940046 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_attribute_stack_size_get__works(void **state) {
 
     const f_status_t status = f_thread_attribute_stack_size_get(attribute, &stack_size);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index c6fdb4e4cf398d0ba4af11431b4dfd72c2d3b423..38daa98b66e1f3735920e2c1b86f8df8f1b76b13 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_attribute_stack_size_set__works(void **state) {
 
     const f_status_t status = f_thread_attribute_stack_size_set(stack_size, &attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index f45963834eade58f16d5df68adfbb062e0c12439..89e6502ed55d3acc87fc0f239ee1fb16fd2517df 100644 (file)
@@ -46,7 +46,7 @@ void test__f_thread_attributes_delete_callback__works(void **state) {
 
     const f_status_t status = f_thread_attributes_delete_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 926936ca54c928106cdde912553b50f6ed68ccf6..2fbc439e8432e1664b61a4fc61d01dd4cd7018d5 100644 (file)
@@ -46,7 +46,7 @@ void test__f_thread_attributes_destroy_callback__works(void **state) {
 
     const f_status_t status = f_thread_attributes_destroy_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index e782615c88f0a5041ba3a3fb2e16a276403f5a76..2b9e846901a8dc0754557d331fed519c06650ae3 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_barrier_attribute_create__works(void **state) {
 
     const f_status_t status = f_thread_barrier_attribute_create(&attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index d3d58336245835258ddb87fc0517ff4ded2eba36..6da41111f3be415c57e737417634f356a0bdc794 100644 (file)
@@ -46,7 +46,7 @@ void test__f_thread_barrier_attribute_delete__works(void **state) {
 
     const f_status_t status = f_thread_barrier_attribute_delete(&attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 795a461c14e6f2220648cfeeca796b3e3b3fab7d..5ef34a08bcbf4e95ce612596c0c46368644479a1 100644 (file)
@@ -65,7 +65,7 @@ void test__f_thread_barrier_attribute_shared_get__works(void **state) {
 
     const f_status_t status = f_thread_barrier_attribute_shared_get(&attribute, &shared);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index f3989cdd75a266649f7449af4811d9058fa83dee..c559eb35846f8fb38c321abbdfa8f51583f9283c 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_barrier_attribute_shared_set__works(void **state) {
 
     const f_status_t status = f_thread_barrier_attribute_shared_set(shared, &attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 2a96a15d8ea4f6489fedcb7ea9190d48157e1936..d27206a6fc9d8a8ea89040f2a1d61c7caff51fe1 100644 (file)
@@ -46,7 +46,7 @@ void test__f_thread_barrier_attributes_delete_callback__works(void **state) {
 
     const f_status_t status = f_thread_barrier_attributes_delete_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 6782da8dd23a349d18d1ee7101bc9db938b84550..d907f6699712ba4788da87de9250093b2de92f4e 100644 (file)
@@ -46,7 +46,7 @@ void test__f_thread_barrier_attributes_destroy_callback__works(void **state) {
 
     const f_status_t status = f_thread_barrier_attributes_destroy_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 02136802fc2552b0d6f721c16acbe85376e652d3..0b31013da7d0fe7920962389fb3936eed031392b 100644 (file)
@@ -61,7 +61,7 @@ void test__f_thread_barrier_create__works(void **state) {
 
     const f_status_t status = f_thread_barrier_create(count, &attribute, &barrier);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 689d946c39ad08515f8338e479818bd77b19acee..f1f6b9b2c9021739e1b1e353cfbb114f28937831 100644 (file)
@@ -50,7 +50,7 @@ void test__f_thread_barrier_delete__works(void **state) {
 
     const f_status_t status = f_thread_barrier_delete(&barrier);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 7b66f16a6bdb054dff6c495585f4f2ed8ec8046a..751cb0711130b90eaedec9cdfc888a77ccb5ecce 100644 (file)
@@ -24,7 +24,7 @@ void test__f_thread_barrier_wait__works(void **state) {
 
     const f_status_t status = f_thread_barrier_wait(&attribute, &result);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 90c048d28946f47417d484ffb0e4afcf1d1ba6f6..2ce66f57054bdbf360ebdf318a15612356b89f4c 100644 (file)
@@ -47,7 +47,7 @@ void test__f_thread_barriers_delete_callback__works(void **state) {
 
     const f_status_t status = f_thread_barriers_delete_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 0a212a5c305b143e74b80acd627bac3d616f68ba..5f02dfa6f4f68dce4434b285421b06fc00f65998 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_barriers_destroy_callback__works(void **state) {
 
     const f_status_t status = f_thread_barriers_destroy_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4e722b7085ea49cb2afb02c5fd7e6cb3606f1472..a88cab4d1da51c47ef3265167739bb5ca79237be 100644 (file)
@@ -39,7 +39,7 @@ void test__f_thread_cancel__works(void **state) {
 
     const f_status_t status = f_thread_cancel(id);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 7cabcae17b4e76d7310524df1b68a3956540eb3e..ab51458319c55c5b0045352db0a0be922c0c01e7 100644 (file)
@@ -41,7 +41,7 @@ void test__f_thread_cancel_state_set__works(void **state) {
 
     const f_status_t status = f_thread_cancel_state_set(state_data, &previous);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 6e93b94593c632fb61226177dfd7d694596903ee..01df30b6e75248bbc157390378e8885ec2f92520 100644 (file)
@@ -10,7 +10,7 @@ void test__f_thread_cancel_test__works(void **state) {
   {
     const f_status_t status = f_thread_cancel_test();
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 3653ff15b2cf5acbaa01c7bca8e8cdf5ed4742e9..85fe3967a69ed357d9261bc08651914b9faf6477 100644 (file)
@@ -41,7 +41,7 @@ void test__f_thread_cancel_type_set__works(void **state) {
 
     const f_status_t status = f_thread_cancel_type_set(result, &previous);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index aa3c6d8e5f9e0acc44e1a4abf4e0d1bb9f0edec1..82bb1ca2c9c5e6895e2068b40eb1dfe8d962dba9 100644 (file)
@@ -58,7 +58,7 @@ void test__f_thread_clock_get_id__works(void **state) {
 
     const f_status_t status = f_thread_clock_get_id(id_thread, &id_clock);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 32497579229f0b1835a6fd75fca99f49fb9baea9..08e04a1f6173e4713747e2e765ace7b93199645e 100644 (file)
@@ -56,7 +56,7 @@ void test__f_thread_condition_attribute_clock_get__works(void **state) {
 
     const f_status_t status = f_thread_condition_attribute_clock_get(&attribute, &id);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index bf82f99e3b8d338f1f78426ccfc6a87b86b8522a..863b8302b59a648ce388ef76f2873fad5c037067 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_condition_attribute_clock_set__works(void **state) {
 
     const f_status_t status = f_thread_condition_attribute_clock_set(0, &attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index ca241103dd0af889400a535dcd39b069fec611bb..0eecab1d6e32060987dee8553a8064a0d8d5c248 100644 (file)
@@ -50,7 +50,7 @@ void test__f_thread_condition_attribute_create__works(void **state) {
 
     const f_status_t status = f_thread_condition_attribute_create(&attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4d25d0bae9e1560716ddeab744c0175c51e40aab..82bee1ceac2426b2f93fc769f14c929802aad5a1 100644 (file)
@@ -50,7 +50,7 @@ void test__f_thread_condition_attribute_delete__works(void **state) {
 
     const f_status_t status = f_thread_condition_attribute_delete(&attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 84e624e899ab36fa404586ebe18f44733b4357ce..296c8e025d54212d324317051c653a8d3912e4b5 100644 (file)
@@ -65,7 +65,7 @@ void test__f_thread_condition_attribute_shared_get__works(void **state) {
 
     const f_status_t status = f_thread_condition_attribute_shared_get(&attribute, &shared);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 979a9adc78a11bac741b4a69d58a63765fe94499..f7bd8b44d7b623e7b1b71108fa74d777c79fc163 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_condition_attribute_shared_set__works(void **state) {
 
     const f_status_t status = f_thread_condition_attribute_shared_set(0, &attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 8c9d2601024873bbb6f84e77c20e4d575da91735..e6df92446a4bc56fb630f71b29bef5cd04e6053b 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_condition_attributes_delete_callback__works(void **state) {
 
     const f_status_t status = f_thread_condition_attributes_delete_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 624da172c4a881d9675bf835fd4dd4239e477f2f..869d1d9600471d3058136255a7bcdf41ff353322 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_condition_attributes_destroy_callback__works(void **state) {
 
     const f_status_t status = f_thread_condition_attributes_destroy_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 6a8c70341dcc4e2ad8dfff6b1741290901abbcbf..6a3722fb6969e48bec7ecee98268b7db8271a28c 100644 (file)
@@ -58,7 +58,7 @@ void test__f_thread_condition_create__works(void **state) {
 
     const f_status_t status = f_thread_condition_create(&attribute, &condition);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 32f94d68ee1f17ee065847ff8393376019ef8705..f0e39506be6a55de004f624124dddcafc1bb5a50 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_condition_delete__works(void **state) {
 
     const f_status_t status = f_thread_condition_delete(&condition);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index dfe4d7069decbf26355a462b4069ecb03c4084cf..eee4eb2dd5b64e6ebda3da538f0bb79ab0f8664f 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_condition_signal__works(void **state) {
 
     const f_status_t status = f_thread_condition_signal(&condition);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index ea01ec701c54b8c6950faa6edd922f4748b021c2..a9a505e0b9d1b5a57c2125e868ad713c6555f3b7 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_condition_signal_all__works(void **state) {
 
     const f_status_t status = f_thread_condition_signal_all(&condition);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4954c1780729d46be347e760ba61bf2de752f429..57554e42ad03bcc0cd9357515eb17d9ec9c35d60 100644 (file)
@@ -71,7 +71,7 @@ void test__f_thread_condition_wait__works(void **state) {
 
     const f_status_t status = f_thread_condition_wait(&condition, &mutex);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 731093d1bb052190f4198f1625040ee0de55035e..29592f442b8fab2ef5eaf309d9f6ca01cbe175d2 100644 (file)
@@ -82,7 +82,7 @@ void test__f_thread_condition_wait_timed__works(void **state) {
 
     const f_status_t status = f_thread_condition_wait_timed(&wait, &condition, &mutex);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 62a56a11999d7719a679a7aaa1e47be319233028..8209282314c8d33ea2621f1c790d1a4aa784ba68 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_conditions_delete_callback__works(void **state) {
 
     const f_status_t status = f_thread_conditions_delete_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 6c7a2ada0de46954df0745a2749e43c7661be0a8..e1e99f7afefe660bfdd611ed41289abced289198 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_conditions_destroy_callback__works(void **state) {
 
     const f_status_t status = f_thread_conditions_destroy_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index f772a24302627e0c5cbb5db2bdf279c08368e4c2..50a7cc85584beedbbe1b0c9310f7803bded5df81 100644 (file)
@@ -71,7 +71,7 @@ void test__f_thread_create__works(void **state) {
 
     const f_status_t status = f_thread_create(&attribute, &id, stub_callback, &argument);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index fc67345bd2e304618d3d7ab97eee6b98e46e98ca..f91e4ba449deb52f60352c09884eae3f5ccbd5e4 100644 (file)
@@ -41,7 +41,7 @@ void test__f_thread_detach__works(void **state) {
 
     const f_status_t status = f_thread_detach(id);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 816add87b52d56b2c66fa53bb88de4a84414422a..039b9ce9b0b114c66b41d597d4b0b8cc2f03fa74 100644 (file)
@@ -23,7 +23,7 @@ void test__f_thread_exit__works(void **state) {
 
     const f_status_t status = f_thread_exit(&result);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(result, 1);
   }
 }
index 9ef0203f986204226134c2630ffb167c7846c8b4..0b7a9b85391188b174a32837e79415a203bceddd 100644 (file)
@@ -45,7 +45,7 @@ void test__f_thread_join__works(void **state) {
 
     const f_status_t status = f_thread_join(id, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 98721259de5a38848c340a00b65e9ee6c0d31fa6..b612f8dd197949052635d894a07f34a442f318a9 100644 (file)
@@ -55,7 +55,7 @@ void test__f_thread_join_timed__works(void **state) {
 
     const f_status_t status = f_thread_join_timed(id, wait, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index b948a582d740c7b921b0ce9346adcac9a6fce1fc..51337232b2768dc21f10d5fb4ae5b2846ecb9e4d 100644 (file)
@@ -47,7 +47,7 @@ void test__f_thread_join_try__works(void **state) {
 
     const f_status_t status = f_thread_join_try(id, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 3fd6afa8abb0511141af41c60884e6d46282790e..cdfcfe7c6f23c4297023b24ee4d6e61e8c64258f 100644 (file)
@@ -64,7 +64,7 @@ void test__f_thread_key_create__works(void **state) {
 
     const f_status_t status = f_thread_key_create(stub_other, &key);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index beea9d749940d233c78ca325ab92cae0d8f47dab..0a5a279da07c287e8ab8779d9817fb3a350616d8 100644 (file)
@@ -23,7 +23,7 @@ void test__f_thread_key_delete__works(void **state) {
 
     const f_status_t status = f_thread_key_delete(&key);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index a0a3eaef4bce889e82a8a00670b67dcb7100d1b5..88425bc93504cdc7cde45dffcfe30f91ee1cae16 100644 (file)
@@ -28,7 +28,7 @@ void test__f_thread_key_get__works(void **state) {
 
     const f_status_t status = f_thread_key_get(key, (void *) &value_ptr);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(value_ptr, &expect);
   }
 }
index b2967113917142a01e49dabcb5a48bb82a78c99a..a1b9e445eab9aa73c1acda4fd1d284bd39a314b8 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_key_set__works(void **state) {
 
     const f_status_t status = f_thread_key_set(key, &value);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index f046325910d040c2a1743b7311ab6d5e76c6b2ff..4dafa740b625af5afbb14a6c62aaa9755f580238 100644 (file)
@@ -45,7 +45,7 @@ void test__f_thread_keys_delete_callback__works(void **state) {
 
     const f_status_t status = f_thread_keys_delete_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index b4740b1c67c27002ab3b7f9672fb66a5dd7e9e51..5ffeb1331252f44b4934906de32b8bb0beaaca4a 100644 (file)
@@ -45,7 +45,7 @@ void test__f_thread_keys_destroy_callback__works(void **state) {
 
     const f_status_t status = f_thread_keys_destroy_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index f13b1495cbe5002249130c7c64dec25db535f52f..01823e9db239eedc28017bce11c7ad5f5767e1ac 100644 (file)
@@ -56,7 +56,7 @@ void test__f_thread_lock_attribute_create__works(void **state) {
 
     const f_status_t status = f_thread_lock_attribute_create(&attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 907a5d1bd6a390571cdaaf53197e5b119cb0fec1..bff1dab437397543f1e3250d0c8bd71ad6c4f3e1 100644 (file)
@@ -50,7 +50,7 @@ void test__f_thread_lock_attribute_delete__works(void **state) {
 
     const f_status_t status = f_thread_lock_attribute_delete(&attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 60c69db3a61f1f571adf3e060bc700688f9d4dc8..b2420d688bc43392e5a2031713fc027ad1c18f3f 100644 (file)
@@ -63,7 +63,7 @@ void test__f_thread_lock_attribute_shared_get__works(void **state) {
 
     const f_status_t status = f_thread_lock_attribute_shared_get(&attribute, &shared);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index eca0eaaa76349b2937f2963f759cbbb59e72b485..dd1ff346559d8f6e4e0e0f92890eddc788dfea85 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_lock_attribute_shared_set__works(void **state) {
 
     const f_status_t status = f_thread_lock_attribute_shared_set(shared, &attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index ddfe6dc1dd2c3c261fe540f6aef14bbe65f11eb0..a6142127f50dcfa2d575b3235988e559fca290a8 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_lock_attributes_delete_callback__works(void **state) {
 
     const f_status_t status = f_thread_lock_attributes_delete_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index cdfc8a1cadb8c6c86ffa7b343376f32f40281054..188571c8ffaffce3e561ce78fd5e2de342ce2833 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_lock_attributes_destroy_callback__works(void **state) {
 
     const f_status_t status = f_thread_lock_attributes_destroy_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index bc1eb59d8dbd8f5f78e1a9141737788692de7708..08bdfbd47ab2f90845f7bf1c9969b9c8d17eb928 100644 (file)
@@ -54,7 +54,7 @@ void test__f_thread_lock_create__works(void **state) {
 
     const f_status_t status = f_thread_lock_create(&attribute, &lock);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 55c4ba3c9535e3ad60877d7d160c284abc37267c..040774fecb10a4355c23289c815b60378e54414f 100644 (file)
@@ -50,7 +50,7 @@ void test__f_thread_lock_delete__works(void **state) {
 
     const f_status_t status = f_thread_lock_delete(&lock);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 211de6901fa7eea76e052a58b29bff7b3b3453eb..7c0fcdf81c45fcfae848b7065d538940bc2a35b7 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_lock_read__works(void **state) {
 
     const f_status_t status = f_thread_lock_read(&lock);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 0f9c046a3b3a63722f7cb3b7b223c2581121379d..e0e09d9c3bb2aa6a45c96344d654aa26e2b69b58 100644 (file)
@@ -77,7 +77,7 @@ void test__f_thread_lock_read_timed__works(void **state) {
 
     const f_status_t status = f_thread_lock_read_timed(&timeout, &lock);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4829fa49ee193ad103fd26db8c0798038c0417e0..bb17966516e7fd4e3d2663b9292ac78bb9b33ec7 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_lock_read_try__works(void **state) {
 
     const f_status_t status = f_thread_lock_read_try(&lock);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4668fa8ab86ddb911bd828168fb2051aa478c8ad..de39549fbb8281a8c56352337f51fd893aeb3d4b 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_lock_write__works(void **state) {
 
     const f_status_t status = f_thread_lock_write(&lock);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 11cf5db489ba15fcff48985544098e87b00f2ce0..eb522e41ee38b5c1801a0b24f6332c3d7489897d 100644 (file)
@@ -75,7 +75,7 @@ void test__f_thread_lock_write_timed__works(void **state) {
 
     const f_status_t status = f_thread_lock_write_timed(&timeout, &lock);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 8b43f1f69dd67ea04c4ba5ba8de29f14d51e22b3..2faa9364a0c9e8bca87c44ae97ea819c893820be 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_lock_write_try__works(void **state) {
 
     const f_status_t status = f_thread_lock_write_try(&lock);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 7eee359f240764db220e3ced24a7c01fef34d11f..e048bd56cccc4eaaa81a9f861f243ff2b85540e1 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_locks_delete_callback__works(void **state) {
 
     const f_status_t status = f_thread_locks_delete_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index f2923b6dda50c97f7da5d3569758fdb4b9ef4206..3fe13f1a024a8d8c8224ebc5e9ee08d90b1c27a0 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_locks_destroy_callback__works(void **state) {
 
     const f_status_t status = f_thread_locks_destroy_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index d832377382e99deb52779657147ee6e7d979b9a6..356a33cf4a7c273958ef80c169f8fc82493a7b22 100644 (file)
@@ -56,7 +56,7 @@ void test__f_thread_mutex_attribute_create__works(void **state) {
 
     const f_status_t status = f_thread_mutex_attribute_create(&attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4ed537cde6b60acb004752689102853957c6674a..c28ef7cd891271ebadbadcd49f16ffaddbe5ea44 100644 (file)
@@ -50,7 +50,7 @@ void test__f_thread_mutex_attribute_delete__works(void **state) {
 
     const f_status_t status = f_thread_mutex_attribute_delete(&attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 602eace690c857bcde52ac5feb35a45fc42a7a55..9c72b6c236a1c67295715f81e07a28579e918294 100644 (file)
@@ -67,7 +67,7 @@ void test__f_thread_mutex_attribute_priority_ceiling_get__works(void **state) {
 
     const f_status_t status = f_thread_mutex_attribute_priority_ceiling_get(&attribute, &ceiling);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index fa0d73a229006edc68e3557bb2729fddd9b07a0d..bf0c381b62790ff5cb8150cb057b549098c1c12a 100644 (file)
@@ -54,7 +54,7 @@ void test__f_thread_mutex_attribute_priority_ceiling_set__works(void **state) {
 
     const f_status_t status = f_thread_mutex_attribute_priority_ceiling_set(ceiling, &attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 1c457057de29b8b391bc503cd321e97c29d8328b..7b415b14009491a6d3634b714938b40d963de07c 100644 (file)
@@ -67,7 +67,7 @@ void test__f_thread_mutex_attribute_protocol_get__works(void **state) {
 
     const f_status_t status = f_thread_mutex_attribute_protocol_get(&attribute, &protocol);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 1b3f62010073d159f082b26b6c2a8c14c6274c47..8c98ed09694098f02aadfa61ee3db9e9b467b647 100644 (file)
@@ -54,7 +54,7 @@ void test__f_thread_mutex_attribute_protocol_set__works(void **state) {
 
     const f_status_t status = f_thread_mutex_attribute_protocol_set(protocol, &attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 70230a7deb9eb8f52aceb91dcd89170a19337928..fd9e47935cdcf869011c986ee43fa249afc42726 100644 (file)
@@ -63,7 +63,7 @@ void test__f_thread_mutex_attribute_shared_get__works(void **state) {
 
     const f_status_t status = f_thread_mutex_attribute_shared_get(&attribute, &shared);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 04e6f0b59dc2cc73284a1d63097aaa625e2f141e..8e931228655ddb1741aeb8a1a1a0b9cae819fa17 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_mutex_attribute_shared_set__works(void **state) {
 
     const f_status_t status = f_thread_mutex_attribute_shared_set(shared, &attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index ab6c91c258441f23eba3172c41cb788d590d33f8..b091333b7285d3b14c3bf1ff1a067e7b8f81b308 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_mutex_attribute_type_get__works(void **state) {
 
     const f_status_t status = f_thread_mutex_attribute_type_get(&attribute, &type);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 324c0d9f571d86b7aff17230bfda5e07931e9456..175b8ea25141b423305a18852fd0e6702d6670b1 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_mutex_attribute_type_set__works(void **state) {
 
     const f_status_t status = f_thread_mutex_attribute_type_set(type, &attribute);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index b0030ee90d6ca4683fc66659b4d14689235fd435..856d198a0fa1ce8ae4bd1fbdd606e909c06bfe67 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_mutex_attributes_delete_callback__works(void **state) {
 
     const f_status_t status = f_thread_mutex_attributes_delete_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index ea5de1076e821f9ca26d93984cb45453cc1e8de3..35687b362b2f549279d42610a8a1bc854d4fac5b 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_mutex_attributes_destroy_callback__works(void **state) {
 
     const f_status_t status = f_thread_mutex_attributes_destroy_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index f0f59eb4aa99d2d1a6664edc1aab460dda77cd69..e657e4b0decd8bb5d53733957f3d1b5ae72f835b 100644 (file)
@@ -60,7 +60,7 @@ void test__f_thread_mutex_create__works(void **state) {
 
     const f_status_t status = f_thread_mutex_create(&attribute, &mutex);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4580f7f1415a60aa048865901861a87dce10727f..7f3955d65bda8d85c68dbf91bab68bb9cde24cd0 100644 (file)
@@ -50,7 +50,7 @@ void test__f_thread_mutex_delete__works(void **state) {
 
     const f_status_t status = f_thread_mutex_delete(&mutex);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index f9a36912f2f83f86d79162c9dbf16219276e3f3c..aacd97cf74dd9c2e5397833debe211dfb221ecb1 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_mutex_lock__works(void **state) {
 
     const f_status_t status = f_thread_mutex_lock(&mutex);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 168e41f4d3b77ca116e97626bfca0fcef5d6a5a3..d2bad40d022023830211b609fa2beb413d0b19e0 100644 (file)
@@ -81,7 +81,7 @@ void test__f_thread_mutex_lock_timed__works(void **state) {
 
     const f_status_t status = f_thread_mutex_lock_timed(&timeout, &mutex);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 757f3afa565e5028eacca40abac2206a6f536bcd..a8479b59295f2069bf373caee03dafbae1efe8a7 100644 (file)
@@ -58,7 +58,7 @@ void test__f_thread_mutex_lock_try__works(void **state) {
 
     const f_status_t status = f_thread_mutex_lock_try(&mutex);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index c9dac07ddb4452a822f3bbea16d85cb27671d32e..59059962d989b831f937c6d3fb9d832847d39be3 100644 (file)
@@ -67,7 +67,7 @@ void test__f_thread_mutex_priority_ceiling_get__works(void **state) {
 
     const f_status_t status = f_thread_mutex_priority_ceiling_get(&mutex, &ceiling);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 1ce7231697b856b72221d9d33e3d05080ff7b8e2..e11ec849930c14016afcaad45b29cb032a82a5e8 100644 (file)
@@ -65,7 +65,7 @@ void test__f_thread_mutex_priority_ceiling_set__works(void **state) {
 
     const f_status_t status = f_thread_mutex_priority_ceiling_set(ceiling, &mutex, &previous);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 683a308661cb47428b9f117ea9251adc7af97f51..6fe69543a5e96078b5d218db446ce2e781f35d63 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_mutexs_delete_callback__works(void **state) {
 
     const f_status_t status = f_thread_mutexs_delete_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index bb688f0f0b2218b01e1c6116f8b3f8349d116adc..26499e48aac3717bbef63ce76d2c008be7f3d2c1 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_mutexs_destroy_callback__works(void **state) {
 
     const f_status_t status = f_thread_mutexs_destroy_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index aae098edc5d84fe478454a64de929a8aef2a8093..4d685bd2c43d958f2d96526d5889a6898fa6aeb3 100644 (file)
@@ -62,7 +62,7 @@ void test__f_thread_once__works(void **state) {
 
     const f_status_t status = f_thread_once(stub, &once);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 06d1d7e8869c137a7e5dc239dd5d4b53b999c857..52e916e81d1b73515bfe73b403d56d20a45ab576 100644 (file)
@@ -46,7 +46,7 @@ void test__f_thread_onces_delete_callback__works(void **state) {
 
     const f_status_t status = f_thread_onces_delete_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 82cf8db8a2a167b41cf13d6b69c2b4c7209b873d..8f8aea620c0f59635f351319b065991eb2c60361 100644 (file)
@@ -46,7 +46,7 @@ void test__f_thread_onces_destroy_callback__works(void **state) {
 
     const f_status_t status = f_thread_onces_destroy_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 8fb622f38cb578de9fbc9f41fd9e786a45440bf9..e1ecdaa90f41f768f10e5039db74e4deec79dbe8 100644 (file)
@@ -74,7 +74,7 @@ void test__f_thread_scheduler_parameter_get__works(void **state) {
 
     const f_status_t status = f_thread_scheduler_parameter_get(id, &policy, &parameter);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 71c785701a770972150cd3df178cd4189306943e..8b8d4da5109139159ce8df0d841e10f3763334ed 100644 (file)
@@ -61,7 +61,7 @@ void test__f_thread_scheduler_parameter_set__works(void **state) {
 
     const f_status_t status = f_thread_scheduler_parameter_set(id, policy, &parameter);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 32fe511dd71acb5b15d5ab1ee5c78a514576e602..9480f835e1dede7e0cb0438df99b618f7dd6081d 100644 (file)
@@ -45,7 +45,7 @@ void test__f_thread_scheduler_priority_set__works(void **state) {
 
     const f_status_t status = f_thread_scheduler_priority_set(id, priority);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 1cff3f2551ffd179248d6c5c3dfa1f5849256107..d91170ad0bea44046091ce5945ce4200fb526ed9 100644 (file)
@@ -57,7 +57,7 @@ void test__f_thread_semaphore_create__works(void **state) {
 
     const f_status_t status = f_thread_semaphore_create(shared, value, &semaphore);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index cd181770841a393fbb2af4e7415d833b512a9379..34999df90a6c7938030d1ef4b4f7c6645a7ef475 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_semaphore_delete__works(void **state) {
 
     const f_status_t status = f_thread_semaphore_delete(&semaphore);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 88042a47e3d854222f2c29ce732b8ee2d2c9b316..3bacc19fdf1a0467c98c2480192498f0f0faba27 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_semaphore_file_close__works(void **state) {
 
     const f_status_t status = f_thread_semaphore_file_close(&semaphore);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 9ff07016756e3134ac1fbe8943a312f7ba5b54a6..21e6135d3d6e3b752be25e8f7535d82070e220ed 100644 (file)
@@ -45,7 +45,7 @@ void test__f_thread_semaphore_file_delete__works(void **state) {
 
     const f_status_t status = f_thread_semaphore_file_delete(name);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 73efe5d2a8795945747b4c5fecfd34a033c55070..862b663098a4a416f773abaf810b290c44c07f7a 100644 (file)
@@ -101,7 +101,7 @@ void test__f_thread_semaphore_file_open__works(void **state) {
 
     const f_status_t status = f_thread_semaphore_file_open(name, flag, &mode, value, &semaphore_ptr);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -112,7 +112,7 @@ void test__f_thread_semaphore_file_open__works(void **state) {
 
     const f_status_t status = f_thread_semaphore_file_open(name, flag, &mode, value, &semaphore_ptr);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 9a65c47461d206813a7991cd9245b7e718285c6f..e5f3f40c76998eba62a4ff9b5e14903d67f60471 100644 (file)
@@ -50,7 +50,7 @@ void test__f_thread_semaphore_lock__works(void **state) {
 
     const f_status_t status = f_thread_semaphore_lock(&semaphore);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 816548ea6f3813990fc859ec648eb05632c9a1e3..1327ead2608136fd82ce1e0ef86dcd2d0ed3db41 100644 (file)
@@ -75,7 +75,7 @@ void test__f_thread_semaphore_lock_timed__works(void **state) {
 
     const f_status_t status = f_thread_semaphore_lock_timed(&timeout, &semaphore);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 45a2d4844598c807b2075c3f4f598fd304d01c0d..b1881808a8ac0833649ba35c35ef838ba6afea28 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_semaphore_lock_try__works(void **state) {
 
     const f_status_t status = f_thread_semaphore_lock_try(&semaphore);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index caf3afdaf97080b79d621079a5f13547c6ea7607..24a797406a2628745f77f5217c6a63415bf6be15 100644 (file)
@@ -50,7 +50,7 @@ void test__f_thread_semaphore_unlock__works(void **state) {
 
     const f_status_t status = f_thread_semaphore_unlock(&semaphore);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 2e80ce19e719158519e55d495fa3a4113bbe0552..c5bbefa589cafe2b5128c2ddb1297793b3f5dd2c 100644 (file)
@@ -65,7 +65,7 @@ void test__f_thread_semaphore_value_get__works(void **state) {
 
     const f_status_t status = f_thread_semaphore_value_get(&semaphore, &value);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 4d1929c24c90305d1a86bae489a682cc59a0fe65..f0d3c0e61abac3806a2b14024c075efcab2950aa 100644 (file)
@@ -46,7 +46,7 @@ void test__f_thread_semaphores_delete_callback__works(void **state) {
 
     const f_status_t status = f_thread_semaphores_delete_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 6f97be3d67c7c4ea733b2bfafe844f4ebf453060..f87322d4779dd2b8f0d490652d4d2b497e31ff3d 100644 (file)
@@ -46,7 +46,7 @@ void test__f_thread_semaphores_destroy_callback__works(void **state) {
 
     const f_status_t status = f_thread_semaphores_destroy_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index a3640cee6d99615b0c5772ac2ed05c055eab15db..26a622240cdc8e87d283058a4217ae00b6aec5db 100644 (file)
@@ -46,7 +46,7 @@ void test__f_thread_sets_delete_callback__works(void **state) {
 
     const f_status_t status = f_thread_sets_delete_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index c4bd5823165ec3477771ee132edfb45b6bcb7639..83cfe118d658b3735cbc950cb0ec8fe7c1f4c69e 100644 (file)
@@ -46,7 +46,7 @@ void test__f_thread_sets_destroy_callback__works(void **state) {
 
     const f_status_t status = f_thread_sets_destroy_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index af7783049d1fce4941807005b9b1e8c642a6f7b6..9e112fde335fe52b9bdf23f5bb19a028f98004d7 100644 (file)
@@ -57,7 +57,7 @@ void test__f_thread_signal_mask__parameter_checking(void **state) {
 
     const f_status_t status = f_thread_signal_mask(how, &next, 0);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
@@ -65,7 +65,7 @@ void test__f_thread_signal_mask__parameter_checking(void **state) {
 
     const f_status_t status = f_thread_signal_mask(how, 0, &current);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
@@ -83,7 +83,7 @@ void test__f_thread_signal_mask__works(void **state) {
 
     const f_status_t status = f_thread_signal_mask(how, &next, &current);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index bb74d82980b20b636cea6901e1f84b524514915f..f7c51a04bcb5e2a8cb29930e0bc5e07cae7b286e 100644 (file)
@@ -66,7 +66,7 @@ void test__f_thread_signal_queue__works(void **state) {
 
       const f_status_t status = f_thread_signal_queue(id, signal, value);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
     }
   #endif // _pthread_sigqueue_unsupported_
 }
index 15a17ea6ad210236dd6ffc98ac6799e6b1d0f062..03ce781e5a941756aadeb4f11b13101190d2b52b 100644 (file)
@@ -71,7 +71,7 @@ void test__f_thread_signal_write__works(void **state) {
 
     const f_status_t status = f_thread_signal_write(id, signal);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
index c54bcc3f7cb71d6e5d71d1a7a31d5ecdc4330b84..8d307ec465faba75896682da30ec107376d907ff 100644 (file)
@@ -54,7 +54,7 @@ void test__f_thread_spin_create__works(void **state) {
 
     const f_status_t status = f_thread_spin_create(shared, &spin);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 34d76a104815e9f30c74368fcb017b1cac5e52e9..fe618ea4f0373de6016a5c2a064d65b63319f703 100644 (file)
@@ -50,7 +50,7 @@ void test__f_thread_spin_delete__works(void **state) {
 
     const f_status_t status = f_thread_spin_delete(&spin);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 9ce302bcf685f0fd6b688ac001b1ac018d18716b..989fee6393f18f2f2ca8df5aff1cccd62036ec17 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_spin_lock__works(void **state) {
 
     const f_status_t status = f_thread_spin_lock(&spin);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 89670d6c9226ca9fd65c2079c3adb83a618d3761..13448bc3967c9fb86d83f865e512c6af8ab7bebd 100644 (file)
@@ -52,7 +52,7 @@ void test__f_thread_spin_lock_try__works(void **state) {
 
     const f_status_t status = f_thread_spin_lock_try(&spin);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 20b2d5d6a40304110feb8ef3e367ba1b1768b5a3..a16e07662650ee91d0cb42963d0328e44a457d72 100644 (file)
@@ -54,7 +54,7 @@ void test__f_thread_spin_unlock__works(void **state) {
 
     const f_status_t status = f_thread_spin_unlock(&spin);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 1cc2272ef0c93e6fdea8ea6d9f27a3c5ff0c9dc0..7852040dc9726798d4ff64305a5dd073516c6771 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_spins_delete_callback__works(void **state) {
 
     const f_status_t status = f_thread_spins_delete_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 54617d25c73768d464eebf1f4e88698514678663..421c0da3ffd2acce4bc50ba38aeacafce12457cb 100644 (file)
@@ -48,7 +48,7 @@ void test__f_thread_spins_destroy_callback__works(void **state) {
 
     const f_status_t status = f_thread_spins_destroy_callback(0, length, (void *) datass_array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 }
 
index 04bd748d85151f52a8b439c4f370fc0353415704..fe49c3007baed0bab582a1090353cc05cebe2201 100644 (file)
@@ -41,7 +41,7 @@ extern "C" {
 
     time->tv_sec += (time_t) second;
 
-    return time->tv_sec < (time_t) second ? F_status_set_error(F_number_overflow) : F_none;
+    return time->tv_sec < (time_t) second ? F_status_set_error(F_number_overflow) : F_okay;
   }
 #endif // _di_f_time_spec_millisecond_
 
@@ -77,7 +77,7 @@ extern "C" {
       if (time->tv_sec < (time_t) second) return F_status_set_error(F_number_overflow);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_time_spec_nanosecond_
 
index b87f304981e07de640d970fe3c9c465a6b367caf..f367cd58c94e0d5c909226ae8ad4c025e38310bb 100644 (file)
@@ -41,7 +41,7 @@ extern "C" {
  *   This is still updated on F_number_underflow, but the underflow value is set to 0.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_number_overflow (with error bit) if the summation of seconds and milliseconds results in an overflow when cast to appropriate integer type.
  *   F_number_underflow (with error bit) if the seconds or milliseconds is less than 0 when cast to appropriate integer type.
@@ -69,7 +69,7 @@ extern "C" {
  *   This is still updated on F_number_underflow, but the underflow value is set to 0.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_number_overflow (with error bit) if the summation of seconds and nanoseconds results in an overflow when cast to appropriate integer type.
  *   F_number_underflow (with error bit) if the second or nanoseconds is less than 0 when cast to appropriate integer type.
index 47b00290547f423264ccb44bff0bc2e8f9c168d9..587c4e83707f20843021413cd923b36af5271e7b 100644 (file)
@@ -98,7 +98,7 @@ void test__f_time_spec_millisecond__works(void **state) {
 
       const f_status_t status = f_time_spec_millisecond(seconds[i], milliseconds[i], &time);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(time.tv_sec, seconds[i]);
       assert_int_equal(time.tv_nsec, milliseconds[i] * 1000);
     } // for
@@ -119,7 +119,7 @@ void test__f_time_spec_millisecond__works(void **state) {
 
       const f_status_t status = f_time_spec_millisecond(seconds[i], milliseconds[i], &time);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(time.tv_sec, seconds[i] + 1);
       assert_int_equal(time.tv_nsec, (milliseconds[i] - 1000) * 1000);
     } // for
index 0de029ba723a400623b091cb1f7cf099810c4645..25dc01f78f512510934c3948f6176fb14aaa1415 100644 (file)
@@ -98,7 +98,7 @@ void test__f_time_spec_nanosecond__works(void **state) {
 
       const f_status_t status = f_time_spec_nanosecond(seconds[i], nanoseconds[i], &time);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(time.tv_sec, seconds[i]);
       assert_int_equal(time.tv_nsec, nanoseconds[i]);
     } // for
@@ -119,7 +119,7 @@ void test__f_time_spec_nanosecond__works(void **state) {
 
       const f_status_t status = f_time_spec_nanosecond(seconds[i], nanoseconds[i], &time);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(time.tv_sec, seconds[i] + 1);
       assert_int_equal(time.tv_nsec, (nanoseconds[i] - 1000000000));
     } // for
index 13e94b4737f1296732051ccc45dfff571f7d14f2..3813e40bf83053ab64158fb7f671f165c59710f2 100644 (file)
@@ -54,7 +54,7 @@ extern "C" {
 #ifndef _di_f_status_t_
   typedef uint16_t f_status_t;
 
-  #define f_status_t_initialize F_none
+  #define f_status_t_initialize F_okay
 #endif // _di_f_status_t_
 
 /**
@@ -124,7 +124,7 @@ extern "C" {
   #define f_state_t_initialize { \
     F_memory_default_allocation_large_d, \
     F_memory_default_allocation_small_d, \
-    F_none, \
+    F_okay, \
     0, \
     0, \
     0, \
@@ -150,7 +150,7 @@ extern "C" {
   #define macro_f_state_t_clear(state) \
     state.step_large = 0; \
     state.step_small = 0; \
-    state.status = F_none; \
+    state.status = F_okay; \
     state.flag = 0; \
     state.code = 0; \
     state.handle = 0; \
index d9e222f3d8fdb817bd923801f049a47230b3899d..5ee33782f74ca8adfe81e8b864d8f1a9fe6b7275 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 
     {
       f_cells_t * const array = (f_cells_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -21,7 +21,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_cellss_delete_callback_
 
@@ -30,7 +30,7 @@ extern "C" {
 
     {
       f_cells_t * const array = (f_cells_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -41,7 +41,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_cellss_destroy_callback_
 
index 9de564f4127ab33aeba4fc44c4500377e71d4966..585bbf069d31c9c7ea7ebdbc67de549aa485a0e1 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -61,7 +61,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 3fb764a3e0de4308b89b9d7d542584d2f014aa96..5a268cbd5c6aef92d2d09e9a109461176d2a7d45 100644 (file)
@@ -11,7 +11,7 @@ extern "C" {
 
     {
       f_files_t * const array = (f_files_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -22,7 +22,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_filess_delete_callback_
 
@@ -31,7 +31,7 @@ extern "C" {
 
     {
       f_files_t * const array = (f_files_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -42,7 +42,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_filess_destroy_callback_
 
index adc23e09f5b02a96f69d4a6fef2b96fb4d9edb21..eab7267aeaf0c35bee79a8811961aa5df5e4b6a3 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -61,7 +61,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 48cc08d262d4d56efc6d1776ac27cd67f731ec20..e28a5ae657b67f46a031c7e9cc478426aa0ea093 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 
     {
       f_fll_ids_t * const array = (f_fll_ids_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -21,7 +21,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fll_idss_delete_callback_
 
@@ -30,7 +30,7 @@ extern "C" {
 
     {
       f_fll_ids_t * const array = (f_fll_ids_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -41,7 +41,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_fll_idss_destroy_callback_
 
index e2148367e41ba3f8668f4db65743e6ae81b265a0..ebd9c48c04ac5781d337355804e3b87b53d96bd0 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -61,7 +61,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -90,7 +90,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -119,7 +119,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 8613c17e90aa6ebb1437fbd62d69ad5d0b7b09f3..1a1fd95838ac973b24ebd1dfe59d507975439723 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 
     {
       f_int128s_t * const array = (f_int128s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -21,7 +21,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_int128ss_delete_callback_
 
@@ -30,7 +30,7 @@ extern "C" {
 
     {
       f_int128s_t * const array = (f_int128s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -41,7 +41,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_int128ss_destroy_callback_
 
index 16767dbcb8b50b0642ee7aece762a18104680b65..cb8ab50f696a1103aa1020c72d083ef598087a01 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -61,7 +61,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 9f0ba942ba09ad67c45a12c92d91a5de16deb874..ef5481b47e31531709a2b716045f0b8b9ac20e3a 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 
     {
       f_int16s_t * const array = (f_int16s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -21,7 +21,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_int16ss_delete_callback_
 
@@ -30,7 +30,7 @@ extern "C" {
 
     {
       f_int16s_t * const array = (f_int16s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -41,7 +41,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_int16ss_destroy_callback_
 
index 9d9c4b8ef69589a14b185441bbb76030a91b733f..a1cf49b5b736441795a656a93c01b5a8ad4ab0be 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -61,7 +61,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index a0f405262178073646c2e056c761b05d90ce6f37..b93a85899a7005f791285d55c76a6043040477e0 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 
     {
       f_int32s_t * const array = (f_int32s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -21,7 +21,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_int32ss_delete_callback_
 
@@ -30,7 +30,7 @@ extern "C" {
 
     {
       f_int32s_t * const array = (f_int32s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -41,7 +41,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_int32ss_destroy_callback_
 
index d6cd64211df0eec6e3496e1775ca9a571d5692c1..28657eb3914eee0ef6bfee4518532ca03be969c4 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -61,7 +61,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index dddd46b9efd2842605395b8bd0782223bfd4337b..68de331901ed26a1217215490e1d1883b6bae60f 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 
     {
       f_int64s_t * const array = (f_int64s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -21,7 +21,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_int64ss_delete_callback_
 
@@ -30,7 +30,7 @@ extern "C" {
 
     {
       f_int64s_t * const array = (f_int64s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -41,7 +41,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_int64ss_destroy_callback_
 
index d8ba3c118b983d8051f545b1e26b63e63113788c..3d702f0ac4ffcbf47e5e8a6a955ae21a8298b7f9 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -61,7 +61,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index ea70902725246da3f7d0adc7eb43bee092f51e37..6bf8d9d98d13e3c7f66134a5390d0287898b6c64 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 
     {
       f_int8s_t * const array = (f_int8s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -21,7 +21,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_int8ss_delete_callback_
 
@@ -30,7 +30,7 @@ extern "C" {
 
     {
       f_int8s_t * const array = (f_int8s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -41,7 +41,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_int8ss_destroy_callback_
 
index bfffb0f14317fbea63da0f9dbd4e608af27aa23f..4ef503113db268edfc147b626d90209df6b1c83a 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -61,7 +61,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 913a6df6075a13561193c6269d86ed0d76f91c80..a379bdcdca492824c8faa2e0462c2cd92dcc22ce 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 
     {
       f_number_unsigneds_t * const array = (f_number_unsigneds_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -21,7 +21,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_number_unsignedss_delete_callback_
 
@@ -30,7 +30,7 @@ extern "C" {
 
     {
       f_number_unsigneds_t * const array = (f_number_unsigneds_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -41,7 +41,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_number_unsignedss_destroy_callback_
 
index 167f1bb2f28de7cf1ab7f80f4bc79c4b4388707b..8838e7663864c02a5545cd4797c5f9be6f170ad5 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -61,7 +61,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index f00ae9bcbe8b4b944ae7aae060b23b4a910cdad4..f5c589c516d1cc068578e654a65d120b934b1362 100644 (file)
@@ -11,7 +11,7 @@ extern "C" {
 
     {
       f_polls_t * const array = (f_polls_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -22,7 +22,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_pollss_delete_callback_
 
@@ -31,7 +31,7 @@ extern "C" {
 
     {
       f_polls_t * const array = (f_polls_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -42,7 +42,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_pollss_destroy_callback_
 
index 4a3c315423c001717ad758956860d62e608b67e7..e11bf4656025081134d3c1d2741441470f32c76f 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -61,7 +61,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 374351e4d010197e55e19828dc6baaa3a1f554ca..9c140b660094b2164958fe5944aa80f1872a3de3 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 
     {
       f_states_t * const array = (f_states_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -21,7 +21,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_statess_delete_callback_
 
@@ -30,7 +30,7 @@ extern "C" {
 
     {
       f_states_t * const array = (f_states_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -41,7 +41,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_statess_destroy_callback_
 
index ab30f586d3a6ff875b208929c4346dc987a0fff4..c78fccfe42a197d4f1d300a621caf2421e4de7e2 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -61,7 +61,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 48415a8597e000dc819471d61a3ae47fd4426c78..5807a932841adfdc7fc750d1ab977f5c84468877 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 
     {
       f_statuss_t * const array = (f_statuss_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -21,7 +21,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_statusss_delete_callback_
 
@@ -30,7 +30,7 @@ extern "C" {
 
     {
       f_statuss_t * const array = (f_statuss_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -41,7 +41,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_statusss_destroy_callback_
 
index b6aa5d79f454648efe69aaf15b32b3e5a355ef09..40ede733e203b0d0ecb5cfed9f2546251b6c9dda 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -61,7 +61,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 01905ed199b16eb6dfdb57e45fb901fad71697d5..1f501335279ed16634cbe88a0ec58cb521815f73 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 
     {
       f_uint128s_t * const array = (f_uint128s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -21,7 +21,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_uint128ss_delete_callback_
 
@@ -30,7 +30,7 @@ extern "C" {
 
     {
       f_uint128s_t * const array = (f_uint128s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -41,7 +41,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_uint128ss_destroy_callback_
 
index 8fa67d314f9337e419b0dcc90dee59fea60b7ee5..adb664cf653f247f019a3173431ca55b2932a92b 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -61,7 +61,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 8f16900bf4ae753c0403152da9a4115924aa19b3..fcd1f1692fc6f5e90d318f0bfc69d3f1ba9c4050 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 
     {
       f_uint16s_t * const array = (f_uint16s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -21,7 +21,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_uint16ss_delete_callback_
 
@@ -30,7 +30,7 @@ extern "C" {
 
     {
       f_uint16s_t * const array = (f_uint16s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -41,7 +41,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_uint16ss_destroy_callback_
 
index 8b83bd41177cc1d50146f8cf71b28417d448aca3..1249dbfd16d338972bcb65fe4c73445ac230b500 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -61,7 +61,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 1b374945f65acc6af5126f33d2adf5f947a3916b..f19b38a668df0b206447278429198edcdac0fae8 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 
     {
       f_uint32s_t * const array = (f_uint32s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -21,7 +21,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_uint32ss_delete_callback_
 
@@ -30,7 +30,7 @@ extern "C" {
 
     {
       f_uint32s_t * const array = (f_uint32s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -41,7 +41,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_uint32ss_destroy_callback_
 
index 79749e83c2066335fc018c67dcce7fb70325c81b..c6253e72eccf7fefea8bf8f60999b050e6e2f2f3 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -61,7 +61,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index d0774ed45ab498cf7f7e1bf36385fdc67e7c45a3..c7c95bf8b9dba513b23a22623b4bf8e2c58ae56a 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 
     {
       f_uint64s_t * const array = (f_uint64s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -21,7 +21,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_uint64ss_delete_callback_
 
@@ -30,7 +30,7 @@ extern "C" {
 
     {
       f_uint64s_t * const array = (f_uint64s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -41,7 +41,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_uint64ss_destroy_callback_
 
index 0d002c7e8ab4db847f9aa863915c86bd7a6a380c..b4aff409e56b80834c57f5a4adbd5f4a4bac19d8 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -61,7 +61,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index aa62619a93b25fa31e569c9b0787ed614101b83c..c1bba0e110615ced18c6665936d006286341d700 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 
     {
       f_uint8s_t * const array = (f_uint8s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -21,7 +21,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_uint8ss_delete_callback_
 
@@ -30,7 +30,7 @@ extern "C" {
 
     {
       f_uint8s_t * const array = (f_uint8s_t *) void_array;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = start; i < stop; ++i) {
 
@@ -41,7 +41,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_uint8ss_destroy_callback_
 
index 1bb09d99d01bf0d3f425cff76467f9fa6bc08a2d..e9162ecc094d7e661e1e64eabe883042ce96e316 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -61,7 +61,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 1e14bae9e1d582f665ce32d93f5395e5de51b725..ed4c466296a306438143bbc80be5cf1b6be9aedf 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_cellss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_cells_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_cell_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_cellss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 6ddc30b26d94942c1fda36f4e49e164309f52630..1d1fcaec76ad431b8a810167538ffea200e2cd14 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_cellss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_cells_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_cell_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_cellss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 9118863e5ecac281978eca75d7715000cca8c83e..c1adf241b9fd60993b21f44972d0770623afd08a 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_filess_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_files_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_file_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_filess_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 7b5845994a569a2dc3c2d4111f0d5cdf08d76f52..4ccfaa401c4dd8d9aa573118190d82ce09895d3d 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_filess_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_files_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_file_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_filess_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 57976510e8985a3d00b22d5d9187b1b42e3dd48d..12a9bd38b10a37a7ded464cf24b6853706235517 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_fll_idss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_fll_ids_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_fll_id_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_fll_idss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index b4d5178e635bcd631e3cd509c3d5b9e1185f938f..77ea376444e5e694e0f9e5c061c5183b40167381 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_fll_idss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_fll_ids_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_fll_id_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_fll_idss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 07512fcf708bcc237dcebc5bcab239bde78f0322..87c044d30cf651965e5d99f9931b9d87ca3390b4 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_int128ss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_int128s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_int128_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_int128ss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index ac9c4d51a201262bc3d22cea16fe3aa561c9843f..82574afb2e827090e90f6ae3c718a1176592e64a 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_int128ss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_int128s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_int128_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_int128ss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 020e11fee2bbb0be3cd55c4e7bc2b4d0de1163cf..0bf02aec9c862fee3b3d75e8a9ead2fd294d7e96 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_int16ss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_int16s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(int16_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_int16ss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 27d7a1a82f431615af8f259d8d0fffc543ce6668..8964aec2d2087a5701f42a360a01d25a62ed58af 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_int16ss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_int16s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(int16_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_int16ss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 3062d4e19609bcb0a6357dd747616290ffc4c31d..3ab0150b3c0d89b2b9ac5856b562a34dde167298 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_int32ss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_int32s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(int32_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_int32ss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 9d5bcf9ea35c2a4f63feeb1be956d2a2615646f8..aa7f83881d56c8822caef3f54301d80790cf28de 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_int32ss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_int32s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(int32_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_int32ss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index ba5a42cad3d4e4a7f94404282760f906871460b8..1fa173952002854a2fa8c00f2f6912593fc04328 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_int64ss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_int64s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(int64_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_int64ss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 54237d6bccea5396007fcb371bbc9ade7f28a619..3cdd082ff5e6ca5d6ce2dfa2acff545b4a46dfa5 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_int64ss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_int64s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(int64_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_int64ss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 3a5ffcefaa714e878776d1b86c9c9e16b289f6cb..7236ed56df056575a7399ae6a9adbe3804fa6597 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_int8ss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_int8s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(int8_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_int8ss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 579c020de937ba3e94a960282f815ecf586bb68d..2c75f449b1e80056e6c73968b11e982c5f14cf09 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_int8ss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_int8s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(int8_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_int8ss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 4fbc32df7de180249cbe1a6abf455381fd90a656..9a5f0bedf347077fea05d242fd1990eb04fa0fbb 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_number_unsignedss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_number_unsigneds_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_number_unsigned_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_number_unsignedss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 61a4ea41886a58a98b48a17a8e6ca51ff0b8f018..55f4b12032e2c75be93e60d7b9b9f254be9e099d 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_number_unsignedss_destroy_callback__works(void **state)
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_number_unsigneds_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_number_unsigned_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_number_unsignedss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index ffa0b8c5b7c0d8fb26800046dad64982b9b706e8..14d0081dc729b64d62b04913ec31b9109be98b3f 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_pollss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_polls_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_poll_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_pollss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 4302b51a55f902bed83e6fa6578518d23322f2ab..e2120504b7fc2795f3b77425463892e792d0e867 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_pollss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_polls_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_poll_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_pollss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 353a46dc1bcde1437580b1b5bb3c6447d7d48b47..1fe7292bfaee180f9f2b004ee593c46d27002307 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_statess_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_states_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_state_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_statess_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index a6bef3ea7802fa3ca1792ad7d5cb9dff554c51f5..041ee8f9df1bfe8b22b860cf894fd0a8009a8b09 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_statess_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_states_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_state_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_statess_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index e5cac87dc3db270a93b9926cf76a508b231dd68c..f85c8348e94f93718cd37f70014ad08ab971acfa 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_statusss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_statuss_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_status_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_statusss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 883c43a35d3efa00d5881f5165fbfbb9e2a65b81..87972b0b185df2ebb638b65fe0bea2d3ae963eaa 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_statusss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_statuss_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_status_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_statusss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index c2750814289b6d2ad588641a844337186147eccf..ae8f88092ea7f1f335a8a68a5b4b257c3fd2423e 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_uint128ss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_uint128s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(f_uint128_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_uint128ss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index abd3623781d57e859d216153debf73af56e7a4b8..39b1a97384be5a861fe9bada141e8e8df8e32720 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_uint128ss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_uint128s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(f_uint128_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_uint128ss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 12b25f23e21e8d9c50b889a701bc03226b708ccf..83e0490417ff37896e45e6e1c2c2b7165599af85 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_uint16ss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_uint16s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(uint16_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_uint16ss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 3d9d09419ba25fd851e82e47c8668021505ab6cd..9283dd453b3fda6eb460832db330cab07eeaa3f9 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_uint16ss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_uint16s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(uint16_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_uint16ss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 4f57ff3721d1144dd67286d4c62ee4dce8be5aca..cc02f075aab58419ea87dfc63e78d154c3388e24 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_uint32ss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_uint32s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(uint32_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_uint32ss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index d54d281b96aedea9ac385fa0e6f686cfdcb00aaa..b59b23d0e8c845c3613255f062fb246c4aef7c54 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_uint32ss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_uint32s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(uint32_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_uint32ss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 8de79e41e942375e0099944a842ab409f079be3c..d8474d32ca4ebb9fc48d9250ef1913953da3e4f5 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_uint64ss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_uint64s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(uint64_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_uint64ss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 68f6e8b8210e03a6224c6fd7b272b66d03ca4145..6a4af454e69abd73648437980aecf243cb41fcce 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_uint64ss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_uint64s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(uint64_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_uint64ss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 672be3ab3f7a4d387f92b02ba04f979ac7b84fd7..cdf6a0ced22ab33e1d2783e1c6f38e2f824a08d1 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_uint8ss_delete_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_resize(length, sizeof(f_uint8s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_resize(1, sizeof(uint8_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_uint8ss_delete_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index a09ef6df384a7fa07ab5c619278c7ca46b5d8857..4555a61e8772b1feaf3dbe9e51cd56bd4fc94ee5 100644 (file)
@@ -36,16 +36,16 @@ void test__f_type_array_uint8ss_destroy_callback__works(void **state) {
 
   {
     f_status_t status = f_memory_array_adjust(length, sizeof(f_uint8s_t), (void **) &datass.array, &datass.used, &datass.size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     status = f_memory_array_adjust(1, sizeof(uint8_t), (void **) &datass.array[0].array, &datass.array[0].used, &datass.array[0].size);
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
   }
 
   {
     const f_status_t status = f_uint8ss_destroy_callback(0, length, (void *) datass.array);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(datass.array[0].size, 0);
   }
 
index 4243883071928dcb02f65fddb6af1cf0208488f9..7c27966724ab81bf8d01bc634dcb13be9954ebad 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
     if (!macro_f_utf_byte_width_is(*sequence)) {
       *character_utf = macro_f_utf_char_t_from_char_1(sequence[0]);
 
-      return F_none;
+      return F_okay;
     }
 
     if (macro_f_utf_byte_width_is(*sequence) == 1) return F_status_set_error(F_utf_fragment);
@@ -20,19 +20,19 @@ extern "C" {
 
     *character_utf = macro_f_utf_char_t_from_char_1(sequence[0]);
 
-    if (macro_f_utf_byte_width_is(*sequence) < 2) return F_none;
+    if (macro_f_utf_byte_width_is(*sequence) < 2) return F_okay;
 
     *character_utf |= macro_f_utf_char_t_from_char_2(sequence[1]);
 
-    if (macro_f_utf_byte_width_is(*sequence) == 2) return F_none;
+    if (macro_f_utf_byte_width_is(*sequence) == 2) return F_okay;
 
     *character_utf |= macro_f_utf_char_t_from_char_3(sequence[2]);
 
-    if (macro_f_utf_byte_width_is(*sequence) == 3) return F_none;
+    if (macro_f_utf_byte_width_is(*sequence) == 3) return F_okay;
 
     *character_utf |= macro_f_utf_char_t_from_char_4(sequence[3]);
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_utf_char_to_character_) || !defined(_di_f_utf_is_alphabetic_) || !defined(_di_f_utf_is_alphabetic_digit_) || !defined(_di_f_utf_is_alphabetic_numeric_) || !defined(_di_f_utf_is_ascii_) || !defined(_di_f_utf_is_combining_) || !defined(_di_f_utf_is_control_) || !defined(_di_f_utf_is_control_picture_) || !defined(_di_f_utf_is_digit_) || !defined(_di_f_utf_is_emoji_) || !defined(_di_f_utf_is_graph_) || !defined(_di_f_utf_is_numeric_) || !defined(_di_f_utf_is_phonetic_) || !defined(_di_f_utf_is_private_) || !defined(_di_f_utf_is_punctuation_) || !defined(_di_f_utf_is_symbol_) || !defined(_di_f_utf_is_unassigned_) || !defined(_di_f_utf_is_valid_) || !defined(_di_f_utf_is_whitespace_) || !defined(_di_f_utf_is_whitespace_modifier_) || !defined(_di_f_utf_is_whitespace_other_) || !defined(_di_f_utf_is_wide_) || !defined(_di_f_utf_is_word_) || !defined(_di_f_utf_is_word_dash_) || !defined(_di_f_utf_is_word_dash_plus_) || !defined(_di_f_utf_is_zero_width_) || !defined(_di_f_utf_unicode_to_)
 
@@ -68,7 +68,7 @@ extern "C" {
       *codepoint |= macro_f_utf_char_t_to_char_4(sequence) & 0x3f;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_utf_unicode_to_) || !defined(_di_f_utf_character_unicode_to_)
 
index 9df66232106643555aa2caee78df8f5a49708399..edc7b1fa0d0c6e4ff04334293a87ea323b87db96 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
  *   This value may be cleared, even on error.
  *
  * @return
- *   F_none if conversion was successful.
+ *   F_okay if conversion was successful.
  *
  *   F_complete_not_utf (with error bit) if character is an incomplete UTF-8 sequence.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -87,7 +87,7 @@ extern "C" {
  *   Does not need to be interpretted like UTF-8, this is a number from 0 onto max supported Unicode integer value (U+10FFFF).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_failure (with error bit) if width is not long enough to convert.
  *   F_parameter (with error bit) if a parameter is invalid.
index 8221afd978dcfecf61a8f03dfccf43a8d6cea0d6..b26d88bed979785967f4bd6a571300584a789ef0 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
           return F_status_set_error(F_complete_not_utf_eos);
         }
 
-        return F_none_eos;
+        return F_okay_eos;
       }
 
       ++i;
@@ -36,7 +36,7 @@ extern "C" {
 
     } while (i < step);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_buffer_decrement_
 
@@ -64,7 +64,7 @@ extern "C" {
 
         range->start += width;
 
-        return F_none_stop;
+        return F_okay_stop;
       }
       else if (range->start + width >= buffer.used) {
         if (width > 1 && range->start + width >= buffer.used + 1) {
@@ -73,7 +73,7 @@ extern "C" {
 
         range->start += width;
 
-        return F_none_eos;
+        return F_okay_eos;
       }
 
       ++i;
@@ -81,7 +81,7 @@ extern "C" {
 
     } while (i < step);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_buffer_increment_
 
index ae66d15412f12897deaa80baeeaeb6fe56f971e8..845f80566aedce802c362e0cab31b0b189e4d227 100644 (file)
@@ -91,9 +91,9 @@ extern "C" {
  *   (For UTF-8 character of width 3, each step would be (3 * sizeof(uint8_t)).
  *
  * @return
- *   F_none on success.
- *   F_none_stop if the stop range is reached before all steps are completed.
- *   F_none_eos if the end of buffer is reached before all steps are completed.
+ *   F_okay on success.
+ *   F_okay_stop if the stop range is reached before all steps are completed.
+ *   F_okay_eos if the end of buffer is reached before all steps are completed.
  *   F_data_not if buffer is empty or out of range.
  *
  *   F_complete_not_utf_eos (with error bit) if the end of buffer is reached before the complete UTF-8 character can be processed.
@@ -123,9 +123,9 @@ extern "C" {
  *   (For UTF-8 character of width 3, each step would be (3 * sizeof(uint8_t)).
  *
  * @return
- *   F_none on success.
- *   F_none_stop if the stop range is reached before all steps are completed.
- *   F_none_eos if the end of buffer is reached before all steps are completed.
+ *   F_okay on success.
+ *   F_okay_stop if the stop range is reached before all steps are completed.
+ *   F_okay_eos if the end of buffer is reached before all steps are completed.
  *   F_data_not if buffer is empty or out of range.
  *
  *   F_complete_not_utf_stop (with error bit) if the stop range is reached before the complete UTF-8 character can be processed.
index 478aa244404b2390a1333e63259099f7c9f8068d..3e870fe09c40f5bae819336922188d7e691d2340 100644 (file)
@@ -60,7 +60,7 @@ extern "C" {
         memcpy(*character, &unicode, sizeof(f_char_t) * macro_f_utf_char_t_width_is(unicode));
       #endif // __BYTE_ORDER == __LITTLE_ENDIAN*/
 
-      return F_none;
+      return F_okay;
     }
 
     memcpy(*character, &unicode, sizeof(f_char_t));
@@ -73,7 +73,7 @@ extern "C" {
       memcpy(*character, &unicode, sizeof(f_char_t));
     #endif // __BYTE_ORDER == __LITTLE_ENDIAN*/
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_char_to_char_
 
@@ -124,7 +124,7 @@ extern "C" {
       *character |= 0xe0808080;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_character_unicode_from_
 
@@ -196,7 +196,7 @@ extern "C" {
 
     *codepoint = value;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_character_unicode_string_to_
 
@@ -262,7 +262,7 @@ extern "C" {
       (*character)[3] = F_utf_byte_1_d | ((f_char_t) (codepoint & 0x3f));
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_unicode_from_
 
@@ -342,7 +342,7 @@ extern "C" {
 
     *unicode = value;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_unicode_string_to_
 
index d4f267b9eb0561e647468c4f8cc9167968dbcb66..b2d16c2ac24d65547153e98b4ad1de5591ddb74a 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   This is then updated to represent the max bytes used if enough space is available.
  *
  * @return
- *   F_none if conversion was successful.
+ *   F_okay if conversion was successful.
  *
  *   F_failure (with error bit) if width is not long enough to convert.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -56,7 +56,7 @@ extern "C" {
  *   The Unicode number.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_utf_fragment (with error bit) if character is a UTF-8 fragment.
@@ -81,7 +81,7 @@ extern "C" {
  *   The (UTF-8) character.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_utf_fragment (with error bit) if character is a UTF-8 fragment.
@@ -108,7 +108,7 @@ extern "C" {
  *   Does not need to be interpretted like UTF-8, this is a number from 0 onto max supported Unicode integer value (U+10FFFF).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_failure (with error bit) if width_max is not long enough to convert.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -132,7 +132,7 @@ extern "C" {
  *   This value may be cleared, even on error.
  *
  * @return
- *   F_none if conversion was successful.
+ *   F_okay if conversion was successful.
  *
  *   F_failure (with error bit) if width is not long enough to convert.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -159,7 +159,7 @@ extern "C" {
  *   The caller is expected to ensure this.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_failure (with error bit) if width_max is not long enough to convert.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -185,7 +185,7 @@ extern "C" {
  *   Does not need to be interpretted like UTF-8, this is a number from 0 onto max supported Unicode integer value (U+10FFFF).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_failure (with error bit) if width is not long enough to convert.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -215,7 +215,7 @@ extern "C" {
  *   Does not need to be interpretted like UTF-8, this is a number from 0 onto max supported Unicode integer value (U+10FFFF).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_failure (with error bit) if width_max is not long enough to convert.
  *   F_parameter (with error bit) if a parameter is invalid.
index bf633368b3a5f0de3ab8a3a40a9c571bffa79f25..3d8f9c962c7b89d89c83042ff72cb0588415e10a 100644 (file)
@@ -55,7 +55,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_dynamic_append_assure_
 
@@ -96,7 +96,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_dynamic_append_assure_nulless_
 
@@ -296,7 +296,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_dynamic_partial_append_assure_
 
@@ -342,7 +342,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_dynamic_append_assure_nulless_
 
@@ -503,7 +503,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_dynamic_partial_prepend_assure_
 
@@ -548,7 +548,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_dynamic_partial_prepend_assure_nulless
 
@@ -603,7 +603,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_dynamic_prepend_assure_
 
@@ -644,7 +644,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_dynamic_prepend_assure_nulless_
 
@@ -687,11 +687,11 @@ extern "C" {
 
       ++range->start;
 
-      if (range->start >= buffer.used) return F_none_eos;
-      if (range->start > range->stop) return F_none_stop;
+      if (range->start >= buffer.used) return F_okay_eos;
+      if (range->start > range->stop) return F_okay_stop;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_dynamic_seek_line_
 
@@ -710,15 +710,15 @@ extern "C" {
         return F_status_set_error(F_utf_fragment);
       }
 
-      if (buffer.string[range->start] == f_utf_char_eol_s) return F_none_eol;
+      if (buffer.string[range->start] == f_utf_char_eol_s) return F_okay_eol;
 
       ++range->start;
 
-      if (range->start >= buffer.used) return F_none_eos;
-      if (range->start > range->stop) return F_none_stop;
+      if (range->start >= buffer.used) return F_okay_eos;
+      if (range->start > range->stop) return F_okay_stop;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_dynamic_seek_line_to_
 
@@ -739,11 +739,11 @@ extern "C" {
 
       ++range->start;
 
-      if (range->start >= buffer.used) return F_none_eos;
-      if (range->start > range->stop) return F_none_stop;
+      if (range->start >= buffer.used) return F_okay_eos;
+      if (range->start > range->stop) return F_okay_stop;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_dynamic_seek_to_
 
@@ -754,7 +754,7 @@ extern "C" {
     #endif // _di_level_0_parameter_checking_
 
     if (destination->used && !destination->string[destination->used - 1]) {
-      return F_none;
+      return F_okay;
     }
 
     if (destination->used == F_string_t_size_d) {
@@ -768,7 +768,7 @@ extern "C" {
 
     destination->string[destination->used++] = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_dynamic_terminate_
 
@@ -780,7 +780,7 @@ extern "C" {
 
     if (destination->used < destination->size) {
       if (!destination->string[destination->used]) {
-        return F_none;
+        return F_okay;
       }
     }
 
@@ -795,7 +795,7 @@ extern "C" {
 
     destination->string[destination->used] = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_dynamic_terminate_after_
 
index f4888a37651ccf4fd36bb8ea2f24db34ce56033d..732d9e9567ca969403d78db25cb7b81ddb4d529e 100644 (file)
@@ -59,7 +59,7 @@ extern "C" {
  *   The string to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) on out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -77,7 +77,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -98,7 +98,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -121,7 +121,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -144,7 +144,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -169,7 +169,7 @@ extern "C" {
  *   The string to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -194,7 +194,7 @@ extern "C" {
  *   The string to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -220,7 +220,7 @@ extern "C" {
  *   The string to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size) (or step is 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -245,7 +245,7 @@ extern "C" {
  *   The string to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -270,7 +270,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -297,7 +297,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -322,7 +322,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -349,7 +349,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -374,7 +374,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -399,7 +399,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -428,7 +428,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -455,7 +455,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -484,7 +484,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -515,7 +515,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -544,7 +544,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -575,7 +575,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -602,7 +602,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -629,7 +629,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -658,7 +658,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -685,7 +685,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *   F_data_not_eos if range.start >= source.used.
  *   F_data_not_stop if range.start > range.stop.
@@ -710,7 +710,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -733,7 +733,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -758,7 +758,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -781,7 +781,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -802,7 +802,7 @@ extern "C" {
  *   The string to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -822,9 +822,9 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_eos on success, but stopped at end of string.
- *   F_none_stop on success, but stopped at end of range.
+ *   F_okay on success.
+ *   F_okay_eos on success, but stopped at end of string.
+ *   F_okay_stop on success, but stopped at end of range.
  *   F_data_not on success, but there was no string data to seek.
  *   F_data_not_stop on success, but the range.start > range.stop.
  *
@@ -849,9 +849,9 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_eos on success, but stopped at end of string.
- *   F_none_stop on success, but stopped at end of range.
+ *   F_okay on success.
+ *   F_okay_eos on success, but stopped at end of string.
+ *   F_okay_stop on success, but stopped at end of range.
  *   F_data_not on success, but there was no string data to seek.
  *   F_data_not_stop on success, but the range.start > range.stop.
  *
@@ -876,9 +876,9 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_eos on success, but stopped at end of string.
- *   F_none_stop on success, but stopped at end of range.
+ *   F_okay on success.
+ *   F_okay_eos on success, but stopped at end of string.
+ *   F_okay_stop on success, but stopped at end of range.
  *   F_data_not on success, but there was no string data to seek.
  *   F_data_not_stop on success, but the range.start > range.stop.
  *
@@ -903,7 +903,7 @@ extern "C" {
  *   The new string, which will be allocated or reallocated as necessary.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_string_too_large (with error bit) if string is too large to fit into the buffer.
@@ -928,7 +928,7 @@ extern "C" {
  *   The new string, which will be allocated or reallocated as necessary.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_string_too_large (with error bit) if string is too large to fit into the buffer.
index 6c527babf9fadf94de513e423f2f8f1018537f64..04a232c5d7992f457e87976965ceca3174c23074 100644 (file)
@@ -54,7 +54,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -73,7 +73,7 @@ extern "C" {
  *   The destination strings the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -94,7 +94,7 @@ extern "C" {
  *   The destination strings the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -119,7 +119,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (size == 0) (or amount is 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -143,7 +143,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (size == 0) (or amount is 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -167,7 +167,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -192,7 +192,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -213,7 +213,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index f5dc5edb211fc686fcb14d872f163daaa5c2f22c..4866bcf221bf4a964c643eb805e9f377551644f3 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + 1 > destination->size) {
       status = private_f_utf_string_dynamicss_resize(destination->used + F_memory_default_allocation_small_d, destination);
@@ -44,7 +44,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_dynamicss_append_
 
@@ -56,7 +56,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_utf_string_dynamicss_resize(destination->used + source.used, destination);
@@ -73,7 +73,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_dynamicss_append_all_
 
index cb732c90cdcbcc227b0fa4c62db0a9cd0f6880e0..7310e6087972126b3fc47ad98e83d9b3254525cc 100644 (file)
@@ -54,7 +54,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -73,7 +73,7 @@ extern "C" {
  *   The destination strings the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -94,7 +94,7 @@ extern "C" {
  *   The destination strings the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -119,7 +119,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (size == 0) (or amount is 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -143,7 +143,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (size == 0) (or amount is 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -167,7 +167,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -192,7 +192,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -213,7 +213,7 @@ extern "C" {
  *   The array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 84671cc17a915109abce7b0db3216146fe8f7aec..babe2f816b7ec9a345001c8d4394f4f9d9d4facb 100644 (file)
@@ -751,7 +751,7 @@ extern "C" {
  *   This is the width in bytes the codepoint takes up in UTF-8.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if width_max is less than 1.
  *
  *   F_complete_not_utf (with error bit set) if character is an incomplete UTF-8 sequence.
index 285ac9d828d14f4eef5c0156905451ef1090ff35..ff86a66a306223393a5382fffd0932ec1fdace0e 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
       if (!destination) return F_status_set_error(F_parameter);
     #endif // _di_level_0_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + 1 > destination->size) {
       status = private_f_utf_string_map_multis_resize(destination->used + F_memory_default_allocation_small_d, destination);
@@ -47,7 +47,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_map_multis_append_
 
index 3a2df6a0ba7d718997c96cbe331a39bd26d14486..e75bae0a47550ea2995a2bca1e94be3016b8b875 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
  *   The map_multis array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -77,7 +77,7 @@ extern "C" {
  *   The destination maps the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_string_too_large (with error bit) if the combined string is too large.
@@ -97,7 +97,7 @@ extern "C" {
  *   The destination maps the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -122,7 +122,7 @@ extern "C" {
  *   The map_multis array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -146,7 +146,7 @@ extern "C" {
  *   The map_multis array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -169,7 +169,7 @@ extern "C" {
  *   The map_multis array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -194,7 +194,7 @@ extern "C" {
  *   The map_multis array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -215,7 +215,7 @@ extern "C" {
  *   The map_multis array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 257fcf24d297ae6dd516e8cb339eee0b5d4bb46a..fceab23097881790cadcba336fc1489a43702989 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + 1 > destination->size) {
       status = private_f_utf_string_map_multiss_resize(destination->used + F_memory_default_allocation_small_d, destination);
@@ -44,7 +44,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_map_multiss_append_
 
@@ -56,7 +56,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_utf_string_map_multiss_resize(destination->used + source.used, destination);
@@ -73,7 +73,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_map_multiss_append_all_
 
index 547afa3fc243627c95aa146a126d41fe9b64fd33..7f94472b5646553f6cb4c5199be5c706e2689dc1 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
  *   The map_multiss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -77,7 +77,7 @@ extern "C" {
  *   The destination maps the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_string_too_large (with error bit) if the combined string is too large.
@@ -97,7 +97,7 @@ extern "C" {
  *   The destination maps the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -122,7 +122,7 @@ extern "C" {
  *   The map_multiss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -146,7 +146,7 @@ extern "C" {
  *   The map_multiss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -169,7 +169,7 @@ extern "C" {
  *   The map_multiss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -194,7 +194,7 @@ extern "C" {
  *   The map_multiss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -215,7 +215,7 @@ extern "C" {
  *   The map_multiss array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 52b71f22820f8836304516d8333573aad033db24..c5569825c463244b0cfca4724dfb3dc8588852ea 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
       if (!destination) return F_status_set_error(F_parameter);
     #endif // _di_level_0_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + 1 > destination->size) {
       status = private_f_utf_string_maps_resize(destination->used + F_memory_default_allocation_small_d, destination);
@@ -45,7 +45,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_maps_append_
 
index 85b02a0ea291457f70ba9a0f066e3795c92572e8..2f9416bf58e0c3884e3ca8b63b8413d954460db9 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
  *   The string maps array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -77,7 +77,7 @@ extern "C" {
  *   The destination maps the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_string_too_large (with error bit) if the combined string is too large.
@@ -97,7 +97,7 @@ extern "C" {
  *   The destination maps the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -122,7 +122,7 @@ extern "C" {
  *   The string maps array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -146,7 +146,7 @@ extern "C" {
  *   The string maps array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -169,7 +169,7 @@ extern "C" {
  *   The string maps array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -194,7 +194,7 @@ extern "C" {
  *   The string maps array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -215,7 +215,7 @@ extern "C" {
  *   The string maps array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index b93c9c3fcb8efcb5ed1659348e0de38e5af48d1a..b4eb6c19fcb30fe0b4916067c337ed25613f5065 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + 1 > destination->size) {
       status = private_f_utf_string_mapss_resize(destination->used + F_memory_default_allocation_small_d, destination);
@@ -42,7 +42,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_mapss_append_
 
@@ -54,7 +54,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_utf_string_mapss_resize(destination->used + source.used, destination);
@@ -71,7 +71,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_mapss_append_all_
 
index 0bc0eebc8b2294b22cd4a600ed155b74fa46e0f3..d05cd5f1bd2f1e5178b50ec166184738da705af6 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
  *   The string mapss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -77,7 +77,7 @@ extern "C" {
  *   The destination mapss the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_string_too_large (with error bit) if the combined string is too large.
@@ -97,7 +97,7 @@ extern "C" {
  *   The destination mapss the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is nothing to append (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -122,7 +122,7 @@ extern "C" {
  *   The string mapss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -146,7 +146,7 @@ extern "C" {
  *   The string mapss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -170,7 +170,7 @@ extern "C" {
  *   The string mapss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size) (or step is 0).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -195,7 +195,7 @@ extern "C" {
  *   The string mapss array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -216,7 +216,7 @@ extern "C" {
  *   The string mapss array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index dc4cb48681bcacbb16616f712db0b0f5df188212..afa354bbc69d1225e1160991b84e3496c0927138 100644 (file)
@@ -19,7 +19,7 @@ extern "C" {
       dynamic->used = length;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_utf_string_dynamic_adjust_) || !defined(_di_f_utf_string_dynamic_decimate_by_) || !defined(_di_f_utf_string_dynamics_adjust_) || !defined(_di_f_utf_string_dynamics_append_) || !defined(_di_f_utf_string_dynamics_decimate_by_) || !defined(_di_f_utf_string_map_multis_adjust_) || !defined(_di_f_utf_string_map_multis_append_) || !defined(_di_f_utf_string_triples_adjust_) || !defined(_di_f_utf_string_triples_decimate_by_)
 
@@ -50,7 +50,7 @@ extern "C" {
       dynamic->used = length;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_utf_string_append_) || !defined(_di_f_utf_string_append_assure_) || !defined(_di_f_utf_string_append_mash_) || !defined(_di_f_utf_string_append_nulless_) || !defined(_di_f_utf_string_dynamic_append_) || !defined(_di_f_utf_string_dynamic_append_assure_) || !defined(_di_f_utf_string_dynamic_append_nulless_) || !defined(_di_f_utf_string_dynamic_decrease_by_) || !defined(_di_f_utf_string_dynamic_increase_) || !defined(_di_f_utf_string_dynamic_increase_by_) || !defined(_di_f_utf_string_dynamic_mash_) || !defined(_di_f_utf_string_dynamic_mash_nulless_) || !defined(_di_f_utf_string_dynamic_partial_append_) || !defined(_di_f_utf_string_dynamic_partial_append_assure_) || !defined(_di_f_utf_string_dynamic_partial_mash_) || !defined(_di_f_utf_string_dynamic_prepend_) || !defined(_di_f_utf_string_dynamic_prepend_nulless_) || !defined(_di_f_utf_string_dynamic_terminate_) || !defined(_di_f_utf_string_dynamic_terminate_after_) || !defined(_di_f_utf_string_dynamics_append_) || !defined(_di_f_utf_string_dynamics_decrease_by) || !defined(_di_f_utf_string_dynamics_increase) || !defined(_di_f_utf_string_dynamics_increase_by) || !defined(_di_f_utf_string_map_multis_append_) || !defined(_di_f_utf_string_map_multis_decrease_by) || !defined(_di_f_utf_string_map_multis_increase) || !defined(_di_f_utf_string_map_multis_increase_by) || !defined(_di_f_utf_string_mash_nulless_) || !defined(_di_f_utf_string_mash_) || !defined(_di_f_utf_string_maps_append_) || !defined(_di_f_utf_string_prepend_) || !defined(_di_f_utf_string_prepend_nulless_) || !defined(_di_f_utf_string_triples_append_)
 
index ef151619a2dc755c5b99a0f7eef3f129ead4d80a..142ec1f6bf23e30df10888b2ead13a12a3f14713 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The string to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_memory_adjust().
  *
@@ -56,7 +56,7 @@ extern "C" {
  *   The string to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_string_too_large (with error bit) if the combined string is too large.
@@ -133,7 +133,7 @@ extern "C" {
  *   The string to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_memory_resize().
  *
index b8de780a26f8cac70afc7bcd4b3db877537eedaa..22eecdea5a2985187e6b4b0c8628d2bbe5f5ad01 100644 (file)
@@ -11,7 +11,7 @@ extern "C" {
 #if !defined(_di_f_utf_string_dynamics_adjust_) || !defined(_di_f_utf_string_dynamics_append_) || !defined(_di_f_utf_string_dynamics_decimate_by_) || !defined(_di_f_utf_string_map_multis_adjust_) || !defined(_di_f_utf_string_map_multis_append_)
   f_status_t private_f_utf_string_dynamics_adjust(const f_number_unsigned_t length, f_utf_string_dynamics_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
@@ -26,7 +26,7 @@ extern "C" {
 #if !defined(_di_f_utf_string_dynamics_append_) || !defined(_di_f_utf_string_map_multis_append_) || !defined(_di_f_utf_string_map_multis_append_all_)
   f_status_t private_f_utf_string_dynamics_append(const f_utf_string_dynamic_t source, f_utf_string_dynamics_t * const destination) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + 1 > destination->size) {
       status = private_f_utf_string_dynamics_resize(destination->used + F_memory_default_allocation_small_d, destination);
@@ -42,14 +42,14 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_utf_string_dynamics_append_) || !defined(_di_f_utf_string_map_multis_append_) || !defined(_di_f_utf_string_map_multis_append_all_)
 
 #if !defined(_di_f_utf_string_dynamics_append_all_) || !defined(_di_f_utf_string_map_multis_append_) || !defined(_di_f_utf_string_map_multis_append_all_)
   f_status_t private_f_utf_string_dynamics_append_all(const f_utf_string_dynamics_t source, f_utf_string_dynamics_t * const destination) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_utf_string_dynamics_resize(destination->used + source.used, destination);
@@ -66,14 +66,14 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_utf_string_dynamics_append_all_) || !defined(_di_f_utf_string_map_multis_append_) || !defined(_di_f_utf_string_map_multis_append_all_)
 
 #if !defined(_di_f_utf_string_dynamics_decrease_by_) || !defined(_di_f_utf_string_dynamics_increase_) || !defined(_di_f_utf_string_dynamics_increase_by_) || !defined(f_utf_string_dynamics_resize) || !defined(_di_f_utf_string_map_multis_append_) || !defined(_di_f_utf_string_map_multis_append_all_) || !defined(_di_f_utf_string_map_multis_decrease_by_) || !defined(_di_f_utf_string_map_multis_increase_) || !defined(_di_f_utf_string_map_multis_increase_by_) || !defined(_di_f_utf_string_map_multis_resize_) || !defined(_di_f_utf_string_map_multiss_append_) || !defined(_di_f_utf_string_map_multiss_append_all_) || !defined(_di_f_utf_string_map_multiss_decrease_by_) || !defined(_di_f_utf_string_map_multiss_increase_) || !defined(_di_f_utf_string_map_multiss_increase_by_)
   f_status_t private_f_utf_string_dynamics_resize(const f_number_unsigned_t length, f_utf_string_dynamics_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
index 983e65616786fbf403728436b6d4b7ad5d83a501..03cf25923695a77b9e77dae96deab372d797eaf5 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The dynamics to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -55,7 +55,7 @@ extern "C" {
  *   The destination dynamics the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -82,7 +82,7 @@ extern "C" {
  *   The destination dynamics the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -109,7 +109,7 @@ extern "C" {
  *   The dynamics to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index 69b518583dc60d146f14161dbb1034658d4f33af..0ce0ffdec85e84a17249fef6e1cddb4afe37e040 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 #if !defined(_di_f_utf_string_dynamicss_adjust_) || !defined(_di_f_utf_string_dynamicss_append_) || !defined(_di_f_utf_string_dynamicss_decimate_by_) || !defined(_di_f_utf_string_map_multis_adjust_) || !defined(_di_f_utf_string_map_multis_append_)
   f_status_t private_f_utf_string_dynamicss_adjust(const f_number_unsigned_t length, f_utf_string_dynamicss_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
@@ -27,7 +27,7 @@ extern "C" {
 #if !defined(_di_f_utf_string_dynamicss_decrease_by_) || !defined(_di_f_utf_string_dynamicss_increase_) || !defined(_di_f_utf_string_dynamicss_increase_by_) || !defined(_di_f_utf_string_dynamicss_append_all_) || !defined(_di_f_utf_string_map_multis_append_all_)
   f_status_t private_f_utf_string_dynamicss_resize(const f_number_unsigned_t length, f_utf_string_dynamicss_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
index 58d36bc053f49c27d8f86c366264d960eebb3a9b..8977d6f08a76923678937d0fde46bf881b8dcf28 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The dynamicss to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -55,7 +55,7 @@ extern "C" {
  *   The dynamicss to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index fcfc31766416abbf66dff1e57d9a29c8f4466640..9455a35771007b8fabe8024465cb6d96fc26fa95 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 #if !defined(_di_f_utf_string_map_multis_adjust_) || !defined(_di_f_utf_string_map_multis_decimate_by_)
   f_status_t private_f_utf_string_map_multis_adjust(const f_number_unsigned_t length, f_utf_string_map_multis_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
@@ -30,7 +30,7 @@ extern "C" {
 #if !defined(_di_f_utf_string_map_multis_append_all_) || !defined(_di_f_utf_string_map_multiss_append_) || !defined(_di_f_utf_string_map_multiss_append_all_)
   f_status_t private_f_utf_string_map_multis_append_all(const f_utf_string_map_multis_t source, f_utf_string_map_multis_t * const destination) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_utf_string_map_multis_resize(destination->used + source.used, destination);
@@ -53,14 +53,14 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_utf_string_map_multis_append_all_) || !defined(_di_f_utf_string_map_multiss_append_) || !defined(_di_f_utf_string_map_multiss_append_all_)
 
 #if !defined(_di_f_utf_string_map_multis_append_) || !defined(_di_f_utf_string_map_multis_append_all_) || !defined(_di_f_utf_string_map_multis_decrease_by_) || !defined(_di_f_utf_string_map_multis_increase_) || !defined(_di_f_utf_string_map_multis_increase_by_) || !defined(_di_f_utf_string_map_multis_resize_) || !defined(_di_f_utf_string_map_multiss_append_) || !defined(_di_f_utf_string_map_multiss_append_all_) || !defined(_di_f_utf_string_map_multiss_decrease_by_) || !defined(_di_f_utf_string_map_multiss_increase_) || !defined(_di_f_utf_string_map_multiss_increase_by_)
   f_status_t private_f_utf_string_map_multis_resize(const f_number_unsigned_t length, f_utf_string_map_multis_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
index aa6c4ed123a7f21e93f3c6d0efbab34886252b71..be9998564dd7073d3958c78ab504b4ca39e526ce 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The map_multis to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -51,7 +51,7 @@ extern "C" {
  *   The destination map_multis the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -78,7 +78,7 @@ extern "C" {
  *   The map_multis to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index 125a66828bbef8bb2cf0fa928230f5ce8b851f13..0472874c49045772b0e3889dcbf97902d93202da 100644 (file)
@@ -13,7 +13,7 @@ extern "C" {
 #if !defined(_di_f_utf_string_map_multiss_adjust_) || !defined(_di_f_utf_string_map_multiss_decimate_by_)
   f_status_t private_f_utf_string_map_multiss_adjust(const f_number_unsigned_t length, f_utf_string_map_multiss_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
@@ -28,7 +28,7 @@ extern "C" {
 #if !defined(_di_f_utf_string_map_multiss_decrease_by_) || !defined(_di_f_utf_string_map_multiss_increase_) || !defined(_di_f_utf_string_map_multiss_increase_by_)
   f_status_t private_f_utf_string_map_multiss_resize(const f_number_unsigned_t length, f_utf_string_map_multiss_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
index d044bcbe779ed70d9cf4179aff6a518399139720..6bcbcf35823389c3b426dc43ca820162f3e5e764 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The map_multiss to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -51,7 +51,7 @@ extern "C" {
  *   The map_multiss to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index 70a4e3eb63312908f5672b9b8790e74984a254fd..6f087bd88ece0f2ab2be33c19690abae05ff3192 100644 (file)
@@ -11,7 +11,7 @@ extern "C" {
 #if !defined(_di_f_utf_string_maps_adjust_) || !defined(_di_f_utf_string_maps_decimate_by_)
   f_status_t private_f_utf_string_maps_adjust(const f_number_unsigned_t length, f_utf_string_maps_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
@@ -29,7 +29,7 @@ extern "C" {
 #if !defined(_di_f_utf_string_maps_append_all_) || !defined(_di_f_utf_string_mapss_append_) || !defined(_di_f_utf_string_mapss_append_all_)
   f_status_t private_f_utf_string_maps_append_all(const f_utf_string_maps_t source, f_utf_string_maps_t * const destination) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_utf_string_maps_resize(destination->used + source.used, destination);
@@ -52,14 +52,14 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_utf_string_maps_append_all_) || !defined(_di_f_utf_string_mapss_append_) || !defined(_di_f_utf_string_mapss_append_all_)
 
 #if !defined(_di_f_utf_string_maps_append_) || !defined(_di_f_utf_string_maps_append_all_) || !defined(_di_f_utf_string_maps_decrease_by_) || !defined(_di_f_utf_string_maps_increase_) || !defined(_di_f_utf_string_maps_increase_by_) || !defined(_di_f_utf_string_maps_resize_) || !defined(_di_f_utf_string_mapss_append_) || !defined(_di_f_utf_string_mapss_append_all_) || !defined(_di_f_utf_string_mapss_decrease_by_) || !defined(_di_f_utf_string_mapss_increase_) || !defined(_di_f_utf_string_mapss_increase_by_)
   f_status_t private_f_utf_string_maps_resize(const f_number_unsigned_t length, f_utf_string_maps_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
index 52b159cf449421dd66aea3d13774f949100104ea..9e92670aadaabb0a3d5fbda3e51d80248c1dd9a7 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The maps to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -51,7 +51,7 @@ extern "C" {
  *   The destination maps the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -78,7 +78,7 @@ extern "C" {
  *   The maps to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index b7a77c6dba2f2672f482c2954acabb6fb9ebdc95..0673eac49a2f23a5dd348fd9f3d9ce525a62e5e4 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 #if !defined(_di_f_utf_string_mapss_adjust_) || !defined(_di_f_utf_string_mapss_decimate_by_)
   f_status_t private_f_utf_string_mapss_adjust(const f_number_unsigned_t length, f_utf_string_mapss_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
@@ -27,7 +27,7 @@ extern "C" {
 #if !defined(_di_f_utf_string_mapss_decrease_by_) || !defined(_di_f_utf_string_mapss_increase_) || !defined(_di_f_utf_string_mapss_increase_by_)
   f_status_t private_f_utf_string_mapss_resize(const f_number_unsigned_t length, f_utf_string_mapss_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
index c6eea33b59e5ba48a71d5a8671ccc9b362c55818..21cdcae0eb14be6e15f89e60c9af7efe3c0d043e 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The structure to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -51,7 +51,7 @@ extern "C" {
  *   The structure to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index 7fc16d2580ca1c2f713fd0513412993689ca0106..2994c3d0e050622ad84618dd5cdf895fab7fea99 100644 (file)
@@ -18,14 +18,14 @@ extern "C" {
     destination->used += length;
     destination->string[destination->used] = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_utf_string_append_) || !defined(_di_f_utf_string_append_assure_) || !defined(_di_f_utf_string_dynamic_append_) || !defined(_di_f_utf_string_dynamic_append_assure_) || !defined(_di_f_utf_string_dynamic_mash_) || !defined(_di_f_utf_string_dynamic_partial_append_) || !defined(_di_f_utf_string_dynamic_partial_append_assure_) || !defined(_di_f_utf_string_dynamic_partial_mash_) || !defined(_di_f_utf_string_dynamics_append_) || !defined(_di_f_utf_string_map_multis_append_) || !defined(_di_f_utf_string_mash_) || !defined(_di_f_utf_string_maps_append_) || !defined(_di_f_utf_string_triples_append_)
 
 #if !defined(_di_f_utf_string_append_assure_nulless_) || !defined(_di_f_utf_string_append_nulless_) || !defined(_di_f_utf_string_dynamic_append_assure_nulless_) || !defined(_di_f_utf_string_dynamic_append_nulless_) || !defined(_di_f_utf_string_dynamic_mash_nulless_) || !defined(_di_f_utf_string_dynamic_partial_append_assure_nulless_) || !defined(_di_f_utf_string_dynamic_partial_append_nulless_) || !defined(_di_f_utf_string_dynamic_partial_mash_nulless_) || !defined(_di_f_utf_string_mash_nulless_)
   f_status_t private_f_utf_string_append_nulless(const f_utf_string_t source, const f_number_unsigned_t length, f_utf_string_dynamic_t * const destination) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     f_number_unsigned_t i = 0;
     f_number_unsigned_t size = 0;
@@ -69,7 +69,7 @@ extern "C" {
 
     destination->string[destination->used] = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_utf_string_append_assure_nulless_) || !defined(_di_f_utf_string_append_nulless_) || !defined(_di_f_utf_string_dynamic_append_assure_nulless_) || !defined(_di_f_utf_string_dynamic_append_nulless_) || !defined(_di_f_utf_string_dynamic_mash_nulless_) || !defined(_di_f_utf_string_dynamic_partial_append_assure_nulless_) || !defined(_di_f_utf_string_dynamic_partial_append_nulless_) || !defined(_di_f_utf_string_dynamic_partial_mash_nulless_) || !defined(_di_f_utf_string_mash_nulless_)
 
@@ -95,7 +95,7 @@ extern "C" {
 
     destination->used += length;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_utf_string_dynamic_mish_) || !defined(_di_f_utf_string_dynamic_partial_mish_) || !defined(_di_f_utf_string_dynamic_partial_prepend_assure_) || !defined(_di_f_utf_string_dynamic_partial_prepend_) || !defined(_di_f_utf_string_dynamic_prepend_assure_) || !defined(_di_f_utf_string_dynamic_prepend_) || !defined(_di_f_utf_string_mish_) || !defined(_di_f_utf_string_prepend_assure_) || !defined(_di_f_utf_string_prepend_)
 
@@ -106,7 +106,7 @@ extern "C" {
       return F_status_set_error(F_string_too_large);
     }
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     f_number_unsigned_t first = 0;
     f_number_unsigned_t offset = 0;
@@ -162,7 +162,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_utf_string_dynamic_mish_nulless_) || !defined(_di_f_utf_string_dynamic_partial_mish_nulless_) || !defined(_di_f_utf_string_dynamic_partial_prepend_assure_nulless_) || !defined(_di_f_utf_string_dynamic_partial_prepend_nulless_) || !defined(_di_f_utf_string_dynamic_prepend_assure_nulless_) || !defined(_di_f_utf_string_dynamic_prepend_nulless_) || !defined(_di_f_utf_string_mish_nulless_) || !defined(_di_f_utf_string_prepend_assure_nulless_) || !defined(_di_f_utf_string_prepend_nulless_)
 
index ee67f105a65efeaf9510897d092731974c1b5f8c..47e8195ac9ff098f87a4a113a8dec838d9bd060f 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_string_too_large (with error bit) if the combined string is too large.
  *
@@ -71,7 +71,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_string_too_large (with error bit) if the combined string is too large.
  *
@@ -108,7 +108,7 @@ extern "C" {
  *   The destination string the source and glue are prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_string_too_large (with error bit) if the combined string is too large.
  *
@@ -146,7 +146,7 @@ extern "C" {
  *   The destination string the source and glue are prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_string_too_large (with error bit) if the combined string is too large.
  *
index c764a8e0238c5d1d6276397476a75ea467027636..c0cecad7d9f683d4226c2622182cb72d24af115b 100644 (file)
@@ -11,7 +11,7 @@ extern "C" {
 #if !defined(_di_f_utf_string_triples_adjust_) || !defined(_di_f_utf_string_triples_decimate_by_)
   f_status_t private_f_utf_string_triples_adjust(const f_number_unsigned_t length, f_utf_string_triples_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
@@ -32,7 +32,7 @@ extern "C" {
 #if !defined(_di_f_utf_string_triples_append_all_) || !defined(_di_f_utf_string_tripless_append_) || !defined(_di_f_utf_string_tripless_append_all_)
   f_status_t private_f_utf_string_triples_append_all(const f_utf_string_triples_t source, f_utf_string_triples_t * const destination) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_utf_string_triples_resize(destination->used + source.used, destination);
@@ -61,14 +61,14 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_f_utf_string_triples_append_all_) || !defined(_di_f_utf_string_tripless_append_) || !defined(_di_f_utf_string_tripless_append_all_)
 
 #if !defined(_di_f_utf_string_triples_decrease_by_) || !defined(_di_f_utf_string_triples_increase_) || !defined(_di_f_utf_string_triples_increase_by_)
   f_status_t private_f_utf_string_triples_resize(const f_number_unsigned_t length, f_utf_string_triples_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
index f401e48c88b1533dc03ddad7bd42a0e492a2591a..dc15a1f120cd303a1dbd5b094097c3bca4f8d681 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The triples to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -50,7 +50,7 @@ extern "C" {
  *   The destination triples the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -76,7 +76,7 @@ extern "C" {
  *   The triples to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -102,7 +102,7 @@ extern "C" {
  *   The tripless to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -126,7 +126,7 @@ extern "C" {
  *   The tripless to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index 875bd237bca8fa791e4dadf0738fc5102eaa77bf..d4512790519b35013e68111c68a2818d111a220a 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 #if !defined(_di_f_utf_string_tripless_adjust_) || !defined(_di_f_utf_string_tripless_decimate_by_)
   f_status_t private_f_utf_string_tripless_adjust(const f_number_unsigned_t length, f_utf_string_tripless_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
@@ -27,7 +27,7 @@ extern "C" {
 #if !defined(_di_f_utf_string_tripless_decrease_by_) || !defined(_di_f_utf_string_tripless_increase_) || !defined(_di_f_utf_string_tripless_increase_by_)
   f_status_t private_f_utf_string_tripless_resize(const f_number_unsigned_t length, f_utf_string_tripless_t * const structure) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < structure->size; ++i) {
 
index b2d97f7ee6b5470e06194be09d6c22804dd4117c..c399d4912e62c9f603d6881837ed34c692a2c8e1 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The tripless to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
@@ -50,7 +50,7 @@ extern "C" {
  *   The tripless to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if the combined array is too large.
  *
index 88ef2ba488ebd65bea532597880610fa239f721b..065be85ab7ef465d7a0353896214fba133f407e9 100644 (file)
@@ -55,7 +55,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_append_assure_
 
@@ -96,7 +96,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_append_assure_nulless_
 
@@ -231,7 +231,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_prepend_assure_
 
@@ -272,7 +272,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_prepend_assure_nulless_
 
@@ -307,11 +307,11 @@ extern "C" {
       ++range->start;
 
       if (range->start > range->stop) {
-        return F_none_stop;
+        return F_okay_stop;
       }
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_seek_line_
 
@@ -328,17 +328,17 @@ extern "C" {
     while (string[range->start] != seek_to) {
 
       if (string[range->start] == f_utf_char_eol_s) {
-        return F_none_eol;
+        return F_okay_eol;
       }
 
       ++range->start;
 
       if (range->start > range->stop) {
-        return F_none_stop;
+        return F_okay_stop;
       }
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_seek_line_to_
 
@@ -357,11 +357,11 @@ extern "C" {
       ++range->start;
 
       if (range->start > range->stop) {
-        return F_none_stop;
+        return F_okay_stop;
       }
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_seek_to_
 
index 27bfcf793f4427aa86445873d5f5ab4713de68b8..a4c5a55b91f3190308776d0ecf4f67a92ff0b1d1 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -54,7 +54,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -82,7 +82,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -107,7 +107,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -136,7 +136,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -167,7 +167,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -196,7 +196,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -227,7 +227,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -252,7 +252,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -279,7 +279,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -307,7 +307,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -335,7 +335,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -357,8 +357,8 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_stop on success, but stopped at end of range.
+ *   F_okay on success.
+ *   F_okay_stop on success, but stopped at end of range.
  *   F_data_not_stop on success, but the range.start > range.stop.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -383,9 +383,9 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_eol on success, but stopped at EOL.
- *   F_none_stop on success, but stopped at the stop location.
+ *   F_okay on success.
+ *   F_okay_eol on success, but stopped at EOL.
+ *   F_okay_stop on success, but stopped at the stop location.
  *   F_data_not_stop if range.start > range.stop.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -406,8 +406,8 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_stop on success, but stopped at the stop location.
+ *   F_okay on success.
+ *   F_okay_stop on success, but stopped at the stop location.
  *   F_data_not_stop if range.start > range.stop.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
index d03b9b3d84fd3e9d5ef3103eafdcaac3e1e95566..29617279060673dafb04d1009c61bee41c68830e 100644 (file)
@@ -52,7 +52,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_append_assure_
 
@@ -90,7 +90,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_append_assure_nulless_
 
@@ -220,7 +220,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_prepend_assure_
 
@@ -258,7 +258,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_prepend_assure_nulless_
 
@@ -288,10 +288,10 @@ extern "C" {
 
       ++range->start;
 
-      if (range->start > range->stop) return F_none_stop;
+      if (range->start > range->stop) return F_okay_stop;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_seek_line_
 
@@ -305,14 +305,14 @@ extern "C" {
 
     while (string[range->start] != seek_to) {
 
-      if (string[range->start] == f_utf_char_t_eol_s) return F_none_eol;
+      if (string[range->start] == f_utf_char_t_eol_s) return F_okay_eol;
 
       ++range->start;
 
-      if (range->start > range->stop) return F_none_stop;
+      if (range->start > range->stop) return F_okay_stop;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_seek_line_to_
 
@@ -328,10 +328,10 @@ extern "C" {
 
       ++range->start;
 
-      if (range->start > range->stop) return F_none_stop;
+      if (range->start > range->stop) return F_okay_stop;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_seek_to_
 
index 27bfcf793f4427aa86445873d5f5ab4713de68b8..a4c5a55b91f3190308776d0ecf4f67a92ff0b1d1 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -54,7 +54,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -82,7 +82,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -107,7 +107,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -136,7 +136,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -167,7 +167,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -196,7 +196,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -227,7 +227,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -252,7 +252,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -279,7 +279,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -307,7 +307,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -335,7 +335,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -357,8 +357,8 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_stop on success, but stopped at end of range.
+ *   F_okay on success.
+ *   F_okay_stop on success, but stopped at end of range.
  *   F_data_not_stop on success, but the range.start > range.stop.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -383,9 +383,9 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_eol on success, but stopped at EOL.
- *   F_none_stop on success, but stopped at the stop location.
+ *   F_okay on success.
+ *   F_okay_eol on success, but stopped at EOL.
+ *   F_okay_stop on success, but stopped at the stop location.
  *   F_data_not_stop if range.start > range.stop.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -406,8 +406,8 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_stop on success, but stopped at the stop location.
+ *   F_okay on success.
+ *   F_okay_stop on success, but stopped at the stop location.
  *   F_data_not_stop if range.start > range.stop.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
index d03b9b3d84fd3e9d5ef3103eafdcaac3e1e95566..29617279060673dafb04d1009c61bee41c68830e 100644 (file)
@@ -52,7 +52,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_append_assure_
 
@@ -90,7 +90,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_append_assure_nulless_
 
@@ -220,7 +220,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_prepend_assure_
 
@@ -258,7 +258,7 @@ extern "C" {
       ++j;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_prepend_assure_nulless_
 
@@ -288,10 +288,10 @@ extern "C" {
 
       ++range->start;
 
-      if (range->start > range->stop) return F_none_stop;
+      if (range->start > range->stop) return F_okay_stop;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_seek_line_
 
@@ -305,14 +305,14 @@ extern "C" {
 
     while (string[range->start] != seek_to) {
 
-      if (string[range->start] == f_utf_char_t_eol_s) return F_none_eol;
+      if (string[range->start] == f_utf_char_t_eol_s) return F_okay_eol;
 
       ++range->start;
 
-      if (range->start > range->stop) return F_none_stop;
+      if (range->start > range->stop) return F_okay_stop;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_seek_line_to_
 
@@ -328,10 +328,10 @@ extern "C" {
 
       ++range->start;
 
-      if (range->start > range->stop) return F_none_stop;
+      if (range->start > range->stop) return F_okay_stop;
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_seek_to_
 
index 27bfcf793f4427aa86445873d5f5ab4713de68b8..a4c5a55b91f3190308776d0ecf4f67a92ff0b1d1 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -54,7 +54,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -82,7 +82,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -107,7 +107,7 @@ extern "C" {
  *   The destination string the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -136,7 +136,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -167,7 +167,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -196,7 +196,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -227,7 +227,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -252,7 +252,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -279,7 +279,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -307,7 +307,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -335,7 +335,7 @@ extern "C" {
  *   The destination string the source is prepended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -357,8 +357,8 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_stop on success, but stopped at end of range.
+ *   F_okay on success.
+ *   F_okay_stop on success, but stopped at end of range.
  *   F_data_not_stop on success, but the range.start > range.stop.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -383,9 +383,9 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_eol on success, but stopped at EOL.
- *   F_none_stop on success, but stopped at the stop location.
+ *   F_okay on success.
+ *   F_okay_eol on success, but stopped at EOL.
+ *   F_okay_stop on success, but stopped at the stop location.
  *   F_data_not_stop if range.start > range.stop.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -406,8 +406,8 @@ extern "C" {
  *   The start location will be incremented by seek.
  *
  * @return
- *   F_none on success.
- *   F_none_stop on success, but stopped at the stop location.
+ *   F_okay on success.
+ *   F_okay_stop on success, but stopped at the stop location.
  *   F_data_not_stop if range.start > range.stop.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
index 6f5ce999d39c8d79640520e68d45360d593670db..07033692932b5ca91bfa691117276a6d954f141b 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
       if (!destination) return F_status_set_error(F_parameter);
     #endif // _di_level_0_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + 1 > destination->size) {
       status = private_f_utf_string_triples_resize(destination->used + F_memory_default_allocation_small_d, destination);
@@ -51,7 +51,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_triples_append_
 
@@ -63,7 +63,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_utf_string_triples_resize(destination->used + source.used, destination);
@@ -92,7 +92,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_triples_append_all_
 
index 673259a73729a1ba5b9661689d59d1296facaef1..0eb7bfb3e90eb3105de0cc44f9d342adfcb46111 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
  *   The string triples array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) on out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -76,7 +76,7 @@ extern "C" {
  *   The destination triples the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -97,7 +97,7 @@ extern "C" {
  *   The destination triples the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -122,7 +122,7 @@ extern "C" {
  *   The string triples array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -146,7 +146,7 @@ extern "C" {
  *   The string triples array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -170,7 +170,7 @@ extern "C" {
  *   The string triples array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -195,7 +195,7 @@ extern "C" {
  *   The string triples array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -216,7 +216,7 @@ extern "C" {
  *   The string triples array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 7a043e39e5143d1cfb6bd95cd8f29f43174cbf47..ea21ca18fec5ae482e06a3c4131ad2fa20408fd3 100644 (file)
@@ -16,7 +16,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + 1 > destination->size) {
       status = private_f_utf_string_tripless_resize(destination->used + F_memory_default_allocation_small_d, destination);
@@ -32,7 +32,7 @@ extern "C" {
 
     ++destination->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_tripless_append_
 
@@ -44,7 +44,7 @@ extern "C" {
 
     if (!source.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (destination->used + source.used > destination->size) {
       status = private_f_utf_string_tripless_resize(destination->used + source.used, destination);
@@ -61,7 +61,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_f_utf_string_tripless_append_all_
 
index 9dfe427d34d83cd8c02ccd78b437beeb6dc0d709..b74b4b6557c0bef8aa48872ef7c106dd86f07e1e 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
  *   The string tripless array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) on out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -76,7 +76,7 @@ extern "C" {
  *   The destination tripless the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -97,7 +97,7 @@ extern "C" {
  *   The destination tripless the source is appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (size == 0).
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -122,7 +122,7 @@ extern "C" {
  *   The string tripless array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -146,7 +146,7 @@ extern "C" {
  *   The string tripless array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if amount is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -170,7 +170,7 @@ extern "C" {
  *   The string tripless array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + 1 <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -195,7 +195,7 @@ extern "C" {
  *   The string tripless array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + amount <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -216,7 +216,7 @@ extern "C" {
  *   The string tripless array to adjust.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index acc1e1b5eb3805d52228d136f3cf17ceade152b6..a837208172c9da567e5d76a4334cbeb5a19c383d 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_append__works(void **state) {
   {
     const f_status_t status = f_utf_string_append(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t i = 0; i < source.used; ++i) {
index 701ed6211ac1cd89b2c6147a77fd191ef054a2f0..fe0ce1e96c67352d3109f3acfddcdae00a7ad179 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_append_assure__works(void **state) {
   {
     const f_status_t status = f_utf_string_append_assure(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t i = 0; i < source.used; ++i) {
@@ -25,7 +25,7 @@ void test__f_utf_append_assure__works(void **state) {
   {
     const f_status_t status = f_utf_string_append_assure(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t i = 0; i < source.used; ++i) {
index 51b7690dbc397acd24c3a52718277284ab066ae0..8971c0f162ef8cfd1f18585e63a12b8f4152fa80 100644 (file)
@@ -14,7 +14,7 @@ void test__f_utf_append_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_append_assure_nulless(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
@@ -26,7 +26,7 @@ void test__f_utf_append_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_append_assure_nulless(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index 46550ff8bafa6690d37ae0c279becc1b60a76ca2..de30383b6066a34eb6e99bca201feb7c5e2f2468 100644 (file)
@@ -14,7 +14,7 @@ void test__f_utf_append_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_append_nulless(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index 2733816f137ec8a723e6f007afc124075a6a9499..253b7a843aa144343e2af409a31224507163a3c2 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_character_is_valid__works(void **state) {
   uint8_t fourth = 0;
   uint8_t width = 0;
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
 
   for (f_utf_char_t sequence = 0; sequence < UINT32_MAX; ++sequence) {
 
index 5ebc99799d5ec9d9bf4004b4b26db28f09840e46..c63ebf93d406c5957adb46baaab725e5217f04e6 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamic_adjust__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 61d63215226f627012101c3ce01a34cdcd930d27..20a62ac56c4baec219a801319ba3956cd5ed7550 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamic_append__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t i = 0; i < source.used; ++i) {
index 31cca7043de73a29c6e1ecd025ce654f2f4dd946..1b0ea985d1f5b7786b678100982cfa3c55781db4 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamic_append_assure__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_append_assure(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t i = 0; i < source.used; ++i) {
@@ -25,7 +25,7 @@ void test__f_utf_dynamic_append_assure__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_append_assure(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t i = 0; i < source.used; ++i) {
index 25a79f050a387db75eaada86fac41ef7ca96e7eb..13d66e4df4633e6acdebc568139a77eed1ebd5ed 100644 (file)
@@ -14,7 +14,7 @@ void test__f_utf_dynamic_append_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_append_assure_nulless(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
@@ -26,7 +26,7 @@ void test__f_utf_dynamic_append_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_append_assure_nulless(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index 84961cd5fadfe15110b6b35f6c521861f502fb99..cae65272f2b39b3a824d6a607b7f3e123ca7a0dd 100644 (file)
@@ -14,7 +14,7 @@ void test__f_utf_dynamic_append_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_append_nulless(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index 396cde370fe07eaa9e8ea600cd1087a83b863b88..0f226ece36b69025f2b25c7fbd611c09f9e60fa8 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamic_decimate_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_utf_dynamic_decimate_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 15523be351fbad5f97a3c2f72aea6237006c034e..1e7a728873ccb2ed915949c9dd582f198d7f0153 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamic_decrease_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_utf_dynamic_decrease_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 8b3a45988657387907303aeb1eff42fb3a93ce0d..996511d6bdb55f87ea943c35b8f24a3f4d37c8d6 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamic_increase__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_utf_dynamic_increase__works(void **state) {
 
     const f_status_t status = f_utf_string_dynamic_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_utf_dynamic_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 1ff7e5468d48b4c37bbc6b03668f4382f217872e..98ebd1e6663322b4c4f9ed13d84df9bdb8e530a3 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamic_increase_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_utf_dynamic_increase_by__works(void **state) {
 
     const f_status_t status = f_utf_string_dynamic_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index f39a90bcd8f793e0b2981006db9600e2b50a8362..76b1a886f7a07f01dba2266dab4f6b2982451da1 100644 (file)
@@ -15,7 +15,7 @@ void test__f_utf_dynamic_mash__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_mash(glue, source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t i = 0; i < source.used; ++i) {
@@ -27,7 +27,7 @@ void test__f_utf_dynamic_mash__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_mash(glue, source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index c81df1b8a2ffce47532fbeb64134de035e37ae99..f3c70bfc8ea40837b94127069ed167322b522e76 100644 (file)
@@ -16,7 +16,7 @@ void test__f_utf_dynamic_mash_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_mash_nulless(glue, source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected1.used);
 
     for (f_number_unsigned_t i = 0; i < expected1.used; ++i) {
@@ -28,7 +28,7 @@ void test__f_utf_dynamic_mash_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_mash_nulless(glue, source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected2.used);
 
     for (f_number_unsigned_t i = 0; i < expected2.used; ++i) {
index 032dea62e414265487315d294bbc3889020529ef..44570a39310045554535c23d81fdb757e6f18019 100644 (file)
@@ -15,7 +15,7 @@ void test__f_utf_dynamic_mish__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_mish(glue, source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t i = 0; i < source.used; ++i) {
@@ -27,7 +27,7 @@ void test__f_utf_dynamic_mish__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_mish(glue, source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index 9521a8d7b967883d6929a95395f61e786b9a05b1..d9cf1c06981bc51cd00d99b5c502384cb831775a 100644 (file)
@@ -16,7 +16,7 @@ void test__f_utf_dynamic_mish_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_mish_nulless(glue, source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected1.used);
 
     for (f_number_unsigned_t i = 0; i < expected1.used; ++i) {
@@ -28,7 +28,7 @@ void test__f_utf_dynamic_mish_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_mish_nulless(glue, source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected2.used);
 
     for (f_number_unsigned_t i = 0; i < expected2.used; ++i) {
index 2df9367fa22a0f2e891752bf9965e2397643864f..31ef1766b6948c10faf983d28f4e9a722afb5abb 100644 (file)
@@ -15,7 +15,7 @@ void test__f_utf_dynamic_partial_append__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_partial_append(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index a45e8c961457da0380180ff916c00691ac0302d4..b9835d60f902ac028b0f7d60fc35c86dc80ca265 100644 (file)
@@ -15,7 +15,7 @@ void test__f_utf_dynamic_partial_append_assure__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_append(expected, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
@@ -27,7 +27,7 @@ void test__f_utf_dynamic_partial_append_assure__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_partial_append_assure(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index ba8ac88dc393cd53577e52fbc4719410268bdf05..31b0289e54d9f364c4dd556bd2d37e9a33a0015d 100644 (file)
@@ -15,7 +15,7 @@ void test__f_utf_dynamic_partial_append_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_append(expected, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
@@ -27,7 +27,7 @@ void test__f_utf_dynamic_partial_append_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_partial_append_assure_nulless(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index 428a79c37c7a30761166e3cee4e3acbaf3051258..b2eaf05ddd85c1061ed627327c69f1b6f7132d4e 100644 (file)
@@ -15,7 +15,7 @@ void test__f_utf_dynamic_partial_append_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_partial_append_nulless(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index 74f810fcc23a9a2c85b83f90b59c3b408dd6e1f9..2a7d924e5f9221c823e4eae2b9a4c997cc67a6cb 100644 (file)
@@ -17,7 +17,7 @@ void test__f_utf_dynamic_partial_mash__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_partial_mash(glue, source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected1.used);
 
     for (f_number_unsigned_t i = 0; i < expected1.used; ++i) {
@@ -29,7 +29,7 @@ void test__f_utf_dynamic_partial_mash__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_partial_mash(glue, source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected2.used);
 
     for (f_number_unsigned_t i = 0; i < expected2.used; ++i) {
index bdffe2a4dd1480ebf29f7118ea41fb9c6d83a8d4..e3a346dd92e5b2464fc56324e9744d2748d5b1a5 100644 (file)
@@ -17,7 +17,7 @@ void test__f_utf_dynamic_partial_mash_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_partial_mash_nulless(glue, source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected1.used);
 
     for (f_number_unsigned_t i = 0; i < expected1.used; ++i) {
@@ -29,7 +29,7 @@ void test__f_utf_dynamic_partial_mash_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_partial_mash_nulless(glue, source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected2.used);
 
     for (f_number_unsigned_t i = 0; i < expected2.used; ++i) {
index 4cc99ddb0664ee618a3e7d1f9f8a578773896b86..7ebdaf4d0c832bbe2e06470f6d5a11719cfbefc0 100644 (file)
@@ -17,7 +17,7 @@ void test__f_utf_dynamic_partial_mish__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_partial_mish(glue, source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected1.used);
 
     for (f_number_unsigned_t i = 0; i < expected1.used; ++i) {
@@ -29,7 +29,7 @@ void test__f_utf_dynamic_partial_mish__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_partial_mish(glue, source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected2.used);
 
     for (f_number_unsigned_t i = 0; i < expected2.used; ++i) {
index 8697a95bb7f9f69b688acfc026154b7ba55fb16b..e73cab569f6c16983a633c4a4b5bd08d5f29a441 100644 (file)
@@ -17,7 +17,7 @@ void test__f_utf_dynamic_partial_mish_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_partial_mish_nulless(glue, source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected1.used);
 
     for (f_number_unsigned_t i = 0; i < expected1.used; ++i) {
@@ -29,7 +29,7 @@ void test__f_utf_dynamic_partial_mish_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_partial_mish_nulless(glue, source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected2.used);
 
     for (f_number_unsigned_t i = 0; i < expected2.used; ++i) {
index 2a25cc07f17a7c63a62b6bbf926148b2c1126985..919493183038c3848dffce1c47b79f81f2c2d767 100644 (file)
@@ -15,7 +15,7 @@ void test__f_utf_dynamic_partial_prepend__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_partial_prepend(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index 8aab8755050a3f8279477689b46397e0cf13403d..e4d21687a543a0b2830d95c48aaa8c8deb05c6d4 100644 (file)
@@ -15,7 +15,7 @@ void test__f_utf_dynamic_partial_prepend_assure__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_partial_prepend_assure(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
@@ -27,7 +27,7 @@ void test__f_utf_dynamic_partial_prepend_assure__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_partial_prepend_assure(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index ff55d32d6c4593fe95d49166c3aad1d5c16eaabc..43673e058d5b70faf33ff2a3103fd9906d467758 100644 (file)
@@ -15,7 +15,7 @@ void test__f_utf_dynamic_partial_prepend_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_partial_prepend_assure_nulless(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
@@ -27,7 +27,7 @@ void test__f_utf_dynamic_partial_prepend_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_partial_prepend_assure_nulless(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index 514e6bbe9c8f683aec27692c87d554ff4efb1bbd..1106f16c194ba656d685abe78b362b0c407d0a7a 100644 (file)
@@ -15,7 +15,7 @@ void test__f_utf_dynamic_partial_prepend_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_partial_prepend_nulless(source, partial, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index 155cf3872a71085a16f725f98999aa257e54d0b6..8314bc3123a02a4d83e4beb3c13b0aede7ce027e 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamic_prepend__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_prepend(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t i = 0; i < source.used; ++i) {
index ebdf6aeef0a886e223934c4699484b3d1ac2d7a8..6179313d56a6ea8e8d44a0da1954872c2b0da49c 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamic_prepend_assure__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_prepend_assure(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t i = 0; i < source.used; ++i) {
@@ -25,7 +25,7 @@ void test__f_utf_dynamic_prepend_assure__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_prepend_assure(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t i = 0; i < source.used; ++i) {
index 80cf5bbe623a82011af028cc0857659ed9e4c897..42234798652bba4b518a4a2c94affa5762a1f365 100644 (file)
@@ -14,7 +14,7 @@ void test__f_utf_dynamic_prepend_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_prepend_assure_nulless(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
@@ -26,7 +26,7 @@ void test__f_utf_dynamic_prepend_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_prepend_assure_nulless(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index eed2182146a7154e0777375c6b5ee6eb36bab79c..9dc16adb4b0cafc4c513da1f0c735760da525e39 100644 (file)
@@ -14,7 +14,7 @@ void test__f_utf_dynamic_prepend_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_prepend_nulless(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index 4c77837272dfda5ab08034ff148c2766527715f4..092cec8d714e005de42beb354b03c082d646f889 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamic_resize__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index ff4794f4ffbb4cc6c1622c9bc537718301b6f42f..b0f09f321e36019b149542bde4e062ef164486d4 100644 (file)
@@ -27,7 +27,7 @@ void test__f_utf_dynamic_seek_line__returns_none_eos(void **state) {
 
     const f_status_t status = f_utf_string_dynamic_seek_line(source, &range);
 
-    assert_int_equal(status, F_none_eos);
+    assert_int_equal(status, F_okay_eos);
 
     assert_int_equal(range.start, source.used);
     assert_int_equal(range.stop, source.used - 1);
@@ -43,7 +43,7 @@ void test__f_utf_dynamic_seek_line__returns_none_stop(void **state) {
 
     const f_status_t status = f_utf_string_dynamic_seek_line(source, &range);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
 
     assert_int_equal(range.start, source.used - 1);
     assert_int_equal(range.stop, source.used - 2);
@@ -59,7 +59,7 @@ void test__f_utf_dynamic_seek_line__works(void **state) {
 
     const f_status_t status = f_utf_string_dynamic_seek_line(source, &range);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(range.start, 4);
     assert_int_equal(range.stop, source.used - 1);
index 91fca5cb36e3ce1f8b240068c6b2dee4d9850c0b..494f443f3ec24cf5f5318df257fb3ee895753983 100644 (file)
 extern void test__f_utf_dynamic_seek_line__returns_data_not_stop(void **state);
 
 /**
- * Test that the function returns F_none_eos stopped after end of string because no newline is found.
+ * Test that the function returns F_okay_eos stopped after end of string because no newline is found.
  *
  * @see f_utf_string_dynamic_seek_line()
  */
 extern void test__f_utf_dynamic_seek_line__returns_none_eos(void **state);
 
 /**
- * Test that the function returns F_none_stop stopped after end of range because no newline is found.
+ * Test that the function returns F_okay_stop stopped after end of range because no newline is found.
  *
  * @see f_utf_string_dynamic_seek_line()
  */
index 9adddf60bc0ed04211a0c2bafa039eb9a5f82ecf..96a42f293b2fee6baca1c35efc5267628b94341e 100644 (file)
@@ -15,7 +15,7 @@ void test__f_utf_dynamic_seek_line_to__after_newline(void **state) {
 
     const f_status_t status = f_utf_string_dynamic_seek_line_to(source, to.string[0], &range);
 
-    assert_int_equal(status, F_none_eol);
+    assert_int_equal(status, F_okay_eol);
 
     assert_int_equal(range.start, 2);
     assert_int_equal(range.stop, source.used - 1);
@@ -32,7 +32,7 @@ void test__f_utf_dynamic_seek_line_to__before_newline(void **state) {
 
     const f_status_t status = f_utf_string_dynamic_seek_line_to(source, to.string[0], &range);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(range.start, 2);
     assert_int_equal(range.stop, source.used - 1);
@@ -63,7 +63,7 @@ void test__f_utf_dynamic_seek_line_to__returns_none_eos(void **state) {
 
     const f_status_t status = f_utf_string_dynamic_seek_line_to(source, to.string[0], &range);
 
-    assert_int_equal(status, F_none_eos);
+    assert_int_equal(status, F_okay_eos);
 
     assert_int_equal(range.start, source.used);
     assert_int_equal(range.stop, source.used - 1);
@@ -80,7 +80,7 @@ void test__f_utf_dynamic_seek_line_to__returns_none_stop(void **state) {
 
     const f_status_t status = f_utf_string_dynamic_seek_line_to(source, to.string[0], &range);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
 
     assert_int_equal(range.start, source.used - 1);
     assert_int_equal(range.stop, source.used - 2);
index 1dda5e47479e597c6452d0f8eaafbef60ca97d1a..3cce7040cbef848d4b95eb2bc12451cd9a2a48b1 100644 (file)
@@ -32,14 +32,14 @@ extern void test__f_utf_dynamic_seek_line_to__before_newline(void **state);
 extern void test__f_utf_dynamic_seek_line_to__returns_data_not_stop(void **state);
 
 /**
- * Test that the function returns F_none_eos stopped after end of string because no newline is found.
+ * Test that the function returns F_okay_eos stopped after end of string because no newline is found.
  *
  * @see f_utf_string_dynamic_seek_line_to()
  */
 extern void test__f_utf_dynamic_seek_line_to__returns_none_eos(void **state);
 
 /**
- * Test that the function returns F_none_stop stopped after end of range because no newline is found.
+ * Test that the function returns F_okay_stop stopped after end of range because no newline is found.
  *
  * @see f_utf_string_dynamic_seek_line_to()
  */
index f39c85d1e1b18082c631146ed91a6c4669589eed..718383167d6d96d4b62158a9c710048455485248 100644 (file)
@@ -15,7 +15,7 @@ void test__f_utf_dynamic_seek_to__after_newline(void **state) {
 
     const f_status_t status = f_utf_string_dynamic_seek_to(source, to.string[0], &range);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(range.start, 3);
     assert_int_equal(range.stop, source.used - 1);
@@ -32,7 +32,7 @@ void test__f_utf_dynamic_seek_to__before_newline(void **state) {
 
     const f_status_t status = f_utf_string_dynamic_seek_to(source, to.string[0], &range);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(range.start, 2);
     assert_int_equal(range.stop, source.used - 1);
@@ -63,7 +63,7 @@ void test__f_utf_dynamic_seek_to__returns_none_eos(void **state) {
 
     const f_status_t status = f_utf_string_dynamic_seek_to(source, to.string[0], &range);
 
-    assert_int_equal(status, F_none_eos);
+    assert_int_equal(status, F_okay_eos);
 
     assert_int_equal(range.start, source.used);
     assert_int_equal(range.stop, source.used - 1);
@@ -80,7 +80,7 @@ void test__f_utf_dynamic_seek_to__returns_none_stop(void **state) {
 
     const f_status_t status = f_utf_string_dynamic_seek_to(source, to.string[0], &range);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
 
     assert_int_equal(range.start, source.used - 1);
     assert_int_equal(range.stop, source.used - 2);
@@ -98,7 +98,7 @@ void test__f_utf_dynamic_seek_to__works(void **state) {
 
     const f_status_t status = f_utf_string_dynamic_seek_to(source, to.string[0], &range);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(range.start, 3);
     assert_int_equal(range.stop, source.used - 1);
@@ -111,7 +111,7 @@ void test__f_utf_dynamic_seek_to__works(void **state) {
 
     const f_status_t status = f_utf_string_dynamic_seek_to(source, to.string[0], &range);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(range.start, 2);
     assert_int_equal(range.stop, source.used - 1);
index fb2c0243896017b5093a42e4a3e33f0de35da907..b0fa763164a4854a681a78788159dbafa0dd101f 100644 (file)
@@ -32,14 +32,14 @@ extern void test__f_utf_dynamic_seek_to__before_newline(void **state);
 extern void test__f_utf_dynamic_seek_to__returns_data_not_stop(void **state);
 
 /**
- * Test that the function returns F_none_eos stopped after end of string because no newline is found.
+ * Test that the function returns F_okay_eos stopped after end of string because no newline is found.
  *
  * @see f_utf_string_dynamic_seek_to()
  */
 extern void test__f_utf_dynamic_seek_to__returns_none_eos(void **state);
 
 /**
- * Test that the function returns F_none_stop stopped after end of range because no newline is found.
+ * Test that the function returns F_okay_stop stopped after end of range because no newline is found.
  *
  * @see f_utf_string_dynamic_seek_to()
  */
index 4be036b4a93f28d698893b533b4034ad320df0c0..3112981f0ff31677e2766b996e2ce5c10b5a8247 100644 (file)
@@ -14,7 +14,7 @@ void test__f_utf_dynamic_terminate__appends_null(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     data.string[0] = (f_utf_char_t) 'X';
   }
@@ -22,7 +22,7 @@ void test__f_utf_dynamic_terminate__appends_null(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_terminate(&data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 1);
     assert_int_equal(data.string[0], 0);
   }
@@ -39,7 +39,7 @@ void test__f_utf_dynamic_terminate__doesnt_append_null(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     data.string[0] = 0;
   }
@@ -47,7 +47,7 @@ void test__f_utf_dynamic_terminate__doesnt_append_null(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_terminate(&data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 1);
     assert_int_equal(data.string[0], 0);
   }
index 5e36f3d5a567a95073324e3a30e5c7e6dba10a2d..337e686a393ee41bc9f34861ef1afd1ed5a817ef 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamic_terminate_after__appends_null(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     data.string[0] = (f_utf_char_t) 'X';
   }
@@ -21,7 +21,7 @@ void test__f_utf_dynamic_terminate_after__appends_null(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_terminate_after(&data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_in_range(data.size, 1, 1 + F_memory_default_allocation_small_d);
 
@@ -40,7 +40,7 @@ void test__f_utf_dynamic_terminate_after__doesnt_append_null(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_in_range(data.size, length, length + F_memory_default_allocation_small_d);
 
     data.string[0] = 0;
@@ -49,7 +49,7 @@ void test__f_utf_dynamic_terminate_after__doesnt_append_null(void **state) {
   {
     const f_status_t status = f_utf_string_dynamic_terminate_after(&data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_in_range(data.size, length, length + F_memory_default_allocation_small_d);
 
index b98121ef1f28d5cf7392b11eb401965e9efbbd2d..ace8059c4a7ccdeed1cc5ec7eba023c473b06ccf 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamics_adjust__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamics_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 9ab35e1bcd3d2c10f91f2633979b512ae7056fd3..7b1d7ca50103efd0f6d614f8701fcf8401d3a3ec 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamics_append__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamics_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, 1);
     assert_int_equal(destination.array[0].used, source.used);
 
index bab2e30559b45c4d2bfbe9699b0944a060ae4f55..d494a834a8cab3c9b60bd804ebd1105001fa67a7 100644 (file)
@@ -19,14 +19,14 @@ void test__f_utf_dynamics_append_all__works(void **state) {
   {
     f_status_t status = f_utf_string_dynamics_resize(length_inner, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.size, length_inner);
 
     for (; source.used < length_inner; ++source.used) {
 
       status = f_utf_string_dynamic_append(test_sources[source.used], &source.array[source.used]);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[source.used].used, test_sources[source.used].used);
 
       for (f_number_unsigned_t i = 0; i < source.array[source.used].used; ++i) {
@@ -38,7 +38,7 @@ void test__f_utf_dynamics_append_all__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamics_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
     assert_int_equal(destination.size, source.used);
 
@@ -73,7 +73,7 @@ void test__f_utf_dynamics_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_dynamics_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index 22a1798a5999212b8136376fb9139c35b5389b3d..c789ec89e7ce9382c48d21d8a4be0fbd9e7b4a05 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamics_decimate_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamics_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_utf_dynamics_decimate_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamics_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index edb74965b6df9769f32d213887f11c1003254855..0e6d5ab32cd72830cab38855d0d564d63a20a50d 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamics_decrease_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamics_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_utf_dynamics_decrease_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamics_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 7d8fd76f7f2499f1fbbf80bd59b9c6b69978dae8..13edd0631634861efbb306bac50f6296af8df03b 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamics_increase__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamics_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_utf_dynamics_increase__works(void **state) {
 
     const f_status_t status = f_utf_string_dynamics_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_utf_dynamics_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_dynamics_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index ae1eb8c501b4aec824a39bc5438e1cad690d3c8f..ecf50be89ef1d78a0b6332e18bf1af64200e136c 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamics_increase_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamics_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_utf_dynamics_increase_by__works(void **state) {
 
     const f_status_t status = f_utf_string_dynamics_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index 906145542c0e335570623b52360ecdfc3891980c..b0cc03b8266a1862ebdf881dfc032e17a1da6899 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamics_resize__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamics_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 0998fd81a4a209b6b4913bbc9157d76cdb117a71..0de04847a2fa648818d04f78d2376f9b39c45849 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamicss_adjust__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamicss_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 9967075e6e72e778526cfd0dbfbb0180bcf24da0..fb7f0657621ff0997a2cc8704d85c6a63edf6509 100644 (file)
@@ -19,14 +19,14 @@ void test__f_utf_dynamicss_append__works(void **state) {
   {
     f_status_t status = f_utf_string_dynamics_resize(length_inner, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.size, length_inner);
 
     for (; source.used < length_inner; ++source.used) {
 
       status = f_utf_string_dynamic_append(test_names[source.used], &source.array[source.used]);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[source.used].used, test_names[source.used].used);
 
       for (f_number_unsigned_t i = 0; i < source.array[source.used].used; ++i) {
@@ -38,7 +38,7 @@ void test__f_utf_dynamicss_append__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamicss_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.array[0].used, length_inner);
 
     for (f_number_unsigned_t i = 0; i < length_inner; ++i) {
@@ -74,7 +74,7 @@ void test__f_utf_dynamicss_append__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_dynamics_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index d6cf5715202f9dfb4fb529978a839ca1d80274e2..f88639a6f6e4405a2af2bbd19c3ab24ced64e817 100644 (file)
@@ -20,7 +20,7 @@ void test__f_utf_dynamicss_append_all__works(void **state) {
   {
     f_status_t status = f_utf_string_dynamicss_resize(length_outer, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length_outer);
 
@@ -30,7 +30,7 @@ void test__f_utf_dynamicss_append_all__works(void **state) {
 
       status = f_utf_string_dynamics_resize(length_inner, &source.array[source.used]);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[source.used].used, 0);
       assert_int_equal(source.array[source.used].size, length_inner);
 
@@ -38,7 +38,7 @@ void test__f_utf_dynamicss_append_all__works(void **state) {
 
         status = f_utf_string_dynamic_append(test_names[i], &source.array[source.used].array[i]);
 
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
         assert_int_equal(source.array[source.used].array[i].used, test_names[i].used);
 
         for (f_number_unsigned_t j = 0; j < source.array[source.used].array[i].used; ++j) {
@@ -53,7 +53,7 @@ void test__f_utf_dynamicss_append_all__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamicss_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t j = 0; j < length_outer; ++j) {
@@ -100,7 +100,7 @@ void test__f_utf_dynamicss_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_dynamicss_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index ffbdbe2d37098d93a561c136416fe14b91c53f69..2451956f1976f52bd1988b29203b71d115c1f9f1 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamicss_decimate_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamicss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_utf_dynamicss_decimate_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamicss_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 0daad5b380a23631823900e850d91c6b9e069833..d8bf98e379908b51180f3749375edfa1dc723206 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamicss_decrease_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamicss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_utf_dynamicss_decrease_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamicss_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index b44e4dbc347d8a6b465ab073dc2e3b3e180daa58..9b84d8a5a6a158b84207410a946b2fd55e500332 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamicss_increase__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamicss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_utf_dynamicss_increase__works(void **state) {
 
     const f_status_t status = f_utf_string_dynamicss_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_utf_dynamicss_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_dynamicss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 00cea973d0dfb3dcd21abb29f45570e0be8d9c1d..c9690c466a3ee4b78124c077c36ec54ffeaedd98 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamicss_increase_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamicss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_utf_dynamicss_increase_by__works(void **state) {
 
     const f_status_t status = f_utf_string_dynamicss_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index 8d18c8b7ef1edc0f730aa13f15a1357badf0dcf0..b6b53e4b518c8d5317c73085aad895d5cfd116a1 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_dynamicss_resize__works(void **state) {
   {
     const f_status_t status = f_utf_string_dynamicss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index db109648d00418831287a631cd6f2d3208464956..6cca3e22b29a9f9ee536ea3a1fd5fa0b8c209fd0 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_map_multis_adjust__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multis_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 60ef6b16439ee9d75ccc16dbbb36f9d52d9955e6..09bfd49c6bdfd5862eca041fd7b646e7f4cb7ab8 100644 (file)
@@ -22,7 +22,7 @@ void test__f_utf_map_multis_append__works(void **state) {
   {
     f_status_t status = f_utf_string_dynamic_append(test_name, &source.name);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.name.used, test_name.used);
 
     for (f_number_unsigned_t i = 0; i < source.name.used; ++i) {
@@ -31,7 +31,7 @@ void test__f_utf_map_multis_append__works(void **state) {
 
     status = f_utf_string_dynamics_append_all(test_value, &source.value);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.value.used, test_value.used);
     assert_int_equal(source.value.array[0].used, test_value.array[0].used);
     assert_int_equal(source.value.array[1].used, test_value.array[1].used);
@@ -48,7 +48,7 @@ void test__f_utf_map_multis_append__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multis_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, 1);
     assert_int_equal(destination.array[0].name.used, source.name.used);
     assert_int_equal(destination.array[0].value.used, source.value.used);
index 22dc62016e8007450e882104ee2746f659c074c0..3c5a8bafbdedfa67de01fceb6575d2fa3ee4d8f4 100644 (file)
@@ -23,20 +23,20 @@ void test__f_utf_map_multis_append_all__works(void **state) {
   {
     f_status_t status = f_utf_string_map_multis_resize(length_inner, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.size, length_inner);
 
     for (; source.used < length_inner; ++source.used) {
 
       status = f_utf_string_dynamic_append(test_name, &source.array[source.used].name);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_string_equal(source.array[source.used].name.string, test_name.string);
       assert_int_equal(source.array[source.used].name.used, test_name.used);
 
       status = f_utf_string_dynamics_append_all(test_value, &source.array[source.used].value);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[source.used].value.array[0].used, test_value.array[0].used);
       assert_int_equal(source.array[source.used].value.array[1].used, test_value.array[1].used);
       assert_string_equal(source.array[source.used].value.array[0].string, test_value.array[0].string);
@@ -47,7 +47,7 @@ void test__f_utf_map_multis_append_all__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multis_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
     assert_int_equal(destination.size, source.used);
 
@@ -93,7 +93,7 @@ void test__f_utf_map_multis_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_map_multis_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index b3fc895d306753ff7e43142c68b19d1073f3ec19..c14f523677581bd81ae91598d911c6b4bedd793d 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_map_multis_decimate_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multis_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_utf_map_multis_decimate_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multis_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 106ddb20b164b6a190a720be2592f6c3f91aac66..1a6a937e8af154ddfd397503466bf9a1476721be 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_map_multis_decrease_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multis_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_utf_map_multis_decrease_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multis_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 69da8fa8323a520eab18635fa7e1705cacba5e3e..912668bf1a27d464251780c88b6a3401e4cb3bf3 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_map_multis_increase__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multis_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_utf_map_multis_increase__works(void **state) {
 
     const f_status_t status = f_utf_string_map_multis_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_utf_map_multis_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_map_multis_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index c161b2b5922e96851abfc28ab3e09a7648c18510..68288729e6a9c85b91a014fe1f4323bc1a86d2c0 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_map_multis_increase_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multis_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_utf_map_multis_increase_by__works(void **state) {
 
     const f_status_t status = f_utf_string_map_multis_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index c9c0445f985acab3f4d6d43a1b06ed839f39d92d..e7dfad1c0bf221a763dc082230a12879e074ef1f 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_map_multis_resize__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multis_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 849aea033efd6c1416122bc0ac8f7801a1a6290b..3be8e47d502007753220c45a469efb5917026158 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_map_multiss_adjust__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multiss_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index aee96deb3c1a34d91e533a2390cef26df68500ce..9970268c1b37e47b0dd22fb5415b112e14024ba5 100644 (file)
@@ -35,20 +35,20 @@ void test__f_utf_map_multiss_append__works(void **state) {
   {
     f_status_t status = f_utf_string_map_multis_resize(length_inner, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.size, length_inner);
 
     for (; source.used < length_inner; ++source.used) {
 
       status = f_utf_string_dynamic_append(test_names[source.used], &source.array[source.used].name);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_string_equal(source.array[source.used].name.string, test_names[source.used].string);
       assert_int_equal(source.array[source.used].name.used, test_names[source.used].used);
 
       status = f_utf_string_dynamics_append_all(test_values[source.used], &source.array[source.used].value);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[source.used].value.used, test_values[source.used].used);
       assert_int_equal(source.array[source.used].value.array[0].used, test_values[source.used].array[0].used);
       assert_int_equal(source.array[source.used].value.array[1].used, test_values[source.used].array[1].used);
@@ -61,7 +61,7 @@ void test__f_utf_map_multiss_append__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multiss_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.array[0].used, length_inner);
 
     for (f_number_unsigned_t i = 0; i < length_inner; ++i) {
@@ -108,7 +108,7 @@ void test__f_utf_map_multiss_append__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_map_multis_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index bc0623261c241f378322cb48e5ec1a464bc86334..e386879ad0dd68035b1d67ffd77c4de25b6ff08a 100644 (file)
@@ -36,7 +36,7 @@ void test__f_utf_map_multiss_append_all__works(void **state) {
   {
     f_status_t status = f_utf_string_map_multiss_resize(length_outer, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length_outer);
 
@@ -46,7 +46,7 @@ void test__f_utf_map_multiss_append_all__works(void **state) {
 
       status = f_utf_string_map_multis_resize(length_inner, &source.array[source.used]);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[source.used].used, 0);
       assert_int_equal(source.array[source.used].size, length_inner);
 
@@ -54,13 +54,13 @@ void test__f_utf_map_multiss_append_all__works(void **state) {
 
         status = f_utf_string_dynamic_append(test_names[i], &source.array[source.used].array[i].name);
 
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
         assert_int_equal(source.array[source.used].array[i].name.used, test_names[i].used);
         assert_string_equal(source.array[source.used].array[i].name.string, test_names[i].string);
 
         status = f_utf_string_dynamics_append_all(test_values[i], &source.array[source.used].array[i].value);
 
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
         assert_int_equal(source.array[source.used].array[i].value.used, test_values[i].used);
         assert_int_equal(source.array[source.used].array[i].value.array[0].used, test_values[i].array[0].used);
         assert_int_equal(source.array[source.used].array[i].value.array[1].used, test_values[i].array[1].used);
@@ -76,7 +76,7 @@ void test__f_utf_map_multiss_append_all__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multiss_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t j = 0; j < length_outer; ++j) {
@@ -134,7 +134,7 @@ void test__f_utf_map_multiss_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_map_multiss_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index 6eff1fe2de58f765f755b8082e5db6b05c64a0e8..a16bf00be259a7e68696b2a543808293a6a18329 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_map_multiss_decimate_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multiss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_utf_map_multiss_decimate_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multiss_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index bf190344a4c2dcf6530e28074fe66c81bd965096..710be0253cc30f3e679d5cd5a3ed69016119dfea 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_map_multiss_decrease_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multiss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_utf_map_multiss_decrease_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multiss_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index fa7a9959890ee6fe1acbe3f55dec64404699f408..bcd82d0e0e4dca691258f58047797e0e788e9003 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_map_multiss_increase__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multiss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_utf_map_multiss_increase__works(void **state) {
 
     const f_status_t status = f_utf_string_map_multiss_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_utf_map_multiss_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_map_multiss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index e09df3769cd3b24e641bc529976ae544ed843a1e..0d10bb31201fd334cdae4af6ea5573121b8d3940 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_map_multiss_increase_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multiss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_utf_map_multiss_increase_by__works(void **state) {
 
     const f_status_t status = f_utf_string_map_multiss_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index 8d2410f677ec066b94adfc49765e22711da05034..56ec20928877342e5aac748f35c4800c2a843817 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_map_multiss_resize__works(void **state) {
   {
     const f_status_t status = f_utf_string_map_multiss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 3a4947494b31f8b6a8bb54d7c0d0c995ccbd57ee..82097211a42c3c5ef7c0d768cd7384e07b183a1d 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_maps_adjust__works(void **state) {
   {
     const f_status_t status = f_utf_string_maps_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index a45456917031b3bb79bd851060204050da696723..43296eb38b521b4f379a88fc48707868bdf4fe48 100644 (file)
@@ -16,13 +16,13 @@ void test__f_utf_maps_append__works(void **state) {
   {
     f_status_t status = f_utf_string_dynamic_append(test_name, &source.name);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(source.name.string, test_name.string);
     assert_int_equal(source.name.used, test_name.used);
 
     status = f_utf_string_dynamic_append(test_value, &source.value);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_string_equal(source.value.string, test_value.string);
     assert_int_equal(source.value.used, test_value.used);
   }
@@ -30,7 +30,7 @@ void test__f_utf_maps_append__works(void **state) {
   {
     const f_status_t status = f_utf_string_maps_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, 1);
     assert_int_equal(destination.array[0].name.used, source.name.used);
     assert_int_equal(destination.array[0].value.used, source.value.used);
index 7471413b6d8fbc8173672e08fb818b4d6626ef12..a29d102d04f56878e8dcbf1d92b7801187337058 100644 (file)
@@ -17,20 +17,20 @@ void test__f_utf_maps_append_all__works(void **state) {
   {
     f_status_t status = f_utf_string_maps_resize(length_inner, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.size, length_inner);
 
     for (; source.used < length_inner; ++source.used) {
 
       status = f_utf_string_dynamic_append(test_name, &source.array[source.used].name);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_string_equal(source.array[source.used].name.string, test_name.string);
       assert_int_equal(source.array[source.used].name.used, test_name.used);
 
       status = f_utf_string_dynamic_append(test_value, &source.array[source.used].value);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_string_equal(source.array[source.used].value.string, test_value.string);
       assert_int_equal(source.array[source.used].value.used, test_value.used);
     } // for
@@ -39,7 +39,7 @@ void test__f_utf_maps_append_all__works(void **state) {
   {
     const f_status_t status = f_utf_string_maps_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
     assert_int_equal(destination.size, source.used);
 
@@ -78,7 +78,7 @@ void test__f_utf_maps_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_maps_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index fca2fa21385761ddc8961610bec60fbba4653b9b..492c43d082b86d383f42057e3e653993f9bbb0b2 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_maps_decimate_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_maps_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_utf_maps_decimate_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_maps_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 1385d9e1ddda176ccf88d5e052928c0c78448564..f195894616bf105347ab4147cd80468377237b3b 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_maps_decrease_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_maps_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_utf_maps_decrease_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_maps_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 3ff9973a4db717cbec88ecd684fd7ce66e341c38..852fbebed0beb1047c6860815518712b001775f3 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_maps_increase__works(void **state) {
   {
     const f_status_t status = f_utf_string_maps_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_utf_maps_increase__works(void **state) {
 
     const f_status_t status = f_utf_string_maps_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_utf_maps_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_maps_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 3aa3f710fc8fa418e685c8a64e8219fa7e10a556..3ebb7e15461daeb0c463256426cfd9b136a061df 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_maps_increase_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_maps_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_utf_maps_increase_by__works(void **state) {
 
     const f_status_t status = f_utf_string_maps_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index a0aedc8346eebac4cb998aa14205bd6c959b1cbb..79e3ec7a3313d135ab8ddeb84b4a7d26f333bcb1 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_maps_resize__works(void **state) {
   {
     const f_status_t status = f_utf_string_maps_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 4f38857e4dee3edccea87852c4686c6e12df3ef3..98b6889f3b5f9c49091232a5c4325d05f7ab3918 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_mapss_adjust__works(void **state) {
   {
     const f_status_t status = f_utf_string_mapss_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index f522e1b3427f9a0a29890bbdd457d824860ba29d..f578837142a96e020d8fb34369dd7718840c5241 100644 (file)
@@ -24,20 +24,20 @@ void test__f_utf_mapss_append__works(void **state) {
   {
     f_status_t status = f_utf_string_maps_resize(length_inner, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.size, length_inner);
 
     for (; source.used < length_inner; ++source.used) {
 
       status = f_utf_string_dynamic_append(test_names[source.used], &source.array[source.used].name);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_string_equal(source.array[source.used].name.string, test_names[source.used].string);
       assert_int_equal(source.array[source.used].name.used, test_names[source.used].used);
 
       status = f_utf_string_dynamic_append(test_values[source.used], &source.array[source.used].value);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_string_equal(source.array[source.used].value.string, test_values[source.used].string);
       assert_int_equal(source.array[source.used].value.used, test_values[source.used].used);
     } // for
@@ -46,7 +46,7 @@ void test__f_utf_mapss_append__works(void **state) {
   {
     const f_status_t status = f_utf_string_mapss_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.array[0].used, length_inner);
 
     for (f_number_unsigned_t i = 0; i < length_inner; ++i) {
@@ -87,7 +87,7 @@ void test__f_utf_mapss_append__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_maps_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index 96329281ca8c306a5e5c24f9c2d514b378990692..05996bdab229f7b27c24e68c04a2ba965eaaa67c 100644 (file)
@@ -25,7 +25,7 @@ void test__f_utf_mapss_append_all__works(void **state) {
   {
     f_status_t status = f_utf_string_mapss_resize(length_outer, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length_outer);
 
@@ -35,7 +35,7 @@ void test__f_utf_mapss_append_all__works(void **state) {
 
       status = f_utf_string_maps_resize(length_inner, &source.array[source.used]);
 
-      assert_int_equal(status, F_none);
+      assert_int_equal(status, F_okay);
       assert_int_equal(source.array[source.used].used, 0);
       assert_int_equal(source.array[source.used].size, length_inner);
 
@@ -43,13 +43,13 @@ void test__f_utf_mapss_append_all__works(void **state) {
 
         status = f_utf_string_dynamic_append(test_names[i], &source.array[source.used].array[i].name);
 
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
         assert_string_equal(source.array[source.used].array[i].name.string, test_names[i].string);
         assert_int_equal(source.array[source.used].array[i].name.used, test_names[i].used);
 
         status = f_utf_string_dynamic_append(test_values[i], &source.array[source.used].array[i].value);
 
-        assert_int_equal(status, F_none);
+        assert_int_equal(status, F_okay);
         assert_string_equal(source.array[source.used].array[i].value.string, test_values[i].string);
         assert_int_equal(source.array[source.used].array[i].value.used, test_values[i].used);
       } // for
@@ -61,7 +61,7 @@ void test__f_utf_mapss_append_all__works(void **state) {
   {
     const f_status_t status = f_utf_string_mapss_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t j = 0; j < length_outer; ++j) {
@@ -112,7 +112,7 @@ void test__f_utf_mapss_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_mapss_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index 33ee56714327a952ff705d0b6bee96fe7a9d41cf..0b988c69ca0afc730ea1a5cb4ae40a11eb8e3e50 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_mapss_decimate_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_mapss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_utf_mapss_decimate_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_mapss_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 7484e134a4a90e9d20ac3721f9a196a726e9da86..693a4ae1b145cf55b0b930b872cb0c83911aa5d5 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_mapss_decrease_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_mapss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_utf_mapss_decrease_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_mapss_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 67a911c9537889fc0508f10783cac5816c1b7c51..45d046ac3ec30ebefe7b3a25d98cc5c53cc6707c 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_mapss_increase__works(void **state) {
   {
     const f_status_t status = f_utf_string_mapss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_utf_mapss_increase__works(void **state) {
 
     const f_status_t status = f_utf_string_mapss_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_utf_mapss_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_mapss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 4151f0014010b6136a4f8fe04656e94a1a5e1e9a..cbb4c10941dbcf6596d6a8b186df10f5b1b3ed7c 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_mapss_increase_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_mapss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_utf_mapss_increase_by__works(void **state) {
 
     const f_status_t status = f_utf_string_mapss_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index d5d6769a9e5e87dbb1e054147b55ea5638f35d38..e715c8248cbad1f2b0ac2208451e0e1a9047455d 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_mapss_resize__works(void **state) {
   {
     const f_status_t status = f_utf_string_mapss_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index a84dc530f2ad9c93258a225bbf4c9c800a5cac70..893422ee773d50ff948ff913d90c0db30ca6e893 100644 (file)
@@ -15,7 +15,7 @@ void test__f_utf_mash__works(void **state) {
   {
     const f_status_t status = f_utf_string_mash(glue.string, glue.used, source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t i = 0; i < source.used; ++i) {
@@ -27,7 +27,7 @@ void test__f_utf_mash__works(void **state) {
   {
     const f_status_t status = f_utf_string_mash(glue.string, glue.used, source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < source.used; ++i) {
index c9a33126f793f77fc05f897d2037e0a38869c9f9..f00c74c71823742002c8b6866ad21bfe40bdce8e 100644 (file)
@@ -16,7 +16,7 @@ void test__f_utf_mash_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_mash_nulless(glue.string, glue.used, source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected1.used);
 
     for (f_number_unsigned_t i = 0; i < expected1.used; ++i) {
@@ -28,7 +28,7 @@ void test__f_utf_mash_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_mash_nulless(glue.string, glue.used, source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected2.used);
 
     for (f_number_unsigned_t i = 0; i < expected2.used; ++i) {
index 7f0bd53fa00e80dfecbf63531416c44a27ee8ec5..ac68a5be83ffb99847488cc3f350c8c0cc5ef7f4 100644 (file)
@@ -15,7 +15,7 @@ void test__f_utf_mish__works(void **state) {
   {
     const f_status_t status = f_utf_string_mish(glue.string, glue.used, source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t i = 0; i < source.used; ++i) {
@@ -27,7 +27,7 @@ void test__f_utf_mish__works(void **state) {
   {
     const f_status_t status = f_utf_string_mish(glue.string, glue.used, source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index 69dec7ddacbce68f7eb4a00dba328bfe4037ecc1..1c9bc4686571796142a0ed8d4c64cee395a048db 100644 (file)
@@ -16,7 +16,7 @@ void test__f_utf_mish_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_mish_nulless(glue.string, glue.used, source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected1.used);
 
     for (f_number_unsigned_t i = 0; i < expected1.used; ++i) {
@@ -28,7 +28,7 @@ void test__f_utf_mish_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_mish_nulless(glue.string, glue.used, source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected2.used);
 
     for (f_number_unsigned_t i = 0; i < expected2.used; ++i) {
index 02a284f12493ee745daa9c93369f3a7fa2ce1ade..91b1998fe87da2da4a338d2c6cebf59035f2d2bd 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_prepend__works(void **state) {
   {
     const f_status_t status = f_utf_string_prepend(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t i = 0; i < source.used; ++i) {
index b2fe26e813bb10d92410180a24c9464979f546ca..b75927c8270cc6e295bd7262f1a0ec710155d7ef 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_prepend_assure__works(void **state) {
   {
     const f_status_t status = f_utf_string_prepend_assure(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t i = 0; i < source.used; ++i) {
@@ -25,7 +25,7 @@ void test__f_utf_prepend_assure__works(void **state) {
   {
     const f_status_t status = f_utf_string_prepend_assure(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t i = 0; i < source.used; ++i) {
index a62459fa3c55cb956769beb80d604ab1095a4fa5..ed0704280c26d4e599ff19abcb4fc4a8f3df40ca 100644 (file)
@@ -14,7 +14,7 @@ void test__f_utf_prepend_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_prepend_assure_nulless(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
@@ -26,7 +26,7 @@ void test__f_utf_prepend_assure_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_prepend_assure_nulless(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index a53396eb14c74ce345b4c8065a1ea4c0f7a7e08d..c35bb412fe5e03fd4dd37a4292d19d46ba6c96c6 100644 (file)
@@ -14,7 +14,7 @@ void test__f_utf_prepend_nulless__works(void **state) {
   {
     const f_status_t status = f_utf_string_prepend_nulless(source.string, source.used, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, expected.used);
 
     for (f_number_unsigned_t i = 0; i < expected.used; ++i) {
index 7b6af232a4727bc48a07f850e0b3a6036e801be3..e30b7880060d4560c1549de390119505e977e46c 100644 (file)
@@ -27,7 +27,7 @@ void test__f_utf_seek_line__returns_none_stop(void **state) {
 
     const f_status_t status = f_utf_string_seek_line(source.string, &range);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
 
     assert_int_equal(range.start, source.used);
     assert_int_equal(range.stop, source.used - 1);
@@ -43,7 +43,7 @@ void test__f_utf_seek_line__works(void **state) {
 
     const f_status_t status = f_utf_string_seek_line(source.string, &range);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(range.start, 4);
     assert_int_equal(range.stop, source.used - 1);
index ba274b1daa86622ffad469c001bbbb6a024a990d..ae1cf4de45e4e322307b45fcf5457f7356eb36f8 100644 (file)
@@ -18,7 +18,7 @@
 extern void test__f_utf_seek_line__returns_data_not_stop(void **state);
 
 /**
- * Test that the function returns F_none_stop stopped after end of range because no newline is found.
+ * Test that the function returns F_okay_stop stopped after end of range because no newline is found.
  *
  * @see f_utf_string_seek_line()
  */
index ccd346240198f6a64aa05faedd0c4a094ea3b525..f9f32043f3bb6fc766c4ddba79cee1b72cf85884 100644 (file)
@@ -15,7 +15,7 @@ void test__f_utf_seek_line_to__after_newline(void **state) {
 
     const f_status_t status = f_utf_string_seek_line_to(source.string, to.string[0], &range);
 
-    assert_int_equal(status, F_none_eol);
+    assert_int_equal(status, F_okay_eol);
 
     assert_int_equal(range.start, 2);
     assert_int_equal(range.stop, source.used - 1);
@@ -32,7 +32,7 @@ void test__f_utf_seek_line_to__before_newline(void **state) {
 
     const f_status_t status = f_utf_string_seek_line_to(source.string, to.string[0], &range);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(range.start, 2);
     assert_int_equal(range.stop, source.used - 1);
@@ -63,7 +63,7 @@ void test__f_utf_seek_line_to__returns_none_stop(void **state) {
 
     const f_status_t status = f_utf_string_seek_line_to(source.string, to.string[0], &range);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
 
     assert_int_equal(range.start, source.used);
     assert_int_equal(range.stop, source.used - 1);
index 734df8da879ce6ac6ad2487faeb1afd6d0050dc9..8dc8d1026bcad10fd9fc3e22ac82cd837d8b70a0 100644 (file)
@@ -32,7 +32,7 @@ extern void test__f_utf_seek_line_to__before_newline(void **state);
 extern void test__f_utf_seek_line_to__returns_data_not_stop(void **state);
 
 /**
- * Test that the function returns F_none_stop stopped after end of range because no newline is found.
+ * Test that the function returns F_okay_stop stopped after end of range because no newline is found.
  *
  * @see f_utf_string_seek_line_to()
  */
index 200c74d9dd769b129d42e29930906177607d54c7..f1e227ea7ca1e049b3bf547b427081a2aaf68213 100644 (file)
@@ -15,7 +15,7 @@ void test__f_utf_seek_to__after_newline(void **state) {
 
     const f_status_t status = f_utf_string_seek_to(source.string, to.string[0], &range);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(range.start, 3);
     assert_int_equal(range.stop, source.used - 1);
@@ -32,7 +32,7 @@ void test__f_utf_seek_to__before_newline(void **state) {
 
     const f_status_t status = f_utf_string_seek_to(source.string, to.string[0], &range);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     assert_int_equal(range.start, 2);
     assert_int_equal(range.stop, source.used - 1);
@@ -63,7 +63,7 @@ void test__f_utf_seek_to__returns_none_stop(void **state) {
 
     const f_status_t status = f_utf_string_seek_to(source.string, to.string[0], &range);
 
-    assert_int_equal(status, F_none_stop);
+    assert_int_equal(status, F_okay_stop);
 
     assert_int_equal(range.start, source.used);
     assert_int_equal(range.stop, source.used - 1);
index cedfa7bacf7b3717afc2e3866465d6c6c5120764..7184a812adc4c91c54f0d7443c43e7b166d0049e 100644 (file)
@@ -32,7 +32,7 @@ extern void test__f_utf_seek_to__before_newline(void **state);
 extern void test__f_utf_seek_to__returns_data_not_stop(void **state);
 
 /**
- * Test that the function returns F_none_stop stopped after end of range because no newline is found.
+ * Test that the function returns F_okay_stop stopped after end of range because no newline is found.
  *
  * @see f_utf_string_seek_to()
  */
index 247875686dc761dd9313576baaab5c15c0d7f009..6981363771f1db9d7672f935d44ff82170c21f94 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_triples_adjust__works(void **state) {
   {
     const f_status_t status = f_utf_string_triples_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 3f218ca161346fe06c4e35b91ba21d8cf9e2d92b..20c3fe84920fa71d86ba1d659047914cf278d2bf 100644 (file)
@@ -17,7 +17,7 @@ void test__f_utf_triples_append__works(void **state) {
   {
     const f_status_t status = f_utf_string_triples_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, 1);
     assert_int_equal(destination.array[0].a.used, source.a.used);
     assert_int_equal(destination.array[0].b.used, source.b.used);
index 958c368ec912cc383725f79ea7ab5484e968bf27..8c1c4155d10ef4630aac5b4812924fa0e8cddce0 100644 (file)
@@ -28,7 +28,7 @@ void test__f_utf_triples_append_all__works(void **state) {
   {
     const f_status_t status = f_utf_string_triples_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
     assert_int_equal(destination.size, source.used);
 
@@ -63,7 +63,7 @@ void test__f_utf_triples_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_triples_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index 210273e92480da3105a35b7f6338c3cd2683fb7d..06e9eefc2b805a41a9b22868fae0468ef51ba368 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_triples_decimate_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_triples_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_utf_triples_decimate_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_triples_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 46b305a87da4810c019708b18f852035fd725bbc..3667ef7092dfac7fafcf65adebbb4047fbfb32b2 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_triples_decrease_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_triples_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_utf_triples_decrease_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_triples_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 1ff02e54c36e09d94cbd08a7ccdbd2ec88192a8b..144bf177432ca56c10947392480a7fbf27f5264c 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_triples_increase__works(void **state) {
   {
     const f_status_t status = f_utf_string_triples_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_utf_triples_increase__works(void **state) {
 
     const f_status_t status = f_utf_string_triples_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_utf_triples_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_triples_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 66f1eb1ea908e16428aa8cc330ae6a7c954ee677..f6312af8df25bc4a26b6dfa4a4f41c31fe45011c 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_triples_increase_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_triples_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_utf_triples_increase_by__works(void **state) {
 
     const f_status_t status = f_utf_string_triples_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index 5ff770af0c193765d9d440e17cd4d3975fab65d3..c88ccf14e97ea82b671672f3a3644eca0658d6c9 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_triples_resize__works(void **state) {
   {
     const f_status_t status = f_utf_string_triples_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index b3da75dedacb74a46a6c81fb4fe5424f5debf51a..3806a700ab11b6bae1037b8f520faee84d7943fa 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_tripless_adjust__works(void **state) {
   {
     const f_status_t status = f_utf_string_tripless_adjust(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 13d4903a626691817c59a5a6cb804ede1f3c20f6..4a678b29422cb05240c2c73d43f7f6dc0cec7bf0 100644 (file)
@@ -28,7 +28,7 @@ void test__f_utf_tripless_append__works(void **state) {
   {
     const f_status_t status = f_utf_string_tripless_append(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.array[0].used, length_sources);
 
     for (f_number_unsigned_t i = 0; i < length_sources; ++i) {
@@ -63,7 +63,7 @@ void test__f_utf_tripless_append__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_triples_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index 5e8908e8d9a9e2400faab185d8f8f1873c1548ed..b840ebb92d4b8d34c8a25fa021576861f42273f7 100644 (file)
@@ -47,7 +47,7 @@ void test__f_utf_tripless_append_all__works(void **state) {
   {
     const f_status_t status = f_utf_string_tripless_append_all(source, &destination);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(destination.used, source.used);
 
     for (f_number_unsigned_t j = 0; j < length_sources_set; ++j) {
@@ -89,7 +89,7 @@ void test__f_utf_tripless_append_all__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_tripless_resize(length, &source);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(source.used, 0);
     assert_int_equal(source.size, length);
   }
index f6d2cc970684e9e132d90a98fb8be55da4733b9c..211f672584bd65f9dbd9dbbad70024184ee8c6a2 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_tripless_decimate_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_tripless_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_utf_tripless_decimate_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_tripless_decimate_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index 03f3a874222df57c30ec2d2aba09df1629e4d83d..6470082df6bb2dea672d1928fd95e5ab3fa88729 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_tripless_decrease_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_tripless_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -21,7 +21,7 @@ void test__f_utf_tripless_decrease_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_tripless_decrease_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, 0);
   }
index a6ebc349aa050d3db9ce163a304291620e3a3f84..326e2d185b0090bb480782ee30dc7be81f2a792e 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_tripless_increase__works(void **state) {
   {
     const f_status_t status = f_utf_string_tripless_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_utf_tripless_increase__works(void **state) {
 
     const f_status_t status = f_utf_string_tripless_increase(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_in_range(data.size, length + 1, length + 1 + F_memory_default_allocation_small_d);
   }
@@ -39,7 +39,7 @@ void test__f_utf_tripless_increase__returns_data_not(void **state) {
   {
     const f_status_t status = f_utf_string_tripless_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index 8ccf36a2814cb07358d46a3bad5ea4b1decf5bdf..c9f0b3739e064b954f6f78d08fcc29a2fd35e390 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_tripless_increase_by__works(void **state) {
   {
     const f_status_t status = f_utf_string_tripless_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
@@ -23,7 +23,7 @@ void test__f_utf_tripless_increase_by__works(void **state) {
 
     const f_status_t status = f_utf_string_tripless_increase_by(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, length);
     assert_int_equal(data.size, length * 2);
   }
index 17e2e0739f175f20c9dfb71a67d831c7abad8355..b417239b6508170df4202cea4b0a3465c2aaaeb8 100644 (file)
@@ -13,7 +13,7 @@ void test__f_utf_tripless_resize__works(void **state) {
   {
     const f_status_t status = f_utf_string_tripless_resize(length, &data);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(data.used, 0);
     assert_int_equal(data.size, length);
   }
index fca2507a51b31dacb8d166fcaf3bb403ca37bdf2..2d3c4e0f10264529f8f2fa88b901cb796cef9c5c 100644 (file)
@@ -22,7 +22,7 @@ extern "C" {
     }
 
     f_file_t file = macro_f_file_t_initialize_2(0, -1, F_file_flag_write_only_d);
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_string_static_t path = f_string_static_t_initialize;
 
     for (f_number_unsigned_t i = 0; i < control_group.groups.used; ++i) {
@@ -56,7 +56,7 @@ extern "C" {
 
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fl_control_group_apply_
 
index c4745af2949fb1b208de13388280d24280e78917..4537c6b4c96bcc4e862b49f376ed114690708767 100644 (file)
@@ -47,7 +47,7 @@ extern "C" {
  *   The PID of the process to apply the control group(s) to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) if a out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
index 3d96b4058f5912a1066fe11014ed6b73c3670766..9bda4c6ff0d28095ca70798acdc44838eea5976e 100644 (file)
@@ -47,7 +47,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none if the binary string was converted to an signed long.
+ *   F_okay if the binary string was converted to an signed long.
  *   F_data_not if string starts with a null (length is 0).
  *
  *   F_base_not (with error bit) if no supported or valid base unit is provided.
@@ -92,7 +92,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if string starts with a null (length is 0).
  *
  *   F_base_not (with error bit) if no supported or valid base unit is provided.
@@ -127,7 +127,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none if the binary string was converted to an unsigned long.
+ *   F_okay if the binary string was converted to an unsigned long.
  *   F_data_not if string starts with a null (length is 0).
  *
  *   F_base_not (with error bit) if no supported or valid base unit is provided.
@@ -172,7 +172,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if string starts with a null (length is 0).
  *   F_number_negative on negative value (has a -, such as '-1').
  *   F_number_positive on positive value (has a +, such as '+1').
@@ -206,7 +206,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none if the binary string was converted to an signed long.
+ *   F_okay if the binary string was converted to an signed long.
  *   F_data_not if string starts with a null (length is 0).
  *
  *   F_base_not (with error bit) if no supported or valid base unit is provided.
@@ -249,7 +249,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if string starts with a null (length is 0).
  *
  *   F_base_not (with error bit) if no supported or valid base unit is provided.
@@ -282,7 +282,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none if the binary string was converted to an unsigned long.
+ *   F_okay if the binary string was converted to an unsigned long.
  *   F_data_not if string starts with a null (length is 0).
  *
  *   F_base_not (with error bit) if no supported or valid base unit is provided.
@@ -325,7 +325,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if string starts with a null (length is 0).
  *   F_number_negative on negative value (has a -, such as '-1').
  *   F_number_positive on positive value (has a +, such as '+1').
index 203743233b1c8cdb85d41b31f7fa1634ae633323..29239b8054a8aa483e9254299484f9205d2815dd 100644 (file)
@@ -16,7 +16,7 @@ extern "C" {
 
       if (string[i] == f_string_ascii_period_s.string[0]) return F_status_set_error(F_number_decimal);
 
-      if (f_conversion_character_to_binary(string[i], &digit) == F_none) {
+      if (f_conversion_character_to_binary(string[i], &digit) == F_okay) {
         if (digits) {
           ++digits;
 
@@ -77,7 +77,7 @@ extern "C" {
 
     *number = converted;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fl_conversion_dynamic_partial_to_binary_signed_) || !defined(_di_fl_conversion_dynamic_partial_to_signed_detect_) || !defined(_di_fl_conversion_dynamic_to_binary_signed_) || !defined(_di_fl_conversion_dynamic_to_signed_detect_)
 
@@ -92,7 +92,7 @@ extern "C" {
 
       if (string[i] == f_string_ascii_period_s.string[0]) return F_status_set_error(F_number_decimal);
 
-      if (f_conversion_character_to_binary(string[i], &digit) == F_none) {
+      if (f_conversion_character_to_binary(string[i], &digit) == F_okay) {
         if (digits) {
           ++digits;
 
@@ -126,7 +126,7 @@ extern "C" {
 
     *number = converted;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fl_conversion_dynamic_partial_to_binary_unsigned_) || !defined(_di_fl_conversion_dynamic_partial_to_unsigned_detect_) || !defined(_di_fl_conversion_dynamic_to_binary_unsigned_) || !defined(_di_fl_conversion_dynamic_to_unsigned_detect_)
 
@@ -156,7 +156,7 @@ extern "C" {
 
       if (string[i] == f_string_ascii_period_s.string[0]) return F_status_set_error(F_number_decimal);
 
-      if (character_to_digit(string[i], &digit) == F_none) {
+      if (character_to_digit(string[i], &digit) == F_okay) {
         if (digits) {
           ++digits;
 
@@ -205,7 +205,7 @@ extern "C" {
                 | macro_f_utf_char_t_from_char_3_le(macro_f_utf_char_t_to_char_3_be(converted))
                 | macro_f_utf_char_t_from_char_4_le(macro_f_utf_char_t_to_char_4_be(converted));
 
-        return F_none;
+        return F_okay;
       }
     #else
       if (data.flag & fl_conversion_data_flag_endian_big_e) {
@@ -214,13 +214,13 @@ extern "C" {
                 | macro_f_utf_char_t_from_char_3_be(macro_f_utf_char_t_to_char_3_le(converted))
                 | macro_f_utf_char_t_from_char_4_be(macro_f_utf_char_t_to_char_4_le(converted));
 
-        return F_none;
+        return F_okay;
       }
     #endif // _is_F_endian_big
 
     *number = converted;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fl_conversion_dynamic_partial_to_decimal_signed_) || !defined(_di_fl_conversion_dynamic_partial_to_signed_detect_) || !defined(_di_fl_conversion_dynamic_to_decimal_signed_) || !defined(_di_fl_conversion_dynamic_to_signed_detect_)
 
@@ -250,7 +250,7 @@ extern "C" {
 
       if (string[i] == f_string_ascii_period_s.string[0]) return F_status_set_error(F_number_decimal);
 
-      if (character_to_digit(string[i], &digit) == F_none) {
+      if (character_to_digit(string[i], &digit) == F_okay) {
         if (digits) {
           ++digits;
 
@@ -281,7 +281,7 @@ extern "C" {
                 | macro_f_utf_char_t_from_char_3_le(macro_f_utf_char_t_to_char_3_be(converted))
                 | macro_f_utf_char_t_from_char_4_le(macro_f_utf_char_t_to_char_4_be(converted));
 
-        return F_none;
+        return F_okay;
       }
     #else
       if (data.flag & fl_conversion_data_flag_endian_big_e) {
@@ -290,13 +290,13 @@ extern "C" {
                 | macro_f_utf_char_t_from_char_3_be(macro_f_utf_char_t_to_char_3_le(converted))
                 | macro_f_utf_char_t_from_char_4_be(macro_f_utf_char_t_to_char_4_le(converted));
 
-        return F_none;
+        return F_okay;
       }
     #endif // _is_F_endian_big
 
     *number = converted;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fl_conversion_dynamic_partial_to_decimal_unsigned_) || !defined(_di_fl_conversion_dynamic_partial_to_unsigned_detect_) || !defined(_di_fl_conversion_dynamic_to_decimal_unsigned_) || !defined(_di_fl_conversion_dynamic_to_unsigned_detect_)
 
@@ -309,7 +309,7 @@ extern "C" {
     int8_t vector = 0; // 0 for assumed positive, 1 for explicit positive, -1 for negative.
     f_number_unsigned_t j = 0;
     f_number_unsigned_t offset = 0;
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = 0; i < length; ++i) {
 
@@ -361,7 +361,7 @@ extern "C" {
         if (j >= length) {
           *number = 0;
 
-          return F_none;
+          return F_okay;
         }
 
         if (string[j] > f_string_ascii_slash_backward_s.string[0] && string[j] < f_string_ascii_colon_s.string[0]) {
@@ -459,7 +459,7 @@ extern "C" {
     uint8_t mode = 0;
     f_number_unsigned_t j = 0;
     f_number_unsigned_t offset = 0;
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     int8_t sign_found = 0;
 
     for (f_number_unsigned_t i = 0; i < length; ++i) {
@@ -512,7 +512,7 @@ extern "C" {
         if (j >= length) {
           *number = 0;
 
-          return F_none;
+          return F_okay;
         }
         else if (string[j] > f_string_ascii_slash_backward_s.string[0] && string[j] < f_string_ascii_colon_s.string[0]) {
           mode = 10;
@@ -594,7 +594,7 @@ extern "C" {
 
     // The +/- signs are not allowed.
     if (sign_found) {
-      if (status == F_none) return (sign_found == -1) ? F_number_negative : F_number_positive;
+      if (status == F_okay) return (sign_found == -1) ? F_number_negative : F_number_positive;
 
       return F_status_set_error(F_number);
     }
index 93e6050a0ec3b347ba7a197db2595f61a2f98365..dbb6a8a502c3b3015893d2eca5cb5250bcfa7763 100644 (file)
@@ -31,7 +31,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none if the binary string was converted to an signed long.
+ *   F_okay if the binary string was converted to an signed long.
  *   F_data_not if string starts with a null (length is 0).
  *
  *   F_number (with error bit) if no conversion was made due to non-binary values being found.
@@ -65,7 +65,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none if the binary string was converted to an unsigned long.
+ *   F_okay if the binary string was converted to an unsigned long.
  *   F_data_not if string starts with a null (length is 0).
  *
  *   F_number (with error bit) if no conversion was made due to non-binary values being found.
@@ -98,7 +98,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none if the decimal string was converted to an signed long.
+ *   F_okay if the decimal string was converted to an signed long.
  *   F_data_not if string starts with a null (length is 0).
  *
  *   F_number (with error bit) if no conversion was made due to non-decimal values being found.
@@ -132,7 +132,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none if the decimal string was converted to an unsigned long.
+ *   F_okay if the decimal string was converted to an unsigned long.
  *   F_data_not if string starts with a null (length is 0).
  *
  *   F_number (with error bit) if no conversion was made due to non-decimal values being found.
@@ -165,7 +165,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if string starts with a null (length is 0).
  *
  *   F_complete_not_utf (with error bit) if an incomplete UTF-8 fragment is found.
@@ -196,7 +196,7 @@ extern "C" {
  *   This value is only changed on success.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if string starts with a null (length is 0).
  *   F_number_negative on negative value (has a -, such as '-1').
  *   F_number_positive on positive value (has a +, such as '+1').
index 21475c8270c90041b102a5d6320d1e14fce646a1..87fd5429e37279923ab45dc2e7e8cad0e005af42 100644 (file)
@@ -57,7 +57,7 @@ extern "C" {
     recurse->path_cache.used = 0;
     recurse->path_top = &path;
     recurse->depth = 0;
-    recurse->state.status = F_none;
+    recurse->state.status = F_okay;
     recurse->state.data = (void *) recurse;
 
     // Guarantee initialization even for parameter checking failures.
@@ -101,7 +101,7 @@ extern "C" {
     }
 
     if ((recurse->flag & f_directory_recurse_do_flag_top_e) && (recurse->flag & f_directory_recurse_do_flag_before_e)) {
-      recurse->state.status = F_none;
+      recurse->state.status = F_okay;
 
       recurse->action((void *) recurse, path, f_directory_recurse_do_flag_top_e | f_directory_recurse_do_flag_path_e | f_directory_recurse_do_flag_before_e);
 
@@ -111,7 +111,7 @@ extern "C" {
       }
 
       if (recurse->state.status == F_done) {
-        recurse->state.status = F_none;
+        recurse->state.status = F_okay;
 
         return;
       }
@@ -147,7 +147,7 @@ extern "C" {
         if (F_status_is_error(recurse->state.status)) return;
       }
 
-      recurse->state.status = F_none;
+      recurse->state.status = F_okay;
 
       recurse->action((void *) recurse, path, f_directory_recurse_do_flag_top_e | f_directory_recurse_do_flag_directory_e);
 
@@ -157,14 +157,14 @@ extern "C" {
       }
 
       if (recurse->state.status == F_done) {
-        recurse->state.status = F_none;
+        recurse->state.status = F_okay;
 
         return;
       }
     }
 
     if ((recurse->flag & f_directory_recurse_do_flag_top_e) && (recurse->flag & f_directory_recurse_do_flag_after_e)) {
-      recurse->state.status = F_none;
+      recurse->state.status = F_okay;
 
       recurse->action((void *) recurse, path, f_directory_recurse_do_flag_top_e | f_directory_recurse_do_flag_path_e | f_directory_recurse_do_flag_after_e);
     }
@@ -174,7 +174,7 @@ extern "C" {
       if (F_status_is_error(recurse->state.status)) return;
     }
 
-    recurse->state.status = F_none;
+    recurse->state.status = F_okay;
   }
 #endif // _di_fl_directory_do_
 
@@ -204,7 +204,7 @@ extern "C" {
     f_number_unsigned_t i = path->used - 1;
     f_number_unsigned_t j = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (; i > 0; --i) {
 
@@ -229,7 +229,7 @@ extern "C" {
             path->used = i + 1;
           }
 
-          return F_none;
+          return F_okay;
         }
       }
       else {
@@ -258,7 +258,7 @@ extern "C" {
 
     path->used = 0;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fl_directory_path_pop_
 
index 3704f34deb31421d16547562d2715da17b13447d..5d64f3aabdf8d6389c070ea770c298fa7690fcc8 100644 (file)
@@ -60,7 +60,7 @@ extern "C" {
  *   This is applied to all created directories.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *   F_directory_found on success, but the directory already exists.
  *
@@ -109,7 +109,7 @@ extern "C" {
  *   This must not be NULL.
  *
  *   This alters recurse.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not if source.used or destination.used is 0.
  *
  *     F_directory_descriptor (with error bit) on directory file descriptor error.
@@ -187,7 +187,7 @@ extern "C" {
  *   Will be populated with the names of all top-level paths found within the given directory.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source.used or destination.used is 0.
  *   F_directory_empty if directory is empty.
  *
@@ -229,7 +229,7 @@ extern "C" {
  *   This will only be NULL terminated if path string is already NULL terminated.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -256,7 +256,7 @@ extern "C" {
  *   This will only be NULL terminated if destination string is already NULL terminated.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if source.used is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
index 4d011f70ddacc3209834a802eb930a3058180a3b..27d983a92f4c0f4d5f4bca6606c8f119a0f56f2b 100644 (file)
@@ -45,7 +45,7 @@ extern "C" {
       }
     }
 
-    recurse->state.status = F_none;
+    recurse->state.status = F_okay;
 
     if (recurse->flag & f_directory_recurse_do_flag_list_e) {
       recurse->action((void *) recurse, recurse->path, f_directory_recurse_do_flag_list_e);
@@ -56,7 +56,7 @@ extern "C" {
       }
 
       if (recurse->state.status != F_done && F_status_is_error_not(recurse->state.status)) {
-        recurse->state.status = F_none;
+        recurse->state.status = F_okay;
       }
     }
 
@@ -126,7 +126,7 @@ extern "C" {
           for (j = 0; j < 3; ++j) {
 
             if (!flag_actions[j] || (recurse->flag & flag_actions[j])) {
-              recurse->state.status = F_none;
+              recurse->state.status = F_okay;
 
               recurse->action((void *) recurse, list[k]->array[i], flag_actions[j] | flags[k]);
 
@@ -201,7 +201,7 @@ extern "C" {
             }
           }
           else {
-            recurse->state.status = F_none;
+            recurse->state.status = F_okay;
 
             if (recurse->depth < recurse->depth_max) {
               ++recurse->depth;
@@ -232,7 +232,7 @@ extern "C" {
 
         if (F_status_is_error(recurse->state.status) || recurse->state.status == F_done) break;
 
-        recurse->state.status = F_none;
+        recurse->state.status = F_okay;
       } // for
     }
 
@@ -252,7 +252,7 @@ extern "C" {
 
     struct dirent **entity = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     DIR *parent = opendir(path.string);
 
@@ -366,7 +366,7 @@ extern "C" {
     if (F_status_is_error(status)) return status;
     if (!length) return F_directory_empty;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fl_directory_do_) || !defined(_di_fl_directory_list_)
 
@@ -380,7 +380,7 @@ extern "C" {
     f_number_unsigned_t total = 0;
     f_number_unsigned_t start = 0;
     f_number_unsigned_t length_truncated = source.used;
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     {
       f_number_unsigned_t i = 0;
@@ -580,7 +580,7 @@ extern "C" {
       destination->string[destination->used - 1] = 0;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fl_directory_path_push_) || !defined(_di_fl_directory_path_push_dynamic_)
 
index e220cbcaa699c32f8f558cb7baa9b00381191136..320f1c72f5c4534d140707ced22f64ac3d48c484 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   The directory recurse data.
  *
  *   This alters recurse.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_done on success and instructed to end recursion.
  *
  *     F_interrupt (with error bit) if stopping due to an interrupt.
@@ -65,7 +65,7 @@ extern "C" {
  *   The directory recurse data.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_failure (with error bit) for any other failure, failures might be populated with individual status codes.
  *
@@ -101,7 +101,7 @@ extern "C" {
  *   Will be populated with the names of all top-level paths found within the given directory.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if directory is empty.
  *
  *   F_directory_descriptor (with error bit) on directory file descriptor error.
@@ -142,7 +142,7 @@ extern "C" {
  *   This will only be NULL terminated if destination string is already NULL terminated.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if length is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
index 859acc0cd76efca78a1366a012bcb9a6693a9a3a..c9e275d98a380062d526be79f25ec463989b325c 100644 (file)
@@ -35,7 +35,7 @@ extern "C" {
 
     ++environment->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fl_environment_load_name_
 
@@ -74,7 +74,7 @@ extern "C" {
       ++environment->used;
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fl_environment_load_names_
 
@@ -84,7 +84,7 @@ extern "C" {
       if (!paths) return F_status_set_error(F_parameter);
     #endif // _di_level_1_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (!path.used) {
 
@@ -95,7 +95,7 @@ extern "C" {
 
       paths->array[paths->used++].used = 0;
 
-      return F_none;
+      return F_okay;
     }
 
     f_number_unsigned_t i = 0;
@@ -250,7 +250,7 @@ extern "C" {
       f_string_dynamic_resize(0, &architecture_bits);
     #endif // _en_kevux_path_architecture_bits_
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fl_environment_path_explode_
 
@@ -260,7 +260,7 @@ extern "C" {
       if (!paths) return F_status_set_error(F_parameter);
     #endif // _di_level_1_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (!path.used) {
 
@@ -271,7 +271,7 @@ extern "C" {
 
       paths->array[paths->used++].used = 0;
 
-      return F_none;
+      return F_okay;
     }
 
     f_number_unsigned_t i = 0;
@@ -427,7 +427,7 @@ extern "C" {
       f_string_dynamic_resize(0, &architecture_bits);
     #endif // _en_kevux_path_architecture_bits_
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fl_environment_path_explode_reverse_
 
index 53dd33929cc6f2fd74fd847a5a5cbe407877709c..b904a98fb1ad7a75b942e66e22e7b54a6aedd600 100644 (file)
@@ -42,7 +42,7 @@ extern "C" {
  *   An array of maps generated from the loaded environment variable names.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if names.used is 0.
  *   F_exist_not if name does not exist.
  *
@@ -76,7 +76,7 @@ extern "C" {
  *   All environment names loaded are appended to this.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if names.used is 0.
  *
  *   Errors (with error bit) from: f_environment_get().
@@ -105,7 +105,7 @@ extern "C" {
  *   Each exploded path is not NULL terminated.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if paths array is too large for further addressing.
  *   F_memory_not (with error bit) on out of memory.
@@ -139,7 +139,7 @@ extern "C" {
  *   Each exploded path is not NULL terminated.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_array_too_large (with error bit) if paths array is too large for further addressing.
  *   F_memory_not (with error bit) on out of memory.
index 9bc7ac4c0ed20069cf11322ba00f3ff12b85fbc4..5345c45992aa4f185ca2a116c9481c007e436048 100644 (file)
@@ -21,20 +21,20 @@ extern "C" {
     if (F_status_is_error(state->status)) return;
     if (state->status == F_data_not) return;
 
-    if (state->status == F_none_eol) {
+    if (state->status == F_okay_eol) {
       ++range->start;
       state->status = F_fss_found_content_not;
 
       return;
     }
 
-    if (state->status == F_none_eos) {
+    if (state->status == F_okay_eos) {
       state->status = F_data_not_eos;
 
       return;
     }
 
-    if (state->status == F_none_stop) {
+    if (state->status == F_okay_stop) {
       state->status = F_data_not_stop;
 
       return;
@@ -55,7 +55,7 @@ extern "C" {
       f_fss_skip_past_delimit(buffer, range, state);
       if (F_status_is_error(state->status)) break;
 
-      if (state->status == F_none_eos || state->status == F_none_stop) return;
+      if (state->status == F_okay_eos || state->status == F_okay_stop) return;
       if (buffer.string[range->start] == f_fss_basic_close_s.string[0]) break;
     } // for
 
@@ -82,7 +82,7 @@ extern "C" {
       }
     #endif // _di_level_1_parameter_checking_
 
-    state->status = F_none;
+    state->status = F_okay;
 
     f_fss_skip_past_delimit(content, range, state);
     if (F_status_is_error(state->status)) return;
@@ -114,7 +114,7 @@ extern "C" {
 
       if (content.string[range->start] == f_fss_eol_s.string[0]) {
         destination->used = destination_used;
-        state->status = F_status_set_error(F_none_eol);
+        state->status = F_status_set_error(F_okay_eol);
 
         return;
       }
@@ -144,8 +144,8 @@ extern "C" {
       destination->string[destination->used++] = f_fss_basic_close_s.string[0];
     }
 
-    if (range->start > range->stop) state->status = F_none_stop;
-    else state->status = F_none_eos;
+    if (range->start > range->stop) state->status = F_okay_stop;
+    else state->status = F_okay_eos;
   }
 #endif // _di_fl_fss_basic_content_write_
 
@@ -217,7 +217,7 @@ extern "C" {
     }
 
     if (complete == f_fss_complete_partial_e || complete == f_fss_complete_partial_trim_e || complete == f_fss_complete_full_e || complete == f_fss_complete_full_trim_e || complete == f_fss_complete_trim_e) {
-      if (state->status == F_none_stop || state->status == F_none_eos || state->status == F_data_not_stop || state->status == F_data_not_eos) {
+      if (state->status == F_okay_stop || state->status == F_okay_eos || state->status == F_data_not_stop || state->status == F_data_not_eos) {
         const f_status_t status_original = state->status;
 
         if (complete == f_fss_complete_full_trim_e || complete == f_fss_complete_trim_e) {
index c415897d097a6f6e0624188d86322a286a7161ee..0780d1a7d89bd1c67866de29283a45bbc4f02e39 100644 (file)
@@ -58,8 +58,8 @@ extern "C" {
  *   This alters state.status:
  *     F_fss_found_content on success and content was found (start location is at end of content).
  *     F_fss_found_content_not on success and no content was found (start location is after character designating this is not a content).
- *     F_none_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
- *     F_none_stop on success after reaching stopping point (a valid object is not yet confirmed).
+ *     F_okay_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
+ *     F_okay_stop on success after reaching stopping point (a valid object is not yet confirmed).
  *     F_data_not if buffer is empty (buffer.used is 0).
  *     F_data_not_eos no objects found after reaching the end of the buffer (essentially only comments are found).
  *     F_data_not_stop no data found after reaching stopping point (essentially only comments are found).
@@ -113,15 +113,15 @@ extern "C" {
  *   Error bit designates an error but must be passed along with F_interrupt.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
- *     F_none_stop on success after reaching the range stop.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
+ *     F_okay_stop on success after reaching the range stop.
  *     F_data_not if content is empty (content.used is 0).
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *     F_data_not_stop no data to write due start location being greater than stop location.
  *
  *     F_interrupt (with error bit) if stopping due to an interrupt.
- *     F_none_eol (with error bit) after reaching an EOL, which is not supported by the standard.
+ *     F_okay_eol (with error bit) after reaching an EOL, which is not supported by the standard.
  *     F_parameter (with error bit) if a parameter is invalid.
  *
  *     Errors (with error bit) from: f_fss_skip_past_delimit().
@@ -169,8 +169,8 @@ extern "C" {
  *     F_fss_found_object on success and object was found (start location is at end of object).
  *     F_fss_found_object_content_not on success but object ended at the line so there can be no content.
  *     F_fss_found_object_not on success and no object was found (start location is after character designating this is not an object).
- *     F_none_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
- *     F_none_stop on success after reaching stopping point (a valid object is not yet confirmed).
+ *     F_okay_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
+ *     F_okay_stop on success after reaching stopping point (a valid object is not yet confirmed).
  *     F_data_not if buffer is empty (buffer.used is 0).
  *     F_data_not_eos no objects found after reaching the end of the buffer (essentially only comments are found).
  *     F_data_not_stop no data found after reaching stopping point (essentially only comments are found).
@@ -237,15 +237,15 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
- *     F_none_stop on success after reaching the range stop.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
+ *     F_okay_stop on success after reaching the range stop.
  *     F_data_not if object is empty (object.used is 0).
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *     F_data_not_stop no data to write due start location being greater than stop location.
  *
  *     F_interrupt (with error bit) if stopping due to an interrupt.
- *     F_none_eol (with error bit) after reaching an EOL, which is not supported by the standard.
+ *     F_okay_eol (with error bit) after reaching an EOL, which is not supported by the standard.
  *     F_parameter (with error bit) if a parameter is invalid.
  *
  *     Errors (with error bit) from: f_fss_is_space().
index 98ef33a714b2c17cb78a8ee0326d497ab075281d..f65b878c92a9a98d04a1db849721ea47ca5a13d1 100644 (file)
@@ -30,11 +30,11 @@ extern "C" {
 
       if (range->start >= buffer.used) {
         found->array[found->used].stop = buffer.used - 1;
-        state->status = F_none_eos;
+        state->status = F_okay_eos;
       }
       else {
         found->array[found->used].stop = range->stop;
-        state->status = F_none_stop;
+        state->status = F_okay_stop;
       }
 
       return;
@@ -273,14 +273,14 @@ extern "C" {
 
     if (range->start >= buffer.used) {
       found->array[found->used].stop = buffer.used - 1;
-      state->status = F_none_eos;
+      state->status = F_okay_eos;
 
       return;
     }
 
     if (range->start > range->stop) {
       found->array[found->used].stop = range->stop;
-      state->status = F_none_stop;
+      state->status = F_okay_stop;
 
       return;
     }
@@ -306,7 +306,7 @@ extern "C" {
     if (F_status_is_error(state->status)) return;
     if (state->status == F_data_not) return;
 
-    if (state->status == F_none_stop || state->status == F_none_eos) {
+    if (state->status == F_okay_stop || state->status == F_okay_eos) {
       if (complete == f_fss_complete_full_e || complete == f_fss_complete_full_trim_e || complete == f_fss_complete_end_e) {
         const f_status_t status = f_string_dynamic_increase(state->step_large, destination);
 
@@ -319,7 +319,7 @@ extern "C" {
         destination->string[destination->used++] = f_fss_basic_list_close_s.string[0];
       }
 
-      state->status = state->status == F_none_stop ? F_data_not_stop : F_data_not_eos;
+      state->status = state->status == F_okay_stop ? F_data_not_stop : F_data_not_eos;
 
       return;
     }
@@ -528,13 +528,13 @@ extern "C" {
     }
 
     if (range->start > range->stop) {
-      state->status = F_none_stop;
+      state->status = F_okay_stop;
     }
     else if (range->start >= content.used) {
-      state->status = F_none_eos;
+      state->status = F_okay_eos;
     }
     else {
-      state->status = F_none;
+      state->status = F_okay;
     }
   }
 #endif // _di_fl_fss_basic_list_content_write_
@@ -557,7 +557,7 @@ extern "C" {
     if (F_status_is_error(state->status)) return;
     if (state->status == F_data_not) return;
 
-    if (state->status == F_none_eol) {
+    if (state->status == F_okay_eol) {
 
       // Move the start position to after the EOL.
       ++range->start;
@@ -566,13 +566,13 @@ extern "C" {
       return;
     }
 
-    if (state->status == F_none_eos) {
+    if (state->status == F_okay_eos) {
       state->status = F_data_not_eos;
 
       return;
     }
 
-    if (state->status == F_none_stop) {
+    if (state->status == F_okay_stop) {
       state->status = F_data_not_stop;
 
       return;
@@ -587,13 +587,13 @@ extern "C" {
       f_fss_seek_to_eol(buffer, range, state);
       if (F_status_is_error(state->status)) return;
 
-      if (state->status == F_none_eos) {
+      if (state->status == F_okay_eos) {
         state->status = F_data_not_eos;
 
         return;
       }
 
-      if (state->status == F_none_stop) {
+      if (state->status == F_okay_stop) {
         state->status = F_data_not_stop;
 
         return;
@@ -781,14 +781,14 @@ extern "C" {
 
         if (range->start >= buffer.used) {
           found->stop = buffer.used - 1;
-          state->status = F_none_eos;
+          state->status = F_okay_eos;
 
           return;
         }
 
         if (range->start > range->stop) {
           found->stop = range->stop;
-          state->status = F_none_stop;
+          state->status = F_okay_stop;
 
           return;
         }
@@ -824,13 +824,13 @@ extern "C" {
       return;
     }
 
-    if (state->status == F_none_eos) {
+    if (state->status == F_okay_eos) {
       state->status = F_data_not_eos;
 
       return;
     }
 
-    if (state->status == F_none_stop) {
+    if (state->status == F_okay_stop) {
       state->status = F_data_not_stop;
 
       return;
@@ -861,7 +861,7 @@ extern "C" {
     if (F_status_is_error(state->status)) return;
     if (state->status == F_data_not) return;
 
-    if (state->status == F_none_stop || state->status == F_none_eos) {
+    if (state->status == F_okay_stop || state->status == F_okay_eos) {
       if (complete == f_fss_complete_partial_e || complete == f_fss_complete_partial_trim_e || complete == f_fss_complete_full_e || complete == f_fss_complete_full_trim_e) {
         {
           const f_status_t status = f_string_dynamic_increase_by(state->step_small + 2, destination);
@@ -880,7 +880,7 @@ extern "C" {
         }
       }
 
-      state->status = state->status == F_none_stop ? F_data_not_stop : F_data_not_eos;
+      state->status = state->status == F_okay_stop ? F_data_not_stop : F_data_not_eos;
 
       return;
     }
@@ -921,7 +921,7 @@ extern "C" {
       // Objects will not have leading white spaces, but having this does not result in an invalid object, so just write the provided spaces.
       if (object.string[range->start] != f_fss_placeholder_s.string[0]) {
         if (object.string[range->start] == f_fss_eol_s.string[0]) {
-          state->status = F_status_set_error(F_none_eol);
+          state->status = F_status_set_error(F_okay_eol);
 
           break;
         }
@@ -931,7 +931,7 @@ extern "C" {
         }
         else {
           if (object.string[range->start] == f_fss_eol_s.string[0]) {
-            state->status = F_status_set_error(F_none_eol);
+            state->status = F_status_set_error(F_okay_eol);
 
             break;
           }
@@ -1000,7 +1000,7 @@ extern "C" {
 
       if (object.string[range->start] != f_fss_placeholder_s.string[0]) {
         if (object.string[range->start] == f_fss_eol_s.string[0]) {
-          state->status = F_status_set_error(F_none_eol);
+          state->status = F_status_set_error(F_okay_eol);
 
           break;
         }
@@ -1054,13 +1054,13 @@ extern "C" {
     }
 
     if (range->start > range->stop) {
-      state->status = F_none_stop;
+      state->status = F_okay_stop;
     }
     else if (range->start >= object.used) {
-      state->status = F_none_eos;
+      state->status = F_okay_eos;
     }
     else {
-      state->status = F_none;
+      state->status = F_okay;
     }
   }
 #endif // _di_fl_fss_basic_list_object_write_
index b429eb92f992ab600a4a4c9c654e2ddd825ec4af..514d0234dc3c8816f8f5ddee003014e4d6be0273 100644 (file)
@@ -63,8 +63,8 @@ extern "C" {
  *   This alters state.status:
  *     F_fss_found_content on success and content was found (start location is at end of content).
  *     F_fss_found_content_not on success and no content was found (start location is after character designating this is not a content).
- *     F_none_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
- *     F_none_stop on success after reaching stopping point (a valid object is not yet confirmed).
+ *     F_okay_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
+ *     F_okay_stop on success after reaching stopping point (a valid object is not yet confirmed).
  *     F_data_not if buffer is empty (buffer.used is 0).
  *     F_data_not_eos no objects found after reaching the end of the buffer (essentially only comments are found).
  *     F_data_not_stop no data found after reaching stopping point (essentially only comments are found).
@@ -129,13 +129,13 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eol on success after reaching the end of the line.
- *     F_none_eos on success after reaching the end of the buffer.
+ *     F_okay on success.
+ *     F_okay_eol on success after reaching the end of the line.
+ *     F_okay_eos on success after reaching the end of the buffer.
  *     F_data_not if content is empty (content.used is 0).
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *     F_data_not_stop no data to write due start location being greater than stop location.
- *     F_none_stop on success after reaching stopping point.
+ *     F_okay_stop on success after reaching stopping point.
  *
  *     F_interrupt (with error bit) if stopping due to an interrupt.
  *     F_parameter (with error bit) if a parameter is invalid.
@@ -189,8 +189,8 @@ extern "C" {
  *   This alters state.status:
  *     F_fss_found_object on success and object was found (start location is at end of object).
  *     F_fss_found_object_not on success and no object was found (start location is after character designating this is not an object).
- *     F_none_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
- *     F_none_stop on success after reaching stopping point (a valid object is not yet confirmed).
+ *     F_okay_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
+ *     F_okay_stop on success after reaching stopping point (a valid object is not yet confirmed).
  *     F_data_not if buffer is empty (buffer.used is 0).
  *     F_data_not_eos no objects found after reaching the end of the buffer (essentially only comments are found).
  *     F_data_not_stop no data found after reaching stopping point (essentially only comments are found).
@@ -254,15 +254,15 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
  *     F_data_not if object is empty (object.used is 0).
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *     F_data_not_stop no data to write due start location being greater than stop location.
- *     F_none_stop on success after reaching stopping point.
+ *     F_okay_stop on success after reaching stopping point.
  *
  *     F_interrupt (with error bit) if stopping due to an interrupt.
- *     F_none_eol (with error bit) after reaching an EOL, which is not supported by the standard.
+ *     F_okay_eol (with error bit) after reaching an EOL, which is not supported by the standard.
  *     F_parameter (with error bit) if a parameter is invalid.
  *
  *     Errors (with error bit) from: f_fss_is_graph().
index 228e2f53b61fc5afb18834e3c14587ccf6b51b6c..a5d492d8905ebd9119afab1657f58449ef1876bd 100644 (file)
@@ -20,7 +20,7 @@ extern "C" {
     f_fss_skip_past_delimit(buffer, range, state);
     if (F_status_is_error(state->status)) return;
     if (state->status == F_data_not) return;
-    if (state->status == F_none_eos || state->status == F_none_stop) return;
+    if (state->status == F_okay_eos || state->status == F_okay_stop) return;
 
     state->status = f_memory_array_increase(state->step_small, sizeof(f_fss_nest_t), (void **) &found->depth, &found->used, &found->size);
     if (F_status_is_error(state->status)) return;
@@ -119,7 +119,7 @@ extern "C" {
             f_string_ranges_resize(0, &objects);
             f_memory_array_resize(0, sizeof(f_number_unsigned_t), (void **) &slashes.array, &slashes.used, &slashes.size);
 
-            state->status = (range->start >= buffer.used) ? F_none_eos : F_none_stop;
+            state->status = (range->start >= buffer.used) ? F_okay_eos : F_okay_stop;
 
             return;
           }
@@ -643,9 +643,9 @@ extern "C" {
             f_memory_array_resize(0, sizeof(f_number_unsigned_t), (void **) &slashes.array, &slashes.used, &slashes.size);
 
             if (range->start >= buffer.used) {
-              state->status = F_none_eos;
+              state->status = F_okay_eos;
             } else if (range->start > range->stop) {
-              state->status = F_none_stop;
+              state->status = F_okay_stop;
             }
             else {
               state->status = F_fss_found_content;
@@ -808,10 +808,10 @@ extern "C" {
     if (F_status_is_error(state->status)) return;
     if (state->status == F_data_not) return;
 
-    if (state->status == F_none_eos) {
+    if (state->status == F_okay_eos) {
       state->status = F_data_not_eos;
     }
-    else if (state->status == F_none_stop) {
+    else if (state->status == F_okay_stop) {
       state->status = F_data_not_stop;
     }
 
@@ -1075,13 +1075,13 @@ extern "C" {
     }
 
     if (range->start > range->stop) {
-      state->status = F_none_stop;
+      state->status = F_okay_stop;
     }
     else if (range->start >= content.used) {
-      state->status = F_none_eos;
+      state->status = F_okay_eos;
     }
     else {
-      state->status = F_none;
+      state->status = F_okay;
     }
   }
 #endif // _di_fl_fss_embedded_list_content_write_
@@ -1104,7 +1104,7 @@ extern "C" {
     if (F_status_is_error(state->status)) return;
     if (state->status == F_data_not) return;
 
-    if (state->status == F_none_eol) {
+    if (state->status == F_okay_eol) {
 
       // Move the start position to after the EOL.
       ++range->start;
@@ -1113,13 +1113,13 @@ extern "C" {
       return;
     }
 
-    if (state->status == F_none_eos) {
+    if (state->status == F_okay_eos) {
       state->status = F_data_not_eos;
 
       return;
     }
 
-    if (state->status == F_none_stop) {
+    if (state->status == F_okay_stop) {
       state->status = F_data_not_stop;
 
       return;
@@ -1148,13 +1148,13 @@ extern "C" {
         return;
       }
 
-      if (state->status == F_none_eos) {
+      if (state->status == F_okay_eos) {
         state->status = F_data_not_eos;
 
         return;
       }
 
-      if (state->status == F_none_stop) {
+      if (state->status == F_okay_stop) {
         state->status = F_data_not_stop;
 
         return;
@@ -1342,14 +1342,14 @@ extern "C" {
 
         if (range->start >= buffer.used) {
           found->stop = buffer.used - 1;
-          state->status = F_none_eos;
+          state->status = F_okay_eos;
 
           return;
         }
 
         if (range->start > range->stop) {
           found->stop = range->stop;
-          state->status = F_none_stop;
+          state->status = F_okay_stop;
 
           return;
         }
@@ -1444,10 +1444,10 @@ extern "C" {
     if (F_status_is_error(state->status)) return;
     if (state->status == F_data_not) return;
 
-    if (state->status == F_none_eos) {
+    if (state->status == F_okay_eos) {
       state->status = F_data_not_eos;
     }
-    else if (state->status == F_none_stop) {
+    else if (state->status == F_okay_stop) {
       state->status = F_data_not_stop;
     }
 
@@ -1514,7 +1514,7 @@ extern "C" {
       // Objects will not have leading white spaces, but having this does not result in an invalid object, so just write the provided spaces.
       if (object.string[range->start] != f_fss_placeholder_s.string[0]) {
         if (object.string[range->start] == f_fss_eol_s.string[0]) {
-          state->status = F_status_set_error(F_none_eol);
+          state->status = F_status_set_error(F_okay_eol);
 
           break;
         }
@@ -1524,7 +1524,7 @@ extern "C" {
         }
         else {
           if (object.string[range->start] == f_fss_eol_s.string[0]) {
-            state->status = F_status_set_error(F_none_eol);
+            state->status = F_status_set_error(F_okay_eol);
 
             break;
           }
@@ -1600,7 +1600,7 @@ extern "C" {
 
       if (object.string[range->start] != f_fss_placeholder_s.string[0]) {
         if (object.string[range->start] == f_fss_eol_s.string[0]) {
-          state->status = F_status_set_error(F_none_eol);
+          state->status = F_status_set_error(F_okay_eol);
 
           break;
         }
@@ -1612,7 +1612,7 @@ extern "C" {
           ends_on_space = F_true;
 
           if (object.string[range->start] == f_fss_eol_s.string[0]) {
-            state->status = F_status_set_error(F_none_eol);
+            state->status = F_status_set_error(F_okay_eol);
 
             break;
           }
@@ -1674,13 +1674,13 @@ extern "C" {
     }
 
     if (range->start > range->stop) {
-      state->status = F_none_stop;
+      state->status = F_okay_stop;
     }
     else if (range->start >= object.used) {
-      state->status = F_none_eos;
+      state->status = F_okay_eos;
     }
     else {
-      state->status = F_none;
+      state->status = F_okay;
     }
   }
 #endif // _di_fl_fss_embedded_list_object_write_
index 09d711f46eaec3c1a95c758eb1dfa66bf925eced..8d7fe21f5004ab439e7eb05bd9018a17071fff6c 100644 (file)
@@ -67,8 +67,8 @@ extern "C" {
  *   This alters state.status:
  *     F_fss_found_content on success and content was found (start location is at end of content).
  *     F_fss_found_content_not on success and no content was found (start location is after character designating this is not a content).
- *     F_none_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
- *     F_none_stop on success after reaching stopping point (a valid object is not yet confirmed).
+ *     F_okay_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
+ *     F_okay_stop on success after reaching stopping point (a valid object is not yet confirmed).
  *     F_data_not if buffer is empty (buffer.used is 0).
  *     F_data_not_eos no objects found after reaching the end of the buffer (essentially only comments are found).
  *     F_data_not_stop no data found after reaching stopping point (essentially only comments are found).
@@ -138,12 +138,12 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
  *     F_data_not if content is empty (content.used is 0).
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *     F_data_not_stop no data to write due start location being greater than stop location.
- *     F_none_stop on success after reaching stopping point.
+ *     F_okay_stop on success after reaching stopping point.
  *
  *     F_interrupt (with error bit) if stopping due to an interrupt.
  *     F_parameter (with error bit) if a parameter is invalid.
@@ -197,8 +197,8 @@ extern "C" {
  *   This alters state.status:
  *     F_fss_found_object on success and object was found (start location is at end of object).
  *     F_fss_found_object_not on success and no object was found (start location is after character designating this is not an object).
- *     F_none_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
- *     F_none_stop on success after reaching stopping point (a valid object is not yet confirmed).
+ *     F_okay_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
+ *     F_okay_stop on success after reaching stopping point (a valid object is not yet confirmed).
  *     F_data_not if buffer is empty (buffer.used is 0).
  *     F_data_not_eos no objects found after reaching the end of the buffer (essentially only comments are found).
  *     F_data_not_stop no data found after reaching stopping point (essentially only comments are found).
@@ -262,15 +262,15 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
  *     F_data_not if object is empty (object.used is 0).
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *     F_data_not_stop no data to write due start location being greater than stop location.
- *     F_none_stop on success after reaching stopping point.
+ *     F_okay_stop on success after reaching stopping point.
  *
  *     F_interrupt (with error bit) if stopping due to an interrupt.
- *     F_none_eol (with error bit) after reaching an EOL, which is not supported by the standard.
+ *     F_okay_eol (with error bit) after reaching an EOL, which is not supported by the standard.
  *     F_parameter (with error bit) if a parameter is invalid.
  *
  *     Errors (with error bit) from: f_fss_is_graph().
index ece6555f1e5af19e4b1213fa2be1272ccddf9a07..0e66a0d9fb87817eba58ff627008557e8eaaaae1 100644 (file)
@@ -21,20 +21,20 @@ extern "C" {
     if (F_status_is_error(state->status)) return;
     if (state->status == F_data_not) return;
 
-    if (state->status == F_none_eol) {
+    if (state->status == F_okay_eol) {
       ++range->start;
       state->status = F_fss_found_content_not;
 
       return;
     }
 
-    if (state->status == F_none_eos) {
+    if (state->status == F_okay_eos) {
       state->status = F_data_not_eos;
 
       return;
     }
 
-    if (state->status == F_none_stop) {
+    if (state->status == F_okay_stop) {
       state->status = F_data_not_stop;
 
       return;
@@ -46,7 +46,7 @@ extern "C" {
     uint8_t content_found = 0;
     uint8_t quote = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     while (range->start <= range->stop && range->start < buffer.used) {
 
@@ -92,7 +92,7 @@ extern "C" {
       }
       else if (state->status == F_data_not_eos) {
         if (content_found) {
-          state->status = F_none_eos;
+          state->status = F_okay_eos;
         }
 
         content_found = 2;
@@ -101,7 +101,7 @@ extern "C" {
       }
       else if (state->status == F_data_not_stop) {
         if (content_found) {
-          state->status = F_none_stop;
+          state->status = F_okay_stop;
         }
 
         content_found = 2;
@@ -160,7 +160,7 @@ extern "C" {
       return;
     }
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (state->status == F_data_not_stop || state->status == F_data_not_eos) {
 
@@ -183,7 +183,7 @@ extern "C" {
         destination->string[destination->used++] = f_fss_extended_close_s.string[0];
       }
 
-      state->status = (state->status == F_data_not_stop) ? F_none_stop : F_none_eos;
+      state->status = (state->status == F_data_not_stop) ? F_okay_stop : F_okay_eos;
 
       return;
     }
@@ -258,7 +258,7 @@ void fl_fss_extended_object_write(const f_string_static_t object, const uint8_t
       return;
     }
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (state->status == F_data_not_stop || state->status == F_data_not_eos) {
 
@@ -277,8 +277,8 @@ void fl_fss_extended_object_write(const f_string_static_t object, const uint8_t
     }
 
     if (complete == f_fss_complete_partial_e || complete == f_fss_complete_partial_trim_e || complete == f_fss_complete_full_e || complete == f_fss_complete_full_trim_e || complete == f_fss_complete_trim_e) {
-      if (state->status == F_none_stop || state->status == F_none_eos || state->status == F_data_not_stop || state->status == F_data_not_eos) {
-        status = F_none;
+      if (state->status == F_okay_stop || state->status == F_okay_eos || state->status == F_data_not_stop || state->status == F_data_not_eos) {
+        status = F_okay;
 
         if (complete == f_fss_complete_full_trim_e || complete == f_fss_complete_trim_e) {
           private_fl_fss_basic_write_object_trim(quote ? quote : f_fss_quote_double_s.string[0], destination_used, destination, state);
index c030d62eaa31c794f7af3856cd482391b7c0463a..53dcd80fdc8fe0af42f7ed2c3094028249f71f61 100644 (file)
@@ -61,8 +61,8 @@ extern "C" {
  *   This alters state.status:
  *     F_fss_found_content on success and content was found (start location is at end of content).
  *     F_fss_found_content_not on success and no content was found (start location is after character designating this is not a content).
- *     F_none_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
- *     F_none_stop on success after reaching stopping point (a valid object is not yet confirmed).
+ *     F_okay_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
+ *     F_okay_stop on success after reaching stopping point (a valid object is not yet confirmed).
  *     F_data_not if buffer is empty (buffer.used is 0).
  *     F_data_not_eos no objects found after reaching the end of the buffer (essentially only comments are found).
  *     F_data_not_stop no data found after reaching stopping point (essentially only comments are found).
@@ -127,15 +127,15 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
- *     F_none_stop on success after reaching the range stop.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
+ *     F_okay_stop on success after reaching the range stop.
  *     F_data_not if content is empty (content.used is 0).
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *     F_data_not_stop no data to write due start location being greater than stop location.
  *
  *     F_interrupt (with error bit) if stopping due to an interrupt.
- *     F_none_eol (with error bit) after reaching an EOL, which is not supported by the standard.
+ *     F_okay_eol (with error bit) after reaching an EOL, which is not supported by the standard.
  *     F_parameter (with error bit) if a parameter is invalid.
  *
  *     Errors (with error bit) from: f_fss_is_space().
@@ -192,8 +192,8 @@ extern "C" {
  *     F_fss_found_object on success and object was found (start location is at end of object).
  *     F_fss_found_object_content_not on success but object ended at the line so there can be no content.
  *     F_fss_found_object_not on success and no object was found (start location is after character designating this is not an object).
- *     F_none_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
- *     F_none_stop on success after reaching stopping point (a valid object is not yet confirmed).
+ *     F_okay_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
+ *     F_okay_stop on success after reaching stopping point (a valid object is not yet confirmed).
  *     F_data_not if buffer is empty (buffer.used is 0).
  *     F_data_not_eos no objects found after reaching the end of the buffer (essentially only comments are found).
  *     F_data_not_stop no data found after reaching stopping point (essentially only comments are found).
@@ -261,15 +261,15 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
- *     F_none_stop on success after reaching the range stop.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
+ *     F_okay_stop on success after reaching the range stop.
  *     F_data_not if object is empty (object.used is 0).
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *     F_data_not_stop no data to write due start location being greater than stop location.
  *
  *     F_interrupt (with error bit) if stopping due to an interrupt.
- *     F_none_eol (with error bit) after reaching an EOL, which is not supported by the standard.
+ *     F_okay_eol (with error bit) after reaching an EOL, which is not supported by the standard.
  *     F_parameter (with error bit) if a parameter is invalid.
  *
  *     Errors (with error bit) from: f_fss_is_space().
index 1a53a71097b51cac9fb781afb878b8d88057ca1f..2a575658389d2587df22843539493c4cb7673c48 100644 (file)
@@ -30,11 +30,11 @@ extern "C" {
 
       if (range->start >= buffer.used) {
         found->array[found->used].stop = buffer.used - 1;
-        state->status = F_none_eos;
+        state->status = F_okay_eos;
       }
       else {
         found->array[found->used].stop = range->stop;
-        state->status = F_none_stop;
+        state->status = F_okay_stop;
       }
 
       return;
@@ -61,13 +61,13 @@ extern "C" {
       f_fss_skip_past_space(buffer, range, state);
       if (F_status_is_error(state->status)) break;
 
-      if (state->status == F_none_eol) {
+      if (state->status == F_okay_eol) {
         newline_last = range->start++;
 
         continue;
       }
 
-      if (state->status == F_none_eos || state->status == F_none_stop) break;
+      if (state->status == F_okay_eos || state->status == F_okay_stop) break;
 
       if (buffer.string[range->start] == f_fss_slash_s.string[0]) {
         slash_first = range->start;
@@ -240,10 +240,10 @@ extern "C" {
     if (F_status_is_error(state->status)) return;
     if (state->status == F_data_not) return;
 
-    if (state->status == F_none_eos) {
+    if (state->status == F_okay_eos) {
       state->status = F_data_not_eos;
     }
-    else if (state->status == F_none_stop) {
+    else if (state->status == F_okay_stop) {
       state->status = F_data_not_stop;
     }
 
@@ -515,13 +515,13 @@ extern "C" {
     }
 
     if (range->start > range->stop) {
-      state->status = F_none_stop;
+      state->status = F_okay_stop;
     }
     else if (range->start >= content.used) {
-      state->status = F_none_eos;
+      state->status = F_okay_eos;
     }
     else {
-      state->status = F_none;
+      state->status = F_okay;
     }
   }
 #endif // _di_fl_fss_extended_list_content_write_
@@ -544,7 +544,7 @@ extern "C" {
     if (F_status_is_error(state->status)) return;
     if (state->status == F_data_not) return;
 
-    if (state->status == F_none_eol) {
+    if (state->status == F_okay_eol) {
 
       // Move the start position to after the EOL.
       ++range->start;
@@ -553,13 +553,13 @@ extern "C" {
       return;
     }
 
-    if (state->status == F_none_eos) {
+    if (state->status == F_okay_eos) {
       state->status = F_data_not_eos;
 
       return;
     }
 
-    if (state->status == F_none_stop) {
+    if (state->status == F_okay_stop) {
       state->status = F_data_not_stop;
 
       return;
@@ -588,13 +588,13 @@ extern "C" {
         return;
       }
 
-      if (state->status == F_none_eos) {
+      if (state->status == F_okay_eos) {
         state->status = F_data_not_eos;
 
         return;
       }
 
-      if (state->status == F_none_stop) {
+      if (state->status == F_okay_stop) {
         state->status = F_data_not_stop;
 
         return;
@@ -781,14 +781,14 @@ extern "C" {
 
         if (range->start >= buffer.used) {
           found->stop = buffer.used - 1;
-          state->status = F_none_eos;
+          state->status = F_okay_eos;
 
           return;
         }
 
         if (range->start > range->stop) {
           found->stop = range->stop;
-          state->status = F_none_stop;
+          state->status = F_okay_stop;
 
           return;
         }
@@ -883,10 +883,10 @@ extern "C" {
     if (F_status_is_error(state->status)) return;
     if (state->status == F_data_not) return;
 
-    if (state->status == F_none_eos) {
+    if (state->status == F_okay_eos) {
       state->status = F_data_not_eos;
     }
-    else if (state->status == F_none_stop) {
+    else if (state->status == F_okay_stop) {
       state->status = F_data_not_stop;
     }
 
@@ -954,7 +954,7 @@ extern "C" {
       // Objects will not have leading white spaces, but having this does not result in an invalid object, so just write the provided spaces.
       if (object.string[range->start] != f_fss_placeholder_s.string[0]) {
         if (object.string[range->start] == f_fss_eol_s.string[0]) {
-          state->status = F_status_set_error(F_none_eol);
+          state->status = F_status_set_error(F_okay_eol);
 
           break;
         }
@@ -964,7 +964,7 @@ extern "C" {
         }
         else {
           if (object.string[range->start] == f_fss_eol_s.string[0]) {
-            state->status = F_status_set_error(F_none_eol);
+            state->status = F_status_set_error(F_okay_eol);
 
             break;
           }
@@ -1040,7 +1040,7 @@ extern "C" {
 
       if (object.string[range->start] != f_fss_placeholder_s.string[0]) {
         if (object.string[range->start] == f_fss_eol_s.string[0]) {
-          state->status = F_status_set_error(F_none_eol);
+          state->status = F_status_set_error(F_okay_eol);
 
           break;
         }
@@ -1052,7 +1052,7 @@ extern "C" {
           ends_on_space = F_true;
 
           if (object.string[range->start] == f_fss_eol_s.string[0]) {
-            state->status = F_status_set_error(F_none_eol);
+            state->status = F_status_set_error(F_okay_eol);
 
             break;
           }
@@ -1114,13 +1114,13 @@ extern "C" {
     }
 
     if (range->start > range->stop) {
-      state->status = F_none_stop;
+      state->status = F_okay_stop;
     }
     else if (range->start >= object.used) {
-      state->status = F_none_eos;
+      state->status = F_okay_eos;
     }
     else {
-      state->status = F_none;
+      state->status = F_okay;
     }
   }
 #endif // _di_fl_fss_extended_list_object_write_
index 729ca318df968bbba24378be80439e277722ead3..a8d962d5abe34a0d8763a3fb87cf43a0bc2322a3 100644 (file)
@@ -65,8 +65,8 @@ extern "C" {
  *   This alters state.status:
  *     F_fss_found_content on success and content was found (start location is at end of content).
  *     F_fss_found_content_not on success and no content was found (start location is after character designating this is not a content).
- *     F_none_eos on success after reaching the end of the buffer (a valid content is not yet confirmed).
- *     F_none_stop on success after reaching stopping point (a valid content is not yet confirmed).
+ *     F_okay_eos on success after reaching the end of the buffer (a valid content is not yet confirmed).
+ *     F_okay_stop on success after reaching stopping point (a valid content is not yet confirmed).
  *     F_data_not if buffer is empty (buffer.used is 0).
  *     F_data_not_eos no content found after reaching the end of the buffer (essentially only comments are found).
  *     F_data_not_stop no content found after reaching stopping point (essentially only comments are found).
@@ -136,12 +136,12 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
  *     F_data_not if content is empty (content.used is 0).
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *     F_data_not_stop no data to write due start location being greater than stop location.
- *     F_none_stop on success after reaching stopping point.
+ *     F_okay_stop on success after reaching stopping point.
  *
  *     F_interrupt (with error bit) if stopping due to an interrupt.
  *     F_parameter (with error bit) if a parameter is invalid.
@@ -195,8 +195,8 @@ extern "C" {
  *   This alters state.status:
  *     F_fss_found_object on success and object was found (start location is at end of object).
  *     F_fss_found_object_not on success and no object was found (start location is after character designating this is not an object).
- *     F_none_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
- *     F_none_stop on success after reaching stopping point (a valid object is not yet confirmed).
+ *     F_okay_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
+ *     F_okay_stop on success after reaching stopping point (a valid object is not yet confirmed).
  *     F_data_not if buffer is empty (buffer.used is 0).
  *     F_data_not_eos no objects found after reaching the end of the buffer (essentially only comments are found).
  *     F_data_not_stop no data found after reaching stopping point (essentially only comments are found).
@@ -260,15 +260,15 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
  *     F_data_not if object is empty (object.used is 0).
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *     F_data_not_stop no data to write due start location being greater than stop location.
- *     F_none_stop on success after reaching stopping point.
+ *     F_okay_stop on success after reaching stopping point.
  *
  *     F_interrupt (with error bit) if stopping due to an interrupt.
- *     F_none_eol (with error bit) after reaching an EOL, which is not supported by the standard.
+ *     F_okay_eol (with error bit) after reaching an EOL, which is not supported by the standard.
  *     F_parameter (with error bit) if a parameter is invalid.
  *
  *     Errors (with error bit) from: f_fss_is_graph().
index 2003f54880de6a14f2191e1733075927449abaaa..f35e32611309d9408dc4f4c31af950008a52968a 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 #if !defined(_di_fl_fss_basic_list_content_write_) || !defined(_di_fl_fss_extended_list_content_write_) || !defined(_di_fl_fss_embedded_list_content_write_)
   void private_fl_fss_basic_list_write_add_until_end(const f_string_static_t buffer, f_string_range_t * const range, f_string_dynamic_t * const destination, f_state_t * const state) {
 
-    state->status = F_none;
+    state->status = F_okay;
 
     for (; range->start <= range->stop && range->start < buffer.used; ++range->start) {
 
@@ -35,7 +35,7 @@ extern "C" {
     f_number_unsigned_t i = 0;
     uint8_t width = 0;
 
-    state->status = F_none;
+    state->status = F_okay;
 
     for (; destination_range.start < destination->used; ++destination_range.start) {
 
@@ -106,7 +106,7 @@ extern "C" {
       }
     }
 
-    state->status = F_none;
+    state->status = F_okay;
   }
 #endif // !defined(_di_fl_fss_basic_list_object_write_) || !defined(_di_fl_fss_extended_list_object_write_)
 
@@ -117,7 +117,7 @@ extern "C" {
     if (F_status_is_error(state->status)) return;
     if (state->status == F_data_not) return;
 
-    if (state->status == F_none_eol) {
+    if (state->status == F_okay_eol) {
 
       // Move the start position to after the EOL.
       ++range->start;
@@ -126,13 +126,13 @@ extern "C" {
       return;
     }
 
-    if (state->status == F_none_eos) {
+    if (state->status == F_okay_eos) {
       state->status = F_data_not_eos;
 
       return;
     }
 
-    if (state->status == F_none_stop) {
+    if (state->status == F_okay_stop) {
       state->status = F_data_not_stop;
 
       return;
@@ -243,14 +243,14 @@ extern "C" {
 
       if (range->start >= buffer.used) {
         found->stop = buffer.used - 1;
-        state->status = F_none_eos;
+        state->status = F_okay_eos;
 
         return;
       }
 
       if (range->start > range->stop) {
         found->stop = range->stop;
-        state->status = F_none_stop;
+        state->status = F_okay_stop;
 
         return;
       }
@@ -410,13 +410,13 @@ extern "C" {
                   }
 
                   if (++range->start >= buffer.used) {
-                    state->status = F_none_eos;
+                    state->status = F_okay_eos;
 
                     return;
                   }
 
                   if (range->start > range->stop) {
-                    state->status = F_none_stop;
+                    state->status = F_okay_stop;
 
                     return;
                   }
@@ -625,14 +625,14 @@ extern "C" {
 
             if (range->start >= buffer.used) {
               found->stop = buffer.used - 1;
-              state->status = F_none_eos;
+              state->status = F_okay_eos;
 
               return;
             }
 
             if (range->start > range->stop) {
               found->stop = range->stop;
-              state->status = F_none_stop;
+              state->status = F_okay_stop;
 
               return;
             }
@@ -674,7 +674,7 @@ extern "C" {
       }
     }
     else {
-      state->status = F_none;
+      state->status = F_okay;
 
       while (range->start <= range->stop && range->start < buffer.used) {
 
@@ -734,20 +734,20 @@ extern "C" {
     if (F_status_is_error(state->status)) return;
     if (state->status == F_data_not) return;
 
-    if (state->status == F_none_eos) {
+    if (state->status == F_okay_eos) {
       state->status = F_data_not_eos;
 
       return;
     }
 
-    if (state->status == F_none_stop) {
+    if (state->status == F_okay_stop) {
       state->status = F_data_not_stop;
 
       return;
     }
 
-    if (state->status == F_none_eol) {
-      state->status = F_status_set_error(F_none_eol);
+    if (state->status == F_okay_eol) {
+      state->status = F_status_set_error(F_okay_eol);
 
       return;
     }
@@ -841,7 +841,7 @@ extern "C" {
         }
 
         if (object.string[range->start] == f_fss_eol_s.string[0]) {
-          state->status = F_status_set_error(F_none_eol);
+          state->status = F_status_set_error(F_okay_eol);
 
           break;
         }
@@ -872,7 +872,7 @@ extern "C" {
           }
           else {
             if (object.string[range->start] == f_fss_eol_s.string[0]) {
-              state->status = F_status_set_error(F_none_eol);
+              state->status = F_status_set_error(F_okay_eol);
 
               break;
             }
@@ -934,7 +934,7 @@ extern "C" {
           }
           else {
             if (object.string[range->start] == f_fss_eol_s.string[0]) {
-              state->status = F_status_set_error(F_none_eol);
+              state->status = F_status_set_error(F_okay_eol);
 
               break;
             }
@@ -997,7 +997,7 @@ extern "C" {
         }
         else {
           if (object.string[range->start] == f_fss_eol_s.string[0]) {
-            state->status = F_status_set_error(F_none_eol);
+            state->status = F_status_set_error(F_okay_eol);
 
             break;
           }
@@ -1024,7 +1024,7 @@ extern "C" {
         } // for
       }
       else if (object.string[range->start] == f_fss_eol_s.string[0]) {
-        state->status = F_status_set_error(F_none_eol);
+        state->status = F_status_set_error(F_okay_eol);
 
         break;
       }
@@ -1107,7 +1107,7 @@ extern "C" {
             if (object.string[i] == f_fss_eol_s.string[0]) {
               destination->used = used_start;
 
-              state->status = F_status_set_error(F_none_eol);
+              state->status = F_status_set_error(F_okay_eol);
 
               return;
             }
@@ -1119,8 +1119,8 @@ extern "C" {
       destination->string[used_start] = f_fss_slash_s.string[0];
     }
 
-    if (range->start > range->stop) state->status = F_none_stop;
-    else state->status = F_none_eos;
+    if (range->start > range->stop) state->status = F_okay_stop;
+    else state->status = F_okay_eos;
   }
 #endif // !defined(_di_fl_fss_basic_object_write_) || !defined(_di_fl_fss_extended_object_write_) || !defined(_di_fl_fss_extended_content_write_)
 
@@ -1272,7 +1272,7 @@ extern "C" {
       }
     }
 
-    state->status = F_none;
+    state->status = F_okay;
   }
 #endif // !defined(_di_fl_fss_basic_object_write_) || !defined(_di_fl_fss_extended_object_write_)
 
index f82933f7531fcbb9d194d9c9174e8d07b6807012..a966e18ccaa888dc54319c95c73aca07db088f3f 100644 (file)
@@ -35,7 +35,7 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) if stopping due to an interrupt.
  *
@@ -68,7 +68,7 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) if stopping due to an interrupt.
  *
@@ -121,8 +121,8 @@ extern "C" {
  *   This alters state.status:
  *     F_fss_found_object on success and object was found (start location is at end of object).
  *     F_fss_found_object_not on success and no object was found (start location is after character designating this is not an object).
- *     F_none_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
- *     F_none_stop on success after reaching stopping point (a valid object is not yet confirmed).
+ *     F_okay_eos on success after reaching the end of the buffer (a valid object is not yet confirmed).
+ *     F_okay_stop on success after reaching stopping point (a valid object is not yet confirmed).
  *     F_data_not if buffer is empty (buffer.used is 0).
  *     F_data_not_eos no objects found after reaching the end of the buffer (essentially only comments are found).
  *     F_data_not_stop no data found after reaching stopping point (essentially only comments are found).
@@ -131,7 +131,7 @@ extern "C" {
  *
  *     F_fss_found_object_content_not (with error bit) If an unterminated quoted Object is found.
  *     F_interrupt (with error bit) if stopping due to an interrupt.
- *     F_none_eol (with error bit) after reaching an EOL, which is not supported by the standard.
+ *     F_okay_eol (with error bit) after reaching an EOL, which is not supported by the standard.
  *     F_parameter (with error bit) if a parameter is invalid.
  *
  *     Errors (with error bit) from: f_memory_array_increase().
@@ -192,15 +192,15 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
- *     F_none_stop on success after reaching the range stop.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
+ *     F_okay_stop on success after reaching the range stop.
  *     F_data_not if object is empty (object.used is 0).
  *     F_data_not_stop no data to write due start location being greater than stop location.
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *
  *     F_interrupt (with error bit) if stopping due to an interrupt.
- *     F_none_eol (with error bit) after reaching an EOL, which is not supported by the standard.
+ *     F_okay_eol (with error bit) after reaching an EOL, which is not supported by the standard.
  *     F_parameter (with error bit) if a parameter is invalid.
  *
  *     Errors (with error bit) from: f_fss_is_space().
@@ -245,7 +245,7 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) if stopping due to an interrupt.
  *
index 14495a2598bb626cfa7a0eba60addcb8e40a343b..953396ac1d28a150a74bf5306ae272cc91d9729a 100644 (file)
@@ -49,9 +49,9 @@ extern "C" {
  *   This must not be NULL.
  *
  *   This alters state.status:
- *     F_none on success and an IKI vocabulary name was found.
- *     F_none_stop on success and an IKI vocabulary name was found and stop point was reached.
- *     F_none_eos on success and an IKI vocabulary name was found and end of string was reached.
+ *     F_okay on success and an IKI vocabulary name was found.
+ *     F_okay_stop on success and an IKI vocabulary name was found and stop point was reached.
+ *     F_okay_eos on success and an IKI vocabulary name was found and end of string was reached.
  *     F_complete_not_utf_eos on success and EOS was reached, but at an incomplete UTF-8 sequence.
  *     F_complete_not_utf_stop on success and stop point was reached, but at an incomplete UTF-8 sequence.
  *     F_data_not_eos on success and EOS was reached, but there were no IKI vocabularie names found.
index c18fb83f8e599f65e3188842758a918e08055c14..d7ffe5a452ccd07891988bc15a98e3a01981c6e8 100644 (file)
@@ -10,13 +10,13 @@ extern "C" {
       if (!canonical) return F_status_set_error(F_parameter);
     #endif // _di_level_1_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (!path.used) {
       status = f_path_current(F_true, canonical);
       if (F_status_is_error(status)) return status;
 
-      return F_none;
+      return F_okay;
     }
 
     f_number_unsigned_t at = 0;
@@ -36,7 +36,7 @@ extern "C" {
       status = f_path_current(F_true, canonical);
       if (F_status_is_error(status)) return status;
 
-      if (!path.string[0]) return F_none;
+      if (!path.string[0]) return F_okay;
 
       at = 0;
     }
@@ -137,7 +137,7 @@ extern "C" {
       --canonical->used;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fl_path_canonical_
 
index 19d6fdc5c2d2ce3520e4b5d5b2afc846531d4679..b770804e4ce5e9f2869d9c0fdded882fa6fef8b2 100644 (file)
@@ -44,7 +44,7 @@ extern "C" {
  *   This will be NULL terminated at canonical->used + 1.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_path_current().
  *   Errors (with error bit) from: f_string_append().
index 112c11c3af68db1ad846b143a4b55cbe03c66c01..649a40ee0fe47ce10d2f012988ed80c1adaa2593 100644 (file)
@@ -103,7 +103,7 @@ void test__fll_path_canonical__back_paths(void **state) {
 
     const f_status_t status = fl_path_canonical(contents[i], &path);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     // Assert_string_equal() is NULL terminated, so ensure NULL termination at end of path.used.
     path.string[path.used] = 0;
@@ -162,7 +162,7 @@ void test__fll_path_canonical__empty_becomes_pwd(void **state) {
   {
     const f_status_t status = fl_path_canonical(f_string_empty_s, &path);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(pwd_length, path.used);
     assert_string_equal(pwd, path.string);
   } // for
@@ -229,7 +229,7 @@ void test__fll_path_canonical__present_paths(void **state) {
 
     const f_status_t status = fl_path_canonical(contents[i], &path);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     // Assert_string_equal() is NULL terminated, so ensure NULL termination at end of path.used.
     path.string[path.used] = 0;
@@ -318,11 +318,11 @@ void test__fll_path_canonical__root_paths(void **state) {
     const f_status_t status = fl_path_canonical(contents[i], &path);
 
     // Assert_string_equal() is NULL terminated, so ensure NULL termination at end of path.used.
-    if (status == F_none) {
+    if (status == F_okay) {
       path.string[path.used] = 0;
     }
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(expected[i].used, path.used);
     assert_string_equal(expected[i].string, path.string);
   } // for
@@ -425,7 +425,7 @@ void test__fll_path_canonical__tilde_remains(void **state) {
 
     const f_status_t status = fl_path_canonical(contents[i], &path);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
 
     // Assert_string_equal() is NULL terminated, so ensure NULL termination at end of path.used.
     path.string[path.used] = 0;
index c6a25a71692a64245a879c7478f864f123585c8b..e412384254261db54d69ae0c1b707387e6dc5398 100644 (file)
@@ -11,7 +11,7 @@ extern "C" {
     if (!file.stream) return F_stream_not;
     if (!string) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     va_list ap;
 
@@ -23,7 +23,7 @@ extern "C" {
 
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fl_print_format_
 
@@ -46,7 +46,7 @@ extern "C" {
       return private_fl_print_format_convert(string, file, ap, status);
     }
 
-    f_status_t status_local = F_none;
+    f_status_t status_local = F_okay;
 
     return private_fl_print_format_convert(string, file, ap, &status_local);
   }
@@ -58,12 +58,12 @@ extern "C" {
     if (!file.stream) return F_stream_not;
     if (!string) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     private_fl_print_format_convert(string, file, ap, &status);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fl_print_string_va_
 
index 3f19381e7aa367487dce95c53235f55da45d9a27..9a5a955f67e2608373c0d0d319af2ca846fe3cec 100644 (file)
@@ -192,7 +192,7 @@ extern "C" {
  *   Additional arguments relating to the string.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -253,7 +253,7 @@ extern "C" {
  *
  *   The status parameter will be set as follows:
  *
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but there is nothing to print.
  *     F_stream_not if file.stream is NULL.
  *
@@ -306,7 +306,7 @@ extern "C" {
  *   The va_start(ap, string) and va_end(ap) is required to be called outside this function.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -359,7 +359,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -403,7 +403,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -444,7 +444,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -485,7 +485,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -526,7 +526,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -571,7 +571,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -614,7 +614,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -656,7 +656,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -699,7 +699,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -746,7 +746,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -791,7 +791,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -835,7 +835,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -883,7 +883,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -935,7 +935,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -985,7 +985,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1034,7 +1034,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1079,7 +1079,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1128,7 +1128,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1175,7 +1175,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1221,7 +1221,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1273,7 +1273,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1329,7 +1329,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1383,7 +1383,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1436,7 +1436,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1487,7 +1487,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1540,7 +1540,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1591,7 +1591,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1641,7 +1641,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1692,7 +1692,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1747,7 +1747,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1799,7 +1799,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1851,7 +1851,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1898,7 +1898,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1949,7 +1949,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -1997,7 +1997,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
@@ -2045,7 +2045,7 @@ extern "C" {
  *   The file stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *   F_stream_not if file.stream is NULL.
  *
index 2d4abc75c4d10b64aecf2755d79bc7fb3c58821f..8e82087d3894b7980194d043ffc44f1bc72dd933 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
           return string;
         }
 
-        *status = F_none;
+        *status = F_okay;
 
         uint8_t base = 10;
         uint32_t flag = 0;
@@ -1204,7 +1204,7 @@ extern "C" {
     f_number_unsigned_t in = 0;
     f_number_unsigned_t in2 = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     // Skip past leading white space.
     while (i < stop) {
@@ -1307,7 +1307,7 @@ extern "C" {
       if (status == F_true || !string[i]) {
         previous = i;
         j = i + macro_f_utf_byte_width(string[i]);
-        status = F_none;
+        status = F_okay;
 
         while (j < stop) {
 
@@ -1352,7 +1352,7 @@ extern "C" {
 
           // Search for the next non-NULL character and check if it is a combining character.
           if (status == F_true) {
-            status = F_none;
+            status = F_okay;
 
             for (k = j + macro_f_utf_byte_width(string[j]); k < stop; k += macro_f_utf_byte_width(string[k])) {
 
@@ -1457,7 +1457,7 @@ extern "C" {
       i += macro_f_utf_byte_width(string[i]);
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fl_print_format_) || !defined(_di_fl_print_format_convert_) || !defined(_di_fl_print_trim_except_) || !defined(_di_fl_print_trim_except_dynamic_) || !defined(_di_fl_print_trim_except_dynamic_partial_) || !defined(_di_fl_print_trim_except_in_) || !defined(_di_fl_print_trim_except_in_dynamic_) || !defined(_di_fl_print_trim_except_in_dynamic_partial_)
 
@@ -1473,7 +1473,7 @@ extern "C" {
     f_number_unsigned_t in = 0;
     f_number_unsigned_t in2 = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     // Skip past leading white space.
     while (i < stop) {
@@ -1554,7 +1554,7 @@ extern "C" {
       if (status == F_true || !string[i]) {
         previous = i;
         j = i + macro_f_utf_byte_width(string[i]);
-        status = F_none;
+        status = F_okay;
 
         while (j < stop) {
 
@@ -1592,7 +1592,7 @@ extern "C" {
 
           // Search for the next non-NULL character and check if it is a combining character.
           if (status == F_true) {
-            status = F_none;
+            status = F_okay;
 
             for (k = j + macro_f_utf_byte_width(string[j]); k < stop; k += macro_f_utf_byte_width(string[k])) {
 
@@ -1663,7 +1663,7 @@ extern "C" {
       i += macro_f_utf_byte_width(string[i]);
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fl_print_format_) || !defined(_di_fl_print_format_convert_) || !defined(_di_fl_print_trim_except_raw_) || !defined(_di_fl_print_trim_except_dynamic_raw_) || !defined(_di_fl_print_trim_except_dynamic_partial_raw_) || !defined(_di_fl_print_trim_except_in_raw_) || !defined(_di_fl_print_trim_except_in_dynamic_raw_) || !defined(_di_fl_print_trim_except_in_dynamic_partial_raw_)
 
@@ -1679,7 +1679,7 @@ extern "C" {
     f_number_unsigned_t in = 0;
     f_number_unsigned_t in2 = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     // Skip past leading white space.
     while (i < stop) {
@@ -1759,7 +1759,7 @@ extern "C" {
       if (status == F_true || !string[i]) {
         previous = j;
         j = i + macro_f_utf_byte_width(string[i]);
-        status = F_none;
+        status = F_okay;
 
         while (j < stop) {
 
@@ -1796,7 +1796,7 @@ extern "C" {
 
           // Search for the next non-NULL character and check if it is a combining character.
           if (status == F_true) {
-            status = F_none;
+            status = F_okay;
 
             for (k = j + macro_f_utf_byte_width(string[j]); k < stop; k += macro_f_utf_byte_width(string[k])) {
 
@@ -1855,7 +1855,7 @@ extern "C" {
             }
 
             i = stop;
-            status = F_none;
+            status = F_okay;
 
             break;
           }
@@ -1924,7 +1924,7 @@ extern "C" {
       i += macro_f_utf_byte_width(string[i]);
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fl_print_format_) || !defined(_di_fl_print_format_convert_) || !defined(_di_fl_print_trim_except_raw_safely_) || !defined(_di_fl_print_trim_except_dynamic_raw_safely_) || !defined(_di_fl_print_trim_except_dynamic_partial_raw_safely_) || !defined(_di_fl_print_trim_except_in_raw_safely_) || !defined(_di_fl_print_trim_except_in_dynamic_raw_safely_) || !defined(_di_fl_print_trim_except_in_dynamic_partial_raw_safely_)
 
@@ -1940,7 +1940,7 @@ extern "C" {
     f_number_unsigned_t in = 0;
     f_number_unsigned_t in2 = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     // Skip past leading white space.
     while (i < stop) {
@@ -2021,7 +2021,7 @@ extern "C" {
       if (status == F_true || !string[i]) {
         previous = i;
         j = i + macro_f_utf_byte_width(string[i]);
-        status = F_none;
+        status = F_okay;
 
         while (j < stop) {
 
@@ -2059,7 +2059,7 @@ extern "C" {
 
           // Search for the next non-NULL character and check if it is a combining character.
           if (status == F_true) {
-            status = F_none;
+            status = F_okay;
 
             for (k = j + macro_f_utf_byte_width(string[j]); k < stop; k += macro_f_utf_byte_width(string[k])) {
 
@@ -2118,7 +2118,7 @@ extern "C" {
             }
 
             i = stop;
-            status = F_none;
+            status = F_okay;
 
             break;
           }
@@ -2183,7 +2183,7 @@ extern "C" {
       i += macro_f_utf_byte_width(string[i]);
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fl_print_format_) || !defined(_di_fl_print_format_convert_) || !defined(_di_fl_print_trim_except_dynamic_safely_) || !defined(_di_fl_print_trim_except_dynamic_partial_safely_) || !defined(_di_fl_print_trim_except_in_dynamic_safely_) || !defined(_di_fl_print_trim_except_in_dynamic_partial_safely_) || !defined(_di_fl_print_trim_except_in_safely_) || !defined(_di_fl_print_trim_except_safely_)
 
@@ -2195,7 +2195,7 @@ extern "C" {
     f_number_unsigned_t k = 0;
     f_number_unsigned_t previous = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     // Skip past leading white space.
     while (i < length) {
@@ -2254,7 +2254,7 @@ extern "C" {
       if (status == F_true || !string[i]) {
         previous = i;
         j = i + macro_f_utf_byte_width(string[i]);
-        status = F_none;
+        status = F_okay;
 
         while (j < length) {
 
@@ -2278,7 +2278,7 @@ extern "C" {
 
           // Search for the next non-NULL character and check if it is a combining character.
           if (status == F_true) {
-            status = F_none;
+            status = F_okay;
 
             for (k = j + macro_f_utf_byte_width(string[j]); k < length; k += macro_f_utf_byte_width(string[k])) {
 
@@ -2363,7 +2363,7 @@ extern "C" {
       i += macro_f_utf_byte_width(string[i]);
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fl_print_format_) || !defined(_di_fl_print_format_convert_) || !defined(_di_fl_print_trim_) || !defined(_di_fl_print_trim_dynamic_) || !defined(_di_fl_print_trim_dynamic_partial_)
 
@@ -2375,7 +2375,7 @@ extern "C" {
     f_number_unsigned_t k = 0;
     f_number_unsigned_t previous = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     // Skip past leading white space.
     while (i < length) {
@@ -2414,7 +2414,7 @@ extern "C" {
       if (status == F_true || !string[i]) {
         previous = i;
         j = i + macro_f_utf_byte_width(string[i]);
-        status = F_none;
+        status = F_okay;
 
         while (j < length) {
 
@@ -2431,7 +2431,7 @@ extern "C" {
 
           // Search for the next non-NULL character and check if it is a combining character.
           if (status == F_true) {
-            status = F_none;
+            status = F_okay;
 
             for (k = j + macro_f_utf_byte_width(string[j]); k < length; k += macro_f_utf_byte_width(string[k])) {
 
@@ -2482,7 +2482,7 @@ extern "C" {
       i += macro_f_utf_byte_width(string[i]);
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fl_print_format_) || !defined(_di_fl_print_format_convert_) || !defined(_di_fl_print_trim_raw_) || !defined(_di_fl_print_trim_dynamic_raw_) || !defined(_di_fl_print_trim_dynamic_partial_raw_)
 
@@ -2494,7 +2494,7 @@ extern "C" {
     f_number_unsigned_t k = 0;
     f_number_unsigned_t previous = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     // Skip past leading white space.
     while (i < length) {
@@ -2533,7 +2533,7 @@ extern "C" {
       if (status == F_true || !string[i]) {
         previous = i;
         j = i + macro_f_utf_byte_width(string[i]);
-        status = F_none;
+        status = F_okay;
 
         while (j < length) {
 
@@ -2587,7 +2587,7 @@ extern "C" {
             }
 
             i = length;
-            status = F_none;
+            status = F_okay;
 
             break;
           }
@@ -2656,7 +2656,7 @@ extern "C" {
       i += macro_f_utf_byte_width(string[i]);
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fl_print_format_) || !defined(_di_fl_print_format_convert_) || !defined(_di_fl_print_trim_raw_safely_) || !defined(_di_fl_print_trim_dynamic_raw_safely_) || !defined(_di_fl_print_trim_dynamic_partial_raw_safely_)
 
@@ -2668,7 +2668,7 @@ extern "C" {
     f_number_unsigned_t k = 0;
     f_number_unsigned_t previous = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     // Skip past leading white space.
     while (i < length) {
@@ -2705,7 +2705,7 @@ extern "C" {
       if (status == F_true || !string[i]) {
         previous = j;
         j = i + macro_f_utf_byte_width(string[i]);
-        status = F_none;
+        status = F_okay;
 
         while (j < length) {
 
@@ -2759,7 +2759,7 @@ extern "C" {
             }
 
             i = length;
-            status = F_none;
+            status = F_okay;
 
             break;
           }
@@ -2824,7 +2824,7 @@ extern "C" {
       i += macro_f_utf_byte_width(string[i]);
     } // while
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fl_print_format_) || !defined(_di_fl_print_format_convert_) || !defined(_di_fl_print_trim_safely_) || !defined(_di_fl_print_trim_dynamic_safely_) || !defined(_di_fl_print_trim_dynamic_partial_safely_)
 
index ddcc65e40c28e4c6b8546854379d604c1f035436..b117f67f4244bdb49f2cdc009798627c56fee70d 100644 (file)
@@ -36,7 +36,7 @@ extern "C" {
  *
  *   The status parameter will be set as follows:
  *
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_eos (with error bit) on failure because end of string found and cannot process further.
  *     F_output (with error bit) on failure to print to the output file.
@@ -96,7 +96,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *
  *   F_complete_not_utf_stop (with error bit) if character is an incomplete UTF-8 fragment at end of the string.
@@ -145,7 +145,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *
  *   F_output (with error bit) on failure to print to the output file.
@@ -192,7 +192,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *
  *   F_output (with error bit) on failure to print to the output file.
@@ -240,7 +240,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *
  *   F_output (with error bit) on failure to print to the output file.
@@ -280,7 +280,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *
  *   F_complete_not_utf_stop (with error bit) if character is an incomplete UTF-8 fragment at end of the string.
@@ -318,7 +318,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *
  *   F_output (with error bit) on failure to print to the output file.
@@ -354,7 +354,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *
  *   F_output (with error bit) on failure to print to the output file.
@@ -391,7 +391,7 @@ extern "C" {
  *   The file structure containing a valid stream to output to, including standard streams such as stdout and stderr.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but there is nothing to print.
  *
  *   F_output (with error bit) on failure to print to the output file.
index c42df33782372814a060419826b31b37db159689..7596fac71bbd8c96eebe1d3e38fdd76a71029d7c 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
       if (!code) return F_status_set_error(F_parameter);
     #endif // _di_level_2_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (!name.used) return F_data_not;
 
@@ -22,3072 +22,3102 @@ extern "C" {
     if (f_compare_dynamic(name, f_status_false_s) == F_equal_to) {
       *code = F_false;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_true_s) == F_equal_to) {
       *code = F_true;
 
-      return F_none;
+      return F_okay;
     }
 
     // Signal.
     if (f_compare_dynamic(name, f_status_signal_hangup_s) == F_equal_to) {
       *code = F_signal_hangup;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_interrupt_s) == F_equal_to) {
       *code = F_signal_interrupt;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_quit_s) == F_equal_to) {
       *code = F_signal_quit;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_illegal_s) == F_equal_to) {
       *code = F_signal_illegal;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_trap_s) == F_equal_to) {
       *code = F_signal_trap;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_abort_s) == F_equal_to) {
       *code = F_signal_abort;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_bus_error_s) == F_equal_to) {
       *code = F_signal_bus_error;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_floating_point_error_s) == F_equal_to) {
       *code = F_signal_floating_point_error;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_kill_s) == F_equal_to) {
       *code = F_signal_kill;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_user_1_s) == F_equal_to) {
       *code = F_signal_user_1;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_segmentation_fault_s) == F_equal_to) {
       *code = F_signal_segmentation_fault;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_user_2_s) == F_equal_to) {
       *code = F_signal_user_2;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_broken_pipe_s) == F_equal_to) {
       *code = F_signal_broken_pipe;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_alarm_clock_s) == F_equal_to) {
       *code = F_signal_alarm_clock;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_termination_s) == F_equal_to) {
       *code = F_signal_termination;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_stack_fault_s) == F_equal_to) {
       *code = F_signal_stack_fault;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_child_s) == F_equal_to) {
       *code = F_signal_child;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_continue_s) == F_equal_to) {
       *code = F_signal_continue;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_stop_s) == F_equal_to) {
       *code = F_signal_stop;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_keyboard_stop_s) == F_equal_to) {
       *code = F_signal_keyboard_stop;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_tty_in_s) == F_equal_to) {
       *code = F_signal_tty_in;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_tty_out_s) == F_equal_to) {
       *code = F_signal_tty_out;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_urgent_s) == F_equal_to) {
       *code = F_signal_urgent;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_cpu_limit_s) == F_equal_to) {
       *code = F_signal_cpu_limit;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_file_size_limit_s) == F_equal_to) {
       *code = F_signal_file_size_limit;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_virtual_alarm_clock_s) == F_equal_to) {
       *code = F_signal_virtual_alarm_clock;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_profile_alarm_clock_s) == F_equal_to) {
       *code = F_signal_profile_alarm_clock;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_window_size_change_s) == F_equal_to) {
       *code = F_signal_window_size_change;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_pollable_event_s) == F_equal_to) {
       *code = F_signal_pollable_event;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_power_failure_s) == F_equal_to) {
       *code = F_signal_power_failure;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_bad_system_call_s) == F_equal_to) {
       *code = F_signal_bad_system_call;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_32_s) == F_equal_to) {
       *code = F_signal_reserved_32;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_33_s) == F_equal_to) {
       *code = F_signal_reserved_33;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_34_s) == F_equal_to) {
       *code = F_signal_reserved_34;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_35_s) == F_equal_to) {
       *code = F_signal_reserved_35;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_36_s) == F_equal_to) {
       *code = F_signal_reserved_36;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_37_s) == F_equal_to) {
       *code = F_signal_reserved_37;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_38_s) == F_equal_to) {
       *code = F_signal_reserved_38;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_39_s) == F_equal_to) {
       *code = F_signal_reserved_39;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_40_s) == F_equal_to) {
       *code = F_signal_reserved_40;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_41_s) == F_equal_to) {
       *code = F_signal_reserved_41;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_42_s) == F_equal_to) {
       *code = F_signal_reserved_42;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_43_s) == F_equal_to) {
       *code = F_signal_reserved_43;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_44_s) == F_equal_to) {
       *code = F_signal_reserved_44;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_45_s) == F_equal_to) {
       *code = F_signal_reserved_45;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_46_s) == F_equal_to) {
       *code = F_signal_reserved_46;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_47_s) == F_equal_to) {
       *code = F_signal_reserved_47;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_48_s) == F_equal_to) {
       *code = F_signal_reserved_48;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_49_s) == F_equal_to) {
       *code = F_signal_reserved_49;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_50_s) == F_equal_to) {
       *code = F_signal_reserved_50;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_51_s) == F_equal_to) {
       *code = F_signal_reserved_51;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_52_s) == F_equal_to) {
       *code = F_signal_reserved_52;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_53_s) == F_equal_to) {
       *code = F_signal_reserved_53;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_54_s) == F_equal_to) {
       *code = F_signal_reserved_54;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_55_s) == F_equal_to) {
       *code = F_signal_reserved_55;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_56_s) == F_equal_to) {
       *code = F_signal_reserved_56;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_57_s) == F_equal_to) {
       *code = F_signal_reserved_57;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_58_s) == F_equal_to) {
       *code = F_signal_reserved_58;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_59_s) == F_equal_to) {
       *code = F_signal_reserved_59;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_60_s) == F_equal_to) {
       *code = F_signal_reserved_60;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_61_s) == F_equal_to) {
       *code = F_signal_reserved_61;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_62_s) == F_equal_to) {
       *code = F_signal_reserved_62;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_63_s) == F_equal_to) {
       *code = F_signal_reserved_63;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_reserved_64_s) == F_equal_to) {
       *code = F_signal_reserved_64;
 
-      return F_none;
+      return F_okay;
     }
 
     // Basic.
-    if (f_compare_dynamic(name, f_status_none_s) == F_equal_to) {
-      *code = F_none;
+    if (f_compare_dynamic(name, f_status_okay_s) == F_equal_to) {
+      *code = F_okay;
+
+      return F_okay;
+    }
+
+    if (f_compare_dynamic(name, f_status_okay_block_s) == F_equal_to) {
+      *code = F_okay_block;
+
+      return F_okay;
+    }
+
+    if (f_compare_dynamic(name, f_status_okay_eoa_s) == F_equal_to) {
+      *code = F_okay_eoa;
 
-      return F_none;
+      return F_okay;
+    }
+
+    if (f_compare_dynamic(name, f_status_okay_eof_s) == F_equal_to) {
+      *code = F_okay_eof;
+
+      return F_okay;
+    }
+
+    if (f_compare_dynamic(name, f_status_okay_eol_s) == F_equal_to) {
+      *code = F_okay_eol;
+
+      return F_okay;
+    }
+
+    if (f_compare_dynamic(name, f_status_okay_eos_s) == F_equal_to) {
+      *code = F_okay_eos;
+
+      return F_okay;
+    }
+
+    if (f_compare_dynamic(name, f_status_okay_not_s) == F_equal_to) {
+      *code = F_okay_not;
+
+      return F_okay;
+    }
+
+    if (f_compare_dynamic(name, f_status_okay_start_s) == F_equal_to) {
+      *code = F_okay_start;
+
+      return F_okay;
+    }
+
+    if (f_compare_dynamic(name, f_status_okay_stop_s) == F_equal_to) {
+      *code = F_okay_stop;
+
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_abort_s) == F_equal_to) {
       *code = F_abort;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_abort_not_s) == F_equal_to) {
       *code = F_abort_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_absolute_s) == F_equal_to) {
       *code = F_absolute;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_absolute_not_s) == F_equal_to) {
       *code = F_absolute_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_address_s) == F_equal_to) {
       *code = F_address;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_address_not_s) == F_equal_to) {
       *code = F_address_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_again_s) == F_equal_to) {
       *code = F_again;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_again_not_s) == F_equal_to) {
       *code = F_again_not;
 
-      return F_none;
+      return F_okay;
+    }
+
+    if (f_compare_dynamic(name, f_status_all_s) == F_equal_to) {
+      *code = F_all;
+
+      return F_okay;
+    }
+
+    if (f_compare_dynamic(name, f_status_all_not_s) == F_equal_to) {
+      *code = F_all_not;
+
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_ascii_s) == F_equal_to) {
       *code = F_ascii;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_ascii_not_s) == F_equal_to) {
       *code = F_ascii_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_atomic_s) == F_equal_to) {
       *code = F_atomic;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_atomic_not_s) == F_equal_to) {
       *code = F_atomic_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_base_s) == F_equal_to) {
       *code = F_base;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_base_not_s) == F_equal_to) {
       *code = F_base_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_begin_s) == F_equal_to) {
       *code = F_begin;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_begin_not_s) == F_equal_to) {
       *code = F_begin_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_block_s) == F_equal_to) {
       *code = F_block;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_block_not_s) == F_equal_to) {
       *code = F_block_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_body_s) == F_equal_to) {
       *code = F_body;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_body_not_s) == F_equal_to) {
       *code = F_body_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_bottom_s) == F_equal_to) {
       *code = F_bottom;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_bottom_not_s) == F_equal_to) {
       *code = F_bottom_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_bound_s) == F_equal_to) {
       *code = F_bound;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_bound_not_s) == F_equal_to) {
       *code = F_bound_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_break_s) == F_equal_to) {
       *code = F_break;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_break_not_s) == F_equal_to) {
       *code = F_break_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_call_s) == F_equal_to) {
       *code = F_call;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_call_not_s) == F_equal_to) {
       *code = F_call_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_capability_s) == F_equal_to) {
       *code = F_capability;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_capability_not_s) == F_equal_to) {
       *code = F_capability_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_child_s) == F_equal_to) {
       *code = F_child;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_character_s) == F_equal_to) {
       *code = F_character;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_character_not_s) == F_equal_to) {
       *code = F_character_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_child_not_s) == F_equal_to) {
       *code = F_child_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_complete_s) == F_equal_to) {
       *code = F_complete;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_complete_not_s) == F_equal_to) {
       *code = F_complete_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_connect_s) == F_equal_to) {
       *code = F_connect;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_connect_not_s) == F_equal_to) {
       *code = F_connect_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_connect_refuse_s) == F_equal_to) {
       *code = F_connect_refuse;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_connect_reset_s) == F_equal_to) {
       *code = F_connect_reset;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_container_s) == F_equal_to) {
       *code = F_container;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_container_not_s) == F_equal_to) {
       *code = F_container_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_content_s) == F_equal_to) {
       *code = F_content;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_content_not_s) == F_equal_to) {
       *code = F_content_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_continue_s) == F_equal_to) {
       *code = F_continue;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_continue_not_s) == F_equal_to) {
       *code = F_continue_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_control_s) == F_equal_to) {
       *code = F_control;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_control_not_s) == F_equal_to) {
       *code = F_control_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_control_group_s) == F_equal_to) {
       *code = F_control_group;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_control_group_not_s) == F_equal_to) {
       *code = F_control_group_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_critical_s) == F_equal_to) {
       *code = F_critical;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_critical_not_s) == F_equal_to) {
       *code = F_critical_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_dead_s) == F_equal_to) {
       *code = F_dead;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_dead_not_s) == F_equal_to) {
       *code = F_dead_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_deadlock_s) == F_equal_to) {
       *code = F_deadlock;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_deadlock_not_s) == F_equal_to) {
       *code = F_deadlock_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_descriptor_s) == F_equal_to) {
       *code = F_descriptor;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_descriptor_not_s) == F_equal_to) {
       *code = F_descriptor_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_desire_s) == F_equal_to) {
       *code = F_desire;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_desire_not_s) == F_equal_to) {
       *code = F_desire_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_device_s) == F_equal_to) {
       *code = F_device;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_device_not_s) == F_equal_to) {
       *code = F_device_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_disable_s) == F_equal_to) {
       *code = F_disable;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_disable_not_s) == F_equal_to) {
       *code = F_disable_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_discard_s) == F_equal_to) {
       *code = F_discard;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_discard_not_s) == F_equal_to) {
       *code = F_discard_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_drop_s) == F_equal_to) {
       *code = F_drop;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_drop_not_s) == F_equal_to) {
       *code = F_drop_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_domain_s) == F_equal_to) {
       *code = F_domain;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_domain_not_s) == F_equal_to) {
       *code = F_domain_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_done_s) == F_equal_to) {
       *code = F_done;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_done_not_s) == F_equal_to) {
       *code = F_done_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_dummy_s) == F_equal_to) {
       *code = F_dummy;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_dummy_not_s) == F_equal_to) {
       *code = F_dummy_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_empty_s) == F_equal_to) {
       *code = F_empty;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_empty_not_s) == F_equal_to) {
       *code = F_empty_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_enable_s) == F_equal_to) {
       *code = F_enable;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_enable_not_s) == F_equal_to) {
       *code = F_enable_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_encoding_s) == F_equal_to) {
       *code = F_encoding;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_encoding_not_s) == F_equal_to) {
       *code = F_encoding_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_endian_s) == F_equal_to) {
       *code = F_endian;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_endian_big_s) == F_equal_to) {
       *code = F_endian_big;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_endian_little_s) == F_equal_to) {
       *code = F_endian_little;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_endian_not_s) == F_equal_to) {
       *code = F_endian_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_eoa_s) == F_equal_to) {
       *code = F_eoa;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_eoa_not_s) == F_equal_to) {
       *code = F_eoa_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_eof_s) == F_equal_to) {
       *code = F_eof;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_eof_not_s) == F_equal_to) {
       *code = F_eof_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_eol_s) == F_equal_to) {
       *code = F_eol;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_eol_not_s) == F_equal_to) {
       *code = F_eol_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_eos_s) == F_equal_to) {
       *code = F_eos;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_eos_not_s) == F_equal_to) {
       *code = F_eos_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_execute_s) == F_equal_to) {
       *code = F_execute;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_execute_not_s) == F_equal_to) {
       *code = F_execute_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_exist_s) == F_equal_to) {
       *code = F_exist;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_exist_not_s) == F_equal_to) {
       *code = F_exist_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_exit_s) == F_equal_to) {
       *code = F_exit;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_exit_not_s) == F_equal_to) {
       *code = F_exit_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_failure_s) == F_equal_to) {
       *code = F_failure;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_failure_not_s) == F_equal_to) {
       *code = F_failure_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_family_s) == F_equal_to) {
       *code = F_family;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_family_not_s) == F_equal_to) {
       *code = F_family_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_fifo_s) == F_equal_to) {
       *code = F_fifo;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_fifo_not_s) == F_equal_to) {
       *code = F_fifo_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_first_s) == F_equal_to) {
       *code = F_first;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_first_not_s) == F_equal_to) {
       *code = F_first_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_footer_s) == F_equal_to) {
       *code = F_footer;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_footer_not_s) == F_equal_to) {
       *code = F_footer_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_fork_s) == F_equal_to) {
       *code = F_fork;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_fork_not_s) == F_equal_to) {
       *code = F_fork_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_format_s) == F_equal_to) {
       *code = F_format;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_format_not_s) == F_equal_to) {
       *code = F_format_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_found_s) == F_equal_to) {
       *code = F_found;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_found_not_s) == F_equal_to) {
       *code = F_found_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_full_s) == F_equal_to) {
       *code = F_full;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_full_not_s) == F_equal_to) {
       *code = F_full_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_group_s) == F_equal_to) {
       *code = F_group;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_group_not_s) == F_equal_to) {
       *code = F_group_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_halt_s) == F_equal_to) {
       *code = F_halt;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_halt_not_s) == F_equal_to) {
       *code = F_halt_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_header_s) == F_equal_to) {
       *code = F_header;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_header_not_s) == F_equal_to) {
       *code = F_header_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_help_s) == F_equal_to) {
       *code = F_help;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_help_not_s) == F_equal_to) {
       *code = F_help_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_ignore_s) == F_equal_to) {
       *code = F_ignore;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_ignore_not_s) == F_equal_to) {
       *code = F_ignore_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_implement_s) == F_equal_to) {
       *code = F_implement;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_implement_not_s) == F_equal_to) {
       *code = F_implement_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_input_s) == F_equal_to) {
       *code = F_input;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_input_not_s) == F_equal_to) {
       *code = F_input_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_input_output_s) == F_equal_to) {
       *code = F_input_output;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_interrupt_s) == F_equal_to) {
       *code = F_interrupt;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_interrupt_not_s) == F_equal_to) {
       *code = F_interrupt_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_keep_s) == F_equal_to) {
       *code = F_keep;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_keep_not_s) == F_equal_to) {
       *code = F_keep_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_known_s) == F_equal_to) {
       *code = F_known;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_known_not_s) == F_equal_to) {
       *code = F_known_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_last_s) == F_equal_to) {
       *code = F_last;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_last_not_s) == F_equal_to) {
       *code = F_last_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_limit_s) == F_equal_to) {
       *code = F_limit;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_limit_not_s) == F_equal_to) {
       *code = F_limit_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_link_s) == F_equal_to) {
       *code = F_link;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_link_not_s) == F_equal_to) {
       *code = F_link_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_live_s) == F_equal_to) {
       *code = F_live;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_live_not_s) == F_equal_to) {
       *code = F_live_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_local_s) == F_equal_to) {
       *code = F_local;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_local_not_s) == F_equal_to) {
       *code = F_local_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_lock_s) == F_equal_to) {
       *code = F_lock;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_lock_not_s) == F_equal_to) {
       *code = F_lock_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_loop_s) == F_equal_to) {
       *code = F_loop;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_loop_not_s) == F_equal_to) {
       *code = F_loop_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_maybe_s) == F_equal_to) {
       *code = F_maybe;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_maybe_not_s) == F_equal_to) {
       *code = F_maybe_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_memory_s) == F_equal_to) {
       *code = F_memory;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_memory_not_s) == F_equal_to) {
       *code = F_memory_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_message_s) == F_equal_to) {
       *code = F_message;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_message_not_s) == F_equal_to) {
       *code = F_message_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_middle_s) == F_equal_to) {
       *code = F_middle;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_middle_not_s) == F_equal_to) {
       *code = F_middle_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_minor_s) == F_equal_to) {
       *code = F_minor;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_minor_not_s) == F_equal_to) {
       *code = F_minor_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_moderate_s) == F_equal_to) {
       *code = F_moderate;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_moderate_not_s) == F_equal_to) {
       *code = F_moderate_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_mount_s) == F_equal_to) {
       *code = F_mount;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_mount_not_s) == F_equal_to) {
       *code = F_mount_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_name_s) == F_equal_to) {
       *code = F_name;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_name_not_s) == F_equal_to) {
       *code = F_name_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_need_s) == F_equal_to) {
       *code = F_need;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_need_not_s) == F_equal_to) {
       *code = F_need_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_next_s) == F_equal_to) {
       *code = F_next;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_next_not_s) == F_equal_to) {
       *code = F_next_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_nice_s) == F_equal_to) {
       *code = F_nice;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_nice_not_s) == F_equal_to) {
       *code = F_nice_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_no_s) == F_equal_to) {
       *code = F_no;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_no_not_s) == F_equal_to) {
       *code = F_no_not;
 
-      return F_none;
+      return F_okay;
     }
 
-    if (f_compare_dynamic(name, f_status_object_s) == F_equal_to) {
-      *code = F_object;
+    if (f_compare_dynamic(name, f_status_none_s) == F_equal_to) {
+      *code = F_none;
 
-      return F_none;
+      return F_okay;
     }
 
-    if (f_compare_dynamic(name, f_status_object_not_s) == F_equal_to) {
-      *code = F_object_not;
+    if (f_compare_dynamic(name, f_status_none_not_s) == F_equal_to) {
+      *code = F_none_not;
 
-      return F_none;
+      return F_okay;
     }
 
-    if (f_compare_dynamic(name, f_status_okay_s) == F_equal_to) {
-      *code = F_okay;
+    if (f_compare_dynamic(name, f_status_object_s) == F_equal_to) {
+      *code = F_object;
 
-      return F_none;
+      return F_okay;
     }
 
-    if (f_compare_dynamic(name, f_status_okay_not_s) == F_equal_to) {
-      *code = F_okay_not;
+    if (f_compare_dynamic(name, f_status_object_not_s) == F_equal_to) {
+      *code = F_object_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_once_s) == F_equal_to) {
       *code = F_once;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_once_not_s) == F_equal_to) {
       *code = F_once_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_option_s) == F_equal_to) {
       *code = F_option;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_option_not_s) == F_equal_to) {
       *code = F_option_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_output_s) == F_equal_to) {
       *code = F_output;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_output_not_s) == F_equal_to) {
       *code = F_output_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_packet_s) == F_equal_to) {
       *code = F_packet;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_packet_not_s) == F_equal_to) {
       *code = F_packet_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_parameter_s) == F_equal_to) {
       *code = F_parameter;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_parameter_not_s) == F_equal_to) {
       *code = F_parameter_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_parent_s) == F_equal_to) {
       *code = F_parent;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_parent_not_s) == F_equal_to) {
       *code = F_parent_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_partial_s) == F_equal_to) {
       *code = F_partial;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_partial_not_s) == F_equal_to) {
       *code = F_partial_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_payload_s) == F_equal_to) {
       *code = F_payload;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_payload_not_s) == F_equal_to) {
       *code = F_payload_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_pipe_s) == F_equal_to) {
       *code = F_pipe;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_pipe_not_s) == F_equal_to) {
       *code = F_pipe_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_port_s) == F_equal_to) {
       *code = F_port;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_port_not_s) == F_equal_to) {
       *code = F_port_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_previous_s) == F_equal_to) {
       *code = F_previous;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_previous_not_s) == F_equal_to) {
       *code = F_previous_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_processor_s) == F_equal_to) {
       *code = F_processor;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_processor_not_s) == F_equal_to) {
       *code = F_processor_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_progress_s) == F_equal_to) {
       *code = F_progress;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_progress_not_s) == F_equal_to) {
       *code = F_progress_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_prohibited_s) == F_equal_to) {
       *code = F_prohibited;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_prohibited_not_s) == F_equal_to) {
       *code = F_prohibited_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_property_s) == F_equal_to) {
       *code = F_property;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_property_not_s) == F_equal_to) {
       *code = F_property_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_protocol_s) == F_equal_to) {
       *code = F_protocol;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_protocol_not_s) == F_equal_to) {
       *code = F_protocol_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_range_s) == F_equal_to) {
       *code = F_range;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_range_not_s) == F_equal_to) {
       *code = F_range_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_read_s) == F_equal_to) {
       *code = F_read;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_read_not_s) == F_equal_to) {
       *code = F_read_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_read_only_s) == F_equal_to) {
       *code = F_read_only;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_ready_s) == F_equal_to) {
       *code = F_ready;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_ready_not_s) == F_equal_to) {
       *code = F_ready_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_receive_s) == F_equal_to) {
       *code = F_receive;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_receive_not_s) == F_equal_to) {
       *code = F_receive_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_recover_s) == F_equal_to) {
       *code = F_recover;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_recover_not_s) == F_equal_to) {
       *code = F_recover_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_recurse_s) == F_equal_to) {
       *code = F_recurse;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_recurse_not_s) == F_equal_to) {
       *code = F_recurse_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_regular_s) == F_equal_to) {
       *code = F_regular;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_regular_not_s) == F_equal_to) {
       *code = F_regular_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_relative_s) == F_equal_to) {
       *code = F_relative;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_relative_not_s) == F_equal_to) {
       *code = F_relative_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_remote_s) == F_equal_to) {
       *code = F_remote;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_remote_not_s) == F_equal_to) {
       *code = F_remote_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_repeat_s) == F_equal_to) {
       *code = F_repeat;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_repeat_not_s) == F_equal_to) {
       *code = F_repeat_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_require_s) == F_equal_to) {
       *code = F_require;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_require_not_s) == F_equal_to) {
       *code = F_require_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_resource_s) == F_equal_to) {
       *code = F_resource;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_resource_not_s) == F_equal_to) {
       *code = F_resource_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_restart_s) == F_equal_to) {
       *code = F_restart;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_restart_not_s) == F_equal_to) {
       *code = F_restart_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_restore_s) == F_equal_to) {
       *code = F_restore;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_restore_not_s) == F_equal_to) {
       *code = F_restore_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_revert_s) == F_equal_to) {
       *code = F_revert;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_revert_not_s) == F_equal_to) {
       *code = F_revert_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_schedule_s) == F_equal_to) {
       *code = F_schedule;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_schedule_not_s) == F_equal_to) {
       *code = F_schedule_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_search_s) == F_equal_to) {
       *code = F_search;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_search_not_s) == F_equal_to) {
       *code = F_search_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_send_s) == F_equal_to) {
       *code = F_send;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_send_not_s) == F_equal_to) {
       *code = F_send_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_size_s) == F_equal_to) {
       *code = F_size;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_size_not_s) == F_equal_to) {
       *code = F_size_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_s) == F_equal_to) {
       *code = F_signal;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_signal_not_s) == F_equal_to) {
       *code = F_signal_not;
 
-      return F_none;
+      return F_okay;
+    }
+
+    if (f_compare_dynamic(name, f_status_some_s) == F_equal_to) {
+      *code = F_some;
+
+      return F_okay;
+    }
+
+    if (f_compare_dynamic(name, f_status_some_not_s) == F_equal_to) {
+      *code = F_some_not;
+
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_space_s) == F_equal_to) {
       *code = F_space;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_space_not_s) == F_equal_to) {
       *code = F_space_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_skip_s) == F_equal_to) {
       *code = F_skip;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_skip_not_s) == F_equal_to) {
       *code = F_skip_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_start_s) == F_equal_to) {
       *code = F_start;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_start_not_s) == F_equal_to) {
       *code = F_start_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_status_s) == F_equal_to) {
       *code = F_status;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_status_not_s) == F_equal_to) {
       *code = F_status_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_stop_s) == F_equal_to) {
       *code = F_stop;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_stop_not_s) == F_equal_to) {
       *code = F_stop_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_store_s) == F_equal_to) {
       *code = F_store;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_store_not_s) == F_equal_to) {
       *code = F_store_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_stream_s) == F_equal_to) {
       *code = F_stream;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_stream_not_s) == F_equal_to) {
       *code = F_stream_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_string_s) == F_equal_to) {
       *code = F_string;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_string_not_s) == F_equal_to) {
       *code = F_string_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_string_too_large_s) == F_equal_to) {
       *code = F_string_too_large;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_string_too_small_s) == F_equal_to) {
       *code = F_string_too_small;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_success_s) == F_equal_to) {
       *code = F_success;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_success_not_s) == F_equal_to) {
       *code = F_success_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_support_s) == F_equal_to) {
       *code = F_support;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_support_not_s) == F_equal_to) {
       *code = F_support_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_syntax_s) == F_equal_to) {
       *code = F_syntax;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_syntax_not_s) == F_equal_to) {
       *code = F_syntax_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_terminate_s) == F_equal_to) {
       *code = F_terminate;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_terminate_not_s) == F_equal_to) {
       *code = F_terminate_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_thread_s) == F_equal_to) {
       *code = F_thread;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_thread_not_s) == F_equal_to) {
       *code = F_thread_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_time_s) == F_equal_to) {
       *code = F_time;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_time_not_s) == F_equal_to) {
       *code = F_time_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_time_out_s) == F_equal_to) {
       *code = F_time_out;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_too_large_s) == F_equal_to) {
       *code = F_too_large;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_too_small_s) == F_equal_to) {
       *code = F_too_small;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_top_s) == F_equal_to) {
       *code = F_top;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_top_not_s) == F_equal_to) {
       *code = F_top_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_type_s) == F_equal_to) {
       *code = F_type;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_type_not_s) == F_equal_to) {
       *code = F_type_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_user_s) == F_equal_to) {
       *code = F_user;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_user_not_s) == F_equal_to) {
       *code = F_user_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_utf_s) == F_equal_to) {
       *code = F_utf;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_utf_fragment_s) == F_equal_to) {
       *code = F_utf_fragment;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_utf_fragment_not_s) == F_equal_to) {
       *code = F_utf_fragment_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_utf_not_s) == F_equal_to) {
       *code = F_utf_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_valid_s) == F_equal_to) {
       *code = F_valid;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_valid_not_s) == F_equal_to) {
       *code = F_valid_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_value_s) == F_equal_to) {
       *code = F_value;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_value_not_s) == F_equal_to) {
       *code = F_value_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_wait_s) == F_equal_to) {
       *code = F_wait;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_wait_not_s) == F_equal_to) {
       *code = F_wait_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_want_s) == F_equal_to) {
       *code = F_want;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_want_not_s) == F_equal_to) {
       *code = F_want_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_wish_s) == F_equal_to) {
       *code = F_wish;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_wish_not_s) == F_equal_to) {
       *code = F_wish_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_world_s) == F_equal_to) {
       *code = F_world;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_world_not_s) == F_equal_to) {
       *code = F_world_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_write_s) == F_equal_to) {
       *code = F_write;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_write_not_s) == F_equal_to) {
       *code = F_write_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_write_only_s) == F_equal_to) {
       *code = F_write_only;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_yes_s) == F_equal_to) {
       *code = F_yes;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_yes_not_s) == F_equal_to) {
       *code = F_yes_not;
 
-      return F_none;
+      return F_okay;
     }
 
     // Return.
     if (f_compare_dynamic(name, f_status_debug_s) == F_equal_to) {
       *code = F_debug;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_debug_not_s) == F_equal_to) {
       *code = F_debug_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_error_s) == F_equal_to) {
       *code = F_error;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_error_not_s) == F_equal_to) {
       *code = F_error_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_fine_s) == F_equal_to) {
       *code = F_fine;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_fine_not_s) == F_equal_to) {
       *code = F_fine_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_warning_s) == F_equal_to) {
       *code = F_warning;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_warning_not_s) == F_equal_to) {
       *code = F_warning_not;
 
-      return F_none;
+      return F_okay;
     }
 
     // Array.
     if (f_compare_dynamic(name, f_status_array_s) == F_equal_to) {
       *code = F_array;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_array_not_s) == F_equal_to) {
       *code = F_array_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_array_too_large_s) == F_equal_to) {
       *code = F_array_too_large;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_array_too_small_s) == F_equal_to) {
       *code = F_array_too_small;
 
-      return F_none;
+      return F_okay;
     }
 
     // Available.
     if (f_compare_dynamic(name, f_status_available_s) == F_equal_to) {
       *code = F_available;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_available_not_s) == F_equal_to) {
       *code = F_available_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_available_not_address_s) == F_equal_to) {
       *code = F_available_not_address;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_available_not_buffer_s) == F_equal_to) {
       *code = F_available_not_buffer;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_available_not_device_s) == F_equal_to) {
       *code = F_available_not_device;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_available_not_pipe_s) == F_equal_to) {
       *code = F_available_not_pipe;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_available_not_port_s) == F_equal_to) {
       *code = F_available_not_port;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_available_not_process_s) == F_equal_to) {
       *code = F_available_not_process;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_available_not_socket_s) == F_equal_to) {
       *code = F_available_not_socket;
 
-      return F_none;
+      return F_okay;
     }
 
     // Busy.
     if (f_compare_dynamic(name, f_status_busy_s) == F_equal_to) {
       *code = F_busy;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_busy_address_s) == F_equal_to) {
       *code = F_busy_address;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_busy_buffer_s) == F_equal_to) {
       *code = F_busy_buffer;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_busy_device_s) == F_equal_to) {
       *code = F_busy_device;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_busy_not_s) == F_equal_to) {
       *code = F_busy_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_busy_pipe_s) == F_equal_to) {
       *code = F_busy_pipe;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_busy_port_s) == F_equal_to) {
       *code = F_busy_port;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_busy_process_s) == F_equal_to) {
       *code = F_busy_process;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_busy_socket_s) == F_equal_to) {
       *code = F_busy_socket;
 
-      return F_none;
+      return F_okay;
     }
 
     // Network.
     if (f_compare_dynamic(name, f_status_network_s) == F_equal_to) {
       *code = F_network;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_busy_s) == F_equal_to) {
       *code = F_network_busy;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_busy_not_s) == F_equal_to) {
       *code = F_network_busy_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_client_s) == F_equal_to) {
       *code = F_network_client;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_client_not_s) == F_equal_to) {
       *code = F_network_client_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_device_s) == F_equal_to) {
       *code = F_network_device;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_device_not_s) == F_equal_to) {
       *code = F_network_device_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_found_s) == F_equal_to) {
       *code = F_network_found;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_found_not_s) == F_equal_to) {
       *code = F_network_found_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_lost_s) == F_equal_to) {
       *code = F_network_lost;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_lost_not_s) == F_equal_to) {
       *code = F_network_lost_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_not_s) == F_equal_to) {
       *code = F_network_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_reach_s) == F_equal_to) {
       *code = F_network_reach;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_reach_client_s) == F_equal_to) {
       *code = F_network_reach_client;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_reach_client_not_s) == F_equal_to) {
       *code = F_network_reach_client_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_reach_not_s) == F_equal_to) {
       *code = F_network_reach_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_reach_server_s) == F_equal_to) {
       *code = F_network_reach_server;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_reach_server_not_s) == F_equal_to) {
       *code = F_network_reach_server_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_server_s) == F_equal_to) {
       *code = F_network_server;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_server_not_s) == F_equal_to) {
       *code = F_network_server_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_time_s) == F_equal_to) {
       *code = F_network_time;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_time_not_s) == F_equal_to) {
       *code = F_network_time_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_version_four_s) == F_equal_to) {
       *code = F_network_version_four;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_version_four_not_s) == F_equal_to) {
       *code = F_network_version_four_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_version_six_s) == F_equal_to) {
       *code = F_network_version_six;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_network_version_six_not_s) == F_equal_to) {
       *code = F_network_version_six_not;
 
-      return F_none;
+      return F_okay;
     }
 
     // Number.
     if (f_compare_dynamic(name, f_status_number_s) == F_equal_to) {
       *code = F_number;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_number_decimal_s) == F_equal_to) {
       *code = F_number_decimal;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_number_decimal_not_s) == F_equal_to) {
       *code = F_number_decimal_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_number_divide_by_zero_s) == F_equal_to) {
       *code = F_number_divide_by_zero;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_number_negative_s) == F_equal_to) {
       *code = F_number_negative;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_number_negative_not_s) == F_equal_to) {
       *code = F_number_negative_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_number_not_s) == F_equal_to) {
       *code = F_number_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_number_overflow_s) == F_equal_to) {
       *code = F_number_overflow;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_number_positive_s) == F_equal_to) {
       *code = F_number_positive;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_number_positive_not_s) == F_equal_to) {
       *code = F_number_positive_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_number_too_large_s) == F_equal_to) {
       *code = F_number_too_large;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_number_too_small_s) == F_equal_to) {
       *code = F_number_too_small;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_number_underflow_s) == F_equal_to) {
       *code = F_number_underflow;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_number_whole_s) == F_equal_to) {
       *code = F_number_whole;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_number_whole_not_s) == F_equal_to) {
       *code = F_number_whole_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_number_zero_s) == F_equal_to) {
       *code = F_number_zero;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_number_zero_not_s) == F_equal_to) {
       *code = F_number_zero_not;
 
-      return F_none;
+      return F_okay;
     }
 
     // Buffer.
     if (f_compare_dynamic(name, f_status_buffer_s) == F_equal_to) {
       *code = F_buffer;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_buffer_not_s) == F_equal_to) {
       *code = F_buffer_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_buffer_overflow_s) == F_equal_to) {
       *code = F_buffer_overflow;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_buffer_too_large_s) == F_equal_to) {
       *code = F_buffer_too_large;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_buffer_too_small_s) == F_equal_to) {
       *code = F_buffer_too_small;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_buffer_underflow_s) == F_equal_to) {
       *code = F_buffer_underflow;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_complete_not_utf_s) == F_equal_to) {
       *code = F_complete_not_utf;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_complete_not_utf_block_s) == F_equal_to) {
       *code = F_complete_not_utf_block;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_complete_not_utf_eoa_s) == F_equal_to) {
       *code = F_complete_not_utf_eoa;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_complete_not_utf_eof_s) == F_equal_to) {
       *code = F_complete_not_utf_eof;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_complete_not_utf_eol_s) == F_equal_to) {
       *code = F_complete_not_utf_eol;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_complete_not_utf_eos_s) == F_equal_to) {
       *code = F_complete_not_utf_eos;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_complete_not_utf_start_s) == F_equal_to) {
       *code = F_complete_not_utf_start;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_complete_not_utf_stop_s) == F_equal_to) {
       *code = F_complete_not_utf_stop;
 
-      return F_none;
-    }
-
-    if (f_compare_dynamic(name, f_status_none_block_s) == F_equal_to) {
-      *code = F_none_block;
-
-      return F_none;
-    }
-
-    if (f_compare_dynamic(name, f_status_none_eoa_s) == F_equal_to) {
-      *code = F_none_eoa;
-
-      return F_none;
-    }
-
-    if (f_compare_dynamic(name, f_status_none_eof_s) == F_equal_to) {
-      *code = F_none_eof;
-
-      return F_none;
-    }
-
-    if (f_compare_dynamic(name, f_status_none_eol_s) == F_equal_to) {
-      *code = F_none_eol;
-
-      return F_none;
-    }
-
-    if (f_compare_dynamic(name, f_status_none_eos_s) == F_equal_to) {
-      *code = F_none_eos;
-
-      return F_none;
-    }
-
-    if (f_compare_dynamic(name, f_status_none_start_s) == F_equal_to) {
-      *code = F_none_start;
-
-      return F_none;
-    }
-
-    if (f_compare_dynamic(name, f_status_none_stop_s) == F_equal_to) {
-      *code = F_none_stop;
-
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_data_s) == F_equal_to) {
       *code = F_data;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_data_not_s) == F_equal_to) {
       *code = F_data_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_data_not_block_s) == F_equal_to) {
       *code = F_data_not_block;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_data_not_eoa_s) == F_equal_to) {
       *code = F_data_not_eoa;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_data_not_eof_s) == F_equal_to) {
       *code = F_data_not_eof;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_data_not_eol_s) == F_equal_to) {
       *code = F_data_not_eol;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_data_not_eos_s) == F_equal_to) {
       *code = F_data_not_eos;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_data_not_start_s) == F_equal_to) {
       *code = F_data_not_start;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_data_not_stop_s) == F_equal_to) {
       *code = F_data_not_stop;
 
-      return F_none;
+      return F_okay;
     }
 
     // End.
     if (f_compare_dynamic(name, f_status_end_s) == F_equal_to) {
       *code = F_end;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_s) == F_equal_to) {
       *code = F_end_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_block_s) == F_equal_to) {
       *code = F_end_not_block;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_eoa_s) == F_equal_to) {
       *code = F_end_not_eoa;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_eof_s) == F_equal_to) {
       *code = F_end_not_eof;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_eol_s) == F_equal_to) {
       *code = F_end_not_eol;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_eos_s) == F_equal_to) {
       *code = F_end_not_eos;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_group_s) == F_equal_to) {
       *code = F_end_not_group;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_group_block_s) == F_equal_to) {
       *code = F_end_not_group_block;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_group_eoa_s) == F_equal_to) {
       *code = F_end_not_group_eoa;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_group_eof_s) == F_equal_to) {
       *code = F_end_not_group_eof;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_group_eol_s) == F_equal_to) {
       *code = F_end_not_group_eol;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_group_eos_s) == F_equal_to) {
       *code = F_end_not_group_eos;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_group_start_s) == F_equal_to) {
       *code = F_end_not_group_start;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_group_stop_s) == F_equal_to) {
       *code = F_end_not_group_stop;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_nest_s) == F_equal_to) {
       *code = F_end_not_nest;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_nest_block_s) == F_equal_to) {
       *code = F_end_not_nest_block;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_nest_eoa_s) == F_equal_to) {
       *code = F_end_not_nest_eoa;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_nest_eof_s) == F_equal_to) {
       *code = F_end_not_nest_eof;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_nest_eol_s) == F_equal_to) {
       *code = F_end_not_nest_eol;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_nest_eos_s) == F_equal_to) {
       *code = F_end_not_nest_eos;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_nest_start_s) == F_equal_to) {
       *code = F_end_not_nest_start;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_nest_stop_s) == F_equal_to) {
       *code = F_end_not_nest_stop;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_start_s) == F_equal_to) {
       *code = F_end_not_start;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_end_not_stop_s) == F_equal_to) {
       *code = F_end_not_stop;
 
-      return F_none;
+      return F_okay;
     }
 
     // Process.
     if (f_compare_dynamic(name, f_status_process_s) == F_equal_to) {
       *code = F_process;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_process_not_s) == F_equal_to) {
       *code = F_process_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_process_too_many_s) == F_equal_to) {
       *code = F_process_too_many;
 
-      return F_none;
+      return F_okay;
     }
   #endif // _di_f_status_process_s_
 
@@ -3095,679 +3125,679 @@ extern "C" {
     if (f_compare_dynamic(name, f_status_file_s) == F_equal_to) {
       *code = F_file;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_close_s) == F_equal_to) {
       *code = F_file_close;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_closed_s) == F_equal_to) {
       *code = F_file_closed;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_descriptor_s) == F_equal_to) {
       *code = F_file_descriptor;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_descriptor_max_s) == F_equal_to) {
       *code = F_file_descriptor_max;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_descriptor_not_s) == F_equal_to) {
       *code = F_file_descriptor_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_empty_s) == F_equal_to) {
       *code = F_file_empty;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_flush_s) == F_equal_to) {
       *code = F_file_flush;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_found_s) == F_equal_to) {
       *code = F_file_found;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_found_not_s) == F_equal_to) {
       *code = F_file_found_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_not_s) == F_equal_to) {
       *code = F_file_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_open_s) == F_equal_to) {
       *code = F_file_open;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_open_max_s) == F_equal_to) {
       *code = F_file_open_max;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_opened_s) == F_equal_to) {
       *code = F_file_opened;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_overflow_s) == F_equal_to) {
       *code = F_file_overflow;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_purge_s) == F_equal_to) {
       *code = F_file_purge;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_read_s) == F_equal_to) {
       *code = F_file_read;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_reallocation_s) == F_equal_to) {
       *code = F_file_reallocation;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_seek_s) == F_equal_to) {
       *code = F_file_seek;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_stat_s) == F_equal_to) {
       *code = F_file_stat;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_synchronize_s) == F_equal_to) {
       *code = F_file_synchronize;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_type_block_s) == F_equal_to) {
       *code = F_file_type_block;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_type_character_s) == F_equal_to) {
       *code = F_file_type_character;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_type_directory_s) == F_equal_to) {
       *code = F_file_type_directory;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_type_fifo_s) == F_equal_to) {
       *code = F_file_type_fifo;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_type_link_s) == F_equal_to) {
       *code = F_file_type_link;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_type_not_block_s) == F_equal_to) {
       *code = F_file_type_not_block;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_type_not_character_s) == F_equal_to) {
       *code = F_file_type_not_character;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_type_not_directory_s) == F_equal_to) {
       *code = F_file_type_not_directory;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_type_not_fifo_s) == F_equal_to) {
       *code = F_file_type_not_fifo;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_type_not_link_s) == F_equal_to) {
       *code = F_file_type_not_link;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_type_not_pipe_s) == F_equal_to) {
       *code = F_file_type_not_pipe;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_type_not_regular_s) == F_equal_to) {
       *code = F_file_type_not_regular;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_type_not_socket_s) == F_equal_to) {
       *code = F_file_type_not_socket;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_type_not_unknown_s) == F_equal_to) {
       *code = F_file_type_not_unknown;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_type_pipe_s) == F_equal_to) {
       *code = F_file_type_pipe;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_type_regular_s) == F_equal_to) {
       *code = F_file_type_regular;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_type_socket_s) == F_equal_to) {
       *code = F_file_type_socket;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_type_unknown_s) == F_equal_to) {
       *code = F_file_type_unknown;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_underflow_s) == F_equal_to) {
       *code = F_file_underflow;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_utf_s) == F_equal_to) {
       *code = F_file_utf;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_utf_not_s) == F_equal_to) {
       *code = F_file_utf_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_file_write_s) == F_equal_to) {
       *code = F_file_write;
 
-      return F_none;
+      return F_okay;
     }
 
     // Filesystem.
     if (f_compare_dynamic(name, f_status_filesystem_s) == F_equal_to) {
       *code = F_filesystem;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_filesystem_not_s) == F_equal_to) {
       *code = F_filesystem_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_filesystem_quota_block_s) == F_equal_to) {
       *code = F_filesystem_quota_block;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_filesystem_quota_reached_s) == F_equal_to) {
       *code = F_filesystem_quota_reached;
 
-      return F_none;
+      return F_okay;
     }
 
     // Directory.
     if (f_compare_dynamic(name, f_status_directory_s) == F_equal_to) {
       *code = F_directory;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_close_s) == F_equal_to) {
       *code = F_directory_close;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_closed_s) == F_equal_to) {
       *code = F_directory_closed;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_descriptor_s) == F_equal_to) {
       *code = F_directory_descriptor;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_empty_s) == F_equal_to) {
       *code = F_directory_empty;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_empty_not_s) == F_equal_to) {
       *code = F_directory_empty_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_found_s) == F_equal_to) {
       *code = F_directory_found;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_found_not_s) == F_equal_to) {
       *code = F_directory_found_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_flush_s) == F_equal_to) {
       *code = F_directory_flush;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_link_max_s) == F_equal_to) {
       *code = F_directory_link_max;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_not_s) == F_equal_to) {
       *code = F_directory_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_open_s) == F_equal_to) {
       *code = F_directory_open;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_purge_s) == F_equal_to) {
       *code = F_directory_purge;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_read_s) == F_equal_to) {
       *code = F_directory_read;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_stream_s) == F_equal_to) {
       *code = F_directory_stream;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_support_not_s) == F_equal_to) {
       *code = F_directory_support_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_synchronize_s) == F_equal_to) {
       *code = F_directory_synchronize;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_utf_s) == F_equal_to) {
       *code = F_directory_utf;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_utf_not_s) == F_equal_to) {
       *code = F_directory_utf_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_directory_write_s) == F_equal_to) {
       *code = F_directory_write;
 
-      return F_none;
+      return F_okay;
     }
 
     // Socket.
     if (f_compare_dynamic(name, f_status_socket_s) == F_equal_to) {
       *code = F_socket;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_socket_client_s) == F_equal_to) {
       *code = F_socket_client;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_socket_not_s) == F_equal_to) {
       *code = F_socket_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_socket_receive_s) == F_equal_to) {
       *code = F_socket_receive;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_socket_send_s) == F_equal_to) {
       *code = F_socket_send;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_socket_target_s) == F_equal_to) {
       *code = F_socket_target;
 
-      return F_none;
+      return F_okay;
     }
 
     // Compare.
     if (f_compare_dynamic(name, f_status_equal_to_s) == F_equal_to) {
       *code = F_equal_to;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_equal_to_not_s) == F_equal_to) {
       *code = F_equal_to_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_than_greater_s) == F_equal_to) {
       *code = F_than_greater;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_than_less_s) == F_equal_to) {
       *code = F_than_less;
 
-      return F_none;
+      return F_okay;
     }
 
     // Access.
     if (f_compare_dynamic(name, f_status_access_s) == F_equal_to) {
       *code = F_access;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_denied_s) == F_equal_to) {
       *code = F_access_denied;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_denied_user_s) == F_equal_to) {
       *code = F_access_denied_user;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_denied_group_s) == F_equal_to) {
       *code = F_access_denied_group;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_denied_world_s) == F_equal_to) {
       *code = F_access_denied_world;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_denied_read_s) == F_equal_to) {
       *code = F_access_denied_read;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_denied_write_s) == F_equal_to) {
       *code = F_access_denied_write;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_denied_execute_s) == F_equal_to) {
       *code = F_access_denied_execute;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_denied_super_s) == F_equal_to) {
       *code = F_access_denied_super;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_granted_s) == F_equal_to) {
       *code = F_access_granted;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_granted_user_s) == F_equal_to) {
       *code = F_access_granted_user;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_granted_group_s) == F_equal_to) {
       *code = F_access_granted_group;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_granted_world_s) == F_equal_to) {
       *code = F_access_granted_world;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_granted_read_s) == F_equal_to) {
       *code = F_access_granted_read;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_granted_write_s) == F_equal_to) {
       *code = F_access_granted_write;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_granted_execute_s) == F_equal_to) {
       *code = F_access_granted_execute;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_granted_group_s) == F_equal_to) {
       *code = F_access_granted_group;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_granted_read_s) == F_equal_to) {
       *code = F_access_granted_read;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_granted_super_s) == F_equal_to) {
       *code = F_access_granted_super;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_granted_user_s) == F_equal_to) {
       *code = F_access_granted_user;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_group_s) == F_equal_to) {
       *code = F_access_group;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_mode_s) == F_equal_to) {
       *code = F_access_mode;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_not_s) == F_equal_to) {
       *code = F_access_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_access_owner_s) == F_equal_to) {
       *code = F_access_owner;
 
-      return F_none;
+      return F_okay;
     }
 
     // Terminal.
     if (f_compare_dynamic(name, f_status_terminal_s) == F_equal_to) {
       *code = F_terminal;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_terminal_access_s) == F_equal_to) {
       *code = F_terminal_access;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_terminal_known_s) == F_equal_to) {
       *code = F_terminal_known;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_terminal_known_not_s) == F_equal_to) {
       *code = F_terminal_known_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_terminal_not_s) == F_equal_to) {
       *code = F_terminal_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_terminal_prohibited_s) == F_equal_to) {
       *code = F_terminal_prohibited;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_terminal_read_s) == F_equal_to) {
       *code = F_terminal_read;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_terminal_valid_s) == F_equal_to) {
       *code = F_terminal_valid;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_terminal_valid_not_s) == F_equal_to) {
       *code = F_terminal_valid_not;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_terminal_write_s) == F_equal_to) {
       *code = F_terminal_write;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, f_status_status_code_last_s) == F_equal_to) {
       *code = F_status_code_last;
 
-      return F_none;
+      return F_okay;
     }
 
     return F_status_set_error(F_data);
index ba9f50e48424ee0ffa7fb7d701d4fc77471515b6..dce1c8262e05b8c1f1ddc7710ade38363c993592 100644 (file)
@@ -38,7 +38,7 @@ extern "C" {
  *   The status code a matched string represents.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if string is empty.
  *
  *   F_data (with error bit) if not found.
index 9feaef6aa07c10925aa10f35c354410f017a8692..06f62ddb0814621af89f0f65337595e399430501 100644 (file)
@@ -15,7 +15,7 @@ void test__fl_status_string_from__fails(void **state) {
 
   for (uint8_t i = 0; i < 3; ++i) {
 
-    f_status_t result = F_none;
+    f_status_t result = F_okay;
 
     const f_status_t status = fl_status_string_from(invalids[i], &result);
 
@@ -35,7 +35,7 @@ void test__fl_status_string_from__parameter_checking(void **state) {
 void test__fl_status_string_from__returns_data_not(void **state) {
 
   {
-    f_status_t result = F_none;
+    f_status_t result = F_okay;
 
     const f_status_t status = fl_status_string_from(f_string_empty_s, &result);
 
@@ -112,7 +112,15 @@ void test__fl_status_string_from__works(void **state) {
     F_signal_reserved_62,
     F_signal_reserved_63,
     F_signal_reserved_64,
-    F_none,
+    F_okay,
+    F_okay_block,
+    F_okay_eoa,
+    F_okay_eof,
+    F_okay_eol,
+    F_okay_eos,
+    F_okay_not,
+    F_okay_start,
+    F_okay_stop,
     F_abort,
     F_abort_not,
     F_absolute,
@@ -121,6 +129,8 @@ void test__fl_status_string_from__works(void **state) {
     F_address_not,
     F_again,
     F_again_not,
+    F_all,
+    F_all_not,
     F_ascii,
     F_ascii_not,
     F_atomic,
@@ -288,10 +298,10 @@ void test__fl_status_string_from__works(void **state) {
     F_nice_not,
     F_no,
     F_no_not,
+    F_none,
+    F_none_not,
     F_object,
     F_object_not,
-    F_okay,
-    F_okay_not,
     F_once,
     F_once_not,
     F_option,
@@ -367,6 +377,8 @@ void test__fl_status_string_from__works(void **state) {
     F_size_not,
     F_skip,
     F_skip_not,
+    F_some,
+    F_some_not,
     F_space,
     F_space_not,
     F_start,
@@ -512,13 +524,6 @@ void test__fl_status_string_from__works(void **state) {
     F_complete_not_utf_eos,
     F_complete_not_utf_start,
     F_complete_not_utf_stop,
-    F_none_block,
-    F_none_eoa,
-    F_none_eof,
-    F_none_eol,
-    F_none_eos,
-    F_none_start,
-    F_none_stop,
     F_data,
     F_data_not,
     F_data_not_block,
@@ -734,7 +739,15 @@ void test__fl_status_string_from__works(void **state) {
     f_status_signal_reserved_62_s,
     f_status_signal_reserved_63_s,
     f_status_signal_reserved_64_s,
-    f_status_none_s,
+    f_status_okay_s,
+    f_status_okay_block_s,
+    f_status_okay_eoa_s,
+    f_status_okay_eof_s,
+    f_status_okay_eol_s,
+    f_status_okay_eos_s,
+    f_status_okay_not_s,
+    f_status_okay_start_s,
+    f_status_okay_stop_s,
     f_status_abort_s,
     f_status_abort_not_s,
     f_status_absolute_s,
@@ -743,6 +756,8 @@ void test__fl_status_string_from__works(void **state) {
     f_status_address_not_s,
     f_status_again_s,
     f_status_again_not_s,
+    f_status_all_s,
+    f_status_all_not_s,
     f_status_ascii_s,
     f_status_ascii_not_s,
     f_status_atomic_s,
@@ -910,10 +925,10 @@ void test__fl_status_string_from__works(void **state) {
     f_status_nice_not_s,
     f_status_no_s,
     f_status_no_not_s,
+    f_status_none_s,
+    f_status_none_not_s,
     f_status_object_s,
     f_status_object_not_s,
-    f_status_okay_s,
-    f_status_okay_not_s,
     f_status_once_s,
     f_status_once_not_s,
     f_status_option_s,
@@ -989,6 +1004,8 @@ void test__fl_status_string_from__works(void **state) {
     f_status_size_not_s,
     f_status_skip_s,
     f_status_skip_not_s,
+    f_status_some_s,
+    f_status_some_not_s,
     f_status_space_s,
     f_status_space_not_s,
     f_status_start_s,
@@ -1134,13 +1151,6 @@ void test__fl_status_string_from__works(void **state) {
     f_status_complete_not_utf_eos_s,
     f_status_complete_not_utf_start_s,
     f_status_complete_not_utf_stop_s,
-    f_status_none_block_s,
-    f_status_none_eoa_s,
-    f_status_none_eof_s,
-    f_status_none_eol_s,
-    f_status_none_eos_s,
-    f_status_none_start_s,
-    f_status_none_stop_s,
     f_status_data_s,
     f_status_data_not_s,
     f_status_data_not_block_s,
@@ -1289,13 +1299,13 @@ void test__fl_status_string_from__works(void **state) {
     f_status_status_code_last_s,
   };
 
-  for (uint16_t i = 0; i < 619; ++i) {
+  for (uint16_t i = 0; i < 624; ++i) {
 
-    f_status_t result = F_none;
+    f_status_t result = F_okay;
 
     const f_status_t status = fl_status_string_from(status_strings[i], &result);
 
-    assert_int_equal(status, F_none);
+    assert_int_equal(status, F_okay);
     assert_int_equal(result, statuss[i]);
   } // for
 }
index 9c8442f8077d957106953c7f23d35142559c2487..5f8b63f7e602a84267e1950bbf5e29424b05b49e 100644 (file)
@@ -163,7 +163,7 @@ extern "C" {
       size_write = write(file.id, buffer_write, used);
 
       if (!size_write) {
-        return F_none_stop;
+        return F_okay_stop;
       }
 
       if (size_write < 0) {
@@ -187,7 +187,7 @@ extern "C" {
 
     } while (*written < write_max);
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fl_utf_file_write_) || !defined(_di_fl_utf_file_write_until_) || !defined(fl_utf_file_write_range)
 
index 639d632b2a1434b2c504065044d32c0c94fbab08..6f8e046771b5d14ddce2ae1558439e339bf5c38b 100644 (file)
@@ -60,9 +60,9 @@ extern "C" {
  *   The total bytes written.
  *
  * @return
- *   F_none on success.
- *   F_none_eos on success but range.stop exceeded buffer.used (only wrote up to buffer.used).
- *   F_none_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
+ *   F_okay on success.
+ *   F_okay_eos on success but range.stop exceeded buffer.used (only wrote up to buffer.used).
+ *   F_okay_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
  *   F_complete_not_utf_stop if max write was reached but was unable to completely write a given UTF-8 block (incomplete UTF-8 is not written, not even partially).
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation.
index b5f5e3181ff6c9cff9471d80f7dd407371b3fd42..21bde1d59540f4800c353e3b419315c233eccf43 100644 (file)
@@ -19,7 +19,7 @@ extern "C" {
       return F_status_set_error(F_file_closed);
     }
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     ssize_t size_read = 0;
     uint8_t width = 0;
@@ -49,7 +49,7 @@ extern "C" {
         return F_status_set_error(F_complete_not_utf_eof);
       }
 
-      return F_none_eof;
+      return F_okay_eof;
     }
     else if (size_read < 0) {
       if (errno == EAGAIN || errno == EWOULDBLOCK) return F_status_set_error(F_block);
@@ -66,7 +66,7 @@ extern "C" {
       return F_status_set_error(F_complete_not_utf_stop);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fl_utf_file_read_
 
@@ -79,7 +79,7 @@ extern "C" {
     if (file.id < 0) return F_status_set_error(F_file);
     if (!file.id) return F_status_set_error(F_file_closed);
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     ssize_t size_read = 0;
     uint8_t width = 0;
@@ -108,7 +108,7 @@ extern "C" {
         return F_status_set_error(F_complete_not_utf_eof);
       }
 
-      return F_none_eof;
+      return F_okay_eof;
     }
     else if (size_read < 0) {
       if (errno == EAGAIN || errno == EWOULDBLOCK) return F_status_set_error(F_block);
@@ -125,7 +125,7 @@ extern "C" {
       return F_status_set_error(F_complete_not_utf_stop);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fl_utf_file_read_block_
 
@@ -143,7 +143,7 @@ extern "C" {
       return F_status_set_error(F_file_closed);
     }
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     ssize_t size_read = 0;
     uint8_t width = 0;
@@ -180,7 +180,7 @@ extern "C" {
         return F_status_set_error(F_complete_not_utf_eof);
       }
 
-      return F_none_eof;
+      return F_okay_eof;
     }
     else if (size_read < 0) {
       if (errno == EAGAIN || errno == EWOULDBLOCK) return F_status_set_error(F_block);
@@ -197,7 +197,7 @@ extern "C" {
       return F_status_set_error(F_complete_not_utf_stop);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fl_utf_file_read_until_
 
@@ -224,8 +224,8 @@ extern "C" {
     const f_status_t status = private_fl_utf_file_write_until(file, destination.string, destination.used, written);
     if (F_status_is_error(status)) return status;
 
-    if (status == F_none && *written == destination.used) {
-      return F_none_eos;
+    if (status == F_okay && *written == destination.used) {
+      return F_okay_eos;
     }
 
     return status;
@@ -261,8 +261,8 @@ extern "C" {
     const f_status_t status = private_fl_utf_file_write_until(file, destination.string, write_max, written);
     if (F_status_is_error(status)) return status;
 
-    if (status == F_none && *written == destination.used) {
-      return F_none_eos;
+    if (status == F_okay && *written == destination.used) {
+      return F_okay_eos;
     }
 
     return status;
@@ -298,8 +298,8 @@ extern "C" {
     const f_status_t status = private_fl_utf_file_write_until(file, destination.string, write_max, written);
     if (F_status_is_error(status)) return status;
 
-    if (status == F_none && *written == destination.used) {
-      return F_none_eos;
+    if (status == F_okay && *written == destination.used) {
+      return F_okay_eos;
     }
 
     return status;
@@ -337,13 +337,13 @@ extern "C" {
     const f_status_t status = private_fl_utf_file_write_until(file, destination.string + range.start, write_max, written);
     if (F_status_is_error(status)) return status;
 
-    if (status == F_none) {
+    if (status == F_okay) {
       if (range.start + *written == total) {
-        return F_none_stop;
+        return F_okay_stop;
       }
 
       if (range.start + *written == destination.used) {
-        return F_none_eos;
+        return F_okay_eos;
       }
     }
 
index f2174fae682c788dc060f4ebf54a64e8c605bf43..af1686e71969d77175299962cea4550d0ef233d0 100644 (file)
@@ -38,8 +38,8 @@ extern "C" {
  *   The contents of the file is appended into this destination.
  *
  * @return
- *   F_none on success.
- *   F_none_eof on success and EOF was reached.
+ *   F_okay on success.
+ *   F_okay_eof on success and EOF was reached.
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the read would result in a blocking operation.
  *   F_buffer (with error bit) if the buffer is invalid.
@@ -72,8 +72,8 @@ extern "C" {
  *   The contents of the file is appended into this destination.
  *
  * @return
- *   F_none on success.
- *   F_none_eof on success and EOF was reached.
+ *   F_okay on success.
+ *   F_okay_eof on success and EOF was reached.
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the read would result in a blocking operation.
  *   F_buffer (with error bit) if the buffer is invalid.
@@ -107,8 +107,8 @@ extern "C" {
  *   The destination the file is being read into.
  *
  * @return
- *   F_none on success.
- *   F_none_eof on success and EOF was reached.
+ *   F_okay on success.
+ *   F_okay_eof on success and EOF was reached.
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the read would result in a blocking operation.
  *   F_buffer (with error bit) if the buffer is invalid.
@@ -140,9 +140,9 @@ extern "C" {
  *   The total bytes written.
  *
  * @return
- *   F_none on success.
- *   F_none_eos on success but range.stop exceeded destination.used (only wrote up to destination.used).
- *   F_none_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
+ *   F_okay on success.
+ *   F_okay_eos on success but range.stop exceeded destination.used (only wrote up to destination.used).
+ *   F_okay_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
  *   F_complete_not_utf_stop if max write was reached but was unable to completely write a given UTF-8 block (incomplete UTF-8 is not written, not even partially).
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation.
@@ -175,9 +175,9 @@ extern "C" {
  *   The total bytes written.
  *
  * @return
- *   F_none on success.
- *   F_none_eos on success but range.stop exceeded destination.used (only wrote up to destination.used).
- *   F_none_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
+ *   F_okay on success.
+ *   F_okay_eos on success but range.stop exceeded destination.used (only wrote up to destination.used).
+ *   F_okay_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
  *   F_complete_not_utf_stop if max write was reached but was unable to completely write a given UTF-8 block (incomplete UTF-8 is not written, not even partially).
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation.
@@ -210,9 +210,9 @@ extern "C" {
  *   The total bytes written.
  *
  * @return
- *   F_none on success.
- *   F_none_eos on success but range.stop exceeded destination.used (only wrote up to destination.used).
- *   F_none_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
+ *   F_okay on success.
+ *   F_okay_eos on success but range.stop exceeded destination.used (only wrote up to destination.used).
+ *   F_okay_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
  *   F_complete_not_utf_stop if max write was reached but was unable to completely write a given UTF-8 block (incomplete UTF-8 is not written, not even partially).
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation.
@@ -245,9 +245,9 @@ extern "C" {
  *   The total bytes written.
  *
  * @return
- *   F_none on success.
- *   F_none_eos on success but range.stop exceeded destination.used (only wrote up to destination.used).
- *   F_none_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
+ *   F_okay on success.
+ *   F_okay_eos on success but range.stop exceeded destination.used (only wrote up to destination.used).
+ *   F_okay_stop on success but no data was written (written == 0) (not an error and often happens if file type is not a regular file).
  *   F_complete_not_utf_stop if max write was reached but was unable to completely write a given UTF-8 block (incomplete UTF-8 is not written, not even partially).
  *
  *   F_block (with error bit) if file descriptor is set to non-block and the write would result in a blocking operation.
index be3eea7412d2d345a1a83564d264ba23866f0eeb..65b2cae34039d22f520987f6b73db10fc2d6813c 100644 (file)
@@ -7,7 +7,7 @@ extern "C" {
 #ifndef _di_fll_control_group_prepare_
   f_status_t fll_control_group_prepare(const f_control_group_t control_group) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (control_group.path.used) {
       status = f_directory_exists(control_group.path);
@@ -39,7 +39,7 @@ extern "C" {
 
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_control_group_prepare_
 
index 0e4ea10e78479a82039dc58aff75ec4686c1d5b5..2b090fe838f8bfe1735f1eeac808bd6c561a81a2 100644 (file)
@@ -40,7 +40,7 @@ extern "C" {
  *   The control group(s) to ensure the directories exist.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_directory_not (with error bit) if control_group.path does not exist.
  *
index 2c10bebcb53df1544793519246140eed43219c16..98dd08746f06df1a4191681954593d7796a7ddae 100644 (file)
@@ -17,7 +17,7 @@ extern "C" {
     status = private_fll_execute_arguments_add(source, arguments);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_execute_arguments_add_
 
@@ -33,7 +33,7 @@ extern "C" {
     status = private_fll_execute_arguments_add_parameter(prefix, name, value, arguments);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_execute_arguments_add_parameter_
 
@@ -108,7 +108,7 @@ extern "C" {
       f_string_dynamics_t paths = f_string_dynamics_t_initialize;
       f_string_dynamic_t *found = 0;
 
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       if (last_slash) {
         status = f_file_exists(program.used ? program : arguments.array[0], F_true);
@@ -128,7 +128,7 @@ extern "C" {
 
           // Do not consider PATH is not available (or not valid?) to be an error.
           if (F_status_set_fine(status) == F_valid_not || F_status_set_fine(status) == F_failure) {
-            status = F_none;
+            status = F_okay;
           }
         }
         else {
@@ -263,7 +263,7 @@ extern "C" {
       return F_status_set_error(F_failure);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_execute_into_
 
@@ -306,7 +306,7 @@ extern "C" {
       f_string_dynamics_t paths = f_string_dynamics_t_initialize;
       f_string_dynamic_t *found = 0;
 
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       if (last_slash) {
         status = f_file_exists(program.used ? program : arguments.array[0], F_true);
@@ -328,7 +328,7 @@ extern "C" {
 
           // Do not consider PATH to be not available (or not valid?) to be an error.
           if (F_status_set_fine(status) == F_valid_not || F_status_set_fine(status) == F_failure) {
-            status = F_none;
+            status = F_okay;
           }
         }
         else {
index f528b7e378bf3c1e376f4bc1d436c2734c6509b3..2f848bcd0828b30e37842646469d8c05f3586cad 100644 (file)
@@ -68,7 +68,7 @@ extern "C" {
  *   The array of string arguments intended to pass to the execute functions.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_string_dynamic_append().
  *   Errors (with error bit) from: f_string_dynamic_resize().
@@ -104,7 +104,7 @@ extern "C" {
  *   The array of string arguments intended to pass to the execute functions.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_string_append().
  *   Errors (with error bit) from: f_string_dynamic_resize().
@@ -142,7 +142,7 @@ extern "C" {
  *   The array of string arguments intended to pass to the execute functions.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_string_append().
  *   Errors (with error bit) from: f_string_dynamic_resize().
@@ -170,7 +170,7 @@ extern "C" {
  *   The array of string arguments intended to pass to the execute functions.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_string_append().
  *   Errors (with error bit) from: f_string_dynamic_resize().
@@ -215,7 +215,7 @@ extern "C" {
  *   The code returned after finishing execution of program.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_failure (with error bit) on execution failure.
  *
@@ -287,7 +287,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_child on success and this is the child thread.
  *   F_parent on success and this is the parent thread (only happens when FL_execute_parameter_option_return_d is passed).
  *
index 7fcc9d13a8b581f6af38b1ed9697ffa25001ccfb..bdb5a040984df40995fb96c91da7e498ada21ff7 100644 (file)
@@ -18,7 +18,7 @@ extern "C" {
 
     ++arguments->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fll_execute_arguments_add_) || !defined(_di_fll_execute_arguments_add_set_)
 
@@ -48,7 +48,7 @@ extern "C" {
 
     ++arguments->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fll_execute_arguments_add_parameter_) || !defined(_di_fll_execute_arguments_add_parameter_set_)
 
@@ -119,7 +119,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fll_execute_program_)
 
@@ -186,7 +186,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fll_execute_program_)
 
@@ -248,12 +248,12 @@ extern "C" {
 
       // This must explicitly check for 0 (as opposed to checking (!result)).
       if (result != 0) {
-        if (WIFEXITED(*((int *) result))) return F_none;
+        if (WIFEXITED(*((int *) result))) return F_okay;
 
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
 
     if (parameter && parameter->option & FL_execute_parameter_option_session_d) {
@@ -392,7 +392,7 @@ extern "C" {
 
         const f_file_t file = macro_f_file_t_initialize_2(0, descriptors[1], F_file_flag_write_only_d);
 
-        f_status_t status = F_none;
+        f_status_t status = F_okay;
 
         // Have the parent perform all appropriate access controls and then send either '0' for no error or '1' for error to the child.
         if (as) {
@@ -430,12 +430,12 @@ extern "C" {
 
       // This must explicitly check for 0 (as opposed to checking (!result)).
       if (result != 0) {
-        if (WIFEXITED(*((int *) result))) return F_none;
+        if (WIFEXITED(*((int *) result))) return F_okay;
 
         return F_status_set_error(F_failure);
       }
 
-      return F_none;
+      return F_okay;
     }
 
     if (parameter && parameter->option & FL_execute_parameter_option_session_d) {
index 5f82150657fedc3736c03beb23304a0ee5edc178..eb32fa45770d5ef5f3df57f66c8e4022411aa2ef 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The array of string arguments intended to pass to the execute functions.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_string_dynamic_increase_by().
  *   Errors (with error bit) from: f_string_dynamic_resize().
@@ -55,7 +55,7 @@ extern "C" {
  *   The array of string arguments intended to pass to the execute functions.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_string_append().
  *   Errors (with error bit) from: f_string_dynamic_resize().
@@ -89,7 +89,7 @@ extern "C" {
  *   The code returned after finishing execution of program.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_capability (with error bit) on failure to set capabilities.
  *   F_group (with error bit) on failure to set GID.
@@ -130,7 +130,7 @@ extern "C" {
  *   A string representing the return code ('0' for success, '1' for failure).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_control_group (with error bit) on failure to set control group.
  *   F_limit (with error bit) on failure to set a resource limit.
@@ -193,7 +193,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_child on success and this is the child thread.
  *   F_parent on success and this is the parent thread (only happens when FL_execute_parameter_option_return_d is passed).
  *
@@ -269,7 +269,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_child on success and this is the child thread.
  *   F_parent on success and this is the parent thread (only happens when FL_execute_parameter_option_return_d is passed).
  *
@@ -326,7 +326,7 @@ extern "C" {
  *   This is a array of simple strings intended to be eventually directly passed to functions like exec().
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  * @see fll_execute_program()
  */
index 512255bcbb2b359fd5ddd8fdfc69d6773ff7da23..c300f0641399a73d59a25af90414dc6c6671799a 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
  *   The max recursion depth.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if path.used is 0.
  *
  *   F_access_denied (with error bit) on access denied.
@@ -94,7 +94,7 @@ extern "C" {
  *   The max recursion depth.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_access_group (with error bit) if the current user does not have access to assign the specified group.
index 81d28be4dd44fd4a64f1379471b347cb6ce4f503..4171c633da06cfc585be269b65665c2aec5377c5 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 #if !defined(_di_fll_file_mode_set_all_)
   f_status_t private_fll_file_mode_set_all(const f_string_static_t path, const bool dereference, const mode_t mode, const f_number_unsigned_t depth_max, const f_number_unsigned_t depth) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     status = f_directory_is(path);
     if (F_status_is_error(status)) return status;
@@ -25,7 +25,7 @@ extern "C" {
       return status;
     }
 
-    status = F_none;
+    status = F_okay;
 
     {
       f_string_dynamics_t * const list[] = {
@@ -107,7 +107,7 @@ extern "C" {
 #if !defined(_di_fll_file_role_change_all_)
   f_status_t private_fll_file_role_change_all(const f_string_static_t path, const uid_t uid, const gid_t gid, const bool dereference, const f_number_unsigned_t depth_max, const f_number_unsigned_t depth) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     status = f_directory_is(path);
     if (F_status_is_error(status)) return status;
@@ -124,7 +124,7 @@ extern "C" {
       return status;
     }
 
-    status = F_none;
+    status = F_okay;
 
     {
       f_string_dynamics_t * const list[] = {
index 901a34cd4adf54cce4a0e078ad2c8f30e5a10007..c64b222fbf8c2c0ba3447a8ae100524c265a513a 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
  *   The current depth.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_access_mode (with error bit) if the current user does not have access to assign the file mode.
@@ -72,7 +72,7 @@ extern "C" {
  *   The current depth.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_access_denied (with error bit) on access denied.
  *   F_access_group (with error bit) if the current user does not have access to assign the specified group.
index 0349b6f53bcf0a961010c3553ab37d2e4088901b..2afe1b173cec0c3ef4dd74f32ec96e92d6e45371 100644 (file)
@@ -176,7 +176,7 @@ extern "C" {
     if (!objects.used) return F_data_not;
     if (!contents.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     f_number_unsigned_t i = 0;
     f_number_unsigned_t j = 0;
@@ -213,7 +213,7 @@ extern "C" {
       } // for
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_fss_snatch_
 
@@ -229,7 +229,7 @@ extern "C" {
     if (!objects.used) return F_data_not;
     if (!contents.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_string_ranges_t *content = 0;
 
     f_number_unsigned_t i = 0;
@@ -279,7 +279,7 @@ extern "C" {
       } // for
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_fss_snatch_apart_
 
@@ -295,7 +295,7 @@ extern "C" {
     if (!objects.used) return F_data_not;
     if (!contents.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_string_dynamic_t name = f_string_dynamic_t_initialize;
 
     f_number_unsigned_t i = 0;
@@ -422,7 +422,7 @@ extern "C" {
 
     f_string_dynamic_resize(0, &name);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_fss_snatch_map_
 
@@ -438,7 +438,7 @@ extern "C" {
     if (!objects.used) return F_data_not;
     if (!contents.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     f_number_unsigned_t i = 0;
     f_number_unsigned_t j = 0;
@@ -496,7 +496,7 @@ extern "C" {
       } // for
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_fss_snatch_map_apart_
 
@@ -512,7 +512,7 @@ extern "C" {
     if (!objects.used) return F_data_not;
     if (!contents.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     f_number_unsigned_t i = 0;
     f_number_unsigned_t j = 0;
@@ -565,7 +565,7 @@ extern "C" {
       } // for
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_fss_snatch_map_mash_
 
@@ -581,7 +581,7 @@ extern "C" {
     if (!objects.used) return F_data_not;
     if (!contents.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_string_dynamic_t name = f_string_dynamic_t_initialize;
 
     f_number_unsigned_t i = 0;
@@ -682,7 +682,7 @@ extern "C" {
 
     f_string_dynamic_resize(0, &name);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_fss_snatch_map_mash_apart_
 
@@ -698,7 +698,7 @@ extern "C" {
     if (!objects.used) return F_data_not;
     if (!contents.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_string_dynamic_t name = f_string_dynamic_t_initialize;
 
     f_number_unsigned_t i = 0;
@@ -796,7 +796,7 @@ extern "C" {
 
     f_string_dynamic_resize(0, &name);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_fss_snatch_map_together_
 
@@ -812,7 +812,7 @@ extern "C" {
     if (!objects.used) return F_data_not;
     if (!contents.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     f_number_unsigned_t i = 0;
     f_number_unsigned_t j = 0;
@@ -851,7 +851,7 @@ extern "C" {
       } // for
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_fss_snatch_mash_
 
@@ -867,7 +867,7 @@ extern "C" {
     if (!objects.used) return F_data_not;
     if (!contents.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     f_number_unsigned_t i = 0;
     f_number_unsigned_t j = 0;
@@ -909,7 +909,7 @@ extern "C" {
       } // for
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_fss_snatch_mash_apart_
 
@@ -925,7 +925,7 @@ extern "C" {
     if (!objects.used) return F_data_not;
     if (!contents.used) return F_data_not;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     f_number_unsigned_t i = 0;
     f_number_unsigned_t j = 0;
@@ -956,7 +956,7 @@ extern "C" {
       } // for
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_fss_snatch_together_
 
index 0b5860b3fc7ecf2d0c71a9e15cf951d2ca93daa3..6345792451482fdc41b8022c6659b9ecdde04e43 100644 (file)
@@ -107,7 +107,7 @@ extern "C" {
  *   Set the pointer address to 0 to disable.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not when there is no buffer, objects or contents to process.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -155,7 +155,7 @@ extern "C" {
  *   Set the pointer address to 0 to disable.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not when there is no buffer, objects or contents to process.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -207,7 +207,7 @@ extern "C" {
  *   Set the pointer address to 0 to disable.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not when there is no buffer, objects or contents to process.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -259,7 +259,7 @@ extern "C" {
  *   Set the pointer address to 0 to disable.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not when there is no buffer, objects or contents to process.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -312,7 +312,7 @@ extern "C" {
  *   Set the pointer address to 0 to disable.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not when there is no buffer, objects or contents to process.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -363,7 +363,7 @@ extern "C" {
  *   Set the pointer address to 0 to disable.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not when there is no buffer, objects or contents to process.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -416,7 +416,7 @@ extern "C" {
  *   Set the pointer address to 0 to disable.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not when there is no buffer, objects or contents to process.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -466,7 +466,7 @@ extern "C" {
  *   Set the pointer address to 0 to disable.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not when there is no buffer, objects or contents to process.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -514,7 +514,7 @@ extern "C" {
  *   Set the pointer address to 0 to disable.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not when there is no buffer, objects or contents to process.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -562,7 +562,7 @@ extern "C" {
  *   Set the pointer address to 0 to disable.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not when there is no buffer, objects or contents to process.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
index b70157e674c547f72aa7eed0ec88210ba528ffec..72453cd21757166dcdba17f690f255b9efd7db33 100644 (file)
@@ -16,7 +16,7 @@ extern "C" {
       }
     #endif // _di_level_2_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_number_unsigned_t initial_used = objects->used;
 
     bool found_data = F_false;
@@ -69,7 +69,7 @@ extern "C" {
           if (state->status == F_data_not) return;
 
           if (found_data) {
-            state->status = (range->start >= buffer.used) ? F_none_eos : F_none_stop;
+            state->status = (range->start >= buffer.used) ? F_okay_eos : F_okay_stop;
 
             return;
           }
@@ -105,7 +105,7 @@ extern "C" {
 
       } while (state->status == F_fss_found_object_not);
 
-      if (state->status == F_none_eos || state->status == F_none_stop) {
+      if (state->status == F_okay_eos || state->status == F_okay_stop) {
         ++contents->array[contents->used++].used;
         ++objects->used;
 
@@ -118,9 +118,9 @@ extern "C" {
 
       if (state->status == F_data_not || state->status == F_data_not_eos || state->status == F_data_not_stop) {
 
-        // If at least some valid object was found, then return F_none equivelents.
+        // If at least some valid object was found, then return F_okay equivelents.
         if (objects->used > initial_used) {
-          state->status = (state->status == F_data_not_eos) ? F_none_eos : F_none_stop;
+          state->status = (state->status == F_data_not_eos) ? F_okay_eos : F_okay_stop;
         }
 
         return;
@@ -146,7 +146,7 @@ extern "C" {
           }
         }
 
-        state->status = (range->start >= buffer.used) ? F_none_eos : F_none_stop;
+        state->status = (range->start >= buffer.used) ? F_okay_eos : F_okay_stop;
 
         return;
       }
@@ -188,7 +188,7 @@ extern "C" {
       return;
     }
 
-    if (state->status == F_none || state->status == F_none_stop || state->status == F_none_eos || state->status == F_none_eol) {
+    if (state->status == F_okay || state->status == F_okay_stop || state->status == F_okay_eos || state->status == F_okay_eol) {
       if (content.used) {
         range.start = 0;
         range.stop = content.used - 1;
index e73df0a66e8048a1c266b5baf026e3ccf3ed99fe..4bf02dc8366c81c4a371eb7eb9e46a470a11e999 100644 (file)
@@ -58,9 +58,9 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
- *     F_none_stop on success after reaching stopping point.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
+ *     F_okay_stop on success after reaching stopping point.
  *     F_data_not if buffer is empty (buffer.used is 0).
  *     F_data_not_eol if there is no data to write and EOL was reached.
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
@@ -108,9 +108,9 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
- *     F_none_stop on success after reaching stopping point.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
+ *     F_okay_stop on success after reaching stopping point.
  *     F_data_not if object or contents are empty (either object.used or contents.used is 0).
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *     F_data_not_stop no data to write due start location being greater than stop location.
index b42f65d3b5cf3d0301b8d6a83f2ad35222e449d5..67d54ef9453fe6494c1e24ff17610171422a49a1 100644 (file)
@@ -16,7 +16,7 @@ extern "C" {
       }
     #endif // _di_level_2_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_number_unsigned_t initial_used = objects->used;
 
     bool found_data = F_false;
@@ -55,7 +55,7 @@ extern "C" {
           if (state->status == F_data_not) return;
 
           if (found_data) {
-            state->status = (range->start >= buffer.used) ? F_none_eos : F_none_stop;
+            state->status = (range->start >= buffer.used) ? F_okay_eos : F_okay_stop;
           }
           else {
             state->status = (range->start >= buffer.used) ? F_data_not_eos : F_data_not_stop;
@@ -91,7 +91,7 @@ extern "C" {
 
       } while (state->status == F_fss_found_object_not);
 
-      if (state->status == F_none_eos || state->status == F_none_stop) {
+      if (state->status == F_okay_eos || state->status == F_okay_stop) {
         ++contents->array[contents->used++].used;
         ++objects->used;
 
@@ -100,9 +100,9 @@ extern "C" {
 
       if (state->status == F_data_not || state->status == F_data_not_eos || state->status == F_data_not_stop) {
 
-        // If at least some valid object was found, then return F_none equivalents.
+        // If at least some valid object was found, then return F_okay equivalents.
         if (objects->used > initial_used) {
-          state->status = (state->status == F_data_not_eos) ? F_none_eos : F_none_stop;
+          state->status = (state->status == F_data_not_eos) ? F_okay_eos : F_okay_stop;
         }
 
         return;
@@ -125,7 +125,7 @@ extern "C" {
           ++contents->used;
         }
 
-        state->status = (range->start >= buffer.used) ? F_none_eos : F_none_stop;
+        state->status = (range->start >= buffer.used) ? F_okay_eos : F_okay_stop;
 
         return;
       }
@@ -157,7 +157,7 @@ extern "C" {
       return;
     }
 
-    if (state->status == F_none || state->status == F_none_stop || state->status == F_none_eos || state->status == F_none_eol) {
+    if (state->status == F_okay || state->status == F_okay_stop || state->status == F_okay_eos || state->status == F_okay_eol) {
       if (content.used) {
         range.start = 0;
         range.stop = content.used - 1;
index 1c80c7faa19172438633fa06ebbde1cd597fdcd5..b0c6746aa05c80555f3daaed65a271c285cdb86b 100644 (file)
@@ -58,9 +58,9 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
- *     F_none_stop on success after reaching stopping point.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
+ *     F_okay_stop on success after reaching stopping point.
  *     F_data_not if buffer is empty (buffer.used is 0).
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *     F_data_not_stop no data to write due start location being greater than stop location.
@@ -107,9 +107,9 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
- *     F_none_stop on success after reaching stopping point.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
+ *     F_okay_stop on success after reaching stopping point.
  *     F_data_not if object or contents are empty (either object.used or contents.used is 0).
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *     F_data_not_stop no data to write due start location being greater than stop location
index 109df415874f346ba616d2be8a71452c87874bcd..85262600b07dcfef7a063de7c17034d7b1b1e720 100644 (file)
@@ -50,7 +50,7 @@ extern "C" {
           if (state->status == F_data_not) return;
 
           if (found_data) {
-            state->status = (range->start >= buffer.used) ? F_none_eos : F_none_stop;
+            state->status = (range->start >= buffer.used) ? F_okay_eos : F_okay_stop;
 
             return;
           }
@@ -76,13 +76,13 @@ extern "C" {
 
       } while (state->status == F_fss_found_object_not);
 
-      if (state->status == F_none_eos || state->status == F_none_stop) return;
+      if (state->status == F_okay_eos || state->status == F_okay_stop) return;
 
       if (state->status == F_data_not || state->status == F_data_not_eos || state->status == F_data_not_stop) {
 
-        // If at least some valid object was found, then return F_none equivalents.
+        // If at least some valid object was found, then return F_okay equivalents.
         if (nest->depth[0].used > initial_used) {
-          state->status = (state->status == F_data_not_eos) ? F_none_eos : F_none_stop;
+          state->status = (state->status == F_data_not_eos) ? F_okay_eos : F_okay_stop;
         }
 
         return;
@@ -90,9 +90,9 @@ extern "C" {
 
       if (state->status == F_end_not_eos || state->status == F_end_not_stop || state->status == F_end_not_nest_eos || state->status == F_end_not_nest_stop) {
 
-        // If at least some valid object was found, then return F_none equivalents.
+        // If at least some valid object was found, then return F_okay equivalents.
         if (nest->depth[0].used > initial_used) {
-          state->status = (state->status == F_data_not_eos) ? F_none_eos : F_data_not_stop;
+          state->status = (state->status == F_data_not_eos) ? F_okay_eos : F_data_not_stop;
         }
 
         return;
@@ -105,7 +105,7 @@ extern "C" {
       if (range->start >= range->stop || range->start >= buffer.used) {
 
         // When content is found, the range->start is incremented, if content is found at range->stop, then range->start will be > range.stop.
-        state->status = (range->start >= buffer.used) ? F_none_eos : F_none_stop;
+        state->status = (range->start >= buffer.used) ? F_okay_eos : F_okay_stop;
 
         return;
       }
@@ -130,7 +130,7 @@ extern "C" {
       return;
     }
 
-    if (state->status == F_none || state->status == F_none_stop || state->status == F_none_eos || state->status == F_none_eol) {
+    if (state->status == F_okay || state->status == F_okay_stop || state->status == F_okay_eos || state->status == F_okay_eol) {
       if (content.used) {
         range.start = 0;
         range.stop = content.used - 1;
index 001090575fc6ddd6bd9eed356eec6744e6804617..5eadd0349818660c8e8bdcbd02ee5c3b6fef7e9b 100644 (file)
@@ -56,9 +56,9 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success (both valid object and valid content found with start location is at end of content).
- *     F_none_eos on success after reaching the end of the buffer (both valid object and valid content found with start location is at end of buffer).
- *     F_none_stop on success after reaching stopping point (both valid object and valid content found with start location is at stop point).
+ *     F_okay on success (both valid object and valid content found with start location is at end of content).
+ *     F_okay_eos on success after reaching the end of the buffer (both valid object and valid content found with start location is at end of buffer).
+ *     F_okay_stop on success after reaching stopping point (both valid object and valid content found with start location is at stop point).
  *     F_data_not if buffer is empty (buffer.used is 0).
  *     F_data_not_eol if there is no data to write and EOL was reached.
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
@@ -112,9 +112,9 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
- *     F_none_stop on success after reaching stopping point.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
+ *     F_okay_stop on success after reaching stopping point.
  *     F_data_not if object or contents are empty (either object.used or contents.used is 0).
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *     F_data_not_stop no data to write due start location being greater than stop location.
index 667078df2aeb27870ce9358382039977955d9f3e..390051535cec554bc0e2cfb6126130a525f4ea5c 100644 (file)
@@ -16,7 +16,7 @@ extern "C" {
       }
     #endif // _di_level_2_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_number_unsigned_t initial_used = objects->used;
 
     bool found_data = F_false;
@@ -81,7 +81,7 @@ extern "C" {
           if (state->status == F_data_not) return;
 
           if (found_data) {
-            state->status = (range->start >= buffer.used) ? F_none_eos : F_none_stop;
+            state->status = (range->start >= buffer.used) ? F_okay_eos : F_okay_stop;
           }
           else {
             state->status = (range->start >= buffer.used) ? F_data_not_eos : F_data_not_stop;
@@ -117,7 +117,7 @@ extern "C" {
 
       } while (state->status == F_fss_found_object_not);
 
-      if (state->status == F_none_eos || state->status == F_none_stop) {
+      if (state->status == F_okay_eos || state->status == F_okay_stop) {
         ++contents->array[contents->used++].used;
         ++objects->used;
 
@@ -135,9 +135,9 @@ extern "C" {
 
       if (state->status == F_data_not || state->status == F_data_not_eos || state->status == F_data_not_stop || state->status == F_end_not_group_eos || state->status == F_end_not_group_stop) {
 
-        // If at least some valid object was found, then return F_none equivelents.
+        // If at least some valid object was found, then return F_okay equivelents.
         if (objects->used > initial_used) {
-          state->status = (state->status == F_data_not_eos) ? F_none_eos : F_none_stop;
+          state->status = (state->status == F_data_not_eos) ? F_okay_eos : F_okay_stop;
         }
 
         return;
@@ -169,12 +169,12 @@ extern "C" {
         }
 
         if (range->start >= buffer.used) {
-          state->status = (state->status == F_end_not_group) ? F_end_not_group_eos : F_none_eos;
+          state->status = (state->status == F_end_not_group) ? F_end_not_group_eos : F_okay_eos;
 
           return;
         }
 
-        state->status = (state->status == F_end_not_group) ? F_end_not_group_stop : F_none_stop;
+        state->status = (state->status == F_end_not_group) ? F_end_not_group_stop : F_okay_stop;
 
         return;
       }
@@ -214,7 +214,7 @@ extern "C" {
       return;
     }
 
-    if (state->status == F_none || state->status == F_none_stop || state->status == F_none_eos || state->status == F_none_eol) {
+    if (state->status == F_okay || state->status == F_okay_stop || state->status == F_okay_eos || state->status == F_okay_eol) {
       uint8_t complete = f_fss_complete_next_e;
 
       for (f_number_unsigned_t i = 0; i < contents.used; ++i) {
index 5d0c333d93fed000a8c6dd10af397d97b72ff16b..a0291bc667180aa2f2213ce3653c5de88d169541 100644 (file)
@@ -61,9 +61,9 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_stop on success after reaching stopping point.
- *     F_none_eos on success after reaching the end of the buffer.
+ *     F_okay on success.
+ *     F_okay_stop on success after reaching stopping point.
+ *     F_okay_eos on success after reaching the end of the buffer.
  *     F_data_not if buffer is empty (buffer.used is 0).
  *     F_data_not_stop no data to write due start location being greater than stop location.
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
@@ -111,9 +111,9 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
- *     F_none_stop on success after reaching stopping point.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
+ *     F_okay_stop on success after reaching stopping point.
  *     F_data_not if object or contents are empty (either object.used or contents.used is 0).
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *     F_data_not_stop no data to write due start location being greater than stop location.
index 08ae998b23446a543a3b6ab753d261dadb37c76d..cbc037b40457ef488de2928b1e7af1c011d194e4 100644 (file)
@@ -16,7 +16,7 @@ extern "C" {
       }
     #endif // _di_level_2_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_number_unsigned_t initial_used = objects->used;
 
     bool found_data = F_false;
@@ -54,7 +54,7 @@ extern "C" {
           if (state->status == F_data_not) return;
 
           if (found_data) {
-            state->status = (range->start >= buffer.used) ? F_none_eos : F_none_stop;
+            state->status = (range->start >= buffer.used) ? F_okay_eos : F_okay_stop;
           }
           else {
             state->status = (range->start >= buffer.used) ? F_data_not_eos : F_data_not_stop;
@@ -89,7 +89,7 @@ extern "C" {
 
       } while (state->status == F_fss_found_object_not);
 
-      if (state->status == F_none_eos || state->status == F_none_stop) {
+      if (state->status == F_okay_eos || state->status == F_okay_stop) {
         ++contents->array[contents->used++].used;
         ++objects->used;
 
@@ -98,9 +98,9 @@ extern "C" {
 
       if (state->status == F_data_not || state->status == F_data_not_eos || state->status == F_data_not_stop) {
 
-        // If at least some valid object was found, then return F_none equivalents.
+        // If at least some valid object was found, then return F_okay equivalents.
         if (objects->used > initial_used) {
-          state->status = state->status == F_data_not_eos ? F_none_eos : F_none_stop;
+          state->status = state->status == F_data_not_eos ? F_okay_eos : F_okay_stop;
         }
 
         return;
@@ -123,7 +123,7 @@ extern "C" {
           ++contents->used;
         }
 
-        state->status = (range->start >= buffer.used) ? F_none_eos : F_none_stop;
+        state->status = (range->start >= buffer.used) ? F_okay_eos : F_okay_stop;
 
         return;
       }
@@ -155,7 +155,7 @@ extern "C" {
       return;
     }
 
-    if (state->status == F_none || state->status == F_none_stop || state->status == F_none_eos || state->status == F_none_eol) {
+    if (state->status == F_okay || state->status == F_okay_stop || state->status == F_okay_eos || state->status == F_okay_eol) {
       if (content.used) {
         range.start = 0;
         range.stop = content.used - 1;
index c04308bbd8aca2bf733c1a44885dc5dad86475a0..438cb17bd505078a55bbf305f0dbfb0d41427ba0 100644 (file)
@@ -60,9 +60,9 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success (both valid object and valid content found with start location is at end of content).
- *     F_none_eos on success after reaching the end of the buffer (both valid object and valid content found with start location is at end of buffer).
- *     F_none_stop on success after reaching stopping point (both valid object and valid content found with start location is at stop point).
+ *     F_okay on success (both valid object and valid content found with start location is at end of content).
+ *     F_okay_eos on success after reaching the end of the buffer (both valid object and valid content found with start location is at end of buffer).
+ *     F_okay_stop on success after reaching stopping point (both valid object and valid content found with start location is at stop point).
  *     F_data_not if buffer is empty (buffer.used is 0).
  *     F_data_not_eol if there is no data to write and EOL was reached.
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
@@ -116,9 +116,9 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
- *     F_none_stop on success after reaching stopping point.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
+ *     F_okay_stop on success after reaching stopping point.
  *     F_data_not if object or contents are empty (either object.used or contents.used is 0).
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *     F_data_not_stop no data to write due start location being greater than stop location.
index a601f0275c9228bb69e73baa96bf49c90051df5c..4937a97f991c29750160ae47f6a45165308f3e04 100644 (file)
@@ -16,7 +16,7 @@ extern "C" {
       }
     #endif // _di_level_2_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_number_unsigned_t initial_used = objects->used;
 
     bool found_data = F_false;
@@ -67,7 +67,7 @@ extern "C" {
           }
 
           if (found_data) {
-            state->status = F_status_set_error((range->start >= buffer.used) ? F_none_eos : F_none_stop);
+            state->status = F_status_set_error((range->start >= buffer.used) ? F_okay_eos : F_okay_stop);
           }
           else {
             state->status = F_status_set_error((range->start >= buffer.used) ? F_data_not_eos : F_data_not_stop);
@@ -96,12 +96,12 @@ extern "C" {
             if (buffer.used > range->stop) {
               contents->array[contents->used].array[0].stop = range->stop;
               range->start = range->stop + 1;
-              state->status = F_none_stop;
+              state->status = F_okay_stop;
             }
             else {
               contents->array[contents->used].array[0].stop = buffer.used - 1;
               range->start = buffer.used;
-              state->status = F_none_eos;
+              state->status = F_okay_eos;
             }
 
             ++objects->used;
@@ -141,7 +141,7 @@ extern "C" {
             }
 
             contents->array[contents->used++].used = 0;
-            state->status = F_none;
+            state->status = F_okay;
 
             return;
           }
@@ -150,7 +150,7 @@ extern "C" {
         }
       } while (state->status == F_fss_found_object_not);
 
-      if (state->status == F_none_eos || state->status == F_none_stop) {
+      if (state->status == F_okay_eos || state->status == F_okay_stop) {
         ++contents->array[contents->used].used;
         ++objects->used;
         ++contents->used;
@@ -163,11 +163,11 @@ extern "C" {
 
       if (state->status == F_data_not || state->status == F_data_not_eos || state->status == F_data_not_stop) {
 
-        // If at least some valid object was found, then return F_none equivalents.
+        // If at least some valid object was found, then return F_okay equivalents.
         if (objects->used > initial_used) {
 
           // Returning without a "payload" is an error.
-          state->status = (state->status == F_data_not_eos) ? F_status_set_error(F_none_eos) : F_status_set_error(F_none_stop);
+          state->status = (state->status == F_data_not_eos) ? F_status_set_error(F_okay_eos) : F_status_set_error(F_okay_stop);
         }
         else {
           state->status = F_status_set_error(state->status);
@@ -194,7 +194,7 @@ extern "C" {
         }
 
         // Returning without a "payload" is an error.
-        state->status = F_status_set_error((range->start >= buffer.used) ? F_none_eos : F_none_stop);
+        state->status = F_status_set_error((range->start >= buffer.used) ? F_okay_eos : F_okay_stop);
 
         return;
       }
@@ -232,7 +232,7 @@ extern "C" {
       return;
     }
 
-    if (state->status == F_none || state->status == F_none_stop || state->status == F_none_eos || state->status == F_none_eol) {
+    if (state->status == F_okay || state->status == F_okay_stop || state->status == F_okay_eos || state->status == F_okay_eol) {
       if (f_compare_dynamic(f_fss_payload_s, object) == F_equal_to) {
         state->status = f_string_dynamic_increase_by(content.used, destination);
         if (F_status_is_error(state->status)) return;
index e39cc75410d7a9b7dda4db19dd10a68d975dd7cf..a50f02b99e1311944e7f463cced02fde3fff4c48 100644 (file)
@@ -64,9 +64,9 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
- *     F_none_stop on success after reaching stopping point.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
+ *     F_okay_stop on success after reaching stopping point.
  *     F_data_not if buffer is empty (buffer.used is 0).
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *     F_data_not_stop no data to write due start location being greater than stop location.
@@ -74,9 +74,9 @@ extern "C" {
  *     F_fss_found_object_content_not (with error bit) When payload Content is missing.
  *     F_data_not_eos (with error bit) no data to write due start location being greater than or equal to buffer size, except that no "payload" is found.
  *     F_data_not_stop (with error bit) no data to write due start location being greater than stop location, except that no "payload" is found.
- *     F_none (with error bit) on success, except that no "payload" is found.
- *     F_none_eos (with error bit) on success after reaching the end of the buffer, except that no "payload" is found.
- *     F_none_stop (with error bit) on success after reaching stopping point, except that no "payload" is found.
+ *     F_okay (with error bit) on success, except that no "payload" is found.
+ *     F_okay_eos (with error bit) on success after reaching the end of the buffer, except that no "payload" is found.
+ *     F_okay_stop (with error bit) on success after reaching stopping point, except that no "payload" is found.
  *     F_number_overflow (with error bit) if the maximum buffer size is reached.
  *     F_parameter (with error bit) if a parameter is invalid.
  *
@@ -134,9 +134,9 @@ extern "C" {
  *   All other statuses are ignored.
  *
  *   This alters state.status:
- *     F_none on success.
- *     F_none_eos on success after reaching the end of the buffer.
- *     F_none_stop on success after reaching stopping point.
+ *     F_okay on success.
+ *     F_okay_eos on success after reaching the end of the buffer.
+ *     F_okay_stop on success after reaching stopping point.
  *     F_data_not if object or contents are empty (either object.used or contents.used is 0).
  *     F_data_not_eos no data to write due start location being greater than or equal to buffer size.
  *     F_data_not_stop no data to write due start location being greater than stop location.
index 416a746b8d6f6a12125be26c5e0ade21bf3ec94d..f07e23900dc89108918a3a0c0d3c4d0f733be7a2 100644 (file)
@@ -37,7 +37,7 @@ extern "C" {
       if (!code) return F_status_set_error(F_parameter);
     #endif // _di_level_2_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (!name.used) return F_data_not;
 
@@ -51,13 +51,13 @@ extern "C" {
       if (f_compare_dynamic(name, fll_fss_status_format_s) == F_equal_to) {
         *code = F_fss_format;
 
-        return F_none;
+        return F_okay;
       }
 
       if (f_compare_dynamic(name, fll_fss_status_format_eos_s) == F_equal_to) {
         *code = F_fss_format_eos;
 
-        return F_none;
+        return F_okay;
       }
     #endif // _di_fll_fss_status_error_
 
@@ -65,13 +65,13 @@ extern "C" {
       if (f_compare_dynamic(name, fll_fss_status_accepted_invalid_s) == F_equal_to) {
         *code = F_fss_accepted_invalid;
 
-        return F_none;
+        return F_okay;
       }
 
       if (f_compare_dynamic(name, fll_fss_status_accepted_invalid_eos_s) == F_equal_to) {
         *code = F_fss_accepted_invalid_eos;
 
-        return F_none;
+        return F_okay;
       }
     #endif // _di_fll_fss_status_warning_
 
@@ -79,31 +79,31 @@ extern "C" {
       if (f_compare_dynamic(name, fll_fss_status_found_object_s) == F_equal_to) {
         *code = F_fss_found_object;
 
-        return F_none;
+        return F_okay;
       }
 
       if (f_compare_dynamic(name, fll_fss_status_found_content_s) == F_equal_to) {
         *code = F_fss_found_content;
 
-        return F_none;
+        return F_okay;
       }
 
       if (f_compare_dynamic(name, fll_fss_status_found_object_not_s) == F_equal_to) {
         *code = F_fss_found_object_not;
 
-        return F_none;
+        return F_okay;
       }
 
       if (f_compare_dynamic(name, fll_fss_status_found_content_not_s) == F_equal_to) {
         *code = F_fss_found_content_not;
 
-        return F_none;
+        return F_okay;
       }
 
       if (f_compare_dynamic(name, fll_fss_status_found_object_content_not_s) == F_equal_to) {
         *code = F_fss_found_object_content_not;
 
-        return F_none;
+        return F_okay;
       }
     #endif // _di_fll_fss_status_success_
 
@@ -111,20 +111,20 @@ extern "C" {
       if (f_compare_dynamic(name, fll_fss_status_found_comment_s) == F_equal_to) {
         *code = F_fss_found_object;
 
-        return F_none;
+        return F_okay;
       }
     #endif // _di_fll_fss_status_codes_
 
     if (f_compare_dynamic(name, fll_fss_status_status_code_first_s) == F_equal_to) {
       *code = F_fss_status_code_first;
 
-      return F_none;
+      return F_okay;
     }
 
     if (f_compare_dynamic(name, fll_fss_status_status_code_last_s) == F_equal_to) {
       *code = F_fss_status_code_last;
 
-      return F_none;
+      return F_okay;
     }
 
     return fl_status_string_from(name, code);
@@ -200,7 +200,7 @@ extern "C" {
         return f_status_string_to(code, name);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fl_status_string_to_
 
index 34585a4e2f66aefe520da1743e8a1b4107817e57..c5b129d12ddb0dd6c77e5a60428c976fdce9b6a6 100644 (file)
@@ -103,7 +103,7 @@ extern "C" {
  *   The status number a matched string represents.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if string is empty.
  *
  *   F_data (with error bit) if not found.
@@ -127,7 +127,7 @@ extern "C" {
  *   The status name that represents the given code.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index f3529e9acccc7bd2d53d6099b47493b1f973877f..970376ff5819d9e8f27422a4c1aeca4cd5d39cd0 100644 (file)
@@ -48,7 +48,7 @@ extern "C" {
  *   The escaped string data is appended to this, so set the escaped.used = 0 if "replace" behavior is desired.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -79,7 +79,7 @@ extern "C" {
  *   The escaped string data is appended to this, so set the escaped.used = 0 if "replace" behavior is desired.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -110,7 +110,7 @@ extern "C" {
  *   The unescaped string data is appended to this, so set the unescaped.used = 0 if "replace" behavior is desired.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_syntax (with error bit) if the given string is invalid, such as having an undelimited quote.
@@ -140,7 +140,7 @@ extern "C" {
  *   The unescaped string data is appended to this, so set the unescaped.used = 0 if "replace" behavior is desired.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_syntax (with error bit) if the given string is invalid, such as having an undelimited quote.
index 0af3b35a70c1f21b1fd2ece0f9d9025f5699ae11..89d17ddd00524d71b8b0f8b5fcb66f8add6dfa00 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 #if !defined(_di_fll_iki_content_escape_) || !defined(_di_fll_iki_content_partial_escape_)
   f_status_t private_fll_iki_content_partial_escape(const f_string_static_t content, const f_string_range_t range, const f_char_t quote, f_string_dynamic_t * const escaped) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     // Ensure escaped is at least the same size as content.
     if (content.used > escaped->size) {
@@ -66,14 +66,14 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fll_iki_content_escape_) || !defined(_di_fll_iki_content_partial_escape_)
 
 #if !defined(_di_fll_iki_content_unescape_) || !defined(_di_fll_iki_content_partial_unescape_)
   f_status_t private_fll_iki_content_partial_unescape(const f_string_static_t content, const f_string_range_t range, const f_char_t quote, f_string_dynamic_t * const unescaped) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     // Ensure escaped is at least the same size as content.
     if (content.used > unescaped->size) {
@@ -183,7 +183,7 @@ extern "C" {
       }
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fll_iki_content_unescape_) || !defined(_di_fll_iki_content_partial_unescape_)
 
index 36f0b605e799517861c07c993dfdbf5d348ef167..5a7a3bf7795491a126235293a3604004c2ec03bf 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   The escaped string data is appended to this, so set the escaped.used = 0 if "replace" behavior is desired.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -63,7 +63,7 @@ extern "C" {
  *   The unescaped string data is appended to this, so set the unescaped.used = 0 if "replace" behavior is desired.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *   F_syntax (with error bit) if the given string is invalid, such as having an undelimited quote.
index 3deadb70e7f952ca2109a9a949137d02351ae2c8..15997159b956e8392c65496f7d6ed796800d6cb0 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 
     {
       if (choices.used) {
-        f_status_t status = F_none;
+        f_status_t status = F_okay;
         f_number_unsigned_t choice = 0;
 
         if (right) {
@@ -63,7 +63,7 @@ extern "C" {
       private_fll_program_parameter_process_empty(&main->context, sets);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fll_program_parameter_process_context_) || !defined(_di_fll_program_parameter_process_context_standard_)
 
@@ -73,7 +73,7 @@ extern "C" {
     fl_print_format("  %Q%[%Q%]", print->to, symbol_short, print->set->standout, option_short, print->set->standout);
     fl_print_format(", %Q%[%Q%]  %S%r", print->to, symbol_long, print->set->standout, option_long, print->set->standout, description, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // !defined(_di_fll_program_print_help_option_) || !defined(_di_fll_program_print_help_option_standard_)
 
index c32bd387bd15fb70fbf4899e7b707d274f6d0703..3262cfbc046be348a8cbcbb40a0402290466b797 100644 (file)
@@ -34,7 +34,7 @@ extern "C" {
  *   The main program data.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if "values" parameters were expected but not found.
  *
  *   F_memory_not (with error bit) on out of memory.
@@ -71,7 +71,7 @@ extern "C" {
  *   A desciption associated with the option.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  * @see f_print_terminated()
  * @see fl_print_format()
index c90ec8271bf34d0fdf933cb3985117a431963e3a..6a2b45c1a7c9c075437ca46fd45e4f4d83923a02 100644 (file)
@@ -37,7 +37,7 @@ extern "C" {
 
     private_fll_program_parameter_process_empty(context, sets);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_parameter_process_empty_
 
@@ -66,7 +66,7 @@ extern "C" {
     main->error.verbosity = main->message.verbosity;
     main->warning.verbosity = main->message.verbosity;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_parameter_process_verbosity_
 
@@ -99,7 +99,7 @@ extern "C" {
     main->error.verbosity = main->message.verbosity;
     main->warning.verbosity = main->message.verbosity;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_parameter_process_verbosity_standard_
 
@@ -109,7 +109,7 @@ extern "C" {
       if (!arguments || !destination) return F_status_set_error(F_parameter);
     #endif // _di_level_2_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     const f_number_unsigned_t start = destination->used;
 
     for (f_number_unsigned_t i = 0; i < values.used; ++i) {
@@ -124,7 +124,7 @@ extern "C" {
         if (F_status_is_error(status)) break;
 
         if (status == F_data_not) {
-          status = F_none;
+          status = F_okay;
         }
         else {
           ++destination->used;
@@ -135,7 +135,7 @@ extern "C" {
     if (F_status_is_error(status)) return status;
     if (start == destination->used) return F_data_not;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_parameter_additional_append_
 
@@ -145,7 +145,7 @@ extern "C" {
       if (!arguments || !destination) return F_status_set_error(F_parameter);
     #endif // _di_level_2_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     const f_number_unsigned_t start = destination->used;
 
     for (f_number_unsigned_t i = 0; i < values.used; ++i) {
@@ -159,7 +159,7 @@ extern "C" {
     if (F_status_is_error(status)) return status;
     if (start == destination->used) return F_data_not;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_parameter_additional_mash_
 
@@ -169,7 +169,7 @@ extern "C" {
       if (!arguments || !destination) return F_status_set_error(F_parameter);
     #endif // _di_level_2_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     const f_number_unsigned_t start = destination->used;
 
     for (f_number_unsigned_t i = 0; i < values.used; ++i) {
@@ -184,7 +184,7 @@ extern "C" {
         if (F_status_is_error(status)) break;
 
         if (status == F_data_not) {
-          status = F_none;
+          status = F_okay;
         }
         else {
           ++destination->used;
@@ -195,7 +195,7 @@ extern "C" {
     if (F_status_is_error(status)) return status;
     if (start == destination->used) return F_data_not;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_parameter_additional_rip_
 
@@ -205,7 +205,7 @@ extern "C" {
       if (!arguments || !destination) return F_status_set_error(F_parameter);
     #endif // _di_level_2_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     const f_number_unsigned_t start = destination->used;
     f_string_dynamic_t ripped = f_string_dynamic_t_initialize;
 
@@ -229,7 +229,7 @@ extern "C" {
     if (F_status_is_error(status)) return status;
     if (start == destination->used) return F_data_not;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_parameter_additional_rip_mash_
 
@@ -472,7 +472,7 @@ extern "C" {
     const f_status_t status = f_signal_close(&program->signal);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_standard_set_down_
 
@@ -517,7 +517,7 @@ extern "C" {
     status = f_signal_mask(SIG_UNBLOCK, &program->signal.set, 0);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_standard_set_up_
 
index 4e6e465e4cdd9ec007092ab7ae1dfc2650efff69..f2aea888f6a15f614c53c67b09e9d3c29f57646d 100644 (file)
@@ -56,7 +56,7 @@ extern "C" {
  *   The main program data.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if "values" parameters were expected but not found.
  *
  *   F_memory_not (with error bit) on out of memory.
@@ -88,7 +88,7 @@ extern "C" {
  *   The main program data.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if "values" parameters were expected but not found.
  *
  *   F_memory_not (with error bit) on out of memory.
@@ -118,7 +118,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  */
@@ -143,7 +143,7 @@ extern "C" {
  *   The main program data.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but choices.used is 0.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -170,7 +170,7 @@ extern "C" {
  *   The main program data.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -200,7 +200,7 @@ extern "C" {
  *   An array of dynamic strings each representing a console parameter.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if nothing to rip, no allocations or reallocations are performed.
  *
  *   F_array_too_large (with error bit) if a buffer would exceed max length.
@@ -229,7 +229,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if nothing to rip, no allocations or reallocations are performed.
  *
  *   F_memory_not (with error bit) on out of memory.
@@ -258,7 +258,7 @@ extern "C" {
  *   An array of dynamic strings each representing a console parameter.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if nothing to rip, no allocations or reallocations are performed.
  *
  *   F_memory_not (with error bit) on out of memory.
@@ -288,7 +288,7 @@ extern "C" {
  *   The destination string the source and glue are appended onto.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not if nothing to rip, no allocations or reallocations are performed.
  *
  *   F_memory_not (with error bit) on out of memory.
@@ -319,7 +319,7 @@ extern "C" {
  *   The program data.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -345,7 +345,7 @@ extern "C" {
  *   The program data.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index b505deffe53ad3aff40570c70924d4fc8c95917b..b1c83ab675364316f76b3a69608681746bb9bd34 100644 (file)
@@ -20,7 +20,7 @@ extern "C" {
       if (!data) return F_status_set_error(F_parameter);
     #endif // _di_level_2_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     status = f_console_parameters_delete(&data->parameters);
     if (F_status_is_error(status)) return status;
@@ -28,7 +28,7 @@ extern "C" {
     status = f_color_context_delete(&data->context);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_data_delete_
 
@@ -38,7 +38,7 @@ extern "C" {
       if (!data) return F_status_set_error(F_parameter);
     #endif // _di_level_2_parameter_checking_
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     status = f_console_parameters_destroy(&data->parameters);
     if (F_status_is_error(status)) return status;
@@ -46,7 +46,7 @@ extern "C" {
     status = f_color_context_destroy(&data->context);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_data_destroy_
 
index 0644b9d8ab608a235f5614d52bdce4d94fe8e398..37666bc561697a80f9919fd9ba0d684e30b85b07 100644 (file)
@@ -166,7 +166,7 @@ extern "C" {
  *   The program data object.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -185,7 +185,7 @@ extern "C" {
  *   The program data object.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index c851e7044bd03c55dc0e142295dea9c4ab6f651d..3ce37ca42981672a0dbf85a7b42f40b9cf1a732e 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_copyright_
 
@@ -48,7 +48,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_missing_file_
 
@@ -70,7 +70,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_missing_variable_not_zero_
 
@@ -92,7 +92,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_both_specified_same_amount_
 
@@ -116,7 +116,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_both_specified_same_amount_without_
 
@@ -138,7 +138,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_cannot_use_with_
 
@@ -162,7 +162,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_cannot_use_with_without_
 
@@ -182,7 +182,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_cannot_use_with_pipe_
 
@@ -206,7 +206,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_cannot_use_with_xor_
 
@@ -226,7 +226,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_empty_value_
 
@@ -250,7 +250,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_integer_less_than_
 
@@ -274,7 +274,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_integer_more_than_
 
@@ -296,7 +296,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_integer_not_
 
@@ -318,7 +318,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_integer_not_negative_
 
@@ -340,7 +340,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_integer_not_positive_
 
@@ -360,7 +360,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_missing_value_
 
@@ -382,7 +382,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_missing_value_requires_amount_
 
@@ -402,7 +402,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_must_specify_once_
 
@@ -424,7 +424,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_must_specify_once_value_
 
@@ -444,7 +444,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_process_
 
@@ -468,7 +468,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_range_start_before_stop_
 
@@ -488,7 +488,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_value_too_long_
 
@@ -506,7 +506,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_pipe_invalid_form_feed_
 
@@ -524,7 +524,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_pipe_missing_content_
 
@@ -542,7 +542,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_pipe_object_without_content_
 
@@ -557,7 +557,7 @@ extern "C" {
 
     fl_print_format(" %[Available Options:%] %r", print->to, print->set->important, print->set->important, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_help_header_
 
@@ -591,7 +591,7 @@ extern "C" {
     private_fll_program_print_help_option(print, f_console_standard_short_line_first_no_s, f_console_standard_long_line_first_no_s, f_console_symbol_short_inverse_s, f_console_symbol_long_inverse_s, "Disable printing of first line.");
     private_fll_program_print_help_option(print, f_console_standard_short_line_last_no_s, f_console_standard_long_line_last_no_s, f_console_symbol_short_inverse_s, f_console_symbol_long_inverse_s, " Disable printing of last line.");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_help_option_standard_
 
@@ -603,7 +603,7 @@ extern "C" {
 
     fl_print_format("      %Q%[%Q%]  %S%r", print->to, symbol_long, print->set->standout, option_long, print->set->standout, description, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_help_option_long_
 
@@ -615,7 +615,7 @@ extern "C" {
 
     fl_print_format("  %[%Q%]  %S%r", print->to, print->set->standout, option_other, print->set->standout, description, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_help_option_other_
 
@@ -636,7 +636,7 @@ extern "C" {
 
     f_print_dynamic_raw(f_string_eol_s, print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_help_usage_
 
@@ -661,7 +661,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_signal_received_
 
@@ -678,7 +678,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_version_
 
index 9790b5c5e44af49becdf454932b53b926fe8235c..c6e003eeadcae32ee04639f5b93de85b3dc2b98a 100644 (file)
@@ -24,7 +24,7 @@ extern "C" {
  *   The print.verbosity is used to determine how much detail is printed (except for when _di_detailed_copyright_ is set).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -48,7 +48,7 @@ extern "C" {
  *   This locks, uses, and unlocks the file stream.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -74,7 +74,7 @@ extern "C" {
  *   The name of the variable that is not defined or has a length of 0.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -108,7 +108,7 @@ extern "C" {
  *   The second parameter name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -148,7 +148,7 @@ extern "C" {
  *   The first and second parameter must be specified the same amount of times without this parameter.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -182,7 +182,7 @@ extern "C" {
  *   The second parameter name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -221,7 +221,7 @@ extern "C" {
  *   The third parameter name (the without parameter).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -250,7 +250,7 @@ extern "C" {
  *   The parameter name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -295,7 +295,7 @@ extern "C" {
  *   This represents the parameter that is an exclusive or with the second parameter.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -325,7 +325,7 @@ extern "C" {
  *   The parameter name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -359,7 +359,7 @@ extern "C" {
  *   The string representing the number to not be less than.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -393,7 +393,7 @@ extern "C" {
  *   The string representing the number to not be less than.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -425,7 +425,7 @@ extern "C" {
  *   The value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -457,7 +457,7 @@ extern "C" {
  *   The value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -489,7 +489,7 @@ extern "C" {
  *   The value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -519,7 +519,7 @@ extern "C" {
  *   The parameter name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -551,7 +551,7 @@ extern "C" {
  *   A string representing the amount of missing parameters.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -581,7 +581,7 @@ extern "C" {
  *   The parameter name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -613,7 +613,7 @@ extern "C" {
  *   The value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -643,7 +643,7 @@ extern "C" {
  *   The parameter name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -677,7 +677,7 @@ extern "C" {
  *   The range stop value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -700,7 +700,7 @@ extern "C" {
  *   The parameter name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -724,7 +724,7 @@ extern "C" {
  *   This locks, uses, and unlocks the file stream.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -748,7 +748,7 @@ extern "C" {
  *   This locks, uses, and unlocks the file stream.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -774,7 +774,7 @@ extern "C" {
  *   This locks, uses, and unlocks the file stream.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -802,7 +802,7 @@ extern "C" {
  *   The version number of the program.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -834,7 +834,7 @@ extern "C" {
  *   A desciption associated with the option.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -862,7 +862,7 @@ extern "C" {
  *   A desciption associated with the option.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -888,7 +888,7 @@ extern "C" {
  *   A desciption associated with the option.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -912,7 +912,7 @@ extern "C" {
  *   The color context.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -940,7 +940,7 @@ extern "C" {
  *   Set parameters.used to 0 to disable.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -965,7 +965,7 @@ extern "C" {
  *   The signal code received.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -989,7 +989,7 @@ extern "C" {
  *   The version number of the program.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
index 8062e47c181e95dfb33e0a7e73edb8abda4acf85..fc1af07565c646d29667007ea4104e10b5ccaae7 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
       fll_print_dynamic_raw(f_string_eol_s, main->program.message.to);
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (main->setting.flag & (byte_dump_main_flag_help_e | byte_dump_main_flag_version_e | byte_dump_main_flag_copyright_e)) {
       if (main->setting.flag & byte_dump_main_flag_help_e) {
index 8d89d8c0a3823145ceb1b2c52d3781d739e6d6f2..6cc6294b9ac1a36aabb2b124e139c8ffeb74162c 100644 (file)
@@ -80,7 +80,7 @@ extern "C" {
  *   The main program data and settings.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_true on success when performing verification and verify passed.
  *     F_false on success when performing verification and verify failed.
  *
index ffc3700898119203042c5c5932dec9252bc3bd29..f342cee6efbde27255e65058e5eac5d6578b4d1e 100644 (file)
@@ -347,7 +347,7 @@ extern "C" {
         return;
       }
 
-      f_status_t status_files = F_none;
+      f_status_t status_files = F_okay;
 
       for (index = 0; index < main->program.parameters.remaining.used; ++index) {
 
@@ -369,7 +369,7 @@ extern "C" {
         }
 
         if (F_status_is_error(main->setting.state.status)) {
-          if (status_files == F_none) {
+          if (status_files == F_okay) {
             if ((main->setting.flag & byte_dump_main_flag_print_first_e) && main->program.message.verbosity > f_console_verbosity_error_e) {
               fll_print_dynamic_raw(f_string_eol_s, main->program.message.to);
             }
@@ -381,7 +381,7 @@ extern "C" {
         }
       } // for
 
-      if (status_files != F_none) {
+      if (status_files != F_okay) {
         main->setting.state.status = F_status_set_error(status_files);
       }
     }
index c16719d627ba2f43693ed84350ebfca1a9248605..a70a33a7435a0668bc897f7eb96b8be5f7083ea4 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
  *   The main program data and settings.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_console_parameter_process().
  *     Errors (with error bit) from: fll_program_parameter_process_context_standard().
index 1503042a44fad2d23594e77d05519e5791799e04..c492d91173fde4bc181dd1b89f687e9c04c6667a 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
 
     f_string_dynamics_resize(0, &setting->files);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_byte_dump_setting_delete_
 
index 36f071f8bb768ce7aab5619c4d8f11f1d1544177..da29b524229a6d018c9b52db8fe815c6525d1f1f 100644 (file)
@@ -100,7 +100,7 @@ extern "C" {
   #define byte_dump_setting_t_initialize \
     { \
       byte_dump_main_flag_none_e, \
-      F_none, \
+      F_okay, \
       f_state_t_initialize, \
       0, \
       0, \
@@ -152,7 +152,7 @@ extern "C" {
  *   This does not alter setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  */
index 8234d953490b469cf8139e9671aa227bb9caeb64..3188526d46585866c101990a7eddcbdd5f8d974f 100644 (file)
@@ -640,7 +640,7 @@ extern "C" {
 
     fl_print_format(" %[%r%]%r", print->to, print->set->notable, byte_dump_character_wall_s, print->set->notable, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_byte_dump_print_text_
 
@@ -682,7 +682,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_byte_dump_print_file_header_
 
index c31a687ce1e5291ce917c37419d675e73dc16bc3..ded0bf159b191d60d5d92748710e179e615fce7a 100644 (file)
@@ -73,7 +73,7 @@ extern "C" {
  *   If name.used is 0 then this is assumed to be the input pipe.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -103,7 +103,7 @@ extern "C" {
  *   Will be reduced to 0 once used.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index af0c5e5430f92af4d3c686bec7a29c85583453d7..79b69991e1a657da711d610a7211d970e687086c 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     fll_error_print(print, F_status_set_fine(((byte_dump_main_t *) print->custom)->setting.state.status), function, fll_error_file_flag_fallback_e);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_byte_dump_print_error_
 
@@ -26,7 +26,7 @@ extern "C" {
 
     fll_error_file_print(print, F_status_set_fine(main->setting.state.status), function, fll_error_file_flag_fallback_e, name, operation, type);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_byte_dump_print_error_file_
 
@@ -44,7 +44,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_file_code_invalid_
 
@@ -56,7 +56,7 @@ extern "C" {
 
     fll_print_format("%[%QNo files are specified, please pipe data or designate a file.%]%r", print->to, print->set->error, print->prefix, print->set->error, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_byte_dump_print_error_file_none_
 
@@ -74,7 +74,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_file_read_
 
@@ -100,7 +100,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fll_program_print_error_parameter_first_greater_than_last_
 
@@ -124,7 +124,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_byte_dump_print_error_parameter_range_out_
 
index 0f544e7efaa62bdc632a1cd266826d22ce798d9a..002cacdf5481a3c61435783269aab0d47a9e7eb4 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -54,7 +54,7 @@ extern "C" {
  *   A valid file type code from the fll_error_file_type enum.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -77,7 +77,7 @@ extern "C" {
  *   If name.used is 0 then this is assumed to be the input pipe.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -95,7 +95,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -116,7 +116,7 @@ extern "C" {
  *   If name.used is 0 then this is assumed to be the input pipe.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -134,7 +134,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -160,7 +160,7 @@ extern "C" {
  *   A string that is supposed to be a valid number within range (but is not).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 58187c58b27a66abef9d1c43b2d012af34a1564b..580aeeac32fde96064502d9df2b02511d326b5c0 100644 (file)
@@ -62,7 +62,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_byte_dump_print_message_help_
 
index 59f9ee0268c57bc22f1733adc701c61d4d9fcbd2..d0a7e9294bce3d874816e16d8d4a816400e8330c 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 5b456492d2a3d832ffac5cb558d11b340a48663d..083a1df49f73560e160d6af7af569745ca4a0f80 100644 (file)
@@ -288,7 +288,7 @@ extern "C" {
     }
 
     if (!F_status_is_error(main->setting.state.status)) {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // byte_dump_process_file
index 451c6d4e40a27423af1c1e8f3a17abc3b43f9314..29aee2a28cd649f354bb829d9bd75ead09524341 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   The main program and settings data.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on failure, usually when read() fails.
  *     F_interrupt (with error bit) on receiving a process signal, such as an interrupt signal.
index 20c3667ecf51c33d96bb8fa6d2c83e7b8b6243c2..f713b0229a9b4437f685fb336aeb45913a96ae04 100644 (file)
@@ -94,7 +94,7 @@ extern "C" {
       }
 
       failsafe = 0;
-      main->setting.status_signal = F_none;
+      main->setting.status_signal = F_okay;
 
     } while (!main->program.signal_received);
 
index 83283803a6e0e8081bac96b710c2fa0e6c963523..f9d818d86962ebfa80d64e082ca7120b516bdde6 100644 (file)
@@ -165,7 +165,7 @@ extern "C" {
           }
         }
 
-        main->setting.state.status = F_none;
+        main->setting.state.status = F_okay;
 
         return;
 
@@ -224,7 +224,7 @@ extern "C" {
         }
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_control_action_verify_
 
index 71cf354cea45366ce39f1b21db942caae17e6499..037c486dc51bf41f23c1299fad2b2e1bc0b3ae64 100644 (file)
@@ -51,7 +51,7 @@ extern "C" {
  *   The main program data.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_parameter (with error bit) on parameter validation/verification failure.
  */
index 98730ad4f025fbe15dce859d8dec4f6a87e40ff3..375979ff91add7e7f747321c6a6246465fd91b9a 100644 (file)
@@ -483,7 +483,7 @@ extern "C" {
       } // for
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_control_setting_load_
 
index 4abdc52c56eb1622d840cab5c119960de25e70fc..c9cb89477b58f943e1ba0872a9bb46d8a89be6c5 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
  *   The main program data and settings.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_console_parameter_process().
  *     Errors (with error bit) from: fll_program_parameter_process_context().
index 4c5d51d9d646e550850d316cdab9b48bbfc9020a..9d67178d793089b1d31707cdf80bb2413bd696e8 100644 (file)
@@ -40,7 +40,7 @@ extern "C" {
 
     f_string_dynamics_resize(0, &setting->actions);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_setting_delete_
 
index 1730a0f38ffe2d93fc413e065cb8d4be912f9db1..192320e8654d73b7340dd98f838d2e3cfc5a0849 100644 (file)
@@ -139,7 +139,7 @@ extern "C" {
       control_main_flag_none_e, \
       0, \
       0, \
-      F_none, \
+      F_okay, \
       f_state_t_initialize, \
       f_string_range_t_initialize, \
       f_socket_t_initialize, \
@@ -200,7 +200,7 @@ extern "C" {
  *   This does not alter setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index a84c7784d99aa9c29f4bbea2f4cacdbfcc5e9a7b..ec9be63d85224ddc8e6a5ea53cce4ae29c567c25 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
       fll_print_dynamic_raw(f_string_eol_s, main->program.message.to);
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (main->setting.flag & (control_main_flag_help_e | control_main_flag_version_e | control_main_flag_copyright_e)) {
       if (main->setting.flag & control_main_flag_help_e) {
@@ -120,7 +120,7 @@ extern "C" {
 
     if (F_status_is_error(main->setting.state.status)) return;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_control_main_
 
index dd17517c1bbc684cdea9b428f8c31995e112cdf8..31b95806c87d2be2fa221003d3207c87dfb4aa66 100644 (file)
@@ -84,7 +84,7 @@ extern "C" {
  *   The main program data and settings.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_true on success when performing verification and verify passed.
  *     F_false on success when performing verification and verify failed.
  *
index 56c11d52a7c08739e04ce104170634e90c09624e..55a12cff6595a5ebf1cbbda29dd42066c5ffddfb 100644 (file)
@@ -44,7 +44,7 @@ extern "C" {
       if (F_status_is_error(main->setting.state.status)) return;
     }
 
-    f_state_t state = macro_f_state_t_initialize_1(control_allocation_large_d, control_allocation_small_d, F_none, 0, 0, 0, &fll_program_standard_signal_handle, 0, (void *) main, 0);
+    f_state_t state = macro_f_state_t_initialize_1(control_allocation_large_d, control_allocation_small_d, F_okay, 0, 0, 0, &fll_program_standard_signal_handle, 0, (void *) main, 0);
 
     f_string_static_t contents_array[main->setting.actions.used];
     f_string_statics_t contents = macro_f_string_statics_t_initialize_1(contents_array, 0, main->setting.actions.used);
@@ -124,7 +124,7 @@ extern "C" {
       main->cache.packet.string[4] = main->cache.packet.used & 0xffu;
     #endif // _is_F_endian_big
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_control_packet_build_
 
@@ -163,7 +163,7 @@ extern "C" {
 
     header->action = 0;
     header->type = 0;
-    header->status = F_none;
+    header->status = F_okay;
     header->length = 0;
 
     f_number_unsigned_t i = 0;
@@ -220,7 +220,7 @@ extern "C" {
     }
 
     {
-      f_state_t state = macro_f_state_t_initialize_1(control_allocation_large_d, control_allocation_small_d, F_none, 0, 0, 0, &fll_program_standard_signal_handle, 0, (void *) main, 0);
+      f_state_t state = macro_f_state_t_initialize_1(control_allocation_large_d, control_allocation_small_d, F_okay, 0, 0, 0, &fll_program_standard_signal_handle, 0, (void *) main, 0);
       f_string_range_t range_packet = macro_f_string_range_t_initialize_2(main->cache.large.used);
 
       fll_fss_basic_list_read(main->cache.large, &range_packet, &main->cache.packet_objects, &main->cache.packet_contents, &main->cache.delimits, 0, 0, &state);
@@ -490,7 +490,7 @@ extern "C" {
       }
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_control_packet_receive_
 
index e2e04bab45756f2f71108013e09fa71576363609..2c5069830086e8f9ae8a8818e692f3e85a02ae4d 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   The main program data.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_too_large (with error bit) If the message is too large for the packet format to transmit.
  *
@@ -81,7 +81,7 @@ extern "C" {
  *   The main program data.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_header_not (with error bit) If there is a problem processing the packet header.
  *     F_memory_not (with error bit) On out of memory issues (this is passed through from called functions).
@@ -138,7 +138,7 @@ extern "C" {
  *   The main program data.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_socket_write().
  *
index d22d59e4dcfb3bc3e660fb0d8e709754a75891ac..d39bff5eb7b785d75f7e10f16b59afe40a2a2968 100644 (file)
@@ -17,7 +17,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_debug_packet_header_object_and_content_
 
@@ -50,7 +50,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_debug_packet_message_
 
index a27e4b4af3b2fa4f9925963a37af7a3a0d3a2cb1..8b1485e7f16c16df77cb269190d26f905b4cfe2f 100644 (file)
@@ -31,7 +31,7 @@ extern "C" {
  *   The range representing the content where the content is found within the content string.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -63,7 +63,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index f074e179109e0dd8e1dae31043f72b7f3baf58df..21f04fa7d34ce7337e0828d0db9efa1b13bd2589 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     fll_error_print(print, F_status_set_fine(((control_main_t *) print->custom)->setting.state.status), function, fll_error_file_flag_fallback_e);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_
 
@@ -26,7 +26,7 @@ extern "C" {
 
     fll_error_file_print(print, F_status_set_fine(main->setting.state.status), function, fll_error_file_flag_fallback_e, name, operation, type);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_file_
 
@@ -56,7 +56,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_packet_response_
 
@@ -86,7 +86,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_packet_response_failure_
 
@@ -98,7 +98,7 @@ extern "C" {
 
     fll_print_format("%[%QNo actions provided.%]%r", print->to, print->set->error, print->prefix, print->set->error, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_parameter_actions_none_
 
@@ -116,7 +116,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_parameter_action_not_
 
@@ -134,7 +134,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_parameter_action_rule_basename_empty_
 
@@ -152,7 +152,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_parameter_action_rule_directory_empty_
 
@@ -170,7 +170,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_parameter_action_rule_empty_
 
@@ -188,7 +188,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_parameter_action_rule_not_
 
@@ -206,7 +206,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_parameter_action_rule_too_few_
 
@@ -226,7 +226,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_parameter_action_rule_too_few_with_
 
@@ -244,7 +244,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_parameter_action_rule_too_many_
 
@@ -264,7 +264,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_parameter_action_rule_too_many_with_
 
@@ -284,7 +284,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_parameter_action_rule_with_unknown_
 
@@ -302,7 +302,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_parameter_value_empty_
 
@@ -320,7 +320,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_parameter_value_not_
 
@@ -332,7 +332,7 @@ extern "C" {
 
     fll_print_format("%[%QPipe input is not supported by this program.%]%r", print->to, print->set->error, print->prefix, print->set->error, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_pipe_supported_not_
 
@@ -344,7 +344,7 @@ extern "C" {
 
     fll_print_format("%[%QThe received response is not a valid or supported packet.%]%r", print->to, print->set->error, print->prefix, print->set->error, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_response_packet_valid_not_
 
@@ -356,7 +356,7 @@ extern "C" {
 
     fll_print_format("%[%QThe generated packet is too large, cannot send packet.%]%r", print->to, print->set->error, print->prefix, print->set->error, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_request_packet_too_large_
 
@@ -374,7 +374,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_socket_file_failed_
 
@@ -392,7 +392,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_socket_file_missing_
 
@@ -410,7 +410,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_error_socket_file_not_
 
index 08ace688200f432a0f78f8352578210c1aa33a35..f6d401f1eeeaeffec82681d67165f478b9821f77 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -54,7 +54,7 @@ extern "C" {
  *   A valid file type code from the fll_error_file_type enum.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -78,7 +78,7 @@ extern "C" {
  *   A string representing the name of the status code from header.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -100,7 +100,7 @@ extern "C" {
  *   A string representing the name of the status code from header.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -117,7 +117,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -137,7 +137,7 @@ extern "C" {
  *   The parameter representing an action.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -157,7 +157,7 @@ extern "C" {
  *   The parameter representing an action.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -177,7 +177,7 @@ extern "C" {
  *   The parameter representing an action.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -197,7 +197,7 @@ extern "C" {
  *   The parameter representing an action.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -217,7 +217,7 @@ extern "C" {
  *   The parameter representing an action.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -237,7 +237,7 @@ extern "C" {
  *   The parameter representing an action.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -259,7 +259,7 @@ extern "C" {
  *   The additional parameter in which is requiring additional arguments that are not met.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -279,7 +279,7 @@ extern "C" {
  *   The parameter representing an action.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -301,7 +301,7 @@ extern "C" {
  *   The additional parameter in which is requiring additional arguments that are not met.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -322,7 +322,7 @@ extern "C" {
  *   The additional parameter in which is requiring additional arguments that are not met.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -342,7 +342,7 @@ extern "C" {
  *   The parameter name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -362,7 +362,7 @@ extern "C" {
  *   The parameter name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -380,7 +380,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -398,7 +398,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -416,7 +416,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -436,7 +436,7 @@ extern "C" {
  *   The socket file path.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -456,7 +456,7 @@ extern "C" {
  *   The socket file path.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -476,7 +476,7 @@ extern "C" {
  *   The socket file path.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 2cd0d9ab3902a81a39ae8d54dc393c5fdbe5ad89..0a7c034d5d6fe34e5ba5e622132a6d071b9815c1 100644 (file)
@@ -40,7 +40,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_message_help_
 
@@ -73,7 +73,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_message_packet_response_
 
index 9cbf15708d5913d04cc6e56c5d9bda358a9eaf87..48aa271fad7e987770301a8b505fe8ccc65bd28a 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -58,7 +58,7 @@ extern "C" {
  *   A string representing the name of the status code from header.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 75eb4d70cd70996b8d75712b76b29b7c38373344..74a902d379ed04684b20e7842d410f32414ac8e3 100644 (file)
@@ -18,7 +18,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_warning_packet_header_duplicate_object_
 
@@ -38,7 +38,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_warning_packet_process_string_to_failed_
 
@@ -56,7 +56,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_control_print_warning_packet_response_busy_
 
index 847632d27a30ac7e56f9d4c458e1d30a0d88b60b..f3a44ab9c5c17dca1a878d8539ae749f8276598d 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
  *   The repeated response header.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -52,7 +52,7 @@ extern "C" {
  *   The status code representing the failure status returned by f_status_string_to().
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -76,7 +76,7 @@ extern "C" {
  *   A string representing the name of the status code from header.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 2354590b36fccf761c3b4d36e8a72f8aa81a3449..7daac73839488e36f7d81ae1d23a3e9233e30784 100644 (file)
@@ -94,7 +94,7 @@ extern "C" {
       }
 
       failsafe = 0;
-      main->setting.status_signal = F_none;
+      main->setting.status_signal = F_okay;
 
     } while (!main->program.signal_received);
 
index 4ad0ab00c5e6ea037fc113321490fc58ec359236..1d47805ca94132ebf2a492288a08b072396c774c 100644 (file)
@@ -222,7 +222,7 @@ extern "C" {
     f_string_dynamic_resize(0, &main->program.path_pid);
     f_string_dynamic_resize(0, &main->program.path_setting);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_main_delete_
 
@@ -607,7 +607,7 @@ extern "C" {
 
     if (!setting) return F_status_set_error(F_parameter);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_setting_delete_
 
@@ -708,7 +708,7 @@ extern "C" {
 
     controller_setting_delete(&main->setting);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_setting_unload_
 
index 1c800bf58450c234f1ad80723ad338bc2965dbc8..f5a1d7ffa89447a2289256da880ee4f61a90732e 100644 (file)
@@ -566,7 +566,7 @@ extern "C" {
  *   The main program data.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Status codes (with error bit) are returned on any problem.
  */
@@ -695,7 +695,7 @@ extern "C" {
  *   This does not alter setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  */
@@ -718,7 +718,7 @@ extern "C" {
  *   The main program settings.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_console_parameter_process().
  *     Errors (with error bit) from: fll_program_parameter_process_context().
@@ -740,7 +740,7 @@ extern "C" {
  *   This does not alter main.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 9b7f63ce3880a6e335d5ef65cafe47fe401c9895..9be27116109084be172745f3af4d5379b61fead6 100644 (file)
@@ -302,7 +302,7 @@ extern "C" {
  *   The entry item actions to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_array_too_large (with error bit) if the resulting new size is bigger than the max array length.
  *
  *   Errors (with error bit) from: f_memory_resize().
@@ -349,7 +349,7 @@ extern "C" {
  *   The entry items to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_array_too_large (with error bit) if the resulting new size is bigger than the max array length.
  *
  *   Errors (with error bit) from: f_memory_resize().
index eec15c254b188a46c20e69574a1076f70acb5716..ef0f7071b8daf41a686eebf62eca6fae5d491f34 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     if (F_status_is_error(status)) {
       if (F_status_set_fine(status) == F_busy) {
-        if (f_thread_mutex_delete(mutex) == F_none) {
+        if (f_thread_mutex_delete(mutex) == F_okay) {
           mutex = 0;
         }
       }
@@ -30,7 +30,7 @@ extern "C" {
 
     if (F_status_is_error(status)) {
       if (F_status_set_fine(status) == F_busy) {
-        if (f_thread_lock_delete(lock) == F_none) {
+        if (f_thread_lock_delete(lock) == F_okay) {
           lock = 0;
         }
       }
index 637f98e99702e626c649ab04ab38bf3acb2b2e3d..c0ef3420279776c4233cc300f41386f1b55ad674 100644 (file)
@@ -38,7 +38,7 @@ extern "C" {
       pids->used = length;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_pids_resize_
 
@@ -99,7 +99,7 @@ extern "C" {
 #ifndef _di_controller_processs_resize_
   f_status_t controller_processs_resize(const f_number_unsigned_t length, controller_processs_t * const processs) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = length; i < processs->size; ++i) {
 
@@ -157,7 +157,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_processs_resize_
 
index fde855678818e8513a0282fa02cc81e6ee4fbe3f..c20aa16ceece72754d6a2d78d4d97380a0f4f32f 100644 (file)
@@ -179,7 +179,7 @@ extern "C" {
  *   The pid array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + controller_common_allocation_small_d <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -201,7 +201,7 @@ extern "C" {
  *   The pid array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) on out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -248,7 +248,7 @@ extern "C" {
  *   The process array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + controller_common_allocation_small_d <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -270,7 +270,7 @@ extern "C" {
  *   The process array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: controller_process_delete_simple().
  *   Errors (with error bit) from: f_memory_resize().
index 83a9078c6dfaa0d18eb2c40f7b2d3f180c38c46c..48d9a33317aaf83d48e9b0a5e1530e71c98128b7 100644 (file)
@@ -166,7 +166,7 @@ extern "C" {
       ons->used = length;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_rule_ons_resize_
 
@@ -214,7 +214,7 @@ extern "C" {
       rules->used = length;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_rules_resize_
 
index fef5f574709f3aa5dcf25df70f7c27232672bd1e..df75278d7e75fe0b692eb2c28ebc06d8b2145e17 100644 (file)
@@ -490,7 +490,7 @@ extern "C" {
  *   The actions to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_array_too_large (with error bit) if the resulting new size is bigger than the max array length.
  *
  *   Errors (with error bit) from: f_memory_resize().
@@ -581,7 +581,7 @@ extern "C" {
  *   The on array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + controller_common_allocation_small_d <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -603,7 +603,7 @@ extern "C" {
  *   The on array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) on out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -636,7 +636,7 @@ extern "C" {
  *   The rule array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but there is no reason to increase size (used + controller_common_allocation_small_d <= size).
  *
  *   F_array_too_large (with error bit) if the new array length is too large.
@@ -658,7 +658,7 @@ extern "C" {
  *   The rule array to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_memory_not (with error bit) on out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
index 96554ce030e043cb657fc52c9f1c184d7529c7ec..c14fc288606b8322c34f1e53a480c23afaf162d2 100644 (file)
@@ -120,7 +120,7 @@ extern "C" {
   #define controller_thread_t_initialize { \
     controller_thread_enabled_e, \
     0, \
-    F_none, \
+    F_okay, \
     f_thread_id_t_initialize, \
     f_thread_id_t_initialize, \
     f_thread_id_t_initialize, \
index 98114f868d426cf6e1e0e68d1d0c8b8b249eadf2..d30b20d6d6a74f1ce30e64e1cb1b464a3dbe21d0 100644 (file)
@@ -15,7 +15,7 @@ extern "C" {
 #ifndef _di_controller_main_
   f_status_t controller_main(controller_main_t * const main, const f_console_arguments_t arguments) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     setting->state.step_small = controller_allocation_console_d;
 
@@ -52,22 +52,22 @@ extern "C" {
     if (main->parameters.array[f_console_standard_parameter_help_e].result & f_console_result_found_e) {
       controller_print_help(main);
 
-      return F_none;
+      return F_okay;
     }
 
     if (main->parameters.array[f_console_standard_parameter_version_e].result & f_console_result_found_e) {
       fll_program_print_version(main->message, controller_program_version_s);
 
-      return F_none;
+      return F_okay;
     }
 
     if (main->parameters.array[f_console_standard_parameter_copyright_e].result & f_console_result_found_e) {
       fll_program_print_copyright(main->message);
 
-      return F_none;
+      return F_okay;
     }
 
-    status = F_none;
+    status = F_okay;
 
     f_string_static_t * const argv = main->parameters.arguments.array;
 
index ba50e7d57530308337faefed7bc37e7883757f49..1328b58b8604c5755959c4b5e014865bdadc44b1 100644 (file)
@@ -104,7 +104,7 @@ extern "C" {
  *   The parameters passed to the process.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_child if this is a child process returning.
  *
  *   F_interrupt (with error bit) on receiving a process signal, such as an interrupt signal.
index 4e36c4c62c82957949521d3e0c6fd8db253e861e..91ceabc0e99f4d8ba4a90359772f87679ed7aa09 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
 #ifndef _di_controller_file_load_
   f_status_t controller_file_load(const controller_global_t global, const bool required, const f_string_static_t path_prefix, const f_string_static_t path_name, const f_string_static_t path_suffix, controller_cache_t * const cache) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_file_t file = f_file_t_initialize;
 
     cache->action.name_file.used = 0;
@@ -135,14 +135,14 @@ extern "C" {
 
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_file_load_
 
 #ifndef _di_controller_file_pid_create_
   f_status_t controller_file_pid_create(const pid_t pid, const f_string_static_t path) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     // The file exists, do not attempt to overwrite.
     if (f_file_exists(path, F_true) == F_true) {
@@ -182,7 +182,7 @@ extern "C" {
 
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_file_pid_create_
 
@@ -191,10 +191,10 @@ extern "C" {
 
     // Only delete if the file exists and there is no error while checking.
     if (f_file_exists(path, F_true) != F_true) {
-      return F_none;
+      return F_okay;
     }
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_file_t pid_file = f_file_t_initialize;
 
     status = f_file_stream_open(path, f_file_open_mode_read_s, &pid_file);
@@ -315,7 +315,7 @@ extern "C" {
           return F_status_set_error(F_exist_not);
         }
 
-        return F_none;
+        return F_okay;
       }
 
       return status;
@@ -350,7 +350,7 @@ extern "C" {
           return F_status_set_error(F_exist_not);
         }
 
-        return F_none;
+        return F_okay;
       }
 
       return status;
@@ -394,7 +394,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_path_canonical_relative_
 
@@ -402,7 +402,7 @@ extern "C" {
   f_status_t controller_perform_ready(const controller_global_t * const global, controller_cache_t * const cache, const bool is_entry) {
 
     if (!is_entry) {
-      return F_none;
+      return F_okay;
     }
 
     if (global->main->parameters.array[controller_parameter_validate_e].result & f_console_result_found_e) {
@@ -421,10 +421,10 @@ extern "C" {
         controller_unlock_print_flush(global->main->output.to, global->thread);
       }
 
-      return F_none;
+      return F_okay;
     }
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (global->setting->entry.pid != controller_entry_pid_disable_e && !global->setting->path_pid.used) {
       status = controller_file_pid_create(global->main->pid, global->setting->path_pid);
@@ -466,7 +466,7 @@ extern "C" {
           controller_unlock_print_flush(global->main->warning.to, global->thread);
         }
 
-        status = F_none;
+        status = F_okay;
       }
       else {
         global->setting->flag |= controller_setting_flag_pid_created_e;
@@ -488,7 +488,7 @@ extern "C" {
 
       // Do not fail on non-memory errors related to creating the control socket.
       if (F_status_is_error(status) && F_status_set_fine(status) != F_memory) {
-        status = F_none;
+        status = F_okay;
       }
     }*/
 
@@ -499,7 +499,7 @@ extern "C" {
 #ifndef _di_controller_perform_ready_socket_
   f_status_t controller_perform_ready_socket(const controller_global_t * const global, controller_cache_t * const cache, const bool is_entry) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (global->setting->control.flag & controller_control_flag_readonly_e) {
       if (f_file_exists(global->setting->path_control, F_true) != F_true) {
@@ -672,7 +672,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_perform_ready_socket_
 
@@ -783,9 +783,9 @@ extern "C" {
 #ifndef _di_controller_validate_define_name_
   f_status_t controller_validate_environment_name(const f_string_static_t name) {
 
-    if (!name.used) return F_none;
+    if (!name.used) return F_okay;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (name.string[0] != '_') {
       status = f_utf_is_alphabetic(name.string, name.used);
@@ -811,9 +811,9 @@ extern "C" {
 #ifndef _di_controller_validate_has_graph_
   f_status_t controller_validate_has_graph(const f_string_static_t name) {
 
-    if (!name.used) return F_none;
+    if (!name.used) return F_okay;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (f_number_unsigned_t i = 0; i < name.used; i += macro_f_utf_byte_width(name.string[i])) {
 
index 7004d4a32d0ae21cda8201ae2a9eb34d290443d7..79175ddb0b873c2b583dfb7e59dad2a02f65cb2c 100644 (file)
@@ -53,7 +53,7 @@ extern "C" {
  *   - timestamp: This is updated to reflect the last changed timestamp.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_file_found_not if required is FALSE and the file is not found.
  *
  *   Errors (with error bit) from: f_file_stat().
@@ -79,7 +79,7 @@ extern "C" {
  *   The file path to the pid file to create.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_access_denied if pid file is not created due to access denied errors.
  *   F_directory_not if pid file is not created due to a parent directory is unavailable or invalid.
  *
@@ -106,7 +106,7 @@ extern "C" {
  *   The file path to the pid file to create.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_number_not (with error bit) if the number from the pid file doesn't match the expected pid.
  *
@@ -128,7 +128,7 @@ extern "C" {
  *   The PID to be read.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_file_stream_close().
  *   Errors (with error bit) from: f_file_stream_open().
@@ -152,7 +152,7 @@ extern "C" {
  *   The determined user ID.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_exist_not (with error bit) if failed to match the name to an ID.
  *   F_number_too_large (with error bit) if the given ID is too large.
  *
@@ -181,7 +181,7 @@ extern "C" {
  *   The determined group ID.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_exist_not (with error bit) if failed to match the name to an ID.
  *   F_number_too_large (with error bit) if the given ID is too large.
  *
@@ -217,7 +217,7 @@ extern "C" {
  *   The destination will be completely replaced on success.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: fl_path_canonical().
  *
@@ -243,7 +243,7 @@ extern "C" {
  *   If FALSE, then this operate as an exit.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors from controller_file_pid_create() are not returned, unless it is a memory error.
  *
@@ -269,7 +269,7 @@ extern "C" {
  *   If FALSE, then this operate as an exit.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success but socket file not created.
  *
  *   Errors (with error bit) from: f_file_mode_set().
@@ -382,7 +382,7 @@ extern "C" {
  * @return
  *   F_true on valid.
  *   F_false on invalid.
- *   F_none if there is no string to validate (used = 0).
+ *   F_okay if there is no string to validate (used = 0).
  *
  *   Errors (with error bit) from: f_utf_is_alphabetic().
  *   Errors (with error bit) from: f_utf_is_alphabetic_digit().
@@ -403,7 +403,7 @@ extern "C" {
  * @return
  *   F_true on valid.
  *   F_false on invalid.
- *   F_none if there is no string to validate (used = 0).
+ *   F_okay if there is no string to validate (used = 0).
  *
  *   Errors (with error bit) from: f_utf_is_graph().
  *
index 0f7ebc586fdce40d740f90996adbace667240bce..6368b50e54a9da8bf7d91cc2247d52d2d948a18d 100644 (file)
@@ -74,8 +74,8 @@ extern "C" {
 #ifndef _di_controller_entry_actions_read_
   f_status_t controller_entry_actions_read(const controller_global_t global, const bool is_entry, const f_string_range_t content_range, controller_cache_t * const cache, controller_entry_actions_t *actions) {
 
-    f_status_t status = F_none;
-    f_status_t status_action = F_none;
+    f_status_t status = F_okay;
+    f_status_t status_action = F_okay;
 
     actions->used = 0;
 
@@ -95,7 +95,7 @@ extern "C" {
 
     {
       controller_state_interrupt_t custom = macro_controller_state_interrupt_t_initialize_1(is_entry, global.thread);
-      f_state_t state = macro_f_state_t_initialize_1(controller_common_allocation_large_d, controller_common_allocation_small_d, F_none, 0, 0, 0, &controller_thread_signal_state_fss, 0, (void *) &custom, 0);
+      f_state_t state = macro_f_state_t_initialize_1(controller_common_allocation_large_d, controller_common_allocation_small_d, F_okay, 0, 0, 0, &controller_thread_signal_state_fss, 0, (void *) &custom, 0);
       f_string_range_t range = content_range;
 
       status = fll_fss_extended_read(cache->buffer_file, state, &range, &cache->object_actions, &cache->content_actions, 0, 0, &cache->delimits, 0);
@@ -292,7 +292,7 @@ extern "C" {
         }
       }
       else {
-        action->status = F_none;
+        action->status = F_okay;
       }
 
       if (F_status_is_error(action->status)) {
@@ -444,7 +444,7 @@ extern "C" {
                 action->code |= controller_entry_rule_code_wait_d;
               }
               else {
-                if (action->status == F_none) {
+                if (action->status == F_okay) {
                   action->status = F_status_set_error(F_support_not);
 
                   if (F_status_is_error_not(status_action)) {
@@ -524,7 +524,7 @@ extern "C" {
               }
             }
 
-            if (action->status == F_none) {
+            if (action->status == F_okay) {
               if (action->parameters.used == 2) {
                 if (action->flag & controller_entry_action_flag_undefined_e) {
                   action->flag -= controller_entry_action_flag_undefined_e;
@@ -605,8 +605,8 @@ extern "C" {
 #ifndef _di_controller_entry_preprocess_
   f_status_t controller_entry_preprocess(const controller_global_t global, const bool is_entry, controller_cache_t * const cache) {
 
-    f_status_t status = F_none;
-    f_status_t status2 = F_none;
+    f_status_t status = F_okay;
+    f_status_t status2 = F_okay;
 
     f_number_unsigned_t i = 0;
     f_number_unsigned_t j = 0;
@@ -838,8 +838,8 @@ extern "C" {
 #ifndef _di_controller_entry_process_
   f_status_t controller_entry_process(const controller_global_t * const global, controller_cache_t * const cache, const bool failsafe, const bool is_entry) {
 
-    f_status_t status = F_none;
-    f_status_t status_lock = F_none;
+    f_status_t status = F_okay;
+    f_status_t status_lock = F_okay;
 
     f_number_unsigned_t at_i = 0;
     f_number_unsigned_t at_j = 1;
@@ -1514,7 +1514,7 @@ extern "C" {
 #ifndef _di_controller_entry_read_
   f_status_t controller_entry_read(const controller_global_t global, const bool is_entry, controller_cache_t * const cache) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     controller_entry_t *entry = is_entry ? &global.setting->entry : &global.setting->exit;
 
@@ -1577,7 +1577,7 @@ extern "C" {
     if (F_status_is_error_not(status)) {
       if (cache->buffer_file.used) {
         controller_state_interrupt_t custom = macro_controller_state_interrupt_t_initialize_1(is_entry, global.thread);
-        f_state_t state = macro_f_state_t_initialize_1(controller_common_allocation_large_d, controller_common_allocation_small_d, F_none, 0, 0, 0, &controller_thread_signal_state_fss, 0, (void *) &custom, 0);
+        f_state_t state = macro_f_state_t_initialize_1(controller_common_allocation_large_d, controller_common_allocation_small_d, F_okay, 0, 0, 0, &controller_thread_signal_state_fss, 0, (void *) &custom, 0);
         f_string_range_t range = macro_f_string_range_t_initialize_2(cache->buffer_file.used);
 
         status = fll_fss_basic_list_read(cache->buffer_file, state, &range, &cache->object_items, &cache->content_items, &cache->delimits, 0, &cache->comments);
@@ -1862,7 +1862,7 @@ extern "C" {
       entry->status = controller_status_simplify_error(F_status_set_fine(status));
     }
     else {
-      entry->status = F_none;
+      entry->status = F_okay;
     }
 
     return entry->status;
@@ -1872,11 +1872,11 @@ extern "C" {
 #ifndef _di_controller_entry_settings_read_
   f_status_t controller_entry_settings_read(const controller_global_t global, const bool is_entry, const f_string_range_t content_range, controller_cache_t * const cache) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     {
       controller_state_interrupt_t custom = macro_controller_state_interrupt_t_initialize_1(is_entry, global.thread);
-      f_state_t state = macro_f_state_t_initialize_1(controller_common_allocation_large_d, controller_common_allocation_small_d, F_none, 0, 0, 0, &controller_thread_signal_state_fss, 0, (void *) &custom, 0);
+      f_state_t state = macro_f_state_t_initialize_1(controller_common_allocation_large_d, controller_common_allocation_small_d, F_okay, 0, 0, 0, &controller_thread_signal_state_fss, 0, (void *) &custom, 0);
       f_string_range_t range = content_range;
 
       status = fll_fss_extended_read(cache->buffer_file, state, &range, &cache->object_actions, &cache->content_actions, 0, 0, &cache->delimits, 0);
@@ -2341,7 +2341,7 @@ extern "C" {
 
     ++setting_maps->used;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_entry_settings_read_map_
 
@@ -2354,7 +2354,7 @@ extern "C" {
 
     const f_string_static_t *string = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_number_unsigned_t i = 0;
     f_number_unsigned_t j = 0;
 
index f19cdb7593ba328e8ee59ea3efa1f75dd86e608d..a04a96a591f18c74313b73d38977c6d3c5d9aab0 100644 (file)
@@ -56,7 +56,7 @@ extern "C" {
  *   The processed actions.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: controller_entry_actions_increase_by().
  *   Errors (with error bit) from: f_fss_count_lines().
@@ -90,7 +90,7 @@ extern "C" {
  *   The main/global cache to use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_recurse (with error bit) on a recursion error.
  *   F_valid_not (with error bit) on invalid entry item, entry item action, or entry item action value.
  *
@@ -122,7 +122,7 @@ extern "C" {
  *   If FALSE, then this operate as an exit.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_execute on success and program exiting (scripts may result in this) or when execute would have been executed but is instead simulated.
  *
  *   F_require (with error bit) if a required Item failed.
@@ -156,7 +156,7 @@ extern "C" {
  *   This should be the cache global.thread->asynchronouss.array[global.id].cache.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_file_found_not on file not found for a an exit file (is_entry is FALSE).
  *
  *   Errors (with error bit) from: controller_entry_actions_read().
index 311d2e80615010c727aa03ef51b70a45dc226587..1c9228fede6b4895b67e6c0308b921d0d40c81f0 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
     status = f_thread_condition_create(0, &lock->alert_condition);
     if (F_status_is_error(status)) return status;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_lock_create_
 
@@ -41,7 +41,7 @@ extern "C" {
 
     struct timespec time;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (;;) {
 
@@ -82,7 +82,7 @@ extern "C" {
 
     struct timespec time;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     for (;;) {
 
index 6730c433407aaacdb6e047e0824ca2994110f8f8..756406197d379497a913c005153c967c657cf265 100644 (file)
@@ -19,7 +19,7 @@ extern "C" {
  *   The lock to allocate.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_thread_lock_delete().
  *   Errors (with error bit) from: f_thread_mutex_delete().
@@ -45,7 +45,7 @@ extern "C" {
  *   The r/w lock to obtain a read lock on.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_interrupt (with error bit set) on (exit) signal received, lock will not be set when this is returned.
  *
@@ -121,7 +121,7 @@ extern "C" {
  *   The r/w lock to obtain a write lock on.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_interrupt (with error bit set) on (exit) signal received, lock will not be set when this is returned.
  *
index f7904f865d3fa125eadbd799e45cac3a5c06854f..35861a943fc0f5bb0ffcb5ad0fcf676c5cea8aab 100644 (file)
@@ -43,7 +43,7 @@ extern "C" {
 
     controller_unlock_print_flush(print.to, 0);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_print_help_
 
index caf5f190b2959494732048b8df14353090bad550..867ad8f77b2dc1042673a676eb26505b4758ab58 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   The output structure to print to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  */
 #ifndef _di_controller_print_help_
index c172c358af50f0cefb72193986ef9f15a4087bd9..977c15fd38480edf1199cec1b9c7d381df3f3d93 100644 (file)
@@ -15,7 +15,7 @@ extern "C" {
 #ifndef _di_controller_process_find_
   f_status_t controller_process_find(const f_number_unsigned_t action, const f_string_static_t alias, const controller_processs_t processs, f_number_unsigned_t *at) {
 
-    if (!alias.used) return F_none;
+    if (!alias.used) return F_okay;
     if (!processs.used) return F_false;
 
     for (f_number_unsigned_t i = 0; i < processs.used; ++i) {
@@ -34,7 +34,7 @@ extern "C" {
 #ifndef _di_controller_process_prepare_
   f_status_t controller_process_prepare(const controller_global_t global, const bool is_normal, const uint8_t action, const f_string_static_t alias, f_number_unsigned_t *id) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (controller_process_find(action, alias, global.thread->processs, id) == F_false) {
       f_thread_unlock(&global.thread->lock.process);
@@ -65,7 +65,7 @@ extern "C" {
 
           if (F_status_is_error_not(status)) {
             process->id = global.thread->processs.used++;
-            status = F_none;
+            status = F_okay;
 
             if (id) {
               *id = process->id;
@@ -109,8 +109,8 @@ extern "C" {
 
     struct timespec time;
 
-    f_status_t status = F_none;
-    f_status_t status_lock = F_none;
+    f_status_t status = F_okay;
+    f_status_t status_lock = F_okay;
 
     uint8_t count = 0;
 
@@ -151,7 +151,7 @@ extern "C" {
       if (!controller_rule_status_is_available(process->action, process->rule) && !(process->state == controller_process_state_active_e || process->state == controller_process_state_busy_e)) {
         f_thread_unlock(&process->lock);
 
-        return F_none;
+        return F_okay;
       }
 
       if (status != F_time) {
index 9b5b5501fbfa0c39616ad67fc3dbfd7060be9ea3..ea273c8a6956b915743676e9696ce7a1d29a5ba3 100644 (file)
@@ -36,7 +36,7 @@ extern "C" {
  *   Set to NULL to not use.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_found on success, but nothing was done because an existing process was found.
  *
  *   F_lock (with error bit) if failed to re-establish read lock on global.thread->lock.process while returning.
@@ -106,7 +106,7 @@ extern "C" {
  *   (optional) Set to NULL to disable.
  *
  * @return
- *   F_none if not given a valid id to search.
+ *   F_okay if not given a valid id to search.
  *   F_false if there is no process found.
  *   F_true if there is a process found (address is stored in "at").
  */
@@ -123,7 +123,7 @@ extern "C" {
  *   The process to wait on.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_interrupt (with error bit) on receiving a process signal, such as an interrupt signal.
  *
index 7b74e5177d4af4c750b3c3db98fca4aac1a22bdd..67fd274b0ca330adb45e8363c6dbf0d6d09fe834 100644 (file)
@@ -43,7 +43,7 @@ extern "C" {
 #ifndef _di_controller_rule_find_
   f_status_t controller_rule_find(const f_string_static_t alias, const controller_rules_t rules, f_number_unsigned_t *at) {
 
-    if (!alias.used) return F_none;
+    if (!alias.used) return F_okay;
     if (!rules.used) return F_false;
 
     for (f_number_unsigned_t i = 0; i < rules.used; ++i) {
@@ -62,7 +62,7 @@ extern "C" {
 #ifndef _di_controller_rule_parameters_read_
   f_status_t controller_rule_parameters_read(const controller_global_t global, const f_string_static_t buffer, f_string_range_t * const object, f_string_ranges_t * const content, controller_rule_action_t * const action, f_state_t * const state) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     action->parameters.used = 0;
     action->ikis.used = 0;
@@ -169,7 +169,7 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_rule_parameters_read_
 
@@ -219,10 +219,10 @@ extern "C" {
 #ifndef _di_controller_rule_action_read_
   f_status_t controller_rule_action_read(const controller_global_t global, const bool is_normal, const uint8_t type, const uint8_t method, controller_cache_t * const cache, controller_rule_item_t *item, controller_rule_actions_t *actions, f_string_range_t *range) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     controller_state_interrupt_t custom = macro_controller_state_interrupt_t_initialize_1(is_normal, global.thread);
-    f_state_t state = macro_f_state_t_initialize_1(controller_common_allocation_large_d, controller_common_allocation_small_d, F_none, 0, 0, 0, &controller_thread_signal_state_fss, 0, (void *) &custom, 0);
+    f_state_t state = macro_f_state_t_initialize_1(controller_common_allocation_large_d, controller_common_allocation_small_d, F_okay, 0, 0, 0, &controller_thread_signal_state_fss, 0, (void *) &custom, 0);
 
     f_number_unsigned_t i = 0;
 
@@ -672,7 +672,7 @@ extern "C" {
 #ifndef _di_controller_rule_action_read_rerun_number_
   f_status_t controller_rule_action_read_rerun_number(const controller_global_t global, const f_string_t name, controller_cache_t * const cache, f_number_unsigned_t * const index, f_number_unsigned_t * const number) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_number_signed_t parsed = 0;
 
     if (*index + 1 == cache->content_action.used) {
@@ -734,7 +734,7 @@ extern "C" {
 
     *number = (f_number_unsigned_t) parsed;
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_rule_action_read_rerun_number_
 
@@ -794,7 +794,7 @@ extern "C" {
     destination->ons.used = 0;
     destination->items.used = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     status = f_string_dynamic_append(source.alias, &destination->alias);
     if (F_status_is_error(status)) return status;
@@ -948,7 +948,7 @@ extern "C" {
 #ifndef _di_controller_rule_execute_
   f_status_t controller_rule_execute(const controller_global_t global, const uint8_t action, const uint8_t options, controller_process_t * const process) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_status_t success = F_false;
 
     f_number_unsigned_t i = 0;
@@ -1390,15 +1390,15 @@ extern "C" {
       return F_ignore;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_rule_execute_
 
 #ifndef _di_controller_rule_execute_foreground_
   f_status_t controller_rule_execute_foreground(const uint8_t type, const f_string_static_t program, const f_string_statics_t arguments, const uint8_t options, controller_execute_set_t * const execute_set, controller_process_t * const process) {
 
-    f_status_t status = F_none;
-    f_status_t status_lock = F_none;
+    f_status_t status = F_okay;
+    f_status_t status_lock = F_okay;
 
     controller_main_t * const main = (controller_main_t *) process->main_data;
     controller_thread_t * const thread = (controller_thread_t *) process->main_thread;
@@ -1492,7 +1492,7 @@ extern "C" {
         if (F_status_set_fine(status_lock) != F_interrupt) {
           status = controller_lock_read_process(process, thread, &process->lock);
 
-          if (status == F_none) {
+          if (status == F_okay) {
             return status_lock;
           }
         }
@@ -1518,14 +1518,14 @@ extern "C" {
       }
 
       if (F_status_set_fine(status_lock) == F_interrupt || !controller_thread_is_enabled_process(process, thread)) {
-        if (status_lock == F_none) {
+        if (status_lock == F_okay) {
           return F_status_set_error(F_interrupt);
         }
 
         return F_status_set_error(F_lock);
       }
 
-      if (status_lock == F_none) {
+      if (status_lock == F_okay) {
         f_thread_unlock(&process->lock);
       }
 
@@ -1537,7 +1537,7 @@ extern "C" {
         if (F_status_set_fine(status_lock) != F_interrupt) {
           status = controller_lock_read_process(process, thread, &process->lock);
 
-          if (status == F_none) {
+          if (status == F_okay) {
             return status_lock;
           }
         }
@@ -1564,7 +1564,7 @@ extern "C" {
         status = F_status_set_error(F_failure);
       }
       else {
-        status = F_none;
+        status = F_okay;
       }
     }
     else {
@@ -1610,8 +1610,8 @@ extern "C" {
 #ifndef _di_controller_rule_execute_pid_with_
   f_status_t controller_rule_execute_pid_with(const f_string_dynamic_t pid_file, const uint8_t type, const f_string_static_t program, const f_string_statics_t arguments, const uint8_t options, const uint8_t with, controller_execute_set_t * const execute_set, controller_process_t * const process) {
 
-    f_status_t status = F_none;
-    f_status_t status_lock = F_none;
+    f_status_t status = F_okay;
+    f_status_t status_lock = F_okay;
 
     controller_main_t * const main = (controller_main_t *) process->main_data;
     controller_thread_t * const thread = (controller_thread_t *) process->main_thread;
@@ -1749,7 +1749,7 @@ extern "C" {
         if (F_status_set_fine(status_lock) != F_interrupt) {
           status = controller_lock_read_process(process, thread, &process->lock);
 
-          if (status == F_none) {
+          if (status == F_okay) {
             return status_lock;
           }
         }
@@ -1775,14 +1775,14 @@ extern "C" {
       }
 
       if (!controller_thread_is_enabled_process(process, thread)) {
-        if (status_lock == F_none) {
+        if (status_lock == F_okay) {
           return F_status_set_error(F_interrupt);
         }
 
         return F_status_set_error(F_lock);
       }
 
-      if (status_lock == F_none) {
+      if (status_lock == F_okay) {
         f_thread_unlock(&process->lock);
       }
 
@@ -1794,7 +1794,7 @@ extern "C" {
         if (F_status_set_fine(status_lock) != F_interrupt) {
           status = controller_lock_read_process(process, thread, &process->lock);
 
-          if (status == F_none) {
+          if (status == F_okay) {
             return status_lock;
           }
         }
@@ -1821,7 +1821,7 @@ extern "C" {
         status = F_status_set_error(F_failure);
       }
       else {
-        status = F_none;
+        status = F_okay;
       }
     }
     else {
@@ -1936,7 +1936,7 @@ extern "C" {
     process->cache.expanded.used = 0;
 
     if (!action.parameters.used) {
-      return F_none;
+      return F_okay;
     }
 
     f_status_t status = f_string_dynamics_increase_by(action.parameters.used, &process->cache.expanded);
@@ -2009,17 +2009,17 @@ extern "C" {
       if (F_status_is_error(status)) return status;
     } // for
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_rule_expand_
 
 #ifndef _di_controller_rule_expand_iki_
   f_status_t controller_rule_expand_iki(controller_process_t * const process, const f_string_static_t source, const f_string_range_t vocabulary, const f_string_range_t content, f_string_dynamic_t * const destination) {
 
-    if (vocabulary.start > vocabulary.stop) return F_none;
-    if (content.start > content.stop) return F_none;
+    if (vocabulary.start > vocabulary.stop) return F_okay;
+    if (content.start > content.stop) return F_okay;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (f_compare_dynamic_partial_string(controller_define_s.string, source, controller_define_s.used, vocabulary) == F_equal_to) {
       f_number_unsigned_t i = 0;
@@ -2302,14 +2302,14 @@ extern "C" {
       } // for
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_rule_expand_iki_
 
 #ifndef _di_controller_rule_id_construct_
   f_status_t controller_rule_id_construct(const controller_global_t global, const f_string_static_t source, const f_string_range_t directory, const f_string_range_t basename, f_string_dynamic_t * const alias) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     alias->used = 0;
 
@@ -2358,9 +2358,9 @@ extern "C" {
 #ifndef _di_controller_rule_item_read_
   f_status_t controller_rule_item_read(const controller_global_t global, const bool is_normal, controller_cache_t * const cache, controller_rule_item_t * const item) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     controller_state_interrupt_t custom = macro_controller_state_interrupt_t_initialize_1(is_normal, global.thread);
-    f_state_t state = macro_f_state_t_initialize_1(controller_common_allocation_large_d, controller_common_allocation_small_d, F_none, 0, 0, 0, &controller_thread_signal_state_fss, 0, (void *) &custom, 0);
+    f_state_t state = macro_f_state_t_initialize_1(controller_common_allocation_large_d, controller_common_allocation_small_d, F_okay, 0, 0, 0, &controller_thread_signal_state_fss, 0, (void *) &custom, 0);
     f_string_range_t range = macro_f_string_range_t_initialize_2(cache->buffer_item.used);
     f_number_unsigned_t last = 0;
 
@@ -2579,8 +2579,8 @@ extern "C" {
         return F_status_set_error(F_parameter);
     }
 
-    f_status_t status = F_none;
-    f_status_t status_lock = F_none;
+    f_status_t status = F_okay;
+    f_status_t status_lock = F_okay;
 
     process->cache.action.name_action.used = 0;
     process->cache.action.name_item.used = 0;
@@ -3112,8 +3112,8 @@ extern "C" {
       return F_status_set_error(F_interrupt);
     }
 
-    f_status_t status = F_none;
-    f_status_t status_lock = F_none;
+    f_status_t status = F_okay;
+    f_status_t status_lock = F_okay;
 
     controller_process_t *process = 0;
 
@@ -3329,14 +3329,14 @@ extern "C" {
       return status;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_rule_process_begin_
 
 #ifndef _di_controller_rule_process_do_
   f_status_t controller_rule_process_do(const uint8_t options_force, controller_process_t * const process) {
 
-    f_status_t status_lock = F_none;
+    f_status_t status_lock = F_okay;
 
     controller_global_t global = macro_controller_global_t_initialize_1((controller_main_t *) process->main_data, (controller_setting_t *) process->main_setting, (controller_thread_t *) process->main_thread);
 
@@ -3363,7 +3363,7 @@ extern "C" {
       return status_lock;
     }
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     f_number_unsigned_t id_rule = 0;
 
@@ -3617,7 +3617,7 @@ extern "C" {
 #ifndef _di_controller_rule_read_
   f_status_t controller_rule_read(const controller_global_t global, const bool is_normal, const f_string_static_t alias, controller_cache_t * const cache, controller_entry_t * const entry, controller_rule_t * const rule) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     bool for_item = F_true;
 
@@ -3732,7 +3732,7 @@ extern "C" {
 
           rule->items.array[i].actions.array[j].type = 0;
           rule->items.array[i].actions.array[j].line = 0;
-          rule->items.array[i].actions.array[j].status = F_none;
+          rule->items.array[i].actions.array[j].status = F_okay;
           rule->items.array[i].actions.array[j].parameters.used = 0;
           rule->items.array[i].actions.array[j].ikis.used = 0;
 
@@ -3787,7 +3787,7 @@ extern "C" {
 
       if (cache->buffer_file.used) {
         controller_state_interrupt_t custom = macro_controller_state_interrupt_t_initialize_1(is_normal, global.thread);
-        f_state_t state = macro_f_state_t_initialize_1(controller_common_allocation_large_d, controller_common_allocation_small_d, F_none, 0, 0, 0, &controller_thread_signal_state_fss, 0, (void *) &custom, 0);
+        f_state_t state = macro_f_state_t_initialize_1(controller_common_allocation_large_d, controller_common_allocation_small_d, F_okay, 0, 0, 0, &controller_thread_signal_state_fss, 0, (void *) &custom, 0);
         f_string_range_t range = macro_f_string_range_t_initialize_2(cache->buffer_file.used);
 
         status = fll_fss_basic_list_read(cache->buffer_file, state, &range, &cache->object_items, &cache->content_items, &cache->delimits, 0, &cache->comments);
@@ -3939,21 +3939,21 @@ extern "C" {
       return rule->status[0];
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_rule_read_
 
 #ifndef _di_controller_rule_setting_read_
   f_status_t controller_rule_setting_read(const controller_global_t global, const bool is_normal, const controller_setting_t setting, controller_cache_t * const cache, controller_rule_t * const rule) {
 
-    f_status_t status = F_none;
-    f_status_t status_return = F_none;
+    f_status_t status = F_okay;
+    f_status_t status_return = F_okay;
 
     f_string_range_t range = macro_f_string_range_t_initialize_2(cache->buffer_item.used);
     f_string_range_t range2 = f_string_range_t_initialize;
 
     controller_state_interrupt_t custom = macro_controller_state_interrupt_t_initialize_1(is_normal, global.thread);
-    f_state_t state = macro_f_state_t_initialize_1(controller_common_allocation_large_d, controller_common_allocation_small_d, F_none, 0, 0, 0, &controller_thread_signal_state_fss, 0, (void *) &custom, 0);
+    f_state_t state = macro_f_state_t_initialize_1(controller_common_allocation_large_d, controller_common_allocation_small_d, F_okay, 0, 0, 0, &controller_thread_signal_state_fss, 0, (void *) &custom, 0);
 
     status = fll_fss_extended_read(cache->buffer_item, state, &range, &cache->object_actions, &cache->content_actions, 0, 0, &cache->delimits, 0);
 
@@ -6195,7 +6195,7 @@ extern "C" {
       return F_data_not;
     }
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     bool required_not_run = F_false;
     bool skip = F_false;
@@ -6273,7 +6273,7 @@ extern "C" {
           if (process_list[i]->state == controller_process_state_done_e) {
             f_thread_unlock(&process_list[i]->active);
 
-            if (f_thread_lock_write_try(&process_list[i]->active) == F_none) {
+            if (f_thread_lock_write_try(&process_list[i]->active) == F_okay) {
               controller_thread_join(&process_list[i]->id_thread);
 
               process_list[i]->state = controller_process_state_idle_e;
@@ -6383,7 +6383,7 @@ extern "C" {
       return F_require;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_rule_wait_all_
 
index 8e6b7e05ad103984f03b4e1148c1059b34152c6e..4024f567a3ea00d38f978a7a1263acbb4bef7b26 100644 (file)
@@ -55,7 +55,7 @@ extern "C" {
  *   (optional) Set to NULL to disable.
  *
  * @return
- *   F_none on success, but the id.used is 0.
+ *   F_okay on success, but the id.used is 0.
  *   F_true on success and rule was found, index is updated.
  *   F_false on success and rule was not found.
  */
@@ -84,7 +84,7 @@ extern "C" {
  *   The state data for passing to fl_iki_read().
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_fss_count_lines().
  *   Errors (with error bit) from: f_memory_array_increase().
@@ -146,7 +146,7 @@ extern "C" {
  *   This is expected to be set to a position immediately after a valid object read.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: controller_rule_actions_increase_by().
  *   Errors (with error bit) from: controller_rule_parameters_read().
@@ -171,7 +171,7 @@ extern "C" {
  *   The destination rule to copy to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_capability_copy().
  *   Errors (with error bit) from: f_control_group_copy().
@@ -220,7 +220,7 @@ extern "C" {
  *   The process data for processing this rule.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_child on child process exiting.
  *   F_ignore if the rule is unknown and nothing can be done.
  *
@@ -256,7 +256,7 @@ extern "C" {
  *   The process data for processing this rule.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_child on child process exiting.
  *
  *   F_interrupt (with error bit) on receiving a process signal, such as an interrupt signal.
@@ -297,7 +297,7 @@ extern "C" {
  *   The process data for processing this rule.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_child on child process exiting.
  *
  *   F_file_found (with error bit) if the PID file already exists.
@@ -346,7 +346,7 @@ extern "C" {
  *   The process information.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: controller_rule_expand_iki().
  *
@@ -371,7 +371,7 @@ extern "C" {
  *   The buffer to expand into.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_environment_get().
  *   Errors (with error bit) from: f_string_dynamic_append().
@@ -398,7 +398,7 @@ extern "C" {
  *   The constructed alias.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Errors (with error bit) from: f_string_dynamic_partial_append_nulless().
  *
@@ -461,7 +461,7 @@ extern "C" {
  *   The processed item.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_valid_not (with error bit) on invalid data.
  *
  *   Errors (with error bit) from: f_fss_count_lines().
@@ -486,7 +486,7 @@ extern "C" {
  *   The items to resize.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_array_too_large (with error bit) if the resulting new size is bigger than the max array length.
  *
  *   Errors (with error bit) from: f_memory_resize().
@@ -515,7 +515,7 @@ extern "C" {
  *   The process data for processing this rule.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_child on child process exiting.
  *   F_failure on execution failure.
  *
@@ -554,7 +554,7 @@ extern "C" {
  *   A structure for containing and caching relevant data.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_busy on success and the process was found to already be running (nothing to do).
  *
  *   F_found_not (with error bit) if unable to for a process for the given rule id.
@@ -590,7 +590,7 @@ extern "C" {
  *   The process data.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_found on the process was found to already be running (nothing to do).
  *   F_process_not if the process was not executed because it is a "consider" Action.
  *
@@ -631,7 +631,7 @@ extern "C" {
  *   The rule status will be updated by this function.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Simplified status (with error bit) from controller_status_simplify_error() on failure.
  *
@@ -666,7 +666,7 @@ extern "C" {
  *   The processed number will be saved here.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_valid_not (with error bit) on failure due to invalid value.
  *
@@ -700,7 +700,7 @@ extern "C" {
  *   The processed rule.
  *
  * @return
- *    F_none on success.
+ *    F_okay on success.
  *
  *    F_valid_not (with error bit) on success but there were one or more invalid settings encountered.
  *
@@ -763,7 +763,7 @@ extern "C" {
  *   If FALSE, process all waits, returning normally (required rules still result in failure).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success and nothing to do.
  *   F_require on success, but a required rule has not been run yet.
  *
index 85bbbe3952b282c2ad33fab80c4fb4982e5dc29c..e8935fa44f2d9cf9e4160b3772972418a6ac3946 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
 
     const struct timespec delay = controller_time_seconds((global->main->parameters.array[controller_parameter_simulate_e].result & f_console_result_found_e) ? controller_thread_cleanup_interval_short_d : controller_thread_cleanup_interval_long_d);
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     while (global->thread->enabled == controller_thread_enabled_e) {
 
@@ -35,7 +35,7 @@ extern "C" {
 
       if (global->thread->enabled != controller_thread_enabled_e) break;
 
-      if (f_thread_lock_write_try(&global->thread->lock.process) == F_none) {
+      if (f_thread_lock_write_try(&global->thread->lock.process) == F_okay) {
         controller_process_t *process = 0;
 
         f_number_unsigned_t i = 0;
@@ -47,12 +47,12 @@ extern "C" {
           process = global->thread->processs.array[i];
 
           // If "active" has a read lock, then do not attempt to clean it.
-          if (f_thread_lock_write_try(&process->active) != F_none) {
+          if (f_thread_lock_write_try(&process->active) != F_okay) {
             continue;
           }
 
           // If "lock" has a read or write lock, then do not attempt to clean it.
-          if (f_thread_lock_write_try(&process->lock) != F_none) {
+          if (f_thread_lock_write_try(&process->lock) != F_okay) {
             f_thread_unlock(&process->active);
 
             continue;
@@ -197,7 +197,7 @@ extern "C" {
 #ifndef _di_controller_thread_main_
   f_status_t controller_thread_main(controller_main_t * const main, controller_setting_t * const setting) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     controller_thread_t thread = controller_thread_t_initialize;
     controller_global_t global = macro_controller_global_t_initialize_1(main, setting, &thread);
@@ -346,7 +346,7 @@ extern "C" {
       return F_status_set_error(F_interrupt);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_controller_thread_main_
 
index 2d80f2946f7aeba1b5b7ce25408bc038871c16e8..ebfae6fb5b41a807e440a278a4468692f3247cdc 100644 (file)
@@ -37,7 +37,7 @@ extern "C" {
  *   The thread ID.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Success from: f_thread_detach().
  *
@@ -111,7 +111,7 @@ extern "C" {
  *   The controller settings data.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_child on child process exiting.
  *
  *   F_failure (with error bit) on any failure.
@@ -130,7 +130,7 @@ extern "C" {
  *   The thread ID.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Success from: f_thread_join().
  *
index 3f0142fff79bfd420f8f17bd0c3dc5025405fde5..a14ad14cd3dcc96cc13b08ffa49bd748fe72da0c 100644 (file)
@@ -19,7 +19,7 @@ extern "C" {
 
     if (global->thread->enabled != controller_thread_enabled_e) return 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (status == F_child) {
 
index 039e189321cd4224885deb0f997f1d80e16e5a0b..37050a9a5783fdb80c00c1c36a0e87ea3e373f07 100644 (file)
@@ -59,7 +59,7 @@ extern "C" {
     controller_entry_t *entry = 0;
     controller_process_t *process = 0;
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
     f_number_unsigned_t i = 0;
     f_number_unsigned_t j = 0;
     pid_t pid = 0;
index 310237ff71691029e29b988058207bb75ac28c9e..c62cc93a381070f97c35b90c278bb568011a4a52 100644 (file)
@@ -90,13 +90,13 @@ Packet Structure:
 The \fBheader\fR Object contains the following \fBFSS\-0001 (Extended)\fR Objects (depending on \fBtype\fR):
   \- \fBaction\fR: A valid action type: \fBfreeze\fR, \fBkexec\fR, \fBkill\fR, \fBpause\fR, \fBreboot\fR, \fBreload\fR, \fBrerun\fR, \fBrestart\fR, \fBresume\fR, \fBshutdown\fR, \fBstart\fR, \fBstop\fR, or \fBthaw\fR.
   \- \fBlength\fR: A positive whole number inclusively between 0 and 4294965248 representing the length of the \fBpayload\fR (may be in binary, octal, decimal, duodecimal, or hexidecimal).
-  \- \fBstatus\fR: The status code name or number representing an FSS status code, such as F_none, F_failure, or 200 (where a number may have error and warning bits and may be in binary, octal, decimal, duodecimal, or hexidecimal).
+  \- \fBstatus\fR: The status code name or number representing an FSS status code, such as F_okay, F_failure, or 200 (where a number may have error and warning bits and may be in binary, octal, decimal, duodecimal, or hexidecimal).
   \- \fBtype\fR: The packet type that is one of \fBcontroller\fR, \fBerror\fR, or \fBinit\fR.
 
 When there are multiple Objects of the same name inside the \fBheader\fR:
   \- \fBaction\fR: The order represents the order in which the actions are performed.
   \- \fBlength\fR: There may only be one length Object, all others after the first are ignored (may be in binary, octal, decimal, duodecimal, or hexidecimal).
-  \- \fBstatus\fR: A status for each action, in the same order as the order of the action, such as F_none, F_failure, or 200 (where a number may have error and warning bits and may be in binary, octal, decimal, duodecimal, or hexidecimal).
+  \- \fBstatus\fR: A status for each action, in the same order as the order of the action, such as F_okay, F_failure, or 200 (where a number may have error and warning bits and may be in binary, octal, decimal, duodecimal, or hexidecimal).
   \- \fBtype\fR: The first represent the type and all others represents a sub\-type.
 
 There are different headers and payload properties based on the \fBtype\fR.
index 91d2bb6fc3642b0d1e85b40d4d1e13526561e6fd..b76ee3e01e363b7ed14331b84f66df00fa3a0175 100644 (file)
@@ -24,13 +24,13 @@ Packet Specification:
   The code:"header" Object contains the following code:"FSS-0001 (Extended)" Objects (depending on code:"type")\:
     - code:"action": A valid action type: code:"freeze", code:"kexec", code:"kill", code:"pause", code:"reboot", code:"reload", code:"rerun", code:"restart", code:"resume", code:"shutdown", code:"start", code:"stop", or code:"thaw".
     - code:"length": A positive whole number inclusively between 0 and 4294965248 representing the length of the code:"payload" (may be in binary, octal, decimal, duodecimal, or hexidecimal).
-    - code:"status": The status code name or number representing an FSS status code, such as F_none, F_failure, or 200 (where a number may have error and warning bits and may be in binary, octal, decimal, duodecimal, or hexidecimal).
+    - code:"status": The status code name or number representing an FSS status code, such as F_okay, F_failure, or 200 (where a number may have error and warning bits and may be in binary, octal, decimal, duodecimal, or hexidecimal).
     - code:"type": The packet type that is one of code:"controller", code:"error", or code:"init".
 
   When there are multiple Objects of the same name inside the code:"header"\:
     - code:"action": The order represents the order in which the actions are performed.
     - code:"length": There may only be one length Object, all others after the first are ignored (may be in binary, octal, decimal, duodecimal, or hexidecimal).
-    - code:"status": A status for each action, in the same order as the order of the action, such as F_none, F_failure, or 200 (where a number may have error and warning bits and may be in binary, octal, decimal, duodecimal, or hexidecimal).
+    - code:"status": A status for each action, in the same order as the order of the action, such as F_okay, F_failure, or 200 (where a number may have error and warning bits and may be in binary, octal, decimal, duodecimal, or hexidecimal).
     - code:"type": The first represent the type and all others represents a sub-type.
 
   There are different headers and payload properties based on the code:"type".
index f23ac15b0aa8810976a8a25f48137c24ee88cfe9..7b205a8b29d6df87dab248a5df50f5268d7173db 100644 (file)
@@ -135,7 +135,7 @@ extern "C" {
       } // for
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_build_arguments_standard_add_
 
@@ -150,7 +150,7 @@ extern "C" {
     fake_main_t * const main = data->main;
 
     f_string_static_t buffer = f_string_static_t_initialize;
-    f_status_t failed = F_none;
+    f_status_t failed = F_okay;
     fake_local_t local = macro_fake_local_t_initialize_1(main, &main->cache_map, &failed);
 
     main->cache_recurse_do.action = &fake_do_copy_action;
@@ -315,7 +315,7 @@ extern "C" {
         break;
       }
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     } // for
 
     fake_build_touch(data, file_stage);
@@ -521,7 +521,7 @@ extern "C" {
     fake_main_t * const main = data->main;
 
     name->used = 0;
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (!path.used) return;
 
@@ -542,7 +542,7 @@ extern "C" {
       }
     } // for
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_build_get_file_name_without_extension_
 
@@ -580,7 +580,7 @@ extern "C" {
       } // for
     } // for
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_build_objects_add_
 
@@ -593,7 +593,7 @@ extern "C" {
 
     fake_main_t * const main = data->main;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     f_mode_t mode = f_mode_t_initialize;
 
@@ -788,7 +788,7 @@ extern "C" {
       } // for
     } // for
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_build_sources_add_
 
@@ -798,7 +798,7 @@ extern "C" {
     if (!data || !data->main || !data_build || !generic || !specific) return;
 
     if (!generic->used && !specific->used) {
-      data->main->setting.state.status = F_none;
+      data->main->setting.state.status = F_okay;
 
       return;
     }
@@ -826,7 +826,7 @@ extern "C" {
       return;
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_build_sources_object_add_
 
@@ -849,7 +849,7 @@ extern "C" {
       fake_print_error_file(&main->program.error, macro_fake_f(f_file_touch), file, f_file_operation_touch_s, fll_error_file_type_file_e);
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_fake_build_touch_
index b6f97762d8ed310e6693655b93fe552c40f67262..459cc9ef72c75ee6928a4c741475cf52cb38646c 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   This modifies data.main.cache_arguments.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: fll_execute_arguments_add()
  * @param data_build
@@ -54,7 +54,7 @@ extern "C" {
  *   This modifies data.main.cache_recurse_do.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
  *
@@ -117,7 +117,7 @@ extern "C" {
  *   This modifies data.main.cache_arguments.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_string_dynamic_append_nulless()
  *     Errors (with error bit) from: f_string_dynamic_mash()
@@ -157,7 +157,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_file_name_base()
  * @param path
@@ -181,7 +181,7 @@ extern "C" {
  *   This modifies data.main.cache_arguments.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: fll_execute_arguments_add()
  * @param data_build
@@ -209,7 +209,7 @@ extern "C" {
  *   This modifies data.main.cache_arguments.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
  *
@@ -276,7 +276,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
  *
@@ -308,7 +308,7 @@ extern "C" {
  *   This modifies data.main.cache_arguments.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: fll_execute_arguments_add()
  * @param data_build
@@ -334,7 +334,7 @@ extern "C" {
  *   This modifies data.main.cache_arguments.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: fll_execute_arguments_add()
  * @param data_build
@@ -357,7 +357,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
  *
index 9f6189e016845561ea82fd9b622ad68752095a43..43c4990e1ca7b73fbd26e71ef66f1f0171d6704a 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_file_link()
  *     Errors (with error bit) from: f_string_dynamics_resize()
@@ -74,7 +74,7 @@ extern "C" {
  *   This modifies data.main.cache_arguments.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_file_link()
  *     Errors (with error bit) from: fll_execute_arguments_add()
@@ -118,7 +118,7 @@ extern "C" {
  *   This modifies data.main.cache_arguments.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_file_name_directory()
  *     Errors (with error bit) from: f_string_dynamic_append_assure()
index 5721406924fe58a1971afda55b4c3c7a9138d554..4c924f4d71cc369c59f891266b33f94ad6cefdc0 100644 (file)
@@ -56,7 +56,7 @@ extern "C" {
       fake_print_error(&main->program.error, macro_fake_f(fl_environment_load_names));
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_fake_build_load_environment_
@@ -205,7 +205,7 @@ extern "C" {
         return;
       }
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
 
     fake_build_load_setting_override(data, setting);
@@ -544,7 +544,7 @@ extern "C" {
 
     main->setting.state.status = fll_fss_snatch_apart(buffer, objects, contents, settings_name, fake_build_setting_total_d, settings_value, settings_matches, 0);
 
-    if (main->setting.state.status == F_none) {
+    if (main->setting.state.status == F_okay) {
       const int total_build_libraries = setting->build_libraries.used;
 
       // Custom modes are always used if provided, otherwise if any mode is specified, the entire defaults is replaced.
@@ -615,7 +615,7 @@ extern "C" {
           }
         } // for
 
-        if (main->setting.state.status == F_none) {
+        if (main->setting.state.status == F_okay) {
           main->setting.state.status = fll_fss_snatch_apart(buffer, objects, contents, settings_mode_names, fake_build_setting_total_d, settings_value, 0, 0);
 
           if (F_status_is_error(main->setting.state.status)) {
@@ -1376,7 +1376,7 @@ extern "C" {
       &stage->file_sources_settings,
     };
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     f_string_dynamic_t settings_file_base = f_string_dynamic_t_initialize;
 
index 40de6a45b8884615e1bf89a119b07fb21f1effcf..1a17451bc6b9cddf197df09422693cba93abc43b 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_array_too_large (with error bit) if the environment variable values are too large.
  *
@@ -48,7 +48,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
  *
@@ -98,7 +98,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on error.
  *
@@ -120,7 +120,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
  *
@@ -166,7 +166,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
  *
index f65e8ec6f42f84325c021d24fb121a9fe59515f4..2631481c00a80e68d94a3945493fe26494cfdc31 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: fake_build_touch().
  * @param data_build
@@ -61,7 +61,7 @@ extern "C" {
  *   This modifies data.main.cache_arguments.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: fll_execute_arguments_add().
  *
@@ -100,7 +100,7 @@ extern "C" {
  *   This modifies data.main.cache_arguments.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: fll_execute_arguments_add().
  *
index 432e9244b39423488b068b55517e57d06f249140..0499d26d28afbfa2e4ae172a84d19368ab15dc6d 100644 (file)
@@ -126,7 +126,7 @@ extern "C" {
         }
 
         if (main->cache_argument.used) {
-          main->setting.state.status = F_none;
+          main->setting.state.status = F_okay;
         }
         else {
           main->setting.state.status = f_string_dynamic_append_nulless(data->path_build_objects, &main->cache_argument);
index 1d0a0df6b1f14f91d07e46eb83d5286d1d0edb93..199556c647d2c3351a3f7729cd46507e59914b78 100644 (file)
@@ -31,7 +31,7 @@ extern "C" {
  *   This modifies data.main.cache_arguments.
  *
  *   This alters data.main->settings.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_directory_create().
  *     Errors (with error bit) from: f_directory_exists().
index 3004a3120ff7b3f6ffdd224caad4ca4155248ecb..d13549f80ef15aec047cc8f019087cca97a7869e 100644 (file)
@@ -13,7 +13,7 @@ extern "C" {
     fll_print_dynamic_raw(f_string_eol_s, print->to);
     fake_print_context_important_simple(print, "Compiling shared library");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_compile_library_shared_
 
@@ -26,7 +26,7 @@ extern "C" {
     fll_print_dynamic_raw(f_string_eol_s, print->to);
     fake_print_context_important_simple(print, "Compiling static library");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_compile_library_static_
 
@@ -39,7 +39,7 @@ extern "C" {
     fll_print_dynamic_raw(f_string_eol_s, print->to);
     fake_print_context_important_simple(print, "Compiling shared object");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_compile_object_shared_
 
@@ -52,7 +52,7 @@ extern "C" {
     fll_print_dynamic_raw(f_string_eol_s, print->to);
     fake_print_context_important_simple(print, "Compiling static object");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_compile_object_static_
 
@@ -65,7 +65,7 @@ extern "C" {
     fll_print_dynamic_raw(f_string_eol_s, print->to);
     fake_print_context_important_simple(print, "Compiling objects for static library");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_compile_object_static_library_
 
@@ -78,7 +78,7 @@ extern "C" {
     fll_print_dynamic_raw(f_string_eol_s, print->to);
     fake_print_context_important_simple(print, "Compiling shared program");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_compile_program_shared_
 
@@ -91,7 +91,7 @@ extern "C" {
     fll_print_dynamic_raw(f_string_eol_s, print->to);
     fake_print_context_important_simple(print, "Compiling static program");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_compile_program_static_
 
index 49266a712a1e855f96e957a6cb1875e65330d263..5257ba2200c546d7b2802a7333aa4ae6e1139bc4 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -49,7 +49,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -71,7 +71,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -93,7 +93,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -115,7 +115,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -137,7 +137,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -159,7 +159,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 03dc97b557b0c8a1a40f49fada631a68e4af2d9c..7002408d99c189702f260cea30eb53318a8dad4e 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "The path ", path, " could not be created, a parent directory is invalid or does not exist");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_error_cannot_create_due_to_parent_
 
@@ -24,7 +24,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "The path ", path, " exists but is not a directory");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_error_exist_not_directory_
 
@@ -36,7 +36,7 @@ extern "C" {
 
     fake_print_context_wrapped_variables(print, "The setting ", name, " is required but is not specified in the settings file ", path, 0);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_error_missing_required_setting_
 
@@ -48,7 +48,7 @@ extern "C" {
 
     fake_print_context_wrapped_variables(print, "The specified mode ", mode, " in the settings file ", path, " is not a valid mode");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_error_mode_invalid_
 
@@ -60,7 +60,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "A setting in the settings file ", path, " is too long");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_error_setting_too_long_
 
@@ -72,7 +72,7 @@ extern "C" {
 
     fake_print_context_wrapped_variables(print, "The values for the setting ", name, " of the setting file ", path, " is too long");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_error_setting_value_too_long_
 
index 1734522ed6fd472ce8d1003c6eed5df5be1a4474..1cb6dc90e346436b51bef3871b42737bd6186a4d 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
  *   The path that cannot be created.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -53,7 +53,7 @@ extern "C" {
  *   The path that cannot be created.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -79,7 +79,7 @@ extern "C" {
  *   The path to the file.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -106,7 +106,7 @@ extern "C" {
  *   The path to the file.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -130,7 +130,7 @@ extern "C" {
  *   The path that cannot be created.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -156,7 +156,7 @@ extern "C" {
  *   The path that cannot be created.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 3f7b0a0a20269fb188eae4eac7d28d319f149f63..f06c2fe2b2ab3626a27129d6ad37bebd39d12891 100644 (file)
@@ -13,7 +13,7 @@ extern "C" {
     fll_print_dynamic_raw(f_string_eol_s, print->to);
     fake_print_context_important_simple_variable(print, "Copying ", path, 0);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_message_copying_
 
@@ -26,7 +26,7 @@ extern "C" {
     fll_print_dynamic_raw(f_string_eol_s, print->to);
     fake_print_context_important_simple(print, "Creating base build directories");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_message_skeleton_build_base_
 
index 8312d6206f0fa091bd1199abeeb806b9082cc548..52b408ad7456cb647ae6191ea81e5b541dc83fdd 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
  *   The path being copied.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -51,7 +51,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 4e5f31b6db7d6cc506689069473b203056290aeb..3a938cb1aac63ef3eff9b8e83cfed4c75ac9676c 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     fake_print_common_simple_variable(print, "Created directory ", directory);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_verbose_create_directory_
 
@@ -24,7 +24,7 @@ extern "C" {
 
     fake_print_common_wrapped_variables(print, "Linked file ", from, " to ", to, 0);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_verbose_linked_file_
 
index 85871b9f14903d74f8acbc23ecc955900224d2b8..c24d44a0b3175e33d9fa7499d7174ded68d2a2f8 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
  *   The directory created.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -55,7 +55,7 @@ extern "C" {
  *   The link destination.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 23e4160c5ab274df0b31c40ebfc3fc479efc64f8..b4317f337ffc7e0339aac4b74a9ccc34d52c3d8d 100644 (file)
@@ -11,7 +11,7 @@ extern "C" {
 
     fake_print_context_wrapped_parameters(print, "The parameters ", symbol_1, name_1, " and ", symbol_2, name_2, " contradict, defaulting to ", symbol_3, name_3, 0);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_warning_parameters_contradict_
 
@@ -36,7 +36,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_warning_setting_boolean_may_only_be_
 
@@ -47,7 +47,7 @@ extern "C" {
 
     fake_print_context_wrapped_parameters(print, "The build settings ", f_string_empty_s, name_1, " and ", f_string_empty_s, name_2, " cannot both be false when using the language ", f_string_empty_s, language, 0);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_warning_setting_both_cannot_using_language_
 
@@ -74,7 +74,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_warning_setting_language_may_only_be_
 
@@ -95,7 +95,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_warning_setting_required_default_to_
 
@@ -125,7 +125,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_build_print_warning_setting_version_may_only_be_
 
index c386e7f636306bdffc645d89f8e52c69c03760ac..4e475ffbb8dcdbb8979f469ce7531710c9faecce 100644 (file)
@@ -39,7 +39,7 @@ extern "C" {
  *   The name for the third parameter (the fallback).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -67,7 +67,7 @@ extern "C" {
  *   The value being defaulted to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -97,7 +97,7 @@ extern "C" {
  *   The name for the language.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -125,7 +125,7 @@ extern "C" {
  *   The value being defaulted to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  * @see f_file_stream_lock()
@@ -153,7 +153,7 @@ extern "C" {
  *   The name for the language.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  * @see fake_print_context_wrapped_parameters()
@@ -179,7 +179,7 @@ extern "C" {
  *   The value being defaulted to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  * @see f_file_stream_lock()
index 956068a75dc751dbb2145a41822c723f92ea63bf..b7c81acf3ca88b4d3b4745030d1a5012807347b7 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: fake_build_touch().
  * @param data_build
@@ -59,7 +59,7 @@ extern "C" {
  *   This modifies data.main.cache_arguments.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: fll_execute_arguments_add().
  *
@@ -96,7 +96,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: fll_execute_arguments_add().
  *
index 896be521ad21f12b24afb01edb02910c1dd217c8..0dfac3333bd850a463aaba7b06e99c0ab163f251 100644 (file)
@@ -102,7 +102,7 @@ extern "C" {
 
       if (F_status_is_error(main->setting.state.status)) {
         if (F_status_set_fine(main->setting.state.status) == F_file_found) {
-          main->setting.state.status = F_none;
+          main->setting.state.status = F_okay;
 
           continue;
         }
@@ -120,7 +120,7 @@ extern "C" {
     fake_build_touch(data, file_stage);
 
     if (F_status_is_error_not(main->setting.state.status)) {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_fake_build_skeleton_
index 8cf47b174b449a14e78b1ca4a843aa048bce6267..b7c7f4f156af02289554e55ada9808927c0e095a 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
  *
index 831dc0d07a7c252e195731ad3854e3fff1ddd314..8c91116dcf882a8b003bd1f077c58a9938b209d1 100644 (file)
@@ -14,7 +14,7 @@ extern "C" {
 
     fake_print_message_delete_all_files(&main->program.message);
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (main->program.error.verbosity >= f_console_verbosity_verbose_e) {
       main->setting.state.status = f_directory_remove_custom(main->setting.build, F_directory_max_descriptors_d, F_true, fake_clean_remove_recursively_verbosely);
@@ -26,14 +26,14 @@ extern "C" {
     if (F_status_set_fine(main->setting.state.status) == F_file_found_not || F_status_set_fine(main->setting.state.status) == F_directory) {
       fake_print_warning_build_directory_not_directory(&main->program.warning, main->setting.build);
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
 
     if (F_status_is_error(main->setting.state.status)) {
       fake_print_error_file(&main->program.error, macro_fake_f(f_directory_remove), main->setting.build, f_file_operation_delete_s, fll_error_file_type_directory_e);
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_fake_clean_operate_
index ee3a16eded257d78dab1510ce5bd5950ac6a2255..a7dce89c92c56cd349e3060a0b63873e5f8e9a95 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
  *
index 578ae9e9c4cc4c8a18a42c5cca9041951188a84b..17dac75f40d3a9e8e8096caf9fd821252ddbff61 100644 (file)
@@ -320,7 +320,7 @@ extern "C" {
                 return;
               }
 
-              main->setting.state.status = F_none;
+              main->setting.state.status = F_okay;
             }
           }
           else {
@@ -514,7 +514,7 @@ extern "C" {
         return;
     }
 
-    parameter_state->state->status = F_none;
+    parameter_state->state->status = F_okay;
   }
 #endif // _di_fake_setting_load_parameter_callback_
 
index a8e8fdd36cca7ae5ce4dc453588af9a916333ad3..4bc07cca97d47cb9c141649a3d3e8e52869c844e 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
  *   The main program and setting data.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_console_parameter_process().
  *     Errors (with error bit) from: f_memory_array_increase_by().
@@ -66,7 +66,7 @@ extern "C" {
  *   The state.status is used to represent the return status of this callback.
  *
  *   This alters parameter_state->state->status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_process on success, designating that processing should be performed (see f_console_parameter_process()).
  *
  *     Errors (with error bit) from: f_memory_array_increase().
index 95d86adffdff52fdd311a166a480a78dd08fb237..c605b75be6f982b1fe8023e6d57ea411623acea3 100644 (file)
@@ -104,7 +104,7 @@ extern "C" {
   #define fake_setting_t_initialize \
     { \
       0, \
-      F_none, \
+      F_okay, \
       f_state_t_initialize, \
       f_string_dynamic_t_initialize, \
       f_string_dynamic_t_initialize, \
index fdb9aa54c858dc24fa45afa0f9a9bc3bddf589cf..bde1b00e419d15af44e466ff7a7294579553dba0 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
       fll_print_dynamic_raw(f_string_eol_s, main->program.message.to);
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (main->setting.flag & (fake_main_flag_help_e | fake_main_flag_version_e | fake_main_flag_copyright_e)) {
       if (main->setting.flag & fake_main_flag_help_e) {
@@ -200,7 +200,7 @@ extern "C" {
     }
     else if (main->setting.state.status != F_child) {
       if (F_status_is_error_not(main->setting.state.status)) {
-        main->setting.state.status = F_none;
+        main->setting.state.status = F_okay;
 
         fake_print_operation_all_complete(&main->program.message);
       }
@@ -341,7 +341,7 @@ extern "C" {
         fake_print_error_file(&main->program.error, macro_fake_f(f_file_read), path_file, f_file_operation_read_s, fll_error_file_type_file_e);
       }
       else {
-        main->setting.state.status = F_none;
+        main->setting.state.status = F_okay;
       }
     }
     else {
@@ -384,13 +384,13 @@ extern "C" {
 
       main->setting.state.status = f_file_stream_read_block(file, buffer);
 
-    } while (F_status_is_fine(main->setting.state.status) && main->setting.state.status != F_interrupt && main->setting.state.status != F_none_eof);
+    } while (F_status_is_fine(main->setting.state.status) && main->setting.state.status != F_interrupt && main->setting.state.status != F_okay_eof);
 
     if (F_status_is_error(main->setting.state.status)) {
       fake_print_error_file(&main->program.error, macro_fake_f(f_file_stream_read_block), f_string_ascii_minus_s, f_file_operation_read_s, fll_error_file_type_file_e);
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_fake_pipe_buffer_
@@ -432,7 +432,7 @@ extern "C" {
 
     struct stat directory_stat;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     // Check only expected operations (fake_operation_clean_e and fake_operation_skeleton_e should not call this function).
     if (data->operation == fake_operation_make_e) {
@@ -458,13 +458,13 @@ extern "C" {
 
         // @fixme these should not be accessing main->program.parameters.arguments directly and should instead use setting flags.
         if (f_path_is_absolute(main->program.parameters.arguments.array[index]) == F_true || f_path_is_relative_current(main->program.parameters.arguments.array[index]) == F_true) {
-          requireds[1] = F_none; // fake_long_data_s
+          requireds[1] = F_okay; // fake_long_data_s
         }
         else {
           main->setting.state.status = f_file_exists(main->program.parameters.arguments.array[index], F_true);
 
           if (F_status_is_error_not(main->setting.state.status) && main->setting.state.status == F_true) {
-            requireds[1] = F_none; // fake_long_data_s
+            requireds[1] = F_okay; // fake_long_data_s
           }
         }
       }
@@ -472,7 +472,7 @@ extern "C" {
 
     for (uint8_t i = 0; i < 6; ++i) {
 
-      if (requireds[i] != F_none && values[i].used) {
+      if (requireds[i] != F_okay && values[i].used) {
         memset(&directory_stat, 0, sizeof(struct stat));
 
         main->setting.state.status = f_file_stat(values[i], F_true, &directory_stat);
@@ -498,7 +498,7 @@ extern "C" {
       }
     } // for
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_validate_parameter_paths_
 
index 43a5ca36017fa05485dc21c0ae6eeabf19836500..468e7194a17ad3ca292e5a2ef8d7231c89e69e2d 100644 (file)
@@ -161,7 +161,7 @@ extern "C" {
  *   The main program and setting data.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_child if this is a child process returning.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
@@ -196,7 +196,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_child if this is a child process returning.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
@@ -227,7 +227,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_false on file not found and file is not required.
  *
  *     F_file_found_not (with error bit) if file is not found and file is required.
@@ -264,7 +264,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
  *
@@ -290,7 +290,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
  *
index 13500638e3a61906e865589f3f5df9ccc1fc3465..5f761c444cd622f5e59a85c57e8cec59eb33dcda 100644 (file)
@@ -51,7 +51,7 @@ extern "C" {
           recurse->state.status = f_string_dynamic_append_nulless(map->name, &recurse->path_cache);
 
           if (F_status_is_error_not(recurse->state.status)) {
-            recurse->state.status = F_none;
+            recurse->state.status = F_okay;
 
             // Do not allow trailing path separators in the string's length calculation, except root directory '/'.
             for (; recurse->path_cache.used; --recurse->path_cache.used) {
index ddfc6b3d5abb448c928d254c48a7105cf163f8aa..71b3a39906e877b28bf0b2554835d22a06d30b7b 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
  *     - fake_state_code_local_e: This is required and assumed to be set.
  *
  *   This alters recurse.state.custom.main.setting.state.status and recurse.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_parameter (with error bit) on invalid parameter to the callback.
  *
index 34c870d407fb9827cb65d3a762bd61ae881f204e..c3352e7a37b7b3afba7770889d227680a61500f1 100644 (file)
@@ -11,7 +11,7 @@ extern "C" {
 
     fake_main_t * const main = data->main;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
     uint8_t i = 0;
 
     {
@@ -359,7 +359,7 @@ extern "C" {
       }
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_path_generate_
 
@@ -370,7 +370,7 @@ extern "C" {
 
     fake_main_t * const main = data->main;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     for (uint8_t i = 0; i < length; ++i) {
 
index cda38ac38fb8914387c4cf79a2d7cc470313ffe9..ec81017f1f2910dc62373c7f9cb13c470ca90d62 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_string_dynamic_append_nulless().
  *     Errors (with error bit) from: fake_path_generate_string_dynamic().
@@ -45,7 +45,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_string_dynamic_append_nulless().
  *
index 48dd2d6a69017e32328dc4504347fc08d09649c1..9180ba20002d6894a4ed6812757e502aefe0130d 100644 (file)
@@ -90,7 +90,7 @@ extern "C" {
             main->setting.state.status = F_status_set_error(F_exist_not);
           }
           else {
-            main->setting.state.status = F_none;
+            main->setting.state.status = F_okay;
           }
         }
       }
@@ -139,7 +139,7 @@ extern "C" {
       }
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_fake_make_get_id_mode_
@@ -154,7 +154,7 @@ extern "C" {
     fake_string_dynamic_reset(&main->cache_argument);
 
     if (!path.used || path.used == data_make->path.stack.array[0].used) {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       return;
     }
@@ -176,7 +176,7 @@ extern "C" {
     main->setting.state.status = f_string_dynamic_terminate(&main->cache_argument);
     if (F_status_is_error(main->setting.state.status)) return;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_path_relative_
 
index f6d3655ffabe54252fe53346b33ec4036bda74d8..a6981a0e4736b7b7e6eaa07fd359cc8c3e9574b2 100644 (file)
@@ -47,7 +47,7 @@ extern "C" {
  *   The data_make.cache_path will be updated to reflect the full path to this file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *     F_exist_not (with error bit) if there is no owner or group by the given name.
@@ -84,7 +84,7 @@ extern "C" {
  *   The data_make.cache_path will be updated to reflect the full path to this file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *     F_parameter (with error bit) on invalid parameter.
@@ -113,7 +113,7 @@ extern "C" {
  *   The relative path is stored in data_make.cache_path.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *     F_parameter (with error bit) on invalid parameter.
index 3d8655946399cb70d2666c66a696bfb7989f7ef2..70b430bbbf276dd0e3a24d9bf6bbbd5f8af8e982 100644 (file)
@@ -293,7 +293,7 @@ extern "C" {
       f_fss_set_delete(&settings);
     }
 
-    data_make->main->setting.state.status = F_none;
+    data_make->main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_load_fakefile_
 
@@ -421,7 +421,7 @@ extern "C" {
 
     if (F_status_is_error(data_make->main->setting.state.status)) return;
 
-    data_make->main->setting.state.status = F_none;
+    data_make->main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_load_fakefile_setting_define_and_parameter_
 
@@ -507,7 +507,7 @@ extern "C" {
 
     if (F_status_is_error(data_make->main->setting.state.status)) return;
 
-    data_make->main->setting.state.status = F_none;
+    data_make->main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_load_fakefile_setting_environment_
 
@@ -597,7 +597,7 @@ extern "C" {
       fake_make_print_warning_setting_content_empty(&data_make->main->program.warning, data_make->data->file_data_build_fakefile, data_make->main->buffer, *object, fake_make_setting_return_s);
     }
 
-    data_make->main->setting.state.status = F_none;
+    data_make->main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_load_fakefile_setting_parameter_
 
index 6a5c1411c49bf357768567efcf323744c2bad536..aca3a85dbf3cd88775eb870f05af4064f60fc22b 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
  *
@@ -117,7 +117,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_environment_set().
  *     Errors (with error bit) from: f_string_dynamic_mash().
@@ -148,7 +148,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_string_dynamic_append().
  *     Errors (with error bit) from: f_string_dynamic_append_nulless().
@@ -212,7 +212,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_string_append_assure().
  *     Errors (with error bit) from: f_string_dynamic_append_assure().
index 5b4da74a2e294f8594b01133794d91df11f9966c..913cd35c6c97ac5c152f1b1f08ddc2ad8998a2c2 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_string_dynamic_append().
  *     Errors (with error bit) from: f_string_dynamic_append_nulless().
index 90478d1ab8621fbb53982595a3ab4b45e720f574..4ea35b35a846f93502f2831030edfe6aa28fa482 100644 (file)
@@ -103,7 +103,7 @@ extern "C" {
       f_string_range_t range = f_string_range_t_initialize;
       f_number_unsigned_t index = 0;
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       // Validate the remaining parameters.
       for (i = 0; i < main->program.parameters.remaining.used; ++i) {
@@ -211,7 +211,7 @@ extern "C" {
     fake_make_data_delete(&data_make);
 
     if (F_status_is_error_not(main->setting.state.status)) {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_fake_make_operate_
@@ -1192,7 +1192,7 @@ extern "C" {
 
     fake_main_t * const main = data_make->main;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     fake_string_dynamic_reset(&main->cache_1);
     fake_string_dynamic_reset(&main->cache_2);
@@ -1349,7 +1349,7 @@ extern "C" {
     f_number_unsigned_t i = 0;
     f_number_unsigned_t j = 0;
 
-    for (i = 0; i < section->objects.used; ++i, main->setting.state.status = F_none) {
+    for (i = 0; i < section->objects.used; ++i, main->setting.state.status = F_okay) {
 
       fake_string_dynamics_reset(&main->cache_arguments);
 
@@ -1453,7 +1453,7 @@ extern "C" {
 
         // F_signal_quit is used by the exit section operation.
         if (!section_stack->used) {
-          main->setting.state.status = F_none;
+          main->setting.state.status = F_okay;
         }
 
         break;
@@ -1461,8 +1461,8 @@ extern "C" {
       else if (main->setting.state.status == F_failure) {
 
         // When F_failure (without the error bit) is returned, an error occured but the exit mode is not set to exit.
-        // Record the success state and set the status to F_none.
-        main->setting.state.status = F_none;
+        // Record the success state and set the status to F_okay.
+        main->setting.state.status = F_okay;
         state_process.success = F_false;
       }
       else {
index 7484e5bbf0181a7ff06173bd951bb118c2f8bc25..33958f200fa98991b96ec89d3b7975247e6d81d1 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but fakefile is empty.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
@@ -63,7 +63,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but fakefile is empty.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
@@ -195,7 +195,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_child on child process exiting.
  *     F_signal_abort on abort signal received.
  *     F_signal_quit on quit signal received.
index 9ae65b81159b611b016d727d9baec8640e30a962..0401d623c071834aa3e2a2159af632bfe71d57a3 100644 (file)
@@ -273,7 +273,7 @@ extern "C" {
 
     if (F_status_is_error(main->setting.state.status)) return;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_process_buffer_escape_
 
@@ -416,7 +416,7 @@ extern "C" {
       fll_error_print(&data_make->error, F_status_set_fine(main->setting.state.status), macro_fake_f(f_string_dynamic_append), F_true);
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_fake_make_operate_process_return_
index 5efa19c7b8f141b462442b805a5b317f92af7fbb..21d53e0a0091857c044901b86ae7bd028c98db3c 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
  *
@@ -133,7 +133,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters date_make.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not if source.used is 0.
  *
  *     Errors (with error bit) from: f_string_dynamic_increase_by().
@@ -160,7 +160,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters date_make.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not if both program.used is 0 and arguments.used is 0.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
@@ -200,7 +200,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters date_make.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_failure on identifying the return code as an error code and fail mode is not set to fake_make_operation_fail_exit_e.
  *
  *     F_failure (with error bit) on identifying the return code as an error code and fail mode is set to fake_make_operation_fail_exit_e.
index cbbc455b39cf5899eaf13e8811cf5af71fda3911..2d3fdbe07c8e635dbb4bdf6892b14f3557aa97fa 100644 (file)
@@ -11,7 +11,7 @@ extern "C" {
 
     fake_main_t * const main = data_make->main;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (!main->cache_arguments.used || f_compare_dynamic(fake_make_operation_argument_success_s, main->cache_arguments.array[0]) == F_equal_to) {
       main->setting.state.status = F_signal_abort;
@@ -20,7 +20,7 @@ extern "C" {
       main->setting.state.status = F_status_set_error(F_signal_abort);
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       return;
     }
@@ -86,7 +86,7 @@ extern "C" {
 
     fake_main_t * const main = data_make->main;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (state_process->condition == fake_make_operation_if_type_if_define_e) {
       fake_make_operate_process_type_if_define(data_make, F_false, state_process);
@@ -210,7 +210,7 @@ extern "C" {
     fake_main_t * const main = data_make->main;
 
     const f_number_unsigned_t total = main->cache_arguments.used - 1;
-    f_status_t failed = F_none;
+    f_status_t failed = F_okay;
     fake_local_t local = macro_fake_local_t_initialize_1(main, &main->cache_map, &failed);
 
     main->cache_recurse_do.action = &fake_do_copy_action;
@@ -337,7 +337,7 @@ extern "C" {
       main->setting.state.status = F_status_set_error(F_failure);
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_fake_make_operate_process_type_copy_
@@ -362,7 +362,7 @@ extern "C" {
     else {
       fake_make_print_verbose_operate_define(&main->program.message, main->cache_arguments.array[0]);
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_fake_make_operate_process_type_define_
@@ -377,7 +377,7 @@ extern "C" {
     const int recursion_max = all ? F_directory_max_descriptors_d : 0;
     struct stat file_stat;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     for (f_number_unsigned_t i = 0; i < main->cache_arguments.used; ++i) {
 
@@ -389,7 +389,7 @@ extern "C" {
         if (F_status_set_fine(main->setting.state.status) == F_file_found_not) {
           fake_make_print_warning_file_not_found(&main->program.warning, main->cache_arguments.array[i]);
 
-          main->setting.state.status = F_none;
+          main->setting.state.status = F_okay;
         }
         else {
           fake_print_error_file(&main->program.error, macro_fake_f(f_file_stat), main->cache_arguments.array[i], f_file_operation_delete_s, fll_error_file_type_file_e);
@@ -410,7 +410,7 @@ extern "C" {
         if (F_status_set_fine(main->setting.state.status) == F_file_found_not) {
           fake_make_print_verbose_operate_file_not_found(&main->program.message, F_true, main->cache_arguments.array[i]);
 
-          main->setting.state.status = F_none;
+          main->setting.state.status = F_okay;
         }
 
         if (F_status_is_error(main->setting.state.status)) {
@@ -429,7 +429,7 @@ extern "C" {
             fake_make_print_verbose_operate_file_not_found(&main->program.message, F_false, main->cache_arguments.array[i]);
           }
 
-          main->setting.state.status = F_none;
+          main->setting.state.status = F_okay;
         }
 
         if (F_status_is_error(main->setting.state.status)) {
@@ -444,7 +444,7 @@ extern "C" {
       fake_make_print_verbose_operate_delete(&main->program.message, main->cache_arguments.array[i]);
     } // for
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_process_type_deletes_
 
@@ -455,7 +455,7 @@ extern "C" {
 
     fake_main_t * const main = data_make->main;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (!main->cache_arguments.used || f_compare_dynamic(fake_make_operation_argument_success_s, main->cache_arguments.array[0]) == F_equal_to) {
       main->setting.state.status = F_signal_quit;
@@ -474,7 +474,7 @@ extern "C" {
       data_make->error.set = &main->program.context.set;
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       return;
     }
@@ -531,7 +531,7 @@ extern "C" {
     bool dereference = F_true;
     f_number_unsigned_t i = 0;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (f_compare_dynamic(fake_make_operation_argument_no_dereference_s, main->cache_arguments.array[i]) == F_equal_to) {
       ++i;
@@ -572,7 +572,7 @@ extern "C" {
       fake_make_print_verbose_operate_set_role(&main->program.message, all ? 0x1 : 0x0, main->cache_arguments.array[i], (f_number_unsigned_t) id);
     } // for
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_process_type_groups_
 
@@ -619,7 +619,7 @@ extern "C" {
     f_number_unsigned_t i = if_not ? 2 : 1;
     bool dereference = F_true;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (i == main->cache_arguments.used) {
       if (if_not) {
@@ -629,7 +629,7 @@ extern "C" {
         state_process->condition_result = fake_condition_result_false_e;
       }
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       return;
     }
@@ -671,7 +671,7 @@ extern "C" {
       }
     } // for
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_process_type_if_exist_
 
@@ -691,7 +691,7 @@ extern "C" {
     f_number_unsigned_t i = if_not ? 2 : 1;
     bool dereference = F_true;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (f_compare_dynamic(fake_make_operation_argument_no_dereference_s, main->cache_arguments.array[i]) == F_equal_to) {
       ++i;
@@ -706,7 +706,7 @@ extern "C" {
         state_process->condition_result = fake_condition_result_false_e;
       }
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       return;
     }
@@ -799,7 +799,7 @@ extern "C" {
       }
     } // for
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_process_type_if_is_
 
@@ -819,7 +819,7 @@ extern "C" {
 
     f_number_unsigned_t i = 1;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
     state_process->condition_result = fake_condition_result_true_e;
 
     range.start = 0;
@@ -841,7 +841,7 @@ extern "C" {
     }
 
     if (F_status_is_error_not(main->setting.state.status)) {
-      for (i = 2; i < main->cache_arguments.used; ++i, main->setting.state.status = F_none, number_left = number_right, is_negative_left = is_negative_right) {
+      for (i = 2; i < main->cache_arguments.used; ++i, main->setting.state.status = F_okay, number_left = number_right, is_negative_left = is_negative_right) {
 
         if (main->cache_arguments.array[i].used) {
           range.start = 0;
@@ -946,7 +946,7 @@ extern "C" {
       main->setting.state.status = F_status_set_error(F_failure);
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_fake_make_operate_process_type_if_greater_if_lesser_
@@ -962,7 +962,7 @@ extern "C" {
     f_number_unsigned_t i = if_not ? 2 : 1;
     bool dereference = F_true;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (f_compare_dynamic(fake_make_operation_argument_no_dereference_s, main->cache_arguments.array[i]) == F_equal_to) {
       ++i;
@@ -1013,7 +1013,7 @@ extern "C" {
       }
     } // for
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_process_type_if_group_
 
@@ -1112,7 +1112,7 @@ extern "C" {
       }
     } // for
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_process_type_if_mode_
 
@@ -1127,7 +1127,7 @@ extern "C" {
     f_number_unsigned_t i = if_not ? 2 : 1;
     bool dereference = F_true;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (f_compare_dynamic(fake_make_operation_argument_no_dereference_s, main->cache_arguments.array[i]) == F_equal_to) {
       ++i;
@@ -1178,7 +1178,7 @@ extern "C" {
       }
     } // for
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_process_type_if_owner_
 
@@ -1404,7 +1404,7 @@ extern "C" {
 
     fake_make_print_verbose_operate_symbolic_link(&main->program.message, main->cache_arguments.array[main->cache_arguments.used - 1], main->cache_arguments.array[0]);
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_process_type_link_
 
@@ -1415,7 +1415,7 @@ extern "C" {
 
     fake_main_t * const main = data_make->main;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     f_file_mode_t mode_rule = 0;
     uint8_t replace = 0;
@@ -1473,7 +1473,7 @@ extern "C" {
       fake_make_print_verbose_operate_set_mode(&main->program.message, main->cache_arguments.array[i], mode);
     } // for
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_process_type_modes_
 
@@ -1564,7 +1564,7 @@ extern "C" {
       main->setting.state.status = F_status_set_error(F_failure);
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_fake_make_operate_process_type_move_
@@ -1591,7 +1591,7 @@ extern "C" {
 
     // Ensure that a break only happens within its active state_process->operation stack.
     if (main->setting.state.status == F_signal_abort) {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
     else if (F_status_set_fine(main->setting.state.status) == F_signal_abort) {
       main->setting.state.status = F_status_set_error(F_failure);
@@ -1655,7 +1655,7 @@ extern "C" {
       fake_make_print_verbose_operate_set_role(&main->program.message, all ? 0x3 : 0x2, main->cache_arguments.array[i], (f_number_unsigned_t) id);
     } // for
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_process_type_owners_
 
@@ -1753,7 +1753,7 @@ extern "C" {
       } // for
     }
 
-     main->setting.state.status = F_none;
+     main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_process_type_parameter_
 
@@ -1797,7 +1797,7 @@ extern "C" {
       fake_make_print_verbose_operate_set_path(&main->program.message, main->cache_argument);
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_process_type_pop_
 
@@ -1865,7 +1865,7 @@ extern "C" {
 
     f_file_stream_unlock(main->program.message.to);
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_process_type_print_
 
@@ -1958,7 +1958,7 @@ extern "C" {
       ++data_make->path.stack.used;
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_process_type_to_
 
@@ -1990,7 +1990,7 @@ extern "C" {
 
     data_make->path.stack.used = 1;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_process_type_top_
 
@@ -2043,7 +2043,7 @@ extern "C" {
       fake_make_print_verbose_operate_touch(&main->program.message, main->cache_arguments.array[i]);
     } // for
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_process_type_touch_
 
@@ -2079,7 +2079,7 @@ extern "C" {
         main->setting.state.status = F_false;
       }
       else {
-        main->setting.state.status = F_none;
+        main->setting.state.status = F_okay;
 
         f_file_stream_flush(file);
         f_file_stream_close(&file);
@@ -2147,7 +2147,7 @@ extern "C" {
       f_file_stream_close(&file);
     }
 
-    main->setting.state.status = F_status_is_error(main->setting.state.status) ? F_status_set_error(F_failure) : F_none;
+    main->setting.state.status = F_status_is_error(main->setting.state.status) ? F_status_set_error(F_failure) : F_okay;
   }
 #endif // _di_fake_make_operate_process_type_write_
 
index df92d6f81488ecc5148301be5fe21be499c6c7ac..91973c9dd5df4cce3c74aa1038d4b7f2542acdea 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success but not breaking.
+ *     F_okay on success but not breaking.
  *     F_signal_abort on normal break
  *
  *     F_signal_abort (with error bit) on break on error.
@@ -97,7 +97,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -134,7 +134,7 @@ extern "C" {
  *   This modifies data.main.cache_map.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -162,7 +162,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Success from: f_environment_set().
  *
@@ -181,7 +181,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -211,14 +211,14 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on unknown exit type (only success and failure are known).
+ *     F_okay on unknown exit type (only success and failure are known).
  *     F_signal_quit to designate exit on success.
  *
  *     F_failure (with error bit) on any error.
  *     F_signal_quit (with error bit) to designate exit on failure.
  *
  * @return
- *   F_none on unknown exit type (only success and failure are known).
+ *   F_okay on unknown exit type (only success and failure are known).
  *   F_signal_quit to designate exit on success.
  *
  *   F_failure (with error bit) on any error.
@@ -247,7 +247,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -276,7 +276,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  * @param if_not
@@ -296,7 +296,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -320,7 +320,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -341,7 +341,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -368,7 +368,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -392,7 +392,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -421,7 +421,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -448,7 +448,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  * @param if_not
@@ -468,7 +468,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -494,7 +494,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -513,7 +513,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -546,7 +546,7 @@ extern "C" {
  *   This modifies data.main.cache_argument.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -569,7 +569,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -593,7 +593,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -622,7 +622,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -648,7 +648,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -675,7 +675,7 @@ extern "C" {
  *   This resets and uses data_make.cache_1.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -701,7 +701,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -724,7 +724,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -752,7 +752,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -775,7 +775,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -799,7 +799,7 @@ extern "C" {
  *   This resets and uses data_make.cache_1.
  *
  *   This alters data_make.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
index 0b36c94acdc9682699867f0da2a229e7bf35e3e5..b9f7675e47ff8dc4ce30553c1ccf65cf2cea048c 100644 (file)
@@ -16,7 +16,7 @@ extern "C" {
       return;
     }
 
-    data_make->main->setting.state.status = F_none;
+    data_make->main->setting.state.status = F_okay;
 
     if (state_process->operation == fake_make_operation_type_break_e) {
       fake_make_operate_validate_type_break(data_make);
index eb587f272e24eaba87e77e1bffadc4868105d5b9..4ebee6d1010f62765e3e3d9c803c332ffd866a0b 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_parameter (with error bit) on invalid parameter.
  *
index 5e05f85817fbe300d0a34c386a97365b91ab05e9..16611845a6e411ce357aad4d6d99d97b24c707e9 100644 (file)
@@ -31,7 +31,7 @@ extern "C" {
       }
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_validate_type_break_
 
@@ -81,7 +81,7 @@ extern "C" {
       }
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_validate_type_build_
 
@@ -98,7 +98,7 @@ extern "C" {
       main->setting.state.status = F_status_set_error(F_failure);
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_fake_make_operate_validate_type_clean_top_skeleton_
@@ -111,7 +111,7 @@ extern "C" {
     fake_main_t * const main = data_make->main;
 
     if (main->cache_arguments.used > 1) {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = 0; i < main->cache_arguments.used; ++i) {
 
@@ -195,7 +195,7 @@ extern "C" {
       main->setting.state.status = F_status_set_error(F_failure);
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_fake_make_operate_validate_type_compile_
@@ -421,7 +421,7 @@ extern "C" {
             main->setting.state.status = F_status_set_error(F_failure);
           }
           else {
-            main->setting.state.status = F_none;
+            main->setting.state.status = F_okay;
           }
 
           return;
@@ -434,14 +434,14 @@ extern "C" {
             main->setting.state.status = F_status_set_error(F_failure);
           }
           else {
-            main->setting.state.status = F_none;
+            main->setting.state.status = F_okay;
           }
 
           return;
         }
 
         if (state_process->condition == fake_make_operation_if_type_if_exist_e || state_process->condition == fake_make_operation_if_type_if_not_exist_e) {
-          main->setting.state.status = F_none;
+          main->setting.state.status = F_okay;
 
           return;
         }
@@ -559,7 +559,7 @@ extern "C" {
           }
 
           if (i < main->cache_arguments.used) {
-            f_status_t status = F_none;
+            f_status_t status = F_okay;
 
             for (; i < main->cache_arguments.used; ++i) {
 
@@ -590,7 +590,7 @@ extern "C" {
             main->setting.state.status = status;
           }
           else {
-            main->setting.state.status = F_none;
+            main->setting.state.status = F_okay;
           }
 
           return;
@@ -605,11 +605,11 @@ extern "C" {
             return;
           }
 
-          f_status_t status = F_none;
+          f_status_t status = F_okay;
           f_string_range_t range = f_string_range_t_initialize;
           f_number_unsigned_t number = 0;
 
-          for (i = k; i < main->cache_arguments.used; ++i, main->setting.state.status = F_none) {
+          for (i = k; i < main->cache_arguments.used; ++i, main->setting.state.status = F_okay) {
 
             if (main->cache_arguments.array[i].used) {
               range.start = 0;
@@ -648,7 +648,7 @@ extern "C" {
           main->setting.state.status = status;
         }
         else {
-          main->setting.state.status = F_none;
+          main->setting.state.status = F_okay;
         }
 
         return;
@@ -670,7 +670,7 @@ extern "C" {
     fake_main_t * const main = data_make->main;
 
     if (main->cache_arguments.used > 1) {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_number_unsigned_t i = 0;
 
       for (; i < main->cache_arguments.used; ++i) {
@@ -747,7 +747,7 @@ extern "C" {
       main->setting.state.status = fake_make_operate_validate_define_name(main->cache_arguments.array[0]);
 
       if (main->setting.state.status == F_true) {
-        main->setting.state.status = F_none;
+        main->setting.state.status = F_okay;
 
         return;
       }
@@ -775,7 +775,7 @@ extern "C" {
     fake_main_t * const main = data_make->main;
 
     if (main->cache_arguments.used) {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = 0; i < main->cache_arguments.used; ++i) {
 
@@ -837,7 +837,7 @@ extern "C" {
       return;
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_validate_type_else_
 
@@ -868,7 +868,7 @@ extern "C" {
       }
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_make_operate_validate_type_exit_
 
@@ -892,7 +892,7 @@ extern "C" {
         }
       }
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
     else {
       fake_print_error_requires_more_arguments(&main->program.error);
@@ -920,7 +920,7 @@ extern "C" {
       main->setting.state.status = F_status_set_error(F_failure);
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_fake_make_operate_validate_type_index_
@@ -941,7 +941,7 @@ extern "C" {
     }
 
     if (main->cache_arguments.used > 1) {
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       // 0x1 = force, 0x2 = strict.
       uint8_t flag = 0;
@@ -1099,7 +1099,7 @@ extern "C" {
 
     if (main->cache_arguments.used > 1) {
       {
-        f_status_t status = F_none;
+        f_status_t status = F_okay;
 
         for (f_number_unsigned_t i = 0; i < main->cache_arguments.used; ++i) {
 
@@ -1167,7 +1167,7 @@ extern "C" {
         }
       }
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
     else {
       fake_print_error_requires_more_arguments(&main->program.error);
@@ -1221,7 +1221,7 @@ extern "C" {
         }
       } // for
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
     else {
       fake_print_error_requires_more_arguments(&main->program.error);
@@ -1275,7 +1275,7 @@ extern "C" {
         fake_make_parameter_variable_value_work_s,
       };
 
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = 0; i < 33; ++i) {
 
@@ -1313,7 +1313,7 @@ extern "C" {
       }
 
       if (main->cache_arguments.used > i) {
-        f_status_t status = F_none;
+        f_status_t status = F_okay;
 
         for (; i < main->cache_arguments.used; ++i) {
 
@@ -1366,7 +1366,7 @@ extern "C" {
       main->setting.state.status = F_status_set_error(F_failure);
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_fake_make_operate_validate_type_pop_
@@ -1384,7 +1384,7 @@ extern "C" {
       main->setting.state.status = F_status_set_error(F_failure);
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_fake_make_operate_validate_type_run_
@@ -1427,7 +1427,7 @@ extern "C" {
         }
 
         if (main->setting.state.status) {
-          main->setting.state.status = F_none;
+          main->setting.state.status = F_okay;
         }
         else {
           fake_make_print_error_content_not_directory(&main->program.error, 0, main->cache_arguments.array[0]);
@@ -1465,7 +1465,7 @@ extern "C" {
         }
       }
 
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (f_number_unsigned_t i = 1; i < main->cache_arguments.used; ++i) {
 
@@ -1512,7 +1512,7 @@ extern "C" {
         main->setting.state.status = F_status_set_error(F_failure);
       }
       else {
-        main->setting.state.status = F_none;
+        main->setting.state.status = F_okay;
       }
     }
     else {
index 1dbb311d19fcd8e30ad0dad8fc0ae4fde8f43890..1014bdc438af22a1bf13a028a49229cb7dd4c8c2 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  */
@@ -38,7 +38,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  */
@@ -53,7 +53,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  */
@@ -68,7 +68,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -87,7 +87,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  */
@@ -105,7 +105,7 @@ extern "C" {
  *   This condition will be updated by this as appropriate.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -126,7 +126,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -146,7 +146,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -163,7 +163,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -183,7 +183,7 @@ extern "C" {
  *   This condition will be updated by this as appropriate.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  */
@@ -198,7 +198,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  */
@@ -213,7 +213,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  */
@@ -228,7 +228,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  */
@@ -243,7 +243,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  */
@@ -258,7 +258,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -281,7 +281,7 @@ extern "C" {
  *   The current operation stack.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  */
@@ -296,7 +296,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  */
@@ -314,7 +314,7 @@ extern "C" {
  *   This condition will be updated by this as appropriate.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -331,7 +331,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  */
@@ -346,7 +346,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  */
@@ -361,7 +361,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -378,7 +378,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
@@ -395,7 +395,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  *   This alters data_make.main->setting.state:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with error bit) on any error.
  *
index af083a176105cf2cf3514ae60014449ed1dce216..eb91d3e3a414979be7cc8e98641b4bee8e995f56 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "The argument ", name, " is not a valid section name");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_argument_invalid_section_
 
@@ -24,7 +24,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "No compiler has been specified, cannot perform ", action, " section operation");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_compiler_not_specified_
 
@@ -42,7 +42,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_content_not_directory_
 
@@ -54,7 +54,7 @@ extern "C" {
 
     fake_print_context_simple(print, "Define name must not be an empty string");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_define_name_empty_
 
@@ -66,7 +66,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "Invalid characters in the define name ", name, ", only alpha-numeric ASCII characters and underscore (without a leading digit) are allowed");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_define_invalid_character_
 
@@ -86,7 +86,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_fakefile_section_missing_
 
@@ -98,7 +98,7 @@ extern "C" {
 
     fake_print_context_simple(print, "File name argument must not be an empty string");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_file_name_empty_
 
@@ -116,7 +116,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_file_type_
 
@@ -128,7 +128,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "No indexer has been specified, cannot perform ", action, " section operation");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_indexer_not_specified_
 
@@ -150,7 +150,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_after_condition_
 
@@ -162,7 +162,7 @@ extern "C" {
 
     fake_make_print_error_after_condition(print, "May only be used immediately after");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_after_condition_may_only_
 
@@ -174,7 +174,7 @@ extern "C" {
 
     fake_make_print_error_after_condition(print, "Must not be used immediately after");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_after_condition_must_not_
 
@@ -186,7 +186,7 @@ extern "C" {
 
     fake_make_print_error_after_condition(print, "Has no preceding");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_after_condition_no_preceding_
 
@@ -217,7 +217,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_operation_incomplete_
 
@@ -235,7 +235,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_operation_recursion_
 
@@ -247,7 +247,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "No operation section named ", name, " is found");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_operation_section_not_found_
 
@@ -265,7 +265,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_out_of_range_number_
 
@@ -277,7 +277,7 @@ extern "C" {
 
     fake_print_context_simple(print, "Must not attempt to pop project root off of path stack");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_pop_last_path_
 
@@ -295,7 +295,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_program_failed_
 
@@ -307,7 +307,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "Failed to find program ", program, " for executing");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_program_not_found_
 
@@ -319,7 +319,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "Cannot assign a value to the parameter name ", name, " because it is a reserved parameter name");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_reserved_parameter_name_
 
@@ -331,7 +331,7 @@ extern "C" {
 
     fake_print_context_simple(print, "Target file name argument must not be an empty string");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_target_file_name_empty_
 
@@ -343,7 +343,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "Invalid or unsupported number provided ", number, 0);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_unsupported_number_
 
@@ -361,7 +361,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_error_unsupported_type_
 
index 09bc8f2e4aebb664f58d6bc4354ec1db9d7e7973..0d2f55b7d0067048cc80f9151b75a7a889180e3d 100644 (file)
@@ -31,7 +31,7 @@ extern "C" {
  *   The invalid section name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -53,7 +53,7 @@ extern "C" {
  *   The action that cannot be performed due to a lack of a compiler.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -77,7 +77,7 @@ extern "C" {
  *   The name of the variable containing one or more invalid characters.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -101,7 +101,7 @@ extern "C" {
  *   The name of the missing section.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -121,7 +121,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -145,7 +145,7 @@ extern "C" {
  *   The second content that should be a directory.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -165,7 +165,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -189,7 +189,7 @@ extern "C" {
  *   The file path or name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -211,7 +211,7 @@ extern "C" {
  *   The action that cannot be performed due to a lack of a compiler.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -233,7 +233,7 @@ extern "C" {
  *   The message describing how in relation to the after condition.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -253,7 +253,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -273,7 +273,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -293,7 +293,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -315,7 +315,7 @@ extern "C" {
  *   The code of the operation.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -337,7 +337,7 @@ extern "C" {
  *   The range within the buffer representing the operation name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -359,7 +359,7 @@ extern "C" {
  *   The name of the operation.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -385,7 +385,7 @@ extern "C" {
  *   The number allowed, represented as a positive.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -405,7 +405,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -427,7 +427,7 @@ extern "C" {
  *   The return code from the program.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -449,7 +449,7 @@ extern "C" {
  *   The program name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -471,7 +471,7 @@ extern "C" {
  *   The reserved parameter name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -491,7 +491,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -513,7 +513,7 @@ extern "C" {
  *   The string representing the number.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -537,7 +537,7 @@ extern "C" {
  *   The value that is unsupported for the type.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 518cde9af1435f123780c3f8f920f632862fc522..b154397f64dba4b887c9247d4d56c70ea492fda8 100644 (file)
@@ -34,7 +34,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_message_now_making_
 
@@ -52,7 +52,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_message_processing_section_
 
index 96646d6a8419395ee67750dd81d840111c17de2e..dd7dda6878b53df1c013440f17427c53a2f5849b 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
  *   The name or path of the file that is empty.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -57,7 +57,7 @@ extern "C" {
  *   The section structure containing the section name range.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index c276a5bf98994ff8843c797d75ec64f41356574b..aff4655bec07a5a2dd15f251181083d9f759fc42 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     fake_print_context_simple_variable(print, "Breaking as ", arguments.used ? arguments.array[0] : fake_make_operation_argument_success_s, 0);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_verbose_operate_break_
 
@@ -29,7 +29,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_verbose_operate_copy_
 
@@ -41,7 +41,7 @@ extern "C" {
 
     fake_print_context_simple_variable(print, "Defined environment variable ", variable, 0);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_verbose_operate_define_
 
@@ -53,7 +53,7 @@ extern "C" {
 
     fake_print_context_simple_variable(print, "Removed ", path, 0);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_verbose_operate_delete_
 
@@ -65,7 +65,7 @@ extern "C" {
 
     fake_print_context_simple_variable(print, "Exiting as ", arguments.used ? arguments.array[0] : fake_make_operation_argument_success_s, 0);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_verbose_operate_exiting_as_
 
@@ -77,7 +77,7 @@ extern "C" {
 
     fll_print_format("The %Q '%[%Q%]' is not found.%]%r", print->to, print->set->notable, is_directory ? f_file_type_name_directory_s : f_file_type_name_file_s, file, print->set->notable, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_verbose_operate_file_not_found_
 
@@ -111,7 +111,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_verbose_operate_program_
 
@@ -139,7 +139,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_verbose_operate_set_failure_state_
 
@@ -155,7 +155,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_verbose_operate_set_mode_
 
@@ -167,7 +167,7 @@ extern "C" {
 
     fake_print_context_simple_variable(print, "Changed project path to ", path, 0);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_verbose_operate_set_path_
 
@@ -184,7 +184,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_verbose_operate_set_role_
 
@@ -201,7 +201,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_verbose_operate_symbolic_link_
 
@@ -213,7 +213,7 @@ extern "C" {
 
     fake_print_context_simple_variable(print, "Touched ", path, 0);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_verbose_operate_touch_
 
index 89f096c86f3f2affb9806aba9fd32f6465e3ca97..1e5b12d7e38d10a1469e9112621856744c48714f 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
  *   Set arguments.used to 0 to use the default "success" exiting as string.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -57,7 +57,7 @@ extern "C" {
  *   The destination to copy to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -79,7 +79,7 @@ extern "C" {
  *   The environment variable name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -101,7 +101,7 @@ extern "C" {
  *   The path or file that is deleted.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -124,7 +124,7 @@ extern "C" {
  *   Set arguments.used to 0 to use the default "success" exiting as string.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -149,7 +149,7 @@ extern "C" {
  *   The file or directory path or name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -173,7 +173,7 @@ extern "C" {
  *   The arguments pass to the program.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -195,7 +195,7 @@ extern "C" {
  *   The failure state code being set to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -219,7 +219,7 @@ extern "C" {
  *   The mode being changed to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -241,7 +241,7 @@ extern "C" {
  *   The path being changed to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -269,7 +269,7 @@ extern "C" {
  *   The uid_t or gid_t representing the owner or group.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -293,7 +293,7 @@ extern "C" {
  *   A string the symbolic link is to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -315,7 +315,7 @@ extern "C" {
  *   The file path being touched.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 25ad4b940864b8045495ac2b678fc46604d94b96..8b65aa1d9dbba052f02b1b4b465b157b0f95caaa 100644 (file)
@@ -22,7 +22,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_warning_cannot_change_back_
 
@@ -34,7 +34,7 @@ extern "C" {
 
     fake_print_context_simple_variable(print, "The environment name", name, "is already added, replacing previous value");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_warning_environment_name_already_added_
 
@@ -46,7 +46,7 @@ extern "C" {
 
     fake_print_context_simple_variable(print, "The environment name", name, "is invalid, ignoring");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_warning_environment_name_invalid_
 
@@ -58,7 +58,7 @@ extern "C" {
 
     fake_print_context_simple_variable(print, "The fakefile", fakefile, "is empty");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_warning_fakefile_empty_
 
@@ -70,7 +70,7 @@ extern "C" {
 
     fake_print_context_simple_variable(print, "The file", file, "cannot be found");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_warning_file_not_found_
 
@@ -92,7 +92,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_warning_setting_content_empty_
 
@@ -116,7 +116,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_warning_setting_content_invalid_
 
@@ -128,7 +128,7 @@ extern "C" {
 
     fake_print_context_wrapped_variables(print, "The fakefile ", fakefile, " may only have a single content for the object ", name, ", only using the first");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_warning_setting_content_multiple_
 
@@ -140,7 +140,7 @@ extern "C" {
 
     fake_print_context_wrapped_variables(print, "The object ", name, " in the fakefile ", fakefile, " may only be specified once, only using the first");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_make_print_warning_setting_object_multiple_
 
index 081ad3f6364847bec1652b0ae24b631879166d66..12a07bd6077aa06b7bad274a6400351813af991d 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
  *   The path that cannot be changed back to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -55,7 +55,7 @@ extern "C" {
  *   The name of the environment variable that is already added.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -79,7 +79,7 @@ extern "C" {
  *   The name of the environment variable that is invalid.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -103,7 +103,7 @@ extern "C" {
  *   The name or path of the file that is empty.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -127,7 +127,7 @@ extern "C" {
  *   The name or path of the file that is not found.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -157,7 +157,7 @@ extern "C" {
  *   The name of the setting that has an invalid value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -191,7 +191,7 @@ extern "C" {
  *   The name of the setting that has an invalid value.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -219,7 +219,7 @@ extern "C" {
  *   The name of the content.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -245,7 +245,7 @@ extern "C" {
  *   The name of the object.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index ee39978a0a19ba500a7124e2f5b0d3b67a1feeef..f40bd3b9e44026fb3dbdc592e06132ce73cae351 100644 (file)
@@ -14,7 +14,7 @@ extern "C" {
 
     fll_error_print(print, F_status_set_fine(main->setting.state.status), function, fll_error_file_flag_fallback_e);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_
 
@@ -26,7 +26,7 @@ extern "C" {
 
     fake_print_context_wrapped_number(print, "The ", (f_number_unsigned_t) index, " argument must not be an empty string");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_argument_empty_
 
@@ -198,7 +198,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_build_operation_file_full_
 
@@ -228,7 +228,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "The directory ", path, " could not be created, a parent directory is missing or invalid");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_directory_create_parent_missing_
 
@@ -240,7 +240,7 @@ extern "C" {
 
     fake_print_context_simple_variable(print, "Failed to find program ", program, " for executing");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_execute_program_not_found_
 
@@ -271,7 +271,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_failure_operation_
 
@@ -283,7 +283,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "Failed to execute script ", script, "");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_failure_script_
 
@@ -309,7 +309,7 @@ extern "C" {
 
     fll_error_file_print(print, F_status_set_fine(main->setting.state.status), function, fll_error_file_flag_fallback_e, name, operation, type);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_file_
 
@@ -321,7 +321,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "The file ", path, " could not be created, a parent directory is missing or invalid");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_file_create_parent_missing_
 
@@ -335,7 +335,7 @@ extern "C" {
 
     fll_error_file_print(print, F_status_set_fine(main->setting.state.status), function, fll_error_file_flag_simple_e, name, operation, type);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_file_simple_
 
@@ -409,7 +409,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_fss_message_
 
@@ -421,7 +421,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "The group ", group, " is not found");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_group_not_found_
 
@@ -433,7 +433,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "The mode ", mode, " is invalid");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_mode_invalid_
 
@@ -445,7 +445,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "The number ", number, " is too large");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_number_too_large_
 
@@ -476,7 +476,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_operation_failed_
 
@@ -498,7 +498,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_operation_link_argument_unknown_
 
@@ -510,7 +510,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "The point file ", argument, " already exists");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_operation_link_point_exists_
 
@@ -522,7 +522,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "The target file ", argument, " does not exist");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_operation_link_target_exists_not_
 
@@ -541,7 +541,7 @@ extern "C" {
       fake_print_error_file(print, function, path, fake_common_file_path_determine_real_s, fll_error_file_type_file_e);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_operation_path_outside_
 
@@ -573,7 +573,7 @@ extern "C" {
       fake_print_error_file(print, function, path, fake_common_file_path_change_to_s, fll_error_file_type_directory_e);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_operation_path_stack_max_
 
@@ -606,7 +606,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_operation_stack_max_
 
@@ -637,7 +637,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_operation_unknown_
 
@@ -649,7 +649,7 @@ extern "C" {
 
     fake_print_context_wrapped_parameter(print, "The ", symbol, name, " parameter must not be empty and must not contain only white space");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_parameter_not_empty_
 
@@ -661,7 +661,7 @@ extern "C" {
 
     fake_print_context_wrapped_parameter_value(print, "The value of the directory parameter ", symbol, name, " has a path of ", value, " that is not found.");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_parameter_directory_not_found_path_
 
@@ -681,7 +681,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_parameter_not_word_
 
@@ -693,7 +693,7 @@ extern "C" {
 
     fake_print_context_wrapped_variables(print, "The operation ", operation_1, " cannot be specified with the operation ", operation_2, 0);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_parameter_operation_not_with_
 
@@ -705,7 +705,7 @@ extern "C" {
 
     fake_print_context_wrapped_parameter(print, "The parameter ", symbol, parameter, " is specified too many times");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_parameter_too_many_
 
@@ -717,7 +717,7 @@ extern "C" {
 
     fake_print_context_simple(print, "Requires more arguments");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_requires_more_arguments_
 
@@ -729,7 +729,7 @@ extern "C" {
 
     fake_print_context_simple(print, "Has too many arguments");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_too_many_arguments_
 
@@ -741,7 +741,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "The user ", user, " is not found");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_error_user_not_found_
 
index 45ea8371597c3dbb94a430dd82b69d8b94a34c80..acac5f8515e9dd0bcff972d1c30d7a03864dc67f 100644 (file)
@@ -31,7 +31,7 @@ extern "C" {
  *   The function name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -57,7 +57,7 @@ extern "C" {
  *   The index of the argument that is an empty string.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -134,7 +134,7 @@ extern "C" {
  *   Likely should have a space added at the start of the string.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if print is NULL.
@@ -191,7 +191,7 @@ extern "C" {
  *   The name of the file or directory.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -215,7 +215,7 @@ extern "C" {
  *   The identifier of the operation that failed.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -241,7 +241,7 @@ extern "C" {
  *   The name of the script that failed.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -294,7 +294,7 @@ extern "C" {
  *   A valid file type code from the fll_error_file_type enum.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -318,7 +318,7 @@ extern "C" {
  *   The name of the file or directory.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -342,7 +342,7 @@ extern "C" {
  *   The name of the not found program.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -372,7 +372,7 @@ extern "C" {
  *   A valid file type code from the fll_error_file_type enum.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -440,7 +440,7 @@ extern "C" {
  *   Set to F_true to print the fallback error message for unknown errors.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -466,7 +466,7 @@ extern "C" {
  *   A string representing the group (either as a name or as a group ID).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -490,7 +490,7 @@ extern "C" {
  *   A string representing the invalid mode.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -514,7 +514,7 @@ extern "C" {
  *   A string representing the number that is too large.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -540,7 +540,7 @@ extern "C" {
  *   The range within the buffer representing the operation name within the section.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -564,7 +564,7 @@ extern "C" {
  *   The argument that is unknown by the link operation.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -588,7 +588,7 @@ extern "C" {
  *   The argument representing the point file.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -612,7 +612,7 @@ extern "C" {
  *   The argument representing the point file.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -640,7 +640,7 @@ extern "C" {
  *   The path that is outside of the project path.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -668,7 +668,7 @@ extern "C" {
  *   The path to the directory.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -699,7 +699,7 @@ extern "C" {
  *   The max stack depth.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -727,7 +727,7 @@ extern "C" {
  *   The range within the buffer representing the operation name within the section.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -757,7 +757,7 @@ extern "C" {
  *   The value that is invalid.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -785,7 +785,7 @@ extern "C" {
  *   The value that is not found.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -813,7 +813,7 @@ extern "C" {
  *   The value that is invalid.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -841,7 +841,7 @@ extern "C" {
  *   The name of the second operation that cannot be used.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -861,7 +861,7 @@ extern "C" {
  *   The parameter name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -879,7 +879,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -897,7 +897,7 @@ extern "C" {
  *   All make related setting data, including data from the fakefile and the build settings file.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -921,7 +921,7 @@ extern "C" {
  *   A string representing the user (either as a name or as a user ID).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 6a645f647972f842f3abf2eb3a6189d7cccdc60a..c1461c1725e802447c4b3abe46f8d26d3c096eda 100644 (file)
@@ -41,7 +41,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_message_building_
 
@@ -55,7 +55,7 @@ extern "C" {
 
     fake_print_context_important_simple_variable(print, "Deleting all files within build directory ", main->setting.build, 0);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_message_delete_all_files_
 
@@ -67,7 +67,7 @@ extern "C" {
 
     fake_print_context_important_simple(print, "Generating skeleton structure");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_message_generating_skeleton_
 
@@ -142,7 +142,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_message_help_
 
index 554d23d4fd0eda888a7ca27f73b1f33a5cfb18ba..c42218e0fc20839da1a1c8b46fbb1a8aa02066d9 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
  *   The build setting data.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  * @see f_file_stream_lock()
@@ -54,7 +54,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  * @see fake_print_common_simple_variable()
@@ -74,7 +74,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  * @see fake_print_common_simple()
@@ -94,7 +94,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index d641533c344c63716f09359d49f79a2cf535b4b4..55cd0094143f48e11b7e1f98817e25eb8644c919 100644 (file)
@@ -17,7 +17,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_operation_all_complete_
 
@@ -49,7 +49,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_operation_cancelled_
 
index e51430d0b354f2322882719e3047ecbe0bdb6b7b..7b4b10b0a4ac8bbbece0a7163f88459465066175 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -54,7 +54,7 @@ extern "C" {
  *   The identifier of the operation that failed.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 27efb0b6901e4d1ad25b216ed21d6a83868b74f8..57a9a94e6b749ae5dbf2fb1d3b6fa70bb0a6c9b6 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     fake_print_common_wrapped_variables(print, "Cloning file ", source, " to ", destination, f_string_empty_s.string);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_verbose_cloning_
 
@@ -24,7 +24,7 @@ extern "C" {
 
     fake_print_common_wrapped_variables(print, "Copying file ", source, " to ", destination, f_string_empty_s.string);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_verbose_copying_
 
@@ -46,7 +46,7 @@ extern "C" {
 
     fake_print_common_simple_variable(print, "Created file ", path);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_verbose_create_file_
 
@@ -58,7 +58,7 @@ extern "C" {
 
     fake_print_common_wrapped_variable(print, "Directory ", path, " already exists");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_verbose_directory_exists_
 
@@ -70,7 +70,7 @@ extern "C" {
 
     fake_print_common_wrapped_variable(print, "File ", path, " already exists");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_verbose_file_exists_
 
@@ -82,7 +82,7 @@ extern "C" {
 
     fake_print_common_wrapped_variable(print, "File ", path, " already exists (as a symbolic link)");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_verbose_file_exists_as_link_
 
@@ -94,7 +94,7 @@ extern "C" {
 
     fake_print_common_wrapped_variable(print, "File ", path, " already exists but is not a regular file (or a symbolic link)");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_verbose_file_exists_not_regular_or_link_
 
@@ -106,7 +106,7 @@ extern "C" {
 
     fake_print_common_simple_variable(print, "Pre-populated file ", path);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_verbose_file_pre_populated_
 
@@ -118,7 +118,7 @@ extern "C" {
 
     fake_print_common_wrapped_variables(print, "Moving file ", source, " to ", destination, f_string_empty_s.string);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_verbose_moving_
 
index b17688cf1ef0e92b6ea8554c627286b624bd9cad..a123ce52dc9a97b8ec1ec9e3e2ec08e84e0c939f 100644 (file)
@@ -31,7 +31,7 @@ extern "C" {
  *   The destination file path.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -57,7 +57,7 @@ extern "C" {
  *   The destination file path.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -99,7 +99,7 @@ extern "C" {
  *   The name of the file.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -123,7 +123,7 @@ extern "C" {
  *   The name of the directory.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -147,7 +147,7 @@ extern "C" {
  *   The name of the file or directory.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -171,7 +171,7 @@ extern "C" {
  *   The name of the file or directory.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -195,7 +195,7 @@ extern "C" {
  *   The name of the file or directory.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -219,7 +219,7 @@ extern "C" {
  *   The name of the file or directory.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -245,7 +245,7 @@ extern "C" {
  *   The destination file path.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 341d3c2db21c3e877b10fb57b4aef91fdbe5f3c5..a4639d36344cd19ec9b44d9177c85645103d5ae5 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "The build directory ", path, " exists but is not a directory");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_warning_build_directory_not_directory_
 
@@ -24,7 +24,7 @@ extern "C" {
 
     fake_print_context_wrapped_variable(print, "The path ", path, " exists but is not a directory");
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fake_print_warning_path_exists_not_directory_
 
index 080f9bd8634007588a530f6ded1e73a8b7fa04d6..a84cdf914c2b8b670137f5b3de51538f972ef1b7 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
  *   The path of the build directory.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -53,7 +53,7 @@ extern "C" {
  *   The name of the file or directory.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index cfff1e880f003c78c769f59924c9cf04bab9d5dd..80bc0859c06d93b26f967459fe92b584b4388a31 100644 (file)
@@ -94,7 +94,7 @@ extern "C" {
       }
 
       failsafe = 0;
-      main->setting.status_signal = F_none;
+      main->setting.status_signal = F_okay;
 
     } while (!main->program.signal_received);
 
index 1c6a9d72a569bfe00a8cb36a7ba71b090f0d3e49..5439faeef21ce375356f9c0b32f64660c0b8e464 100644 (file)
@@ -115,7 +115,7 @@ extern "C" {
     fake_skeleton_operate_file_create(data, data->file_data_build_fakefile, F_false, fake_make_skeleton_content_fakefile_s);
     if (F_status_is_error(main->setting.state.status)) return;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_skeleton_operate_
 
@@ -131,7 +131,7 @@ extern "C" {
     if (main->setting.state.status == F_true) {
       fake_print_verbose_directory_exists(&main->program.message, path);
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       return;
     }
@@ -166,7 +166,7 @@ extern "C" {
       return;
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_skeleton_operate_directory_create_
 
@@ -182,7 +182,7 @@ extern "C" {
     if (main->setting.state.status == F_true) {
       fake_print_verbose_file_exists(&main->program.message, path);
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       return;
     }
@@ -194,7 +194,7 @@ extern "C" {
       if (main->setting.state.status == F_true) {
         fake_print_verbose_file_exists_as_link(&main->program.message, path);
 
-        main->setting.state.status = F_none;
+        main->setting.state.status = F_okay;
 
         return;
       }
@@ -203,7 +203,7 @@ extern "C" {
     if (main->setting.state.status == F_false) {
       fake_print_verbose_file_exists_not_regular_or_link(&main->program.message, path);
 
-      main->setting.state.status = F_status_set_warning(F_none);
+      main->setting.state.status = F_status_set_warning(F_okay);
 
       return;
     }
@@ -267,7 +267,7 @@ extern "C" {
       return;
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fake_skeleton_operate_file_create_
 
index ae51481dc8d7528d44dd5d3be4b441835a37e97d..41861179a43af116f7499326ecfce62ca585b0fd 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
  *
@@ -44,7 +44,7 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_failure (with warning bit) on path exists but is not a directory.
  *
@@ -67,9 +67,9 @@ extern "C" {
  *   The program data.
  *
  *   This alters data.main->setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
- *     F_none (with warning bit) on file exists but is not a regular or a link.
+ *     F_okay (with warning bit) on file exists but is not a regular or a link.
  *
  *     Errors (with error bit) from: f_file_create()
  *     Errors (with error bit) from: f_file_is()
index 488fedfdee57e7e0e74f245ed4a6b4ad3bc50be4..59566585b04eb9f8743fca57407905b636d1e90a 100644 (file)
@@ -108,7 +108,7 @@ extern "C" {
 
     if (!setting) return F_status_set_error(F_parameter);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_firewall_setting_delete_
 
@@ -201,7 +201,7 @@ extern "C" {
 
     firewall_setting_delete(&main->setting);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_firewall_setting_unload_
 
index c3c3222f04b79c64875b0c57f3f3f4c3cd8c4774..eda13ed468f2788248eb308411ef157cb8ce0a45 100644 (file)
@@ -461,7 +461,7 @@ extern "C" {
  *   This does not alter setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  */
@@ -484,7 +484,7 @@ extern "C" {
  *   The main program settings.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_console_parameter_process().
  *     Errors (with error bit) from: fll_program_parameter_process_context().
@@ -506,7 +506,7 @@ extern "C" {
  *   This does not alter main.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
index 1e627c55810848c0393b856b2b729a448eff5688..cc42f2e598fd7e8916fa7725ce25cedfaa51c33c 100644 (file)
@@ -15,7 +15,7 @@ extern "C" {
 #ifndef _di_firewall_main_
   f_status_t firewall_main(fll_program_data_t * const main, firewall_setting_t * const setting) {
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     setting->state.step_small = firewall_allocation_console_d;
 
@@ -52,22 +52,22 @@ extern "C" {
     if (main->parameters.array[f_console_standard_parameter_help_e].result & f_console_result_found_e) {
       firewall_print_help(setting, main->message);
 
-      return F_none;
+      return F_okay;
     }
 
     if (main->parameters.array[f_console_standard_parameter_version_e].result & f_console_result_found_e) {
       fll_program_print_version(&main->message, firewall_program_version_s);
 
-      return F_none;
+      return F_okay;
     }
 
     if (main->parameters.array[f_console_standard_parameter_copyright_e].result & f_console_result_found_e) {
       fll_program_print_copyright(&main->message);
 
-      return F_none;
+      return F_okay;
     }
 
-    status = F_none;
+    status = F_okay;
 
     firewall_data_t data = firewall_data_t_initialize;
     data.main = main;
index eb92ecdf6caf376c3a020fa8d53670419d7a5cd8..4522a866bb0270d546b90b58924a8718a72158d9 100644 (file)
@@ -73,7 +73,7 @@ extern "C" {
  *   The parameters passed to the process.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_interrupt (with error bit) on receiving a process signal, such as an interrupt signal.
  *
index 3606471cc738c4abedcad699210af880b696ba00..1a625d4b43ef577738129c430e04d756d35f5a32 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
     f_file_stream_flush(print.to);
     f_file_stream_unlock(print.to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_firewall_print_help_
 
index b2f32fe531be0526b8a4786ef04c1d77cb266643..6db7e9466983ea2311819fc22cab4472d1444e38 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   The output structure to print to.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  */
 #ifndef _di_firewall_print_help_
   extern f_status_t firewall_print_help(firewall_setting_t * const setting, const fl_print_t print);
index 9234aff3f88cbed88921c35c1fed88f305023ef5..54c4185faaa3e167610ffdaafbd456c71ae4ccf2 100644 (file)
@@ -11,7 +11,7 @@ extern "C" {
     f_string_dynamics_resize(0, &data->chains);
     f_string_dynamics_resize(0, &data->devices);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_firewall_data_delete_
 
index 9252930a2286e66f52b37c492355802524893f6d..4d9d76d0261ec034e26c18b36cce260777ed14c6 100644 (file)
@@ -98,7 +98,7 @@ typedef struct {
  *   The program data.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Status codes (with error bit) are returned on any problem.
  *
index 54afad55fb448b18a130d385b3d569f71b3981d4..62d336e29a05b48fc7245742bb362a0b491ea0ce 100644 (file)
@@ -10,7 +10,7 @@ f_status_t firewall_perform_commands(firewall_data_t * const data, firewall_loca
 
   if (!data || !local || local->device >= data->devices.used) return F_status_set_error(F_parameter);
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
 
   bool invalid = F_false;
   bool is_ip_list = F_false;
@@ -396,7 +396,7 @@ f_status_t firewall_perform_commands(firewall_data_t * const data, firewall_loca
           if (F_status_is_error(status)) break;
 
           if (status == F_data_not) {
-            status = F_none;
+            status = F_okay;
           }
           else {
             ++arguments.used;
@@ -561,7 +561,7 @@ f_status_t firewall_perform_commands(firewall_data_t * const data, firewall_loca
                 fll_print_format("%r%[%QCannot find the file '%Q'.%]%r", data->main->warning.to, f_string_eol_s, data->main->warning.context, data->main->warning.prefix, path_file, data->main->warning.context, f_string_eol_s);
               }
 
-              status = F_none;
+              status = F_okay;
             }
             else if (F_status_set_fine(status) == F_file_open) {
               if (data->main->error.verbosity > f_console_verbosity_quiet_e) {
@@ -782,7 +782,7 @@ f_status_t firewall_create_custom_chains(firewall_data_t * const data, firewall_
 
   if (!data || !local) return F_status_set_error(F_parameter);
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
 
   uint8_t tool = firewall_program_iptables_e;
   bool new_chain = F_false;
@@ -975,7 +975,7 @@ f_status_t firewall_delete_chains(firewall_data_t * const data) {
   if (!data) return F_status_set_error(F_parameter);
 
   const f_string_static_t tools[2] = { firewall_tool_iptables_s, firewall_tool_ip6tables_s };
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
 
   for (f_number_unsigned_t i = 0; i < 2; ++i) {
 
@@ -1071,7 +1071,7 @@ f_status_t firewall_default_lock(firewall_data_t * const data) {
   const f_string_static_t chains[3] = { firewall_chain_input_s, firewall_chain_output_s, firewall_chain_forward_s };
   const f_string_static_t tools[2] = { firewall_tool_iptables_s, firewall_tool_ip6tables_s };
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
 
   int return_code = 0;
 
@@ -1247,7 +1247,7 @@ f_status_t firewall_process_rules(firewall_data_t * const data, f_string_range_t
 
   if (!data || !range || !local) return F_status_set_error(F_parameter);
 
-  f_status_t status = F_none;
+  f_status_t status = F_okay;
   f_number_unsigneds_t delimits = f_number_unsigneds_t_initialize;
   f_state_t state = f_state_t_initialize;
 
@@ -1306,7 +1306,7 @@ f_status_t firewall_delete_local_data(firewall_local_data_t * const local) {
   f_string_ranges_resize(0, &local->rule_objects);
   f_string_rangess_resize(0, &local->rule_contents);
 
-  return F_none;
+  return F_okay;
 }
 
 #ifdef __cplusplus
index 95f28f960081801abe15290336dfcf967c71fc6c..14ed355fd934514f65f1d2f291187e45174aa010 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
  *   Local firewall settings.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_child on child process exiting.
  *
  *   F_interrupt (with error bit) on receiving a process signal, such as an interrupt signal.
@@ -50,7 +50,7 @@ extern f_status_t firewall_perform_commands(firewall_data_t * const data, firewa
  *   Local firewall settings.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_child on child process exiting.
  *
  *   F_interrupt (with error bit) on receiving a process signal, such as an interrupt signal.
@@ -67,7 +67,7 @@ extern f_status_t firewall_create_custom_chains(firewall_data_t * const data, fi
  *   The program data.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_child on child process exiting.
  *
  *   F_interrupt (with error bit) on receiving a process signal, such as an interrupt signal.
@@ -84,7 +84,7 @@ extern f_status_t firewall_delete_chains(firewall_data_t * const data) F_attribu
  *   The program data.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_child on child process exiting.
  *
  *   Status codes (with error bit) are returned on any problem.
@@ -105,7 +105,7 @@ extern f_status_t firewall_default_lock(firewall_data_t * const data) F_attribut
  *   Local firewall settings.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_child on child process exiting.
  *
  *   Status codes (with error bit) are returned on any problem.
@@ -123,7 +123,7 @@ extern f_status_t firewall_buffer_rules(firewall_data_t * const data, const f_st
  *   Local firewall settings.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_child on child process exiting.
  *
  *   Status codes (with error bit) are returned on any problem.
@@ -137,7 +137,7 @@ extern f_status_t firewall_process_rules(firewall_data_t * const data, f_string_
  *   Local firewall settings.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Status codes (with error bit) are returned on any problem.
  */
index a2a2870d1b7d6bcc6868f7caf0024b3f072ea00d..0408a854e26815700877613a83e0abdf23624ab8 100644 (file)
@@ -161,7 +161,7 @@ extern "C" {
 
       f_number_unsigned_t i = 0;
       f_number_unsigned_t j = 0;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
 
       for (; i < main->setting.names.used; ++i) {
 
index 6238b2101158f84fa819d3afabe05b470d6372ce..d1a52682cc1b3141e5e1b3890435c63d985602cc 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
  *   The main program data and settings.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_console_parameter_process().
  *     Errors (with error bit) from: fll_program_parameter_process_context().
index e7647d8909a90abe1ec6930f4e2d85588db930ea..bb5e4fe9bc110e7d01d13cf51b027d5b864b3ce2 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
     f_string_dynamics_resize(0, &setting->names);
     f_string_dynamics_resize(0, &setting->files);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_identify_setting_delete_
 
index 2865e38015751099303348a866748a19fb3f80b4..b061e2060730eccfe7a81af20102ea8b4e4311f7 100644 (file)
@@ -67,7 +67,7 @@ extern "C" {
       0, \
       0, \
       f_string_range_t_initialize, \
-      F_none, \
+      F_okay, \
       f_state_t_initialize, \
       f_file_t_initialize, \
       f_string_dynamic_t_initialize, \
@@ -118,7 +118,7 @@ extern "C" {
  *   This does not alter setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  */
index a34b129abe93e206f3356805714c3758dd45df5e..dc49243f24e8ff8f72a7980da4c310ae2480a4ab 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
       fll_print_dynamic_raw(f_string_eol_s, main->program.message.to);
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (main->setting.flag & (fss_identify_main_flag_help_e | fss_identify_main_flag_version_e | fss_identify_main_flag_copyright_e)) {
       if (main->setting.flag & fss_identify_main_flag_help_e) {
@@ -92,7 +92,7 @@ extern "C" {
     if (F_status_set_fine(main->setting.state.status) == F_interrupt) return;
     if (F_status_is_error(main->setting.state.status)) return;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_identify_main_
 
index 92de992b3ff7b9f4412c5359d7d20213dd838a81..f003f17745079e8ada6aba7b71647e8e8ba5e577 100644 (file)
@@ -73,7 +73,7 @@ extern "C" {
  *   The main program and setting data.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
  *
index 9b1d157d0f6445da077bbbc8be606a22338df21d..34bace43d81899f4b00ecb1541e550fa7b4a85f5 100644 (file)
@@ -13,7 +13,7 @@ extern "C" {
 
     if (!main) return;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
     main->setting.buffer.used = 0;
     main->setting.range.start = 0;
     main->setting.range.stop = 0;
@@ -43,12 +43,12 @@ extern "C" {
 
       main->setting.range.stop = main->setting.range.start;
 
-    } while (main->setting.state.status != F_none_eof && main->setting.buffer.string[main->setting.range.start] != f_string_eol_s.string[0]);
+    } while (main->setting.state.status != F_okay_eof && main->setting.buffer.string[main->setting.range.start] != f_string_eol_s.string[0]);
 
     // Reset the start point to prepare the buffer for processing.
     main->setting.range.start = 0;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_identify_load_line_
 
index fef66ee5f9a4570ff8d3d94dff1abdcd2a73a652..638e4369f9a558200cc71664e58155a02b7329b6 100644 (file)
@@ -19,7 +19,7 @@
  *   The main program and settings data.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_file_stream_read_block().
  *     Errors (with error bit) from: f_string_dynamic_resize().
index ce09d5b3bb515efb0c3b5efa65af9516191b4838..d3cd3db11be523af417d7359682c94149c00a33f 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_identify_print_data_id_
 
@@ -42,7 +42,7 @@ extern "C" {
 
     fll_print_format("%ul%r", print->to, main->setting.total, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_identify_print_data_total_
 
index 182b859ff6b14562485ef09b1edde32025d4fce2..fbbadc425e000aa88e27635ce8d2e5c95a2bf8e2 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
  *   The Identifier to print.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -45,7 +45,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index d3b6a2a2cddc1f04dfd2594f8374a9e4a5961099..7ee2bda2b424992107b2a1ed59c9102b9a7384eb 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     fll_error_print(print, F_status_set_fine(((fss_identify_main_t *) print->custom)->setting.state.status), function, fll_error_file_flag_fallback_e);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_identify_print_error_
 
@@ -26,7 +26,7 @@ extern "C" {
 
     fll_error_file_print(print, F_status_set_fine(main->setting.state.status), function, fll_error_file_flag_fallback_e, name, operation, type);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_identify_print_error_file_
 
@@ -38,7 +38,7 @@ extern "C" {
 
     fll_print_format("%[%QNo sources are specified, please pipe data or designate a file.%]%r", print->to, print->set->error, print->prefix, print->set->error, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_identify_print_error_no_from_
 
@@ -58,7 +58,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_identify_print_error_parameter_file_name_empty_
 
@@ -80,7 +80,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_identify_print_error_parameter_file_name_invalid_
 
index b5d6e90e845874473b04ffcc451f3fc969f20a03..594b181720e00978ad542d09b84af6b1594d771e 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -54,7 +54,7 @@ extern "C" {
  *   A valid file type code from the fll_error_file_type enum.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -74,7 +74,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -96,7 +96,7 @@ extern "C" {
  *   The index within the argv[] array where the empty string is found.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -122,7 +122,7 @@ extern "C" {
  *   The parameter name value string that is invalid.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index dc789f3bd8b1b268588f979b5d9d48be38a9d414..a675fea6a1568c5732c652600e4ef089d31f52cd 100644 (file)
@@ -50,7 +50,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_identify_print_message_help_
 #ifdef __cplusplus
index e3eacae745a13caac27aca1b9cc986ab34147d59..fc998a797fd445e95dd508a35a38ea7e8044c4b6 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 71c1590645e962ae7bf1ad48759e810d431baf8f..fd6837d2fc96e2c4d75c104c4b92a816120e66f5 100644 (file)
@@ -92,7 +92,7 @@ extern "C" {
       } // for
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_identify_process_
 
index f2a169e0f726e86d7dc25b2c2e8fd1175d385be4..30caa8057900e98871848f1c0b908692d4df0b86 100644 (file)
@@ -22,7 +22,7 @@
  *   This alters main.program.signal_received, setting it to a received signal.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: fll_fss_identify().
  * @param name
index 2faad5c5c3d78369ddd1e4840c7d7cecf0fbab60..42ffca4af764172cffb563ef3e41632dc2597c15 100644 (file)
@@ -94,7 +94,7 @@ extern "C" {
       }
 
       failsafe = 0;
-      main->setting.status_signal = F_none;
+      main->setting.status_signal = F_okay;
 
     } while (!main->program.signal_received);
 
index 6e7a635c954127c83818bb0d7db38846e7ae87d2..14acecf715b0984d0d7b25e9433fb488a51ff958 100644 (file)
@@ -55,7 +55,7 @@ extern "C" {
       return;
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_read_basic_process_load_
 
index 6b232c5edca44bbdf43ba04e22d1123a311310ec..05989609b8dc1f407837ce1eb95ce0e0f45ec257 100644 (file)
@@ -77,7 +77,7 @@ extern "C" {
  *   This does not alter main.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  */
 #ifndef _di_fss_read_basic_process_help_
@@ -96,7 +96,7 @@ extern "C" {
  *   Must be of type fss_read_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_data_not_stop (with warning bit) on no valid FSS data found and reached stopping point.
  *     F_data_not_eos (with warning bit) on no valid FSS data found and reached end of string.
index 3d8696370d4b82d41bc2aaebba57653ca909cb92..103dea442897b5f6cc5133ee2c28925e55e47eb4 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_basic_print_help_
 
@@ -50,7 +50,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_basic_print_object_end_
 
index 40c5c3ff4f2a55bf47cc8d542a3718ae916612ad..c3e793285e60d8e3dcf87809cc573da65ae99f6c 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -43,7 +43,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
index 6d6e4bf3250e19390cbc3ec956b2ff22627e3ad1..6d1f4773d1d4589f84cceae1d963da76598afad2 100644 (file)
@@ -55,7 +55,7 @@ extern "C" {
       return;
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_read_basic_list_process_load_
 
index 2b574745d18f48f788a3787710080ad098fdadc7..b13c8b5a782b6cae54774fbbbb3454195c382a46 100644 (file)
@@ -77,7 +77,7 @@ extern "C" {
  *   This does not alter main.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  */
 #ifndef _di_fss_read_basic_list_process_help_
@@ -96,7 +96,7 @@ extern "C" {
  *   Must be of type fss_read_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_data_not_stop (with warning bit) on no valid FSS data found and reached stopping point.
  *     F_data_not_eos (with warning bit) on no valid FSS data found and reached end of string.
index 0d47ffb2a90930b017b250809ce3c46ff9415c67..9e89e2dbcdc49cea86550f0c273716bad8634a60 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_basic_list_print_help_
 
@@ -58,7 +58,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_basic_list_print_object_end_
 
index f99fb8be7927f8a40ac454e6651e18619f63039e..029055ebb4c275f33367749af9a224e03c0d3a35 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -43,7 +43,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
index 1725b211513ba9b637f7a08e6f302001b78f8f6e..326d306661f48e250759fbf6012f52dfd3431cf4 100644 (file)
@@ -55,7 +55,7 @@ extern "C" {
       return;
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_read_embedded_list_process_load_
 
index 6b77918325c33ce06cbd7ec7ec9a572438f6fa85..be8f50ac877ed4d4052e3bbf8a88917c1278a578 100644 (file)
@@ -77,7 +77,7 @@ extern "C" {
  *   This does not alter main.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  */
 #ifndef _di_fss_read_embedded_list_process_help_
@@ -96,7 +96,7 @@ extern "C" {
  *   Must be of type fss_read_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_data_not_stop (with warning bit) on no valid FSS data found and reached stopping point.
  *     F_data_not_eos (with warning bit) on no valid FSS data found and reached end of string.
index 66a2a8e9f1a1c723b8c7d2329621c3207e59be31..bdf29b50d665298f725005452ca2fcd345d7e5b8 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_embedded_list_print_help_
 
@@ -58,7 +58,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_embedded_list_print_object_end_
 
@@ -74,7 +74,7 @@ extern "C" {
       f_print_dynamic_raw(f_fss_embedded_list_close_end_s, print->to);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_embedded_list_print_set_end_
 
index 6914be9764223a5582000a9458e47bfaa38ccbe4..4c62c4d465cc237ffa77f02264c0a4f47b64b99e 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -43,7 +43,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -69,7 +69,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
index 0489d89367de59aa470cf0305fec2894cbf28e70..213add14427655aa5f4c4ace3c3a587daba8c192 100644 (file)
@@ -55,7 +55,7 @@ extern "C" {
       return;
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_read_extended_process_load_
 
index db910e6233e7c337a079f0abd5711dc7a99328ea..0a08278056d6db9e3ed792c0e6f64179e0dacea4 100644 (file)
@@ -96,7 +96,7 @@ extern "C" {
  *   This does not alter main.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  */
 #ifndef _di_fss_read_extended_process_help_
@@ -115,7 +115,7 @@ extern "C" {
  *   Must be of type fss_read_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_data_not_stop (with warning bit) on no valid FSS data found and reached stopping point.
  *     F_data_not_eos (with warning bit) on no valid FSS data found and reached end of string.
index 040fe854b26f9969c549aae3e5efcf1c7c7a89f3..9cec070736fbecef3921b470187a5d6aff446c01 100644 (file)
@@ -15,7 +15,7 @@ extern "C" {
       fll_print_dynamic_raw((main->setting.flag & fss_read_main_flag_pipe_format_e) ? fss_read_pipe_content_start_s : f_fss_extended_next_s, print->to);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_extended_print_content_next_
 
@@ -45,7 +45,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_extended_print_help_
 
@@ -65,7 +65,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_extended_print_object_end_
 
index 8d7d8342c5a85fd9c8a58c4e5f83c0ae25c8ee52..f8b10a25c8a52363214b7394a06baf83c93deab1 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -47,7 +47,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -69,7 +69,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
index 6c130e5734ce8fd71be9d36c83ea9f8aa7946914..adb75b25f25ba728ad016bc0a99b0bc704c8f14d 100644 (file)
@@ -55,7 +55,7 @@ extern "C" {
       return;
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_read_extended_list_process_load_
 
index ca8ed26a3dccc1f5dcc40ab3114e556a89fe9778..db7780f3e33b17787d075347fabea8de89461ba4 100644 (file)
@@ -77,7 +77,7 @@ extern "C" {
  *   This does not alter main.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  */
 #ifndef _di_fss_read_extended_list_process_help_
@@ -96,7 +96,7 @@ extern "C" {
  *   Must be of type fss_read_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_data_not_stop (with warning bit) on no valid FSS data found and reached stopping point.
  *     F_data_not_eos (with warning bit) on no valid FSS data found and reached end of string.
index 4ec740d5b7887a213c236e4882bc79a6aa7ae789..f3c2fc08db18f43f95e249d6a3c048c8ff3e648b 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_extended_list_print_help_
 
@@ -58,7 +58,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_extended_list_print_object_end_
 
@@ -74,7 +74,7 @@ extern "C" {
       f_print_dynamic_raw(f_fss_extended_list_close_end_s, print->to);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_extended_list_print_set_end_
 
index 823832e0154b2b85ee8287dd72a8c38d66f01069..bb30dc03a52083e6e05dfd9889fd785737ced75b 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -43,7 +43,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -67,7 +67,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
index 560b2fbe34ca3a0ca75014dd4c8b22830354d5cc..68ebe992318c9e2583ea82b7a4bc15aea3cd46f8 100644 (file)
@@ -36,7 +36,7 @@ extern "C" {
       } // for
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_read_ensure_quotes_length_
 
@@ -123,7 +123,7 @@ extern "C" {
       if (F_status_is_error(main->setting.state.status)) return;
 
       if (main->setting.state.status == F_done) {
-        main->setting.state.status = F_none;
+        main->setting.state.status = F_okay;
 
         return;
       }
@@ -495,7 +495,7 @@ extern "C" {
 
       main->setting.files.array[0].range.start = 0;
 
-      while (main->setting.state.status != F_none_eof) {
+      while (main->setting.state.status != F_okay_eof) {
 
         if (fss_read_signal_check(main)) break;
 
@@ -802,7 +802,7 @@ extern "C" {
       } // for
     } // for
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_read_setting_load_depth_
 
index 16216d16bb804684ed6065d5f00198965218bac2..3be3a1d7681241bf235f4baafda09319498c6c97 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   The main program data.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_memory_array_resize().
  *     Errors (with error bit) from: f_memory_arrays_resize().
@@ -52,7 +52,7 @@ extern "C" {
  *   This alters main.setting.range.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but nothing was provided to operate with.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
@@ -68,7 +68,7 @@ extern "C" {
  *     Errors (with error bit) from: fss_read_signal_check()
  * @param callback
  *   (optional) Designate a function to call after performing the initial processing, but before printing help.
- *   If the function returns F_done, then this function immediately returns, resetting status to F_none.
+ *   If the function returns F_done, then this function immediately returns, resetting status to F_okay.
  *   Set to NULL to disable.
  *
  * @see f_console_parameter_process()
@@ -102,7 +102,7 @@ extern "C" {
  *   Must be of type fss_read_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_interrupt (with error bit) on interrupt signal received.
  *     F_parameter (with error bit) on parameter error.
index df851a1e9a1b8ba504aa1f688ce7a6bddacae6bb..afc436fc8305280a222b0159de801dcbc69570ba 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
       depths->used = length;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_depths_resize_
 
@@ -53,7 +53,7 @@ extern "C" {
       files->used = length;
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_files_resize_
 
@@ -89,7 +89,7 @@ extern "C" {
     f_memory_array_resize(0, sizeof(uint8_t), (void **) &setting->quotes_object.array, &setting->quotes_object.used, &setting->quotes_object.size);
     f_memory_arrays_resize(0, sizeof(f_uint8s_t), (void **) &setting->quotes_content.array, &setting->quotes_content.used, &setting->quotes_content.size, &f_uint8ss_delete_callback);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_setting_delete_
 
index 0a322a8af7e9e5b8af66faceb8bf7037c44365d5..1281d79ad62f9c7a4988a55397655f027cf0ea56 100644 (file)
@@ -249,8 +249,8 @@ extern "C" {
     { \
       fss_read_main_flag_none_e, \
       fss_read_delimit_mode_all_e, \
-      F_none, \
-      macro_f_state_t_initialize_1(fss_read_allocation_large_d, fss_read_allocation_small_d, F_none, 0, 0, &fll_program_standard_signal_handle, 0, 0, 0, 0), \
+      F_okay, \
+      macro_f_state_t_initialize_1(fss_read_allocation_large_d, fss_read_allocation_small_d, F_okay, 0, 0, &fll_program_standard_signal_handle, 0, 0, 0, 0), \
       0, \
       0, \
       0, \
@@ -315,7 +315,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -338,7 +338,7 @@ extern "C" {
  *   Must not be NULL.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  *
@@ -378,7 +378,7 @@ extern "C" {
  *   This does not alter setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  */
index ba42f8f76eccc99a3b58b100e550db3ed8ab93df..1c3068e8f111f9050c801f3e746ae2cea1979441 100644 (file)
@@ -64,7 +64,7 @@ extern "C" {
       fll_print_dynamic_raw(f_string_eol_s, main->program.message.to);
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (main->setting.flag & (fss_read_main_flag_help_e | fss_read_main_flag_version_e | fss_read_main_flag_copyright_e)) {
       if (main->setting.flag & fss_read_main_flag_help_e) {
index 888edd341ff871de64df287ae597252df6708b46..bcf52c169e74b4be704389af4fa045aab91854ca 100644 (file)
@@ -123,7 +123,7 @@ extern "C" {
  *   Must be of type fss_read_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_true on success when performing verification and verify passed.
  *     F_false on success when performing verification and verify failed.
  *
@@ -164,7 +164,7 @@ extern "C" {
  *   Must be of type fss_read_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_string_dynamic_append_assure().
  *
index d183272689a0db6b7fbc3a51a484983e3b2db74d..10726e69cc404effe70854cde053ecbe94d2f115 100644 (file)
@@ -43,7 +43,7 @@ extern int main(const int argc, const f_string_t *argv, const f_string_t *envp);
  *   This does not alter main.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  */
 #ifndef _di_fss_read_main_process_help_
@@ -65,7 +65,7 @@ extern int main(const int argc, const f_string_t *argv, const f_string_t *envp);
  *   This alters main.callback.process_help, main.callback.process_normal, and main.callback.process_pipe.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but nothing was provided to operate with.
 
  *     F_parameter (with error bit) on parameter related error.
index 48b6e2b786f7ac89693d33d45c3608cf8fe6ed43..46cd71407f0000b22b8e6cff415d944c58b83f65 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_main_print_error_format_unknown_
 
@@ -109,7 +109,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_main_main_print_help_
 
index e885561c4a3d2c03e86265be205567a2d0cc048e..0cb6aba0873c0bb03e638fd3851691dfd1f32c56 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   A string representing the value that is of an unknown format.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -41,7 +41,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 29a51d02266ff50d6d4a62971fe7e4a632331860..d83b39bac58bdb7fba5caec642ff21b181897dce 100644 (file)
@@ -59,7 +59,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_print_at_
 
@@ -92,7 +92,7 @@ extern "C" {
       main->callback.print_content_ignore(&main->program.output);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_print_content_
 
@@ -107,7 +107,7 @@ extern "C" {
       fll_print_dynamic_raw(fss_read_pipe_content_ignore_s, print->to);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_print_content_ignore_
 
@@ -118,7 +118,7 @@ extern "C" {
 
     fll_print_format("%ul%r", print->to, number, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_print_number_
 
@@ -164,7 +164,7 @@ extern "C" {
       }
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_print_object_
 
@@ -184,7 +184,7 @@ extern "C" {
       );
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_print_quote_
 
@@ -197,7 +197,7 @@ extern "C" {
 
     fll_print_dynamic_raw((main->setting.flag & fss_read_main_flag_pipe_format_e) ? fss_read_pipe_content_end_s : f_string_eol_s, print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_print_set_end_
 
@@ -212,7 +212,7 @@ extern "C" {
       fll_print_dynamic_raw(fss_read_pipe_content_end_s, print->to);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_print_set_end_no_eol_
 
index 96c857c9ba1f945f882bf7f4843ab5df095f54a1..4061a736f76befd66ac3b40d5a2933eda2bda3ac 100644 (file)
@@ -39,7 +39,7 @@ extern "C" {
  *   This represents the positions within the current Content at the "at" position.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -80,7 +80,7 @@ extern "C" {
  *   The delimits array representing a delimited Content.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -107,7 +107,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -133,7 +133,7 @@ extern "C" {
  *   The number to print.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -164,7 +164,7 @@ extern "C" {
  *   This represents the positions within the current Object at the "at" position.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -198,7 +198,7 @@ extern "C" {
  *   This represents the positions within the current Object at the "at" position.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -222,7 +222,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -248,7 +248,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
index 8b55ab57944aa40ab0ee7e25c090364eb8b67be7..bfbbc50c2e174e8f29f69916cdc6ab6b650542df 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     fll_error_print(print, F_status_set_fine(((fss_read_main_t *) print->custom)->setting.state.status), function, fll_error_file_flag_fallback_e);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_print_error_
 
@@ -24,7 +24,7 @@ extern "C" {
 
     fll_error_file_print(print, F_status_set_fine(((fss_read_main_t *) print->custom)->setting.state.status), function, fll_error_file_flag_fallback_e, name, operation, type);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_print_error_file_
 
@@ -42,7 +42,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_print_error_parameter_requires_message_
 
@@ -64,7 +64,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_print_error_parameter_value_before_value_number_
 
@@ -84,7 +84,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_print_error_parameter_value_once_only_number_
 
@@ -102,7 +102,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_print_error_one_content_only_
 
@@ -124,7 +124,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_print_error_unsupported_eol_
 
index 28efcc2f565cf578eac0524cd21e79c3d82ba1df..0efb66bd9f90c6eac5baeed7e63be8fab2e8a22b 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -58,7 +58,7 @@ extern "C" {
  *   A valid file type code from the fll_error_file_type enum.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -87,7 +87,7 @@ extern "C" {
  *   The message to print regarding why the message should be displayed.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -116,7 +116,7 @@ extern "C" {
  *   The parameter value that is before the "value" function parameter.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -143,7 +143,7 @@ extern "C" {
  *   The parameter value that is already specified.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -163,7 +163,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -183,7 +183,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
index 66d87d5ba54c1a1997a15bfcb963faf11095b12a..9d5235cec23c3404a6745fa0e21bc21a39d6afc9 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
         fss_read_print_number(&main->program.output, 0);
       }
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       return;
     }
@@ -110,7 +110,7 @@ extern "C" {
 
     if (F_status_is_error(main->setting.state.status)) return;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_read_process_normal_
 
@@ -126,7 +126,7 @@ extern "C" {
         fss_read_print_number(&main->program.output, 0);
       }
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       return;
     }
@@ -134,7 +134,7 @@ extern "C" {
     // If the standard only has one line per Content, then any line value greater than 0 equates to no line to print.
     if ((main->setting.flag & fss_read_main_flag_line_e) && (main->setting.flag & fss_read_main_flag_line_single_e)) {
       if (main->setting.line) {
-        main->setting.state.status = F_none;
+        main->setting.state.status = F_okay;
 
         return;
       }
@@ -169,7 +169,7 @@ extern "C" {
 
         if (F_status_is_error(main->setting.state.status)) return;
 
-        main->setting.state.status = F_none;
+        main->setting.state.status = F_okay;
 
         return;
       }
@@ -183,7 +183,7 @@ extern "C" {
       fss_read_print_number(&main->program.output, 0);
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_read_process_normal_at_
 
@@ -236,7 +236,7 @@ extern "C" {
           ++(*line);
         }
 
-        main->setting.state.status = F_none;
+        main->setting.state.status = F_okay;
 
         return;
       }
@@ -346,7 +346,7 @@ extern "C" {
       }
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_read_process_normal_at_line_
 
@@ -360,7 +360,7 @@ extern "C" {
     if (!(main->setting.flag & fss_read_main_flag_content_e)) {
       fss_read_print_number(&main->program.output, 0);
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       return;
     }
@@ -393,7 +393,7 @@ extern "C" {
 
     fss_read_print_number(&main->program.output, max);
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_read_process_normal_columns_
 
@@ -434,7 +434,7 @@ extern "C" {
       memset(names, F_true, sizeof(bool) * main->setting.objects.used);
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_read_process_normal_name_
 
@@ -488,7 +488,7 @@ extern "C" {
         : total
     );
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_read_process_normal_total_
 
@@ -566,7 +566,7 @@ extern "C" {
         : total
     );
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_read_process_normal_total_multiple_
 
index 7774c24e8292daeb1f32c2ca4093564e2caef83e..f39eca1e59b5b48905ffd5bac9bd023f557e6c59 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
  *   Must be of type fss_read_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: main.callback.process_at().
  *     Errors (with error bit) from: main.callback.process_at_line().
@@ -57,7 +57,7 @@ extern "C" {
  *   Must be of type fss_read_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: fss_read_signal_check().
  * @param names
@@ -88,7 +88,7 @@ extern "C" {
  *   This alters main.setting.range.
  *
  *   This alters main.setting.state.status:
- *     F_none on success but line not yet found.
+ *     F_okay on success but line not yet found.
  *     F_success on success and line is found and printed.
  *
  *     Errors (with error bit) from: f_string_dynamic_append_assure().
@@ -122,7 +122,7 @@ extern "C" {
  *   Must be of type fss_read_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: fss_read_signal_check().
  * @param names
@@ -145,7 +145,7 @@ extern "C" {
  *   Must be of type fss_read_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: fss_read_signal_check().
  * @param names
@@ -170,7 +170,7 @@ extern "C" {
  *   Must be of type fss_read_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: fss_read_signal_check().
  * @param names
@@ -195,7 +195,7 @@ extern "C" {
  *   Must be of type fss_read_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: fss_read_signal_check().
  * @param names
index fa651f91a9d8a2e5a59c6fd20d13b554d418f832..78c45c8bcc1a0c8d105d70133301093d3af758ee 100644 (file)
@@ -94,7 +94,7 @@ extern "C" {
       }
 
       failsafe = 0;
-      main->setting.status_signal = F_none;
+      main->setting.status_signal = F_okay;
 
     } while (!main->program.signal_received);
 
index 58bff929a1b9435d5869b9fdbb08bc74164b761c..cb56b3e27216d87378ee078539a877960048ee02 100644 (file)
@@ -73,7 +73,7 @@ extern "C" {
       return;
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_read_payload_process_load_
 
@@ -84,7 +84,7 @@ extern "C" {
 
     fss_read_main_t * const main = (fss_read_main_t *) void_main;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_read_payload_process_set_
 
index 3df87a6c6c568cb799ce88d84b533c0ded0c299a..7a8dedb72ac0922404e06a559b7119b732b958d8 100644 (file)
@@ -78,7 +78,7 @@ extern "C" {
  *   This does not alter main.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  */
 #ifndef _di_fss_read_payload_process_help_
@@ -97,7 +97,7 @@ extern "C" {
  *   Must be of type fss_read_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_data_not_stop (with warning bit) on no valid FSS data found and reached stopping point.
  *     F_data_not_eos (with warning bit) on no valid FSS data found and reached end of string.
@@ -125,7 +125,7 @@ extern "C" {
  *   Must be of type fss_read_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  */
 #ifndef _di_fss_read_payload_process_set_
   extern void fss_read_payload_process_set(void * const main);
@@ -146,12 +146,12 @@ extern "C" {
  *   The main program settings.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     F_parameter (with error bit) on parameter error.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but nothing was provided to operate with.
  *
  * @see fss_read_setting_load()
index 6ab79f4d76a99dd044fc6fe85c79ca57a134ad44..fa91a73625f08be8a9ba3b14680394f1f1b4d2f3 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     fll_print_format("%r%[%QThe payload may only be specified last.%]%r", print->to, f_string_eol_s, print->set->error, print->prefix, print->set->error, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_payload_print_error_payload_not_last_
 
@@ -48,7 +48,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_payload_print_help_
 
@@ -77,7 +77,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_read_payload_print_object_end_
 
index cd9770704d5e265a14539ec6c64f43c22530da8f..c67b5f000c8078fb9e84c6b86f4b3bcd62bf2a01 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -41,7 +41,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -63,7 +63,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
index a2815d238b7ede42b46173bacd7353793a4e2cb2..5c1d503f6d8929d2bb112d093dac872782687cb7 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
         &main->setting.state
       );
 
-      if (F_status_set_fine(main->setting.state.status) == F_none_eol) {
+      if (F_status_set_fine(main->setting.state.status) == F_okay_eol) {
         main->setting.state.status = F_status_set_error(F_support_not);
 
         fss_write_print_error_unsupported_eol(&main->program.error);
@@ -84,7 +84,7 @@ extern "C" {
         &main->setting.state
       );
 
-      if (F_status_set_fine(main->setting.state.status) == F_none_eol) {
+      if (F_status_set_fine(main->setting.state.status) == F_okay_eol) {
         main->setting.state.status = F_status_set_error(F_support_not);
 
         fss_write_print_error_unsupported_eol(&main->program.error);
index c1b9e4b1e84d00053a936090506f8fe8a9f5a1ad..0314ab1758c23a737f9dbf6f2980cd4412a54edb 100644 (file)
@@ -90,7 +90,7 @@ extern "C" {
  *   This does not alter main.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  */
 #ifndef _di_fss_write_basic_process_help_
index 50e38f3ed135994acc73453504554d9171b62f3a..2c9038a67b3f50a685a35ddf2149cb66d2ab912d 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_write_basic_print_help_
 
index 9820d91afe7410a1860e24aa7738ecaa2e08349b..d72ec1c121d7b55c3455b63501848caf2d4ded6f 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
index 120fc959c914c9bb309578fedb9caccad9e11dd2..8eda6b77c94bc31374148c435ba55ac122a36fcb 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
         &main->setting.state
       );
 
-      if (F_status_set_fine(main->setting.state.status) == F_none_eol) {
+      if (F_status_set_fine(main->setting.state.status) == F_okay_eol) {
         main->setting.state.status = F_status_set_error(F_support_not);
 
         fss_write_print_error_unsupported_eol(&main->program.error);
@@ -84,7 +84,7 @@ extern "C" {
         &main->setting.state
       );
 
-      if (F_status_set_fine(main->setting.state.status) == F_none_eol) {
+      if (F_status_set_fine(main->setting.state.status) == F_okay_eol) {
         main->setting.state.status = F_status_set_error(F_support_not);
 
         fss_write_print_error_unsupported_eol(&main->program.error);
index ff46c2d8f5bc249cfd7b4f7c41534844242d1ee3..ebb9e24fd1334921a008cf3d8162d060e657625b 100644 (file)
@@ -91,7 +91,7 @@ extern "C" {
  *   This does not alter main.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  */
 #ifndef _di_fss_write_basic_list_process_help_
index 35ce56e54208b8abfd69ba2ac92c4389989c36a3..d4647c560a5a28090a578b32d5b4ae1129d2546d 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_write_basic_list_print_help_
 
index 4d98e6f9d0e8fa05cce361260a3e9b29b5b7c53b..2e47fa03532abcb17f93d26d43a40338fe3cf8e8 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
index a74c16c14f58cd27f0b44fa343471f90b09988c3..d2ab259c95799a0b2fb5ca7d39e162141fd13123 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
         &main->setting.state
       );
 
-      if (F_status_set_fine(main->setting.state.status) == F_none_eol) {
+      if (F_status_set_fine(main->setting.state.status) == F_okay_eol) {
         main->setting.state.status = F_status_set_error(F_support_not);
 
         fss_write_print_error_unsupported_eol(&main->program.error);
@@ -89,7 +89,7 @@ extern "C" {
         &main->setting.state
       );
 
-      if (F_status_set_fine(main->setting.state.status) == F_none_eol) {
+      if (F_status_set_fine(main->setting.state.status) == F_okay_eol) {
         main->setting.state.status = F_status_set_error(F_support_not);
 
         fss_write_print_error_unsupported_eol(&main->program.error);
index 68c44563be439c02a39c77c62a06c6a9c08dc5a8..9516c12f9c01eeb6eacc68549bca34e36739f15c 100644 (file)
@@ -90,7 +90,7 @@ extern "C" {
  *   This does not alter main.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  */
 #ifndef _di_fss_write_embedded_list_process_help_
index 5c29ff91dc3fe0228417c9f263ce936c12527a15..eff5ec54594be794383ceb21095ee1641ba8b0f8 100644 (file)
@@ -35,7 +35,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_write_embedded_list_print_help_
 
index 9e97887c97ff509869825d0fceb16d82e72c82de..6e35464b5a34f8ef6416382d9c4340cfd71b95c6 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
index 652551d6c0644b23d7f394001db132c6021c95f1..356060cd6cadeb1b33b9ee899f3761b09fab2136 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
         &main->setting.state
       );
 
-      if (F_status_set_fine(main->setting.state.status) == F_none_eol) {
+      if (F_status_set_fine(main->setting.state.status) == F_okay_eol) {
         main->setting.state.status = F_status_set_error(F_support_not);
 
         fss_write_print_error_unsupported_eol(&main->program.error);
@@ -96,7 +96,7 @@ extern "C" {
         &main->setting.state
       );
 
-      if (F_status_set_fine(main->setting.state.status) == F_none_eol) {
+      if (F_status_set_fine(main->setting.state.status) == F_okay_eol) {
         main->setting.state.status = F_status_set_error(F_support_not);
 
         fss_write_print_error_unsupported_eol(&main->program.error);
index cc9e01caa4033d3b4d4758baae57212026769996..56e175fc7aab5558179027a4d09d3007a3be3d37 100644 (file)
@@ -90,7 +90,7 @@ extern "C" {
  *   This does not alter main.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  */
 #ifndef _di_fss_write_extended_process_help_
index e1618337006083fd7b0c003969aab656ab7cd83d..4e148f4e706cf24dc560c80fe4c45b9c7127c6b6 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_write_extended_print_help_
 
index 640f8f46f98989db6d4d6e13127ace03ea275c91..44b764fc36f3a0e769ec391a251b4bc69bdcf355 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
index c83eab337675dca69e0ccb4c8808a1018ae7a5fa..3a25a63de1c217b8fb6dc5c4b477da837fab58ae 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
         &main->setting.state
       );
 
-      if (F_status_set_fine(main->setting.state.status) == F_none_eol) {
+      if (F_status_set_fine(main->setting.state.status) == F_okay_eol) {
         main->setting.state.status = F_status_set_error(F_support_not);
 
         fss_write_print_error_unsupported_eol(&main->program.error);
@@ -89,7 +89,7 @@ extern "C" {
         &main->setting.state
       );
 
-      if (F_status_set_fine(main->setting.state.status) == F_none_eol) {
+      if (F_status_set_fine(main->setting.state.status) == F_okay_eol) {
         main->setting.state.status = F_status_set_error(F_support_not);
 
         fss_write_print_error_unsupported_eol(&main->program.error);
index c91afc8255bc8a3e0bcac1abe5556a1f8820d13f..beda6d9ee96fe8048388f09c2afa054a5eb011e6 100644 (file)
@@ -90,7 +90,7 @@ extern "C" {
  *   This does not alter main.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  */
 #ifndef _di_fss_write_extended_list_process_help_
index a3c7426672c1ebd8cc1bf30966dc15fa3148b628..e734febd4814bbe3f81a9aa2c62a3d292456760b 100644 (file)
@@ -35,7 +35,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_write_extended_list_print_help_
 
index 989b300bba019ee398221858f83f5cfd6898c528..786c14f4a4afeb24bfcf1242bf0042e92019f19b 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
index a2bf89e06078a81231a7de929ff65624e9bd12d7..2add84728d4daa4ed2d245100533d6bb36b255e9 100644 (file)
@@ -92,7 +92,7 @@ extern "C" {
       if (F_status_is_error(main->setting.state.status)) return;
 
       if (main->setting.state.status == F_done) {
-        main->setting.state.status = F_none;
+        main->setting.state.status = F_okay;
 
         return;
       }
index 3ea8b015b13bdd9e75a8efc770645d55edbee0fb..cc4c3d0c827ce297d00cec66b9319c3d5d8e6161 100644 (file)
@@ -31,7 +31,7 @@ extern "C" {
  *   The main program settings.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but nothing was provided to operate with.
  *
  *     F_parameter (with error bit) on parameter error.
@@ -43,7 +43,7 @@ extern "C" {
  *     Errors (with error bit) from: fll_program_parameter_process_verbosity_standard().
  * @param callback
  *   (optional) Designate a function to call after performing the initial processing, but before printing help.
- *   If the function returns F_done, then this function immediately returns, resetting status to F_none.
+ *   If the function returns F_done, then this function immediately returns, resetting status to F_okay.
  *   Set to NULL to disable.
  *
  * @see f_console_parameter_process()
index a929e12c2cca0236029a58cf07f46ecc6c8a37d9..a788a01800c93d9b44fc4a7f767f6ac90644ff45 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
     f_string_dynamics_resize(0, &setting->objects);
     f_string_dynamicss_resize(0, &setting->contentss);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_write_setting_delete_
 
index e2142a9d494260aeb320c44c216c9bef069f8f18..da614cd6ab370af8485179013571207996514d82 100644 (file)
@@ -107,8 +107,8 @@ extern "C" {
   #define fss_write_setting_t_initialize \
     { \
       fss_write_main_flag_none_e, \
-      F_none, \
-      macro_f_state_t_initialize_1(fss_write_allocation_large_d, fss_write_allocation_small_d, F_none, 0, 0, &fll_program_standard_signal_handle, 0, 0, 0, 0), \
+      F_okay, \
+      macro_f_state_t_initialize_1(fss_write_allocation_large_d, fss_write_allocation_small_d, F_okay, 0, 0, &fll_program_standard_signal_handle, 0, 0, 0, 0), \
       f_string_range_t_initialize, \
       f_string_static_t_initialize, \
       f_string_static_t_initialize, \
@@ -168,7 +168,7 @@ extern "C" {
  *   This does not alter setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  */
index 33e38a4fc7113902107a593be68240d11e036b4c..fd6e6480dd596a167026a7bcf6263c244baa5b28 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
       fll_print_dynamic_raw(f_string_eol_s, main->program.message.to);
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (main->setting.flag & (fss_write_main_flag_help_e | fss_write_main_flag_version_e | fss_write_main_flag_copyright_e)) {
       if (main->setting.flag & fss_write_main_flag_help_e) {
@@ -198,7 +198,7 @@ extern "C" {
       return;
     }
 
-    f_status_t status_pipe = F_none;
+    f_status_t status_pipe = F_okay;
 
     f_file_t input = f_file_t_initialize;
     input.id = F_type_descriptor_input_d;
@@ -228,7 +228,7 @@ extern "C" {
       }
 
       if (range.start > range.stop) {
-        if (status_pipe == F_none_eof) break;
+        if (status_pipe == F_okay_eof) break;
 
         main->setting.block.used = 0;
 
@@ -430,7 +430,7 @@ extern "C" {
     } // for
 
     // If the pipe ended before finishing, then attempt to wrap up.
-    if (F_status_is_error_not(main->setting.state.status) && status_pipe == F_none_eof && state) {
+    if (F_status_is_error_not(main->setting.state.status) && status_pipe == F_okay_eof && state) {
       main->callback.process_set(void_main);
 
       flag |= 0x1;
@@ -446,7 +446,7 @@ extern "C" {
     main->setting.contentss.used = used_contentss;
 
     if (F_status_is_error_not(main->setting.state.status)) {
-      main->setting.state.status = (flag & 0x1) ? F_none : F_data_not;
+      main->setting.state.status = (flag & 0x1) ? F_okay : F_data_not;
     }
   }
 #endif // _di_fss_write_process_pipe_
index 3fe7bb94089cb8659c74df54f30d8230f07fb383..4bb96d3868cec1e83d5c70a06883a65ec45f604c 100644 (file)
@@ -80,7 +80,7 @@ extern "C" {
  *   Must be of type fss_write_main_t.
  *
  *   This alters main.custom.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_true on success when performing verification and verify passed.
  *     F_false on success when performing verification and verify failed.
  *     F_interrupt on (exit) signal received.
@@ -121,7 +121,7 @@ extern "C" {
  *   Must be of type fss_write_main_t.
  *
  *   This alters main.custom.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_interrupt on (exit) signal received.
  *
  *     F_parameter (with error bit) if main is NULL or setting is NULL.
@@ -140,7 +140,7 @@ extern "C" {
  *   Must be of type fss_write_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but pipe contained no relevant data.
  *     F_basic on success and the basic has been printed.
  *     F_interrupt on (exit) signal received.
@@ -161,7 +161,7 @@ extern "C" {
  *   Must be of type fss_write_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_interrupt on (exit) signal received.
  *
  *     F_parameter (with error bit) if main is NULL or setting is NULL.
index dae60f06c581690b5fa5f62668eeecd794874843..89391dc2825d6cc3b62b2b48e9cb9f7e05d08bc4 100644 (file)
@@ -43,7 +43,7 @@ extern int main(const int argc, const f_string_t *argv, const f_string_t *envp);
  *   This does not alter main.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  */
 #ifndef _di_fss_write_main_process_help_
@@ -65,13 +65,13 @@ extern int main(const int argc, const f_string_t *argv, const f_string_t *envp);
  *   This alters main.setting.process_help, main.setting.process_normal, and main.setting.process_pipe.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_interrupt on (exit) signal received.
  *
  *     F_parameter (with error bit) if main is NULL or setting is NULL.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but nothing was provided to operate with.
  *
  *     Errors (with error bit) from: f_console_parameter_process().
index dfc3afceac78a5d630520ccde38cb2d21006d33f..917a76aee3804b4064a0b4d18a07fd3cecd81ebc 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_write_main_print_error_format_unknown_
 
@@ -103,7 +103,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_write_main_main_print_help_
 
index 8a6ec40fbab1233196d1e255e5eebe0e635fda9c..d894023102a16794ee0124f19f94f8fdb321b7b2 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   A string representing the value that is of an unknown format.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -45,7 +45,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
index eb4ea349bf7cf909ba1b261ba04ce27b28037ff1..9e1d148eb23bfabd326d4df279da2324919465fa 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     fll_error_print(print, F_status_set_fine(((fss_write_main_t *) print->custom)->setting.state.status), function, fll_error_file_flag_fallback_e);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_write_print_error_
 
@@ -24,7 +24,7 @@ extern "C" {
 
     fll_error_file_print(print, F_status_set_fine(((fss_write_main_t *) print->custom)->setting.state.status), function, fll_error_file_flag_fallback_e, name, operation, type);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_write_print_error_file_
 
@@ -46,7 +46,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_write_print_error_parameter_same_times_at_least_
 
@@ -64,7 +64,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_write_print_error_one_content_only_
 
@@ -82,7 +82,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _fss_write_print_error_prepend_only_whitespace_
 
@@ -104,7 +104,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_write_print_error_unsupported_eol_
 
index 88f84e3d0fb811239dd01b363990fb7756560ccb..9ec140540447c1427b751d25a675e42b562be984 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -56,7 +56,7 @@ extern "C" {
  *   A valid file type code from the fll_error_file_type enum.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -78,7 +78,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -100,7 +100,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -120,7 +120,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -140,7 +140,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
index 6e17e582f11e2b6eeba096e61dc681d6790d5dd1..4b71733896d2cb1cee8d11f19291fcb63c3fbc0d 100644 (file)
@@ -94,7 +94,7 @@ extern "C" {
       }
 
       failsafe = 0;
-      main->setting.status_signal = F_none;
+      main->setting.status_signal = F_okay;
 
     } while (!main->program.signal_received);
 
index db76431f1b068bd513abf5486b30421c3289c43f..3e4e009de75b05ee56b3eff0c2d921bb8ac91cba 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
 
     fss_write_main_t * const main = (fss_write_main_t *) void_main;
 
-    f_status_t status_pipe = F_none;
+    f_status_t status_pipe = F_okay;
     f_file_t input = f_file_t_initialize;
     input.id = F_type_descriptor_input_d;
     input.size_read = fss_write_allocation_large_d;
@@ -99,7 +99,7 @@ extern "C" {
       }
 
       if (range.start > range.stop) {
-        if (status_pipe == F_none_eof) break;
+        if (status_pipe == F_okay_eof) break;
 
         main->setting.block.used = 0;
 
@@ -117,7 +117,7 @@ extern "C" {
 
         range.start = 0;
         range.stop = main->setting.block.used - 1;
-        status_pipe = F_none;
+        status_pipe = F_okay;
       }
 
       // Start Object.
@@ -342,7 +342,7 @@ extern "C" {
     } // for
 
     // If the pipe ended before finishing, then attempt to wrap up.
-    if (F_status_is_error_not(main->setting.state.status) && status_pipe == F_none_eof && state) {
+    if (F_status_is_error_not(main->setting.state.status) && status_pipe == F_okay_eof && state) {
       fss_write_payload_process_set(void_main);
 
       flag |= 0x1;
@@ -363,7 +363,7 @@ extern "C" {
           main->setting.state.status = F_payload;
         }
         else {
-          main->setting.state.status = F_none;
+          main->setting.state.status = F_okay;
         }
       }
       else {
@@ -407,7 +407,7 @@ extern "C" {
           &main->setting.state
         );
 
-        if (F_status_set_fine(main->setting.state.status) == F_none_eol) {
+        if (F_status_set_fine(main->setting.state.status) == F_okay_eol) {
           main->setting.state.status = F_status_set_error(F_support_not);
 
           fss_write_print_error_unsupported_eol(&main->program.error);
@@ -446,7 +446,7 @@ extern "C" {
             &main->setting.state
           );
 
-          if (F_status_set_fine(main->setting.state.status) == F_none_eol) {
+          if (F_status_set_fine(main->setting.state.status) == F_okay_eol) {
             main->setting.state.status = F_status_set_error(F_support_not);
 
             fss_write_print_error_unsupported_eol(&main->program.error);
@@ -535,7 +535,7 @@ extern "C" {
     fll_print_dynamic(main->setting.buffer, main->program.output.to);
 
     main->setting.buffer.used = 0;
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_fss_write_payload_process_set_
 
index 8aa5dc588c137062ab6e241a3bdd8e87081714f4..80d5bc4f6e0aa87c65f12e672f56b6e345ccc739 100644 (file)
@@ -72,7 +72,7 @@ extern "C" {
  *   This does not alter main.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  */
 #ifndef _di_fss_write_payload_process_help_
@@ -89,7 +89,7 @@ extern "C" {
  *   Must be of type fss_write_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but pipe contained no relevant data.
  *     F_payload on success and the payload has been printed.
  *     F_interrupt on (exit) signal received.
@@ -110,7 +110,7 @@ extern "C" {
  *   Must be of type fss_write_main_t.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_interrupt on (exit) signal received.
  *
  *     F_parameter (with error bit) if main is NULL or setting is NULL.
@@ -136,14 +136,14 @@ extern "C" {
  *   This alters setting.process_help, setting.process_normal, and setting.process_pipe.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_interrupt on (exit) signal received.
  *
  *     F_parameter (with error bit) if main is NULL or setting is NULL.
  *     F_parameter (with error bit) on parameter error.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success but nothing was provided to operate with.
  *
  * @see fss_write_setting_load()
index a8312c790cb1073c265bb90bdde737efa887d20a..9608aa847de34bb511942e7378b1d0a7cfffa38e 100644 (file)
@@ -16,7 +16,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_write_payload_print_error_payload_not_last_
 
@@ -48,7 +48,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_fss_write_payload_print_help_
 
index 32a179b4e0a6bae3e90a613fc112da3f58a5fa40..64f071ebdf6ce7f00cf5443844480fd31c7673fd 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
@@ -45,7 +45,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if a parameter is NULL.
index c9651fdb0fae9de5eb28b2b35e4ad21fc1e5bff3..1e2b8a83abc56d9f05f4354ff9842fc143887f77 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
  *   The program and settings data.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_console_parameter_process().
  *     Errors (with error bit) from: f_file_exists().
@@ -62,7 +62,7 @@ extern "C" {
  *   The program and settings data.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_string_dynamic_resize().
  *     Errors (with error bit) from: f_string_triples_resize().
index bbc7a225841d1f0b98e051d2fe13987d01da3586..931de23260e00a4301da2f09184bc0dc528538f0 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
 
     f_iki_data_delete(&setting->data);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_iki_read_setting_delete_
 
index f5855cf32ef8952c5286c7f346a35d196ecf2e62..3dd04d368c7f254cd570a02140dd4e253cb1caf0 100644 (file)
@@ -73,8 +73,8 @@ extern "C" {
   #define iki_read_setting_t_initialize \
     { \
       iki_read_main_flag_none_e, \
-      F_none, \
-      macro_f_state_t_initialize_1(iki_read_allocation_large_d, iki_read_allocation_small_d, F_none, 0, 0, 0, 0, 0, 0, 0), \
+      F_okay, \
+      macro_f_state_t_initialize_1(iki_read_allocation_large_d, iki_read_allocation_small_d, F_okay, 0, 0, 0, 0, 0, 0, 0), \
       0, \
       0, \
       f_string_dynamic_t_initialize, \
@@ -131,7 +131,7 @@ extern "C" {
  *   This does not alter setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  */
index 7b34d01dd2a06a4a6230dedeca26d114fbf53a92..69e964f2f2917ae20d12ee58479633f80dfc8dd3 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
       fll_print_dynamic_raw(f_string_eol_s, main->program.message.to);
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (main->setting.flag & (iki_read_main_flag_help_e | iki_read_main_flag_version_e | iki_read_main_flag_copyright_e)) {
       if (main->setting.flag & iki_read_main_flag_help_e) {
index d8385d207a8c3bdabf2fcea4981cde449efc9c65..969be581d935aae65c894fd8e58bbd27be94b1f7 100644 (file)
@@ -90,7 +90,7 @@ extern "C" {
  *   The main program settings.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_true on success when performing verification and verify passed.
  *     F_false on success when performing verification and verify failed.
  *     F_interrupt on (exit) signal received.
index d0d3b8ccc2350d58914770112974dbb8558f7703..c18788d3d2f6518bb5de201cbec8fe8ad49c1679 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     fll_error_print(print, F_status_set_fine(((iki_read_main_t *) print->custom)->setting.state.status), function, fll_error_file_flag_fallback_e);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_iki_read_print_error_
 
@@ -26,7 +26,7 @@ extern "C" {
 
     fll_error_file_print(print, F_status_set_fine(main->setting.state.status), function, fll_error_file_flag_fallback_e, name, operation, type);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_iki_read_print_error_file_
 
index f23bc39ca6e2e7c5cea7cda3ef86d3fa05901b49..b9fdac7baab34aef0d176c5d53efd0532c8207e8 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -54,7 +54,7 @@ extern "C" {
  *   A valid file type code from the fll_error_file_type enum.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index bddb30cfa489ec5ad23b3dcc7b30aa0f2b8e42de..9fcbc5d1e7377c069012d0c546ba4ee808c93e9d 100644 (file)
@@ -92,7 +92,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_iki_read_print_message_help_
 
index 2bdbf6208022c6a8b0b154eed64f311055ea4e0a..5739a9d6988995748b4ca728d308c80159d72fe1 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index c54cb8f27de6ba391f4bf3fa0fe4c9b34dbfda1c..5f29b01492f35f866dba280edfde24474f6858ac 100644 (file)
@@ -44,7 +44,7 @@ extern "C" {
       iki_read_process_buffer_total(main);
 
       if (F_status_is_error_not(main->setting.state.status)) {
-        main->setting.state.status = F_none;
+        main->setting.state.status = F_okay;
       }
 
       return;
@@ -75,7 +75,7 @@ extern "C" {
     }
 
     if (F_status_is_error_not(main->setting.state.status)) {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_iki_read_process_buffer_
@@ -144,7 +144,7 @@ extern "C" {
         main->setting.state.status = F_data_not;
       }
       else {
-        main->setting.state.status = F_none;
+        main->setting.state.status = F_okay;
       }
     }
     else {
@@ -159,7 +159,7 @@ extern "C" {
 
             f_file_stream_unlock(main->program.output.to);
 
-            main->setting.state.status = F_none;
+            main->setting.state.status = F_okay;
           }
           else {
             main->setting.state.status = F_data_not;
@@ -177,7 +177,7 @@ extern "C" {
 
           f_file_stream_unlock(main->program.output.to);
 
-          main->setting.state.status = F_none;
+          main->setting.state.status = F_okay;
         }
       }
       else {
@@ -209,7 +209,7 @@ extern "C" {
     if (!main->setting.data.variable.used) {
       fll_print_dynamic_partial(main->setting.buffer, buffer_range, main->program.output.to);
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       return;
     }
@@ -274,7 +274,7 @@ extern "C" {
       f_file_stream_unlock(main->program.output.to);
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_iki_read_process_buffer_ranges_whole_
 
@@ -289,7 +289,7 @@ extern "C" {
       if (range.start > main->setting.buffer.used) {
         fll_print_format("%r%r", main->program.output.to, f_string_ascii_0_s, f_string_eol_s);
 
-        main->setting.state.status = F_none;
+        main->setting.state.status = F_okay;
 
         return;
       }
@@ -297,7 +297,7 @@ extern "C" {
     else if (main->setting.state.status == F_data_not) {
       fll_print_format("%r%r", main->program.output.to, f_string_ascii_0_s, f_string_eol_s);
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       return;
     }
@@ -370,7 +370,7 @@ extern "C" {
 
     fll_print_format("%ul%r", main->program.output.to, total, f_string_eol_s);
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_iki_read_process_buffer_total_
 
index 5e9fda47eb0a8b4efb07982b91df7148483ebb36..d6ba0a7f5e75dbe90e417ec045f3bcee929467f9 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
  *   The main program settings.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not on success, but nothing done.
  *
  *     F_interrupt (with error bit) on (exit) signal received.
@@ -77,7 +77,7 @@ extern "C" {
  *   The range within the buffer to process.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but nothing to print.
  *
  *   Status codes (with error bit) are returned on any problem.
@@ -99,7 +99,7 @@ extern "C" {
  *   The range within the buffer to process.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_data_not on success, but nothing to print.
  *
  *   Status codes (with error bit) are returned on any problem.
@@ -117,7 +117,7 @@ extern "C" {
  *   The main program settings.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   Status codes (with error bit) are returned on any problem.
  */
index 4fe029af7a9b57373ac598ee273951bf1b719d9b..6ac504b478a8834660243efed75226bb1b16a9d7 100644 (file)
@@ -94,7 +94,7 @@ extern "C" {
       }
 
       failsafe = 0;
-      main->setting.status_signal = F_none;
+      main->setting.status_signal = F_okay;
 
     } while (!main->program.signal_received);
 
index 0a5d9b7e1750cb76039aff67ec89e58746bf0a31..9da17f80229487dc50a94871efe19597381d5016 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
  *   The program and settings data.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_console_parameter_process().
  *     Errors (with error bit) from: f_file_stream_open().
index e2e099f745d951f7e27f19619aae9f1a87f3d328..dad4be004bd25c43343b81aea138534687e3e943 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
     f_string_dynamics_resize(0, &setting->objects);
     f_string_dynamics_resize(0, &setting->contents);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_iki_write_setting_delete_
 
index 45c12b827be984355bb2c94398f8369255e2c77d..1aba01e7b4dd4fa9c8eb674fdd7d2ef5ec755d70 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
   #define iki_write_setting_t_initialize \
     { \
       iki_write_main_flag_none_e, \
-      F_none, \
+      F_okay, \
       f_state_t_initialize, \
       f_string_static_t_initialize, \
       f_string_dynamic_t_initialize, \
@@ -110,7 +110,7 @@ extern "C" {
  *   This does not alter setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  */
index 15a082b10ba66d14610bea0b6192d33d45872146..8ef0ce1ffbd713789a19e1abfb578e97fccc27c6 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
       fll_print_dynamic_raw(f_string_eol_s, main->program.message.to);
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (main->setting.flag & (iki_write_main_flag_help_e | iki_write_main_flag_version_e | iki_write_main_flag_copyright_e)) {
       if (main->setting.flag & iki_write_main_flag_help_e) {
@@ -48,7 +48,7 @@ extern "C" {
 
       f_number_unsigned_t previous = 0;
       f_string_range_t range = f_string_range_t_initialize;
-      f_status_t status = F_none;
+      f_status_t status = F_okay;
       f_file_t pipe = f_file_t_initialize;
 
       pipe.id = F_type_descriptor_input_d;
@@ -73,7 +73,7 @@ extern "C" {
           main->program.signal_check = 0;
         }
 
-        if (status != F_none_eof) {
+        if (status != F_okay_eof) {
           status = f_file_read(pipe, &main->setting.buffer);
 
           if (F_status_is_error(status)) {
@@ -180,7 +180,7 @@ extern "C" {
           main->setting.buffer.used = 0;
         }
 
-      } while (status != F_none_eof || main->setting.buffer.used || object_ended);
+      } while (status != F_okay_eof || main->setting.buffer.used || object_ended);
 
       if (object_ended) {
         main->setting.state.status = F_status_set_error(F_parameter);
index 433ff74e7aeeeaec3e02f94753dd702889cfd459..006a6685926f562213014fedb1aa0d75e4234ad3 100644 (file)
@@ -87,7 +87,7 @@ extern "C" {
  *   The program and settings data.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_true on success when performing verification and verify passed.
  *     F_false on success when performing verification and verify failed.
  *     F_interrupt on (exit) signal received.
index 2287577221bfbee4ac4e2db543d7f01539a72c1c..f1d07cebf556913beed0f08eae84b26f55d797c4 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     fll_error_print(print, F_status_set_fine(((iki_write_main_t *) print->custom)->setting.state.status), function, fll_error_file_flag_fallback_e);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_iki_write_print_error_
 
@@ -26,7 +26,7 @@ extern "C" {
 
     fll_error_file_print(print, F_status_set_fine(main->setting.state.status), function, fll_error_file_flag_fallback_e, name, operation, type);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_iki_write_print_error_file_
 
@@ -46,7 +46,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_iki_write_print_error_main_missing_
 
@@ -64,7 +64,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_iki_write_print_error_object_not_valid_
 
index 62f76d226d862d875c9e2c19d239375a29e7d050..7727063d2464d02fb2e64ddf22870d02b636baab 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -54,7 +54,7 @@ extern "C" {
  *   A valid file type code from the fll_error_file_type enum.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -74,7 +74,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -94,7 +94,7 @@ extern "C" {
  *   The a string representing the object that is missing.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 5d480d8c3269e875ef0571f626fa71bd80a1ea08..63f66f617e0ad281513d37f4cd24f8b81e4af2ad 100644 (file)
@@ -51,7 +51,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_iki_write_print_message_help_
 
index ccccd942330e67d11d138b45fb994990f57b7f49..277f96e4d467b89f33b74f5d5ce4f57834f2054c 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 26888d7052da82b0adde6b0ac8e6cced62e36100..485e87702d816f1ccc1e17870aa07f3b0ffacf34 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
  *   The program and settings data.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_iki_object_is().
  *     Errors (with error bit) from: fll_iki_content_escape().
index 39cb1ee44b98de5053c430133cc59b2fa48f986b..d458450cffcb12770d2d171d1f0978944dbbf030 100644 (file)
@@ -94,7 +94,7 @@ extern "C" {
       }
 
       failsafe = 0;
-      main->setting.status_signal = F_none;
+      main->setting.status_signal = F_okay;
 
     } while (!main->program.signal_received);
 
index de75d8be9bed8f7331d1264a7486486c6352b350..7c9b6b4983ebea7bf8f7f42b7007636f862b80d4 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
     fl_print_format("  Each code will be printed on its own line.%r", print->to, f_string_eol_s);
     fl_print_format("  Errors regarding each code may be printed on its own line.%r", print->to, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_status_code_fss_print_help_detail_
 
index 515391d59a0e6ce59c404d4fc9d8a45e7f153322..1ebe4133ba13bb7c4e81cd28bb805c9dbcffe6eb 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 62d974a4c6b768ddc4df3c01bb584b76bf868109..7238b27f00b8ab950c9f3f8a1bfcd9a07d54128b 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
  *   The program and settings data.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_console_parameter_process().
  *     Errors (with error bit) from: fll_program_parameter_process_context().
index cfae7e339cb6d08a3bb8b951b1bae33dffdaa37a..f5129bbfc4aaae9100045488277ab53278e4d0f5 100644 (file)
@@ -19,7 +19,7 @@ extern "C" {
 
     if (!setting) return F_status_set_error(F_parameter);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_status_code_setting_delete_
 
index 93be6802867ac9c6d9858ec7a668b571e295213f..26859f35dfd7d7f5ee6c64a3cf51da3575cdaca7 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
   #define status_code_setting_t_initialize \
     { \
       status_code_main_flag_none_e, \
-      F_none, \
+      F_okay, \
       f_state_t_initialize, \
       0, \
       0, \
@@ -99,7 +99,7 @@ extern "C" {
  *   This does not alter setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  */
index 671cda3cd3e0902a5016e524f86cba4eade9ba7b..ac5920e33e2c68f600b04d5e4546b65c07c67afa 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
       }
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_status_code_convert_number_
index 5467626dcf1e37b35c8feb179b69cb21821c77a1..85fcba7de295221e645aa38b6eb8d55a472c84ec 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
  *   Will not be updated on error.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not if string starts wth a null (length is 0).
  *     F_complete_not_utf (with error bit) if an incomplete UTF-8 fragment is found.
  *     F_number (with error bit) if parameter is not a number.
index a89da434e4a72f0fc85f05bab874ce6dc45abd72..b9181779d1269ae2185de414e4f20563d30ae3e0 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     fll_print_format("%ui%r", print->to, code, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_status_code_print_data_code_
 
@@ -24,7 +24,7 @@ extern "C" {
 
     fll_print_format("%[%Q%]%r", print->to, context, value, context, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_status_code_print_data_context_value_
 
index aabd9a9ff5c6d6efea117d6dc89c1ab315e4572c..5c87ff65567675c7c98a7dc63bc923a552ca31a7 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
  *   The code to print.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -51,7 +51,7 @@ extern "C" {
  *   The value string.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index e45ca9dd67d306b76ef6ebc47537e72517a14316..d4df9c4d6615faaf62a8012a90473b3adf3b93d9 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     fll_error_print(print, F_status_set_fine(((status_code_main_t *) print->custom)->setting.state.status), function, fll_error_file_flag_fallback_e);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_status_code_print_error_
 
@@ -34,7 +34,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_status_code_print_error_cannot_error_warning_number_
 
@@ -46,7 +46,7 @@ extern "C" {
 
     fll_print_format("%[No status code is specified.%]%r", print->to, print->context, print->context, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_status_code_print_error_no_status_codes_
 
@@ -64,7 +64,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_status_code_print_error_invalid_callback_
 
index c94298b05a487f3466955b4a46a669c5e13f3240..b57b4d0c4265071b8a4a1f536b1d4cfdef101924 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -45,7 +45,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -67,7 +67,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -90,7 +90,7 @@ extern "C" {
  *   This should either be 'status_string_from' or 'status_string_to'.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 34412a4fbcf64be28223414a9a82a8a89eada523..65cb8979bd260621f11bbcca8e5e6211a2818110 100644 (file)
@@ -47,7 +47,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_status_code_print_message_help_
 
@@ -70,7 +70,7 @@ extern "C" {
     fl_print_format("  Each code will be printed on its own line.%r", print->to, print->set->notable, print->set->notable, f_string_eol_s);
     fl_print_format("  Errors regarding each code may be printed on its own line.%r", print->to, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_status_code_print_message_help_detail_
 
index 100e3b7360e8f6faeb656e8605757f1ee43269b4..2eee559dfaadb76f0a7372e029eb8678f1358bb0 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -57,7 +57,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 6fdc2682cf4bdd0979558e2ec232826901463b2e..1cb63d2fcfb3515a5cc143172125b0a868bc0de1 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
 
     f_file_stream_unlock(main->program.output.to);
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_status_code_process_check_
 
@@ -43,7 +43,7 @@ extern "C" {
 
       main->setting.state.status = fl_conversion_dynamic_to_unsigned_detect(fl_conversion_data_base_10_c, value, &number);
 
-      if (main->setting.state.status == F_none) {
+      if (main->setting.state.status == F_okay) {
         status_code_print_data_context_value(&main->program.output, main->program.context.set.error, status_code_invalid_name_s);
 
         main->setting.state.status = F_status_set_error(F_parameter);
@@ -58,7 +58,7 @@ extern "C" {
       }
     }
 
-    f_status_t code = F_none;
+    f_status_t code = F_okay;
 
     main->setting.state.status = main->setting.status_string_from(value, &code);
 
@@ -76,7 +76,7 @@ extern "C" {
     if (main->setting.state.status == F_data) {
       status_code_print_data_context_value(&main->program.output, main->program.context.set.error, status_code_unknown_code_s);
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       return;
     }
@@ -91,7 +91,7 @@ extern "C" {
 
     status_code_print_data_code(&main->program.output, code);
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_status_code_process_number_
 
@@ -124,7 +124,7 @@ extern "C" {
 
     status_code_print_data_context_value(&main->program.output, f_color_set_empty_s, name);
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
   }
 #endif // _di_status_code_process_normal_
 
index c441bcbe4cea6481945ade124a152235d7569d8f..3788a07d7d583861f0cdf3632eabe8bd25c6ef0c 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   The parameter value to process.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not if string starts wth a null (length is 0).
  *     F_parameter (with error bit) if a parameter is invalid.
  *     F_number (with error bit) if parameter is not a number.
@@ -50,7 +50,7 @@ extern "C" {
  *   The parameter value to process.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not if string is empty.
  *
  *     Errors (with error bit) from: fl_console_parameter_to_number_unsigned().
@@ -74,7 +74,7 @@ extern "C" {
  *   The parameter value to process.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_data_not if string starts wth a null (length is 0).
  *     F_complete_not_utf (with error bit) if an incomplete UTF-8 fragment is found.
  *     F_number (with error bit) if parameter is not a number.
index 63d5e66b90d238c9ee9ab5c55ca1fcca17e462be..e82931e01e5cb52dababef09b84e8d3470a6945e 100644 (file)
@@ -94,7 +94,7 @@ extern "C" {
       }
 
       failsafe = 0;
-      main->setting.status_signal = F_none;
+      main->setting.status_signal = F_okay;
 
     } while (!main->program.signal_received);
 
index 4f4aa23e6f1eb6c6c2419439c3f7ec2a9cd4a318..e3f5e6b6312192c46cc19d311853e23f2c97a2ec 100644 (file)
@@ -39,7 +39,7 @@ extern "C" {
       return;
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (main->setting.flag & (status_code_main_flag_help_e | status_code_main_flag_version_e | status_code_main_flag_copyright_e)) {
       if (main->setting.flag & status_code_main_flag_help_e) {
@@ -59,7 +59,7 @@ extern "C" {
       return;
     }
 
-    f_status_t status = F_none;
+    f_status_t status = F_okay;
 
     if (main->setting.flag & status_code_main_flag_number_e) {
       if (main->setting.flag & status_code_main_flag_pipe_e) {
index df45ad665b2e2123d6eb2ebc36b324f40aabcd1f..ca41e239a4e4aa17224c4c692f132fc6a57a8d74 100644 (file)
@@ -80,7 +80,7 @@ extern "C" {
  *   The main program data and settings.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_true on success when performing verification and verify passed.
  *     F_false on success when performing verification and verify failed.
  *     F_interrupt on (exit) signal received.
index 51c56095eb43e7f051c5537d79c28d62d48a05d1..6c29ab953ba575f087c0b10bec69e5599deb9bed 100644 (file)
@@ -74,7 +74,7 @@ Print F_true or F_false if status code is an error or print number with error co
 Convert status code name to number.
 .SH STATUS CODES
 .TP
-Either code strings, such as \fBF_none\fR, or digits, such as \fB197\fR.
+Either code strings, such as \fBF_okay\fR, or digits, such as \fB197\fR.
 .SH AUTHOR
 Written by Kevin Day.
 .SH STATUS CODES
index 43c7d185d88691c0526a341644c6ca7072b61520..a3271d825f3e387540597c500890245b0ea81c86 100644 (file)
@@ -72,7 +72,7 @@ Print F_true or F_false if status code is an error or print number with error co
 Convert status code name to number.
 .SH STATUS CODES
 .TP
-Either code strings, such as \fBF_none\fR, or digits, such as \fB197\fR.
+Either code strings, such as \fBF_okay\fR, or digits, such as \fB197\fR.
 .SH AUTHOR
 Written by Kevin Day.
 .SH COPYRIGHT
index f3e802d4b8993c078720d49951284b78c2ff1b4a..9ce0396283d9d2fea35b16d696867db29aa09a04 100644 (file)
@@ -52,7 +52,7 @@ extern "C" {
       main->setting.state.status = F_utf_not;
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_utf8_convert_bytesequence_
@@ -75,13 +75,13 @@ extern "C" {
     do {
       main->setting.state.status = f_file_stream_read_block(file, &main->setting.buffer);
 
-      if (main->setting.state.status == F_none_eof && !main->setting.buffer.used) break;
+      if (main->setting.state.status == F_okay_eof && !main->setting.buffer.used) break;
 
       for (i = 0; F_status_is_error_not(main->setting.state.status) && i < main->setting.buffer.used; ) {
 
         if (utf8_signal_check(main)) return;
 
-        main->setting.state.status = F_none;
+        main->setting.state.status = F_okay;
 
         // Get the current width only when processing a new block.
         if (next) {
index 81bfb7787fc9c08231d0a4fab25447ac70237a96..3e734f4fc29c8d5a1765d1322d694c6ebe6931b6 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   The program and settings data.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_utf_not on invalid UTF-8 (which is still "success" when verifying).
  *
  *     F_utf_not (with error bit) if not verifying and
index 9a0c3c07c791bdc224bbed31c0bbd74f6307f0f6..43eda0863044fa05acbb25bc11272ad13be3f187 100644 (file)
@@ -9,7 +9,7 @@ extern "C" {
 
     if (!main) return;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     bool valid_not = F_false;
 
@@ -64,13 +64,13 @@ extern "C" {
             }
           }
           else if (main->setting.mode & utf8_mode_to_bytesequence_e) {
-            main->setting.state.status = F_none;
+            main->setting.state.status = F_okay;
             unicode.used = macro_f_utf_byte_width(unicode.string[0]);
 
             utf8_print_data_bytesequence(&main->program.output, unicode);
           }
           else {
-            main->setting.state.status = F_none;
+            main->setting.state.status = F_okay;
 
             utf8_print_data_combining_or_width(&main->program.output, unicode);
           }
@@ -78,12 +78,12 @@ extern "C" {
       }
     }
     else if (*mode == utf8_codepoint_mode_bad_end_e) {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       utf8_print_data_character_invalid(&main->program.output, unicode);
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       return;
     }
@@ -102,7 +102,7 @@ extern "C" {
 
     if (!main) return;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     bool valid_not = F_false;
 
@@ -170,12 +170,12 @@ extern "C" {
       }
     }
     else if (*mode == utf8_codepoint_mode_bad_end_e) {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       utf8_print_data_character_invalid(&main->program.output, hex);
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       return;
     }
@@ -201,7 +201,7 @@ extern "C" {
       return;
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (unicode.string[0] == f_string_ascii_u_s.string[0] || unicode.string[0] == f_string_ascii_U_s.string[0] || unicode.string[0] == f_string_ascii_plus_s.string[0]) {
       // Do nothing.
@@ -239,7 +239,7 @@ extern "C" {
           }
         }
 
-        main->setting.state.status = (main->setting.state.status == F_true) ? F_space : F_none;
+        main->setting.state.status = (main->setting.state.status == F_true) ? F_space : F_okay;
       }
     }
 
@@ -310,7 +310,7 @@ extern "C" {
 
     if (!main) return;
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     bool valid = F_true;
     bool next = F_true;
@@ -325,7 +325,7 @@ extern "C" {
     do {
       main->setting.state.status = f_file_stream_read_block(file, &main->setting.buffer);
 
-      if (main->setting.state.status == F_none_eof && !main->setting.buffer.used) {
+      if (main->setting.state.status == F_okay_eof && !main->setting.buffer.used) {
 
         // Handle complete character, which must be explicitly set to end in this situation.
         if (mode_codepoint == utf8_codepoint_mode_number_e || mode_codepoint == utf8_codepoint_mode_raw_number_e) {
@@ -345,7 +345,7 @@ extern "C" {
 
           j = 0;
           next = F_true;
-          main->setting.state.status = F_none_eof;
+          main->setting.state.status = F_okay_eof;
           mode_codepoint = utf8_codepoint_mode_ready_e;
         }
 
@@ -356,7 +356,7 @@ extern "C" {
 
         if (utf8_signal_check(main)) return;
 
-        main->setting.state.status = F_none;
+        main->setting.state.status = F_okay;
 
         // Get the current width only when processing a new block.
         if (next) {
index d27cb52981f26467e9c1e4d96dae6eb5155ef5f2..54d10a9727b0b64ee012190bcb040b8bb57ca4cf 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   The program and settings data.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_utf_not on invalid UTF-8 (which is still "success" when verifying).
  *
  *     F_utf_not (with error bit) if not verifying and the Unicode value is invalid.
@@ -51,7 +51,7 @@ extern "C" {
  *   The program and settings data.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_valid_not on invalid raw (which is still "success" when verifying).
  *
  *     F_valid_not (with error bit) if not verifying and the raw value is invalid.
@@ -75,7 +75,7 @@ extern "C" {
  *   The program and settings data.
  *
  *   This alters setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_next on success, but should not be processed (it is white space or NULL).
  *     F_space on success, but the character is whitespace.
  *
index 669f2c0785016026689174f96a328fd308377597..b0b2bcf608c091904444532bb37c18ef173098a8 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
  *   The main program data and settings.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *
  *     Errors (with error bit) from: f_console_parameter_process().
  *     Errors (with error bit) from: fll_program_parameter_process_context().
index 26d7076f9b035804c29314d449bcaeafe4b47dfb..1bdbef00bd315788a5fc2f0b8bbb3eaeda4748ad 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
     f_string_dynamics_resize(0, &setting->path_files_to);
     f_string_dynamics_resize(0, &setting->remaining);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_setting_delete_
 
index c553569570b827637597b0091ca4fecacb827b49..e87cc1f2ee257fe98d17a4ace47d6e4031c79d29 100644 (file)
@@ -68,7 +68,7 @@ extern "C" {
     { \
       utf8_mode_from_bytesequence_e | utf8_mode_to_codepoint_e, \
       utf8_main_flag_none_e, \
-      F_none, \
+      F_okay, \
       f_state_t_initialize, \
       f_color_set_t_initialize, \
       f_color_set_t_initialize, \
@@ -123,7 +123,7 @@ extern "C" {
  *   This does not alter setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *
  *   F_parameter (with error bit) if a parameter is invalid.
  */
index 2bba3169d1339de7bc8e4263e282e1cdd8ddc16e..acd41d46458cd381cb7424d63ddc69628bb8c598 100644 (file)
@@ -13,7 +13,7 @@ extern "C" {
 
     fl_print_format("%r%r%r", print->to, main->setting.prepend, sequence, main->setting.append);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_data_bytesequence_
 
@@ -46,7 +46,7 @@ extern "C" {
       fl_print_format("%]%r", print->to, main->setting.valid_not, main->setting.append);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_data_character_invalid_
 
@@ -67,7 +67,7 @@ extern "C" {
       fl_print_format("%rU+%06_U%r", print->to, main->setting.prepend, codepoint, main->setting.append);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_data_codepoint_
 
@@ -105,7 +105,7 @@ extern "C" {
       utf8_print_data_width(print, sequence);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_data_combining_or_width_
 
@@ -120,7 +120,7 @@ extern "C" {
 
     fl_print_format("%r%[%r%]%r", print->to, main->setting.prepend, main->setting.valid_not, utf8_string_unknown_s, main->setting.valid_not, main->setting.append);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_data_combining_or_width_invalid_
 
@@ -165,7 +165,7 @@ extern "C" {
 
     fl_print_format("%r%[%r%]%r", print->to, main->setting.prepend, main->setting.valid_not, character, main->setting.valid_not, main->setting.append);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_data_raw_bytesequence_
 
@@ -180,7 +180,7 @@ extern "C" {
 
     fl_print_format("%r%[%r%]%r", print->to, main->setting.prepend, main->setting.valid_not, raw, main->setting.valid_not, main->setting.append);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_data_raw_codepoint_
 
@@ -223,7 +223,7 @@ extern "C" {
       fl_print_format("%r%[%r%]%r", print->to, main->setting.prepend, main->setting.valid_not, *character, main->setting.valid_not, main->setting.append);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_data_raw_combining_or_width_
 
@@ -256,7 +256,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_data_section_header_file_
 
@@ -288,7 +288,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_data_section_header_parameter_
 
@@ -306,7 +306,7 @@ extern "C" {
       fll_print_format("%[Pipe%]:%r", print->to, print->set->title, print->set->title, f_string_eol_s);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_data_section_header_pipe_
 
@@ -323,7 +323,7 @@ extern "C" {
     if (status == F_true) {
       fl_print_format("%r%r%r", print->to, main->setting.prepend, utf8_string_width_2_s, main->setting.append);
 
-      return F_none;
+      return F_okay;
     }
 
     if (status == F_false) {
@@ -332,19 +332,19 @@ extern "C" {
       if (status == F_true) {
         fl_print_format("%r%r%r", print->to, main->setting.prepend, utf8_string_width_1_s, main->setting.append);
 
-        return F_none;
+        return F_okay;
       }
 
       if (status == F_false) {
         fl_print_format("%r%r%r", print->to, main->setting.prepend, utf8_string_width_0_s, main->setting.append);
 
-        return F_none;
+        return F_okay;
       }
     }
 
     utf8_print_data_combining_or_width_invalid(print);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_data_width_
 
index bef76eef256aac44b836381d658bb4ad7da11e62..09d3c42a713534d6ce42709da2418777cc547354 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
  *   A byte sequences representing a single character to print.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -49,7 +49,7 @@ extern "C" {
  *   The byte sequence string or unicode codepoint string representing a single character to print.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -72,7 +72,7 @@ extern "C" {
  *   This is the code that represents a single character.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -94,7 +94,7 @@ extern "C" {
  * @see utf8_print_width()
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -112,7 +112,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -134,7 +134,7 @@ extern "C" {
  *   The width the raw character represents (a value inclusively from 1 to 4).
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -154,7 +154,7 @@ extern "C" {
  *   The raw string already in codepoint format.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -174,7 +174,7 @@ extern "C" {
  *   The pre-calculated width.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -198,7 +198,7 @@ extern "C" {
  *   The index position of the file.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -218,7 +218,7 @@ extern "C" {
  *   The index position of the parameter.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -236,7 +236,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -256,7 +256,7 @@ extern "C" {
  *   A byte sequences representing a single character whose width is to be printed.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 7907e5daf44ab85ab3aa65de683148b198d60d59..c3425b5bc0c137c0af02f48d5d37cf9a2058c1d0 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 
     fll_error_print(print, F_status_set_fine(((utf8_main_t *) print->custom)->setting.state.status), function, fll_error_file_flag_fallback_e);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_error_
 
@@ -53,7 +53,7 @@ extern "C" {
       fl_print_format("%[.%]%r", print->to, print->set->error, print->set->error, f_string_eol_s);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_error_decode_
 
@@ -79,7 +79,7 @@ extern "C" {
       fl_print_format("%[.%]%r", print->to, print->set->error, print->set->error, f_string_eol_s);
     }
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_error_encode_
 
@@ -93,7 +93,7 @@ extern "C" {
 
     fll_error_file_print(print, F_status_set_fine(main->setting.state.status), function, fll_error_file_flag_fallback_e, name, operation, type);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_error_file_
 
@@ -105,7 +105,7 @@ extern "C" {
 
     fll_print_format("%[%QNo from sources are specified, please pipe data, designate a file, or add parameters.%]%r", print->to, print->set->error, print->prefix, print->set->error, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_error_no_from_
 
@@ -123,7 +123,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_error_parameter_file_name_empty_
 
@@ -141,7 +141,7 @@ extern "C" {
 
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_error_parameter_file_not_found_
 
@@ -153,7 +153,7 @@ extern "C" {
 
     fll_print_format("%[%QToo many '%r' files specified, there may only be one '%r' file.%]%r", print->to, print->set->error, print->prefix, utf8_string_to_s, utf8_string_to_s, print->set->error, f_string_eol_s);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_error_parameter_file_to_too_many_
 
index 508248757e876338974bf5c10d099b2089982008..b97319e851d4840f0bce9d051f72405cc3d40dcd 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -47,7 +47,7 @@ extern "C" {
  *   The byte sequence string or unicode codepoint string representing a single character to print.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -69,7 +69,7 @@ extern "C" {
  *   The codepoint that is invalid.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -98,7 +98,7 @@ extern "C" {
  *   A valid file type code from the fll_error_file_type enum.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -118,7 +118,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -140,7 +140,7 @@ extern "C" {
  *   The index within the argv[] array where the empty string is found.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -167,7 +167,7 @@ extern "C" {
  *   The file path name.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
@@ -189,7 +189,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index e3d95fe54f4d25ca010cf6d880d0ac4c29134548..a7120131e73e9bcca9c25e2b51d2a313d6b35a62 100644 (file)
@@ -56,7 +56,7 @@ extern "C" {
     f_file_stream_flush(print->to);
     f_file_stream_unlock(print->to);
 
-    return F_none;
+    return F_okay;
   }
 #endif // _di_utf8_print_message_help_
 
index b9ddc72d664594d15ca34d58247ee2be5185b660..695280364a353e174f7a300b266161aadeea7d01 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  *   This does not alter print.custom.setting.state.status.
  *
  * @return
- *   F_none on success.
+ *   F_okay on success.
  *   F_output_not on success, but no printing is performed.
  *
  *   F_output_not (with error bit) if setting is NULL.
index 8e940c63955fbfca8922080abb319ba549a12e22..0e565b4a802e81ac795a88d2794c59f31d0c8b87 100644 (file)
@@ -15,7 +15,7 @@ extern "C" {
       return;
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     bool valid = F_true;
     uint8_t mode_codepoint = utf8_codepoint_mode_ready_e;
@@ -28,7 +28,7 @@ extern "C" {
 
       if (utf8_signal_check(main)) return;
 
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
 
       if (main->setting.mode & utf8_mode_from_bytesequence_e) {
         utf8_convert_bytesequence(main, text);
index 99b0cb342808482923693188a734bd1eff905a3f..35ea429fb40105dff534952ddf7335de5c83daeb 100644 (file)
@@ -94,7 +94,7 @@ extern "C" {
       }
 
       failsafe = 0;
-      main->setting.status_signal = F_none;
+      main->setting.status_signal = F_okay;
 
     } while (!main->program.signal_received);
 
index 4ef0b451e79ef62daab4f7285296aa22ae91b150..60d0b8200a8cec8cc5d4c65e5628d22d20d70d5c 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
       fll_print_dynamic_raw(f_string_eol_s, main->program.message.to);
     }
 
-    main->setting.state.status = F_none;
+    main->setting.state.status = F_okay;
 
     if (main->setting.flag & (utf8_main_flag_help_e | utf8_main_flag_version_e | utf8_main_flag_copyright_e)) {
       if (main->setting.flag & utf8_main_flag_help_e) {
@@ -173,7 +173,7 @@ extern "C" {
       main->setting.state.status = valid;
     }
     else {
-      main->setting.state.status = F_none;
+      main->setting.state.status = F_okay;
     }
   }
 #endif // _di_utf8_main_
index e27508eb1ce196e9f880b0d3b50b0ec9b5fc8c6c..c652f1d2aa825c4acceb4b6bc6ce88d4ac1f93b1 100644 (file)
@@ -93,7 +93,7 @@ extern "C" {
  *   The main program data and settings.
  *
  *   This alters main.setting.state.status:
- *     F_none on success.
+ *     F_okay on success.
  *     F_true on success when performing verification and verify passed.
  *     F_false on success when performing verification and verify failed.
  *
index f2734d008761c891cf9e77aecc378aa29807c4b8..7e306bceb4c46d7538100bffb360ee1b5cf35109 100644 (file)
@@ -37,7 +37,7 @@ Featureless Settings Specification: 000e - Payload:
   The recommended italic:"length" italic:"header" Object used to designate the italic:"payload" size does not necessarily have to be defined in the italic:"header".
   That is to say, if the italic:"payload" is expected to be of some pre-defined or static length then a length does not need to be provided in the italic:"header".
 
-  The recommended italic:"status" italic:"header" Object may be a string, such as code:"F_none", or a positive whole number.
+  The recommended italic:"status" italic:"header" Object may be a string, such as code:"F_okay", or a positive whole number.
   What the status code represents is application specific (or specific to a sub-standard) but may often be used to represent FLL:"Featureless Linux Library" status code.
   - The FLL:"Featureless Linux Library" status code is a 16-bit digit whose first two high-order bits represent italic:"error" and italic:"warning" ( representing italic:"signal").
   - The FLL:"Featureless Linux Library" status code as a number is binary sensitive and may not be portable across binaries or systems.
diff --git a/specifications/resolution.txt b/specifications/resolution.txt
new file mode 100644 (file)
index 0000000..9d28dbd
--- /dev/null
@@ -0,0 +1,34 @@
+Initial Draft - Currently Just Notes.
+
+Need an alternative to /etc/resolv.conf.
+
+Expand kevux specific practices that include "port" and "extension".
+Add "scheme".
+
+The "scheme" is a group or category in this case.
+Consider "inet" for classic internet.
+
+example resolution file (/etc/resolution):
+  # fss-????
+  inet:
+    namesever 208.67.222.222
+    extension kevux 127.0.0.2:123
+
+  kevux:
+    nameserver 127.0.0.2:123
+    extension turtle 127.0.0.3:456
+
+
+Can then do nslookup like this:
+  nslookup google.com
+  nslookup turtle.kevux
+  nslookup kevux://google.com
+  nslookup kevux://turtle.kevux
+  nslookup kevux://kevin.turtle
+
+Recommend reserving "http" and "https" for "inet" use in programs.
+
+Need to include additional files that can be created dynamically.
+Allow for user-specific checks.
+Allow for custom cached includes.
+Allow for custom use for things like VPN.