]> Kevux Git Server - fll/commitdiff
Update: Use F_file_descriptor_not instead of F_file_descriptor for invalid file descr...
authorKevin Day <Kevin@kevux.org>
Thu, 27 Nov 2025 14:26:15 +0000 (08:26 -0600)
committerKevin Day <Kevin@kevux.org>
Thu, 27 Nov 2025 16:13:33 +0000 (10:13 -0600)
The "_not" suffixes were added later in in the project after some of these status codes were established.
This begins the process of using the "_not" suffixes for representing invalid states, variables, etc...

The `F_file_descriptor` should instead be `F_file_descriptor_not` for invalid file descriptor errors.

79 files changed:
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-flush.c
level_0/f_file/tests/unit/c/test-file-link_hard_at.c
level_0/f_file/tests/unit/c/test-file-manipulate.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-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_by_id.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_descriptor.c
level_0/f_file/tests/unit/c/test-file-stream_reopen.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_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/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_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

index 7cfdc2ce786065c5f67733492e0b9ea5c795c420..cb1cbb38cf6cd7e0c10c5c6b210413827785b60b 100644 (file)
@@ -573,7 +573,7 @@ extern "C" {
 
     if (linkat(file_target.id, target.string, file_point.id, point.string, flag) < 0) {
       if (errno == EACCES) return F_status_set_error(F_access_denied);
-      if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+      if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
       if (errno == EDQUOT) return F_status_set_error(F_file_system_quota_block);
       if (errno == EEXIST) return F_status_set_error(F_file_found);
       if (errno == EFAULT) return F_status_set_error(F_buffer);
@@ -648,7 +648,7 @@ extern "C" {
     if (fcntl(file.id, command, argument) == -1) {
       if (errno == EACCES) return F_status_set_error(F_access_denied);
       if (errno == EAGAIN) return F_status_set_error(F_again);
-      if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+      if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
       if (errno == EBUSY) return F_status_set_error(F_busy);
       if (errno == EDEADLK) return F_status_set_error(F_deadlock);
       if (errno == EFAULT) return F_status_set_error(F_buffer);
@@ -1566,7 +1566,7 @@ extern "C" {
 
       if (size_read < 0) {
         if (errno == EAGAIN || errno == EWOULDBLOCK) return F_status_set_error(F_block);
-        if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+        if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
         if (errno == EFAULT) return F_status_set_error(F_buffer);
         if (errno == EINTR) return F_status_set_error(F_interrupt);
         if (errno == EINVAL) return F_status_set_error(F_parameter);
@@ -1608,7 +1608,7 @@ extern "C" {
 
     if (size_read < 0) {
       if (errno == EAGAIN || errno == EWOULDBLOCK) return F_status_set_error(F_block);
-      if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+      if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
       if (errno == EFAULT) return F_status_set_error(F_buffer);
       if (errno == EINTR) return F_status_set_error(F_interrupt);
       if (errno == EINVAL) return F_status_set_error(F_parameter);
@@ -1653,7 +1653,7 @@ extern "C" {
 
       if (size_read < 0) {
         if (errno == EAGAIN || errno == EWOULDBLOCK) return F_status_set_error(F_block);
-        if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+        if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
         if (errno == EFAULT) return F_status_set_error(F_buffer);
         if (errno == EINTR) return F_status_set_error(F_interrupt);
         if (errno == EINVAL) return F_status_set_error(F_parameter);
@@ -1831,7 +1831,7 @@ extern "C" {
     *seeked = lseek(file.id, offset, whence);
 
     if (*seeked < 0) {
-      if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+      if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
       if (errno == EINVAL) return F_status_set_error(F_parameter);
       if (errno == ENXIO) return F_status_set_error(F_bound_not);
       if (errno == EOVERFLOW) return F_status_set_error(F_number_overflow);
@@ -1851,7 +1851,7 @@ extern "C" {
     if (!read && !write && !except && !timeout) return F_data_not;
 
     if (select(highest_plus_one, read, write, except, timeout) == -1) {
-      if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+      if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
       if (errno == EINTR) return F_status_set_error(F_interrupt);
       if (errno == EINVAL) return F_status_set_error(F_parameter);
       if (errno == ENOMEM) return F_status_set_error(F_memory_not);
@@ -1870,7 +1870,7 @@ extern "C" {
     if (!read && !write && !except && !timeout) return F_data_not;
 
     if (pselect(highest_plus_one, read, write, except, timeout, signal) == -1) {
-      if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+      if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
       if (errno == EINTR) return F_status_set_error(F_interrupt);
       if (errno == EINVAL) return F_status_set_error(F_parameter);
       if (errno == ENOMEM) return F_status_set_error(F_memory_not);
index 8d7567248f9b3fbdea6b732555953d9c6946d48e..687da309fc0cf07d2e44ffa0fc5dbbda5c4c59fe 100644 (file)
@@ -190,7 +190,7 @@ extern "C" {
  *   F_file_descriptor_not if file.id is -1.
  *
  *   F_file_close (with error bit) if fclose() failed for any other reason.
- *   F_file_descriptor (with error bit) if file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if file descriptor is invalid.
  *   F_file_synchronize (with error bit) on flush failure.
  *   F_file_system_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
  *   F_input_output (with error bit) on I/O error.
@@ -216,7 +216,7 @@ extern "C" {
  *   F_file_descriptor_not if id is -1.
  *
  *   F_file_close (with error bit) if fclose() failed for any other reason.
- *   F_file_descriptor (with error bit) if file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if file descriptor is invalid.
  *   F_file_synchronize (with error bit) on flush failure.
  *   F_file_system_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
  *   F_input_output (with error bit) on I/O error.
@@ -688,7 +688,7 @@ extern "C" {
  *   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.
+ *   F_file_descriptor_not (with error bit) if file descriptor is invalid.
  *   F_file_system_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
  *   F_input_output (with error bit) on I/O error.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -962,7 +962,7 @@ extern "C" {
  *   F_busy (with error bit) if file system is too busy to perform write.
  *   F_directory_descriptor (with error bit) when either at_id_target or at_id_point is not a valid file descriptor (at_id must point to a directory).
  *   F_directory_not (with error bit) if a supposed directory in path is not actually a directory.
- *   F_file_descriptor (with error bit) if file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if file descriptor is invalid.
  *   F_file_found (with error bit) if a file aleady exists at the path.
  *   F_file_found_not (with error bit) if a parent path in point does not exist or is a broken symlink.
  *   F_file_system_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
@@ -1096,7 +1096,7 @@ extern "C" {
  *   F_busy (with error bit) if system is too busy to perform operation.
  *   F_deadlock (with error bit) if operation would cause a deadlock.
  *   F_directory_not (with error bit) on invalid directory.
- *   F_file_descriptor (with error bit) if file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if file descriptor is invalid.
  *   F_file_descriptor_max (with error bit) if max file descriptors is reached.
  *   F_interrupt (with error bit) when program received an interrupt signal, halting operation.
  *   F_lock (with error bit) if failed to lock, such as lock table is full or too many open segments.
@@ -1623,7 +1623,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_input_output (with error bit) on I/O error.
  *   F_interrupt (with error bit) if interrupt is received.
@@ -1658,7 +1658,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_input_output (with error bit) on I/O error.
  *   F_interrupt (with error bit) if interrupt is received.
@@ -1696,7 +1696,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_input_output (with error bit) on I/O error.
  *   F_interrupt (with error bit) if interrupt is received.
@@ -1972,7 +1972,7 @@ extern "C" {
  *   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.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_pipe (with error bit) if file descriptor represents a pipe, socket, or FIFO.
  *   F_number_overflow (with error bit) on overflow for offset.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -2016,7 +2016,7 @@ extern "C" {
  *   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.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_interrupt (with error bit) when program received an interrupt signal, halting operation.
  *   F_memory_not (with error bit) if out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -2066,7 +2066,7 @@ extern "C" {
  *   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.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_interrupt (with error bit) when program received an interrupt signal, halting operation.
  *   F_memory_not (with error bit) if out of memory.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -2157,7 +2157,7 @@ extern "C" {
  *   F_access_denied (with error bit) if access to the file was denied.
  *   F_directory_not (with error bit) on invalid directory.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_found_not (with error bit) if the file was not found.
  *   F_loop (with error bit) on loop error.
  *   F_memory_not (with error bit) if out of memory.
@@ -2475,7 +2475,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_input_output (with error bit) on I/O error.
  *   F_interrupt (with error bit) if interrupt is received.
@@ -2511,7 +2511,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_input_output (with error bit) on I/O error.
  *   F_interrupt (with error bit) if interrupt is received.
@@ -2547,7 +2547,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_input_output (with error bit) on I/O error.
  *   F_interrupt (with error bit) if interrupt is received.
@@ -2582,7 +2582,7 @@ extern "C" {
  *
  *   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.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_input_output (with error bit) on I/O error.
  *   F_interrupt (with error bit) if interrupt is received.
index 4ede81a7fb03ca6b8e88ce223ebc9baa3ee9069d..8f34d410c92d86523978fb5b06eb7fee50441116 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
 
       if (errno == EACCES) return F_status_set_error(F_access_denied);
       if (errno == EAGAIN || errno == EWOULDBLOCK) return F_status_set_error(F_block);
-      if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+      if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
       if (errno == EFBIG) return F_status_set_error(F_file_overflow);
       if (errno == EDEADLK) return F_status_set_error(F_deadlock);
       if (errno == EDESTADDRREQ) return F_status_set_error(F_socket_not);
@@ -54,7 +54,7 @@ extern "C" {
     // Only 0 is considered a success and so any non-zero value could be an error.
     if (fflush(file.stream) != 0) {
       if (errno == EAGAIN || errno == EWOULDBLOCK) return F_status_set_error(F_block);
-      if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+      if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
       if (errno == EFAULT) return F_status_set_error(F_buffer);
       if (errno == EINTR) return F_status_set_error(F_interrupt);
       if (errno == EINVAL) return F_status_set_error(F_parameter);
@@ -151,7 +151,7 @@ extern "C" {
     if (!file->stream) {
       if (errno == EACCES) return F_status_set_error(F_access_denied);
       if (errno == EAGAIN || errno == EWOULDBLOCK) return F_status_set_error(F_block);
-      if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+      if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
       if (errno == EFBIG) return F_status_set_error(F_file_overflow);
       if (errno == EDEADLK) return F_status_set_error(F_deadlock);
       if (errno == EDESTADDRREQ) return F_status_set_error(F_socket_not);
@@ -378,7 +378,7 @@ extern "C" {
     if (!result) {
       if (errno == EACCES) return F_status_set_error(F_access_denied);
       if (errno == EAGAIN || errno == EWOULDBLOCK) return F_status_set_error(F_block);
-      if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+      if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
       if (errno == EFBIG) return F_status_set_error(F_file_overflow);
       if (errno == EDEADLK) return F_status_set_error(F_deadlock);
       if (errno == EDESTADDRREQ) return F_status_set_error(F_socket_not);
index 9ec903220e1d083e939ea066a10fab140d9bf186..21174bf6be46fa98b0431d62aa39b33c1b40da47 100644 (file)
@@ -31,8 +31,8 @@ extern "C" {
  *   F_block (with error bit) if the action would block and non-blocking is set on the stream.
  *   F_buffer (with error bit) if the buffer is invalid.
  *   F_deadlock (with error bit) if operation would cause a deadlock.
- *   F_file_descriptor (with error bit) if file descriptor is invalid.
  *   F_file_descriptor_max (with error bit) if max file descriptors is reached.
+ *   F_file_descriptor_not (with error bit) if file descriptor is invalid.
  *   F_file_overflow (with error bit) if the write exceeds some implementation defined maximum file size.
  *   F_file_type_not_directory (with error bit) if F_NOTIFY was specified and file.id is not a directory.
  *   F_input_output (with error bit) on I/O error.
@@ -66,7 +66,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_input_output (with error bit) on I/O error.
  *   F_interrupt (with error bit) if interrupt is received.
@@ -151,7 +151,7 @@ extern "C" {
  *   F_access_denied (with error bit) on access denied.
  *   F_buffer (with error bit) if the buffer is invalid.
  *   F_busy (with error bit) if file system is too busy to perform write.
- *   F_file_descriptor (with error bit) if unable to load the file descriptor.
+ *   F_file_descriptor_not (with error bit) if unable to load the file descriptor.
  *   F_file_found_not (with error bit) if the file was not found.
  *   F_file_open_max (with error bit) when system-wide max open files is reached.
  *   F_file_type_not_directory (with error bit) if F_NOTIFY was specified and file.id is not a directory.
@@ -192,8 +192,8 @@ extern "C" {
  *   F_block (with error bit) if the action would block and non-blocking is set on the stream.
  *   F_buffer (with error bit) if the buffer is invalid.
  *   F_deadlock (with error bit) if operation would cause a deadlock.
- *   F_file_descriptor (with error bit) if file descriptor is invalid.
  *   F_file_descriptor_max (with error bit) if max file descriptors is reached.
+ *   F_file_descriptor_not (with error bit) if file descriptor is invalid.
  *   F_file_overflow (with error bit) if the write exceeds some implementation defined maximum file size.
  *   F_file_type_not_directory (with error bit) if F_NOTIFY was specified and file.id is not a directory.
  *   F_interrupt (with error bit) when program received an interrupt signal, halting operation.
@@ -230,7 +230,7 @@ extern "C" {
  *   F_buffer (with error bit) if the buffer is invalid.
  *   F_error (with error bit) if the file is already in the error state at the start of this function.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_input_output (with error bit) on I/O error.
  *   F_interrupt (with error bit) if interrupt is received.
@@ -346,7 +346,7 @@ extern "C" {
  *   F_access_denied (with error bit) on access denied.
  *   F_buffer (with error bit) if the buffer is invalid.
  *   F_busy (with error bit) if file system is too busy to perform write.
- *   F_file_descriptor (with error bit) if unable to load the file descriptor.
+ *   F_file_descriptor_not (with error bit) if unable to load the file descriptor.
  *   F_file_found_not (with error bit) if the file was not found.
  *   F_file_open_max (with error bit) when system-wide max open files is reached.
  *   F_file_type_not_directory (with error bit) if F_NOTIFY was specified and file.id is not a directory.
index d4ee1157df0f7ee0f576332b73e3993a3d674bb6..7ce7fb7009a620f750f36209f8a71c71da6e2171 100644 (file)
@@ -15,7 +15,7 @@ extern "C" {
         *id = -1;
       }
 
-      if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+      if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
       if (errno == EDQUOT) return F_status_set_error(F_file_system_quota_block);
       if (errno == EINTR) return F_status_set_error(F_interrupt);
       if (errno == EIO) return F_status_set_error(F_input_output);
@@ -238,7 +238,7 @@ extern "C" {
   f_status_t private_f_file_flush(const f_file_t file) {
 
     if (fsync(file.id) < 0) {
-      if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+      if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
       if (errno == EDQUOT) return F_status_set_error(F_file_system_quota_block);
       if (errno == EINVAL) return F_status_set_error(F_support_not);
       if (errno == EIO) return F_status_set_error(F_input_output);
@@ -602,7 +602,7 @@ extern "C" {
 
     if (fstat(file.id, file_stat) < 0) {
       if (errno == EACCES) return F_status_set_error(F_access_denied);
-      if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+      if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
       if (errno == EFAULT) return F_status_set_error(F_buffer);
       if (errno == EINVAL) return F_status_set_error(F_parameter);
       if (errno == ELOOP) return F_status_set_error(F_loop);
@@ -727,7 +727,7 @@ extern "C" {
 
     if (size_write < 0) {
       if (errno == EAGAIN || errno == EWOULDBLOCK) return F_status_set_error(F_block);
-      if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+      if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
       if (errno == EFAULT) return F_status_set_error(F_buffer);
       if (errno == EINTR) return F_status_set_error(F_interrupt);
       if (errno == EINVAL) return F_status_set_error(F_parameter);
index 895d2d2f385dd4d5842ec0ea15f55c097d64f0cb..8d6eb96fb885654a858264d42e0ac738d8c21de5 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
  *   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.
+ *   F_file_descriptor_not (with error bit) if file descriptor is invalid.
  *   F_file_synchronize (with error bit) on flush failure.
  *   F_file_system_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
  *   F_input_output (with error bit) on I/O error.
@@ -363,7 +363,7 @@ extern "C" {
  * @return
  *   F_okay is returned on success.
  *
- *   F_file_descriptor (with error bit) if file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if file descriptor is invalid.
  *   F_file_system_quota_block (with error bit) if file system's disk blocks or inodes are exhausted.
  *   F_input_output (with error bit) on I/O error.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -595,7 +595,7 @@ extern "C" {
  * @return
  *   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_descriptor_not (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.
  *   F_file_open (with error bit) if the file is already open.
  *   F_parameter (with error bit) if a parameter is invalid.
@@ -916,7 +916,7 @@ extern "C" {
  *   F_buffer (with error bit) if the buffer is invalid.
  *   F_file (with error bit) if file descriptor is in an error state.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_input_output (with error bit) on I/O error.
  *   F_interrupt (with error bit) if interrupt is received.
index 64b819bb35269bfb9eee1548b4619cbb0c8b087b..483c7fd9ab847bc4a218a8bd0a1d2b6700fd123e 100644 (file)
@@ -493,7 +493,7 @@ void test__f_file_clone__fails_for_regular(void **state) {
     };
 
     f_status_t statuss[] = {
-      F_file_descriptor,
+      F_file_descriptor_not,
       F_file_system_quota_block,
       F_interrupt,
       F_input_output,
index 18816e600eaa8d15529c7029c5f034ac60ebc39f..4edd79a774f673e2315dc98eb056461463faa116 100644 (file)
@@ -18,7 +18,7 @@ void test__f_file_close__fails(void **state) {
     };
 
     f_status_t statuss[] = {
-      F_file_descriptor,
+      F_file_descriptor_not,
       F_interrupt,
       F_input_output,
       F_space_not,
index 6a8b2b5558451cb8533c646d36e4bb26133e61b9..81a19368b9c4a7b7381ea884893f469eacba0333 100644 (file)
@@ -18,7 +18,7 @@ void test__f_file_close_id__fails(void **state) {
     };
 
     f_status_t statuss[] = {
-      F_file_descriptor,
+      F_file_descriptor_not,
       F_interrupt,
       F_input_output,
       F_space_not,
index a2034599e4474a96e6dac122e5087021e99dae9d..fab1694bf6df7dd2e204e06014a9b7329b8650e1 100644 (file)
@@ -860,7 +860,7 @@ void test__f_file_copy__fails_for_regular(void **state) {
     };
 
     f_status_t statuss[] = {
-      F_file_descriptor,
+      F_file_descriptor_not,
       F_interrupt,
       F_input_output,
       F_space_not,
index 126d26eff79ea9baf1adaf2d9241395bdef537ad..c27b6f2e9f01bc6a78f3c0472c2fdf984506ca95 100644 (file)
@@ -80,7 +80,7 @@ void test__f_file_create__fails(void **state) {
     };
 
     f_status_t statuss[] = {
-      F_file_descriptor,
+      F_file_descriptor_not,
       F_file_system_quota_block,
       F_interrupt,
       F_input_output,
index de04b6e97cfbab8190629d0d5c24fcb0f03186ce..722776979d542ceee2216c950aacdc0ac2e941ca 100644 (file)
@@ -83,7 +83,7 @@ void test__f_file_create_at__fails(void **state) {
     };
 
     f_status_t statuss[] = {
-      F_file_descriptor,
+      F_file_descriptor_not,
       F_interrupt,
       F_input_output,
       F_space_not,
index 41404bac7504a784916f5d3996ca149067af4ca5..f8c623c7275583c508959d06e7259c895b032934 100644 (file)
@@ -20,7 +20,7 @@ void test__f_file_flush__fails(void **state) {
   };
 
   f_status_t statuss[] = {
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_file_system_quota_block,
     F_support_not,
     F_input_output,
index 3344c39d07990473753976a4ed20a2ab51f4ead3..d2afe732e4eebb95e3c2a5974c5ffee9fb277368 100644 (file)
@@ -35,7 +35,7 @@ void test__f_file_link_hard_at__fails(void **state) {
 
   f_status_t statuss[] = {
     F_access_denied,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_file_system_quota_block,
     F_file_found,
     F_buffer,
index 7b6b7a74e8a1e303394a4cce074e128c1fcd3eea..8899f6ca7f16df38e00ce7443c6d6f8e606a5149 100644 (file)
@@ -29,7 +29,7 @@ void test__f_file_manipulate__fails(void **state) {
     f_status_t statuss[] = {
       F_access_denied,
       F_again,
-      F_file_descriptor,
+      F_file_descriptor_not,
       F_busy,
       F_deadlock,
       F_buffer,
index dedac9c19b6cd06b92b089f05e50671f9329691d..55ac7d26cb34cef497067534d8e1725e78df3d28 100644 (file)
@@ -26,7 +26,7 @@ void test__f_file_read__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_buffer,
     F_interrupt,
     F_parameter,
index 1d397ed84ec094c0524a52c69202d2a8d1afc65e..551a8f69b8903bd0c70ac975681768c69f649dd6 100644 (file)
@@ -26,7 +26,7 @@ void test__f_file_read_block__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_buffer,
     F_interrupt,
     F_parameter,
index 5a4a01b6a03b48fb26001b4fc1b80b3cc71c99c3..bf328ceeae9a0418129478d4f8f89758b9c540c3 100644 (file)
@@ -26,7 +26,7 @@ void test__f_file_read_until__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_buffer,
     F_interrupt,
     F_parameter,
index ca85c0239337997bf9713a10010a69b83de6b1eb..0241705524293eb11d62531a9adaf13ff7d02cb2 100644 (file)
@@ -19,7 +19,7 @@ void test__f_file_seek__fails(void **state) {
   };
 
   f_status_t statuss[] = {
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_parameter,
     F_bound_not,
     F_number_overflow,
index fc05d12eccaad9111daae3ea8008528a68bae8b8..57cd3a60ba2336cc5a8bc2c031d75827dfbc1d0c 100644 (file)
@@ -21,7 +21,7 @@ void test__f_file_select__fails(void **state) {
     };
 
     f_status_t statuss[] = {
-      F_file_descriptor,
+      F_file_descriptor_not,
       F_interrupt,
       F_parameter,
       F_memory_not,
index 60d59a1e32d536f671b3a5b2b950433c14159156..32b07f9f02baef567bee5ded8674b666ad27c800 100644 (file)
@@ -21,7 +21,7 @@ void test__f_file_select_signal__fails(void **state) {
     };
 
     f_status_t statuss[] = {
-      F_file_descriptor,
+      F_file_descriptor_not,
       F_interrupt,
       F_parameter,
       F_memory_not,
index be6523ce81897878fed2c82459363cef92c9a563..5aabe465c6bec01ce536f29e3c4e1854143991e2 100644 (file)
@@ -25,7 +25,7 @@ void test__f_file_size_by_id__fails(void **state) {
 
   f_status_t statuss[] = {
     F_access_denied,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_buffer,
     F_parameter,
     F_loop,
index 99b98755ca56f4b30f98cf47a75c77dedd7dc828..674c71eccfe31a1a2aafeabfe97dc8c5f81a86d3 100644 (file)
@@ -25,7 +25,7 @@ void test__f_file_stat_by_id__fails(void **state) {
 
   f_status_t statuss[] = {
     F_access_denied,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_buffer,
     F_parameter,
     F_loop,
index ca575f29d157501971bd0e1aca55d923afbda518..38bbc22637b4700259ac70cd866260c8b1c61f6f 100644 (file)
@@ -32,7 +32,7 @@ void test__f_file_stream_close__fails(void **state) {
   f_status_t status_closes[] = {
     F_access_denied,
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_file_overflow,
     F_deadlock,
     F_socket_not,
index ff8f4c50a1663bb28b9ad19790682cac5efa9fdb..ec36b44c2b13107aa9cdbedf1c4b2b151e3feb19 100644 (file)
@@ -35,7 +35,7 @@ void test__f_file_stream_open_descriptor__fails(void **state) {
   f_status_t statuss[] = {
     F_access_denied,
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_file_overflow,
     F_deadlock,
     F_socket_not,
index 300dc51998b775fd3e035e9c8d638d9a181411f4..9a1f2b6243f56759bb868b455b1c53e6cc710082 100644 (file)
@@ -34,7 +34,7 @@ void test__f_file_stream_reopen__fails(void **state) {
   f_status_t statuss[] = {
     F_access_denied,
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_file_overflow,
     F_deadlock,
     F_socket_not,
index dfe280f633114ae7087389b7564da7675bc7d2e8..622343980cf1f43fcdb5d9268c35cc26ab4297af 100644 (file)
@@ -23,7 +23,7 @@ void test__f_file_write__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_buffer,
     F_interrupt,
     F_parameter,
index f784c33f76ec5c764f26ad628e3cb9ae7afa2b2b..c3fb4b6d64833cafc1570d45b58a07576f44eb05 100644 (file)
@@ -23,7 +23,7 @@ void test__f_file_write_block__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_buffer,
     F_interrupt,
     F_parameter,
index 641140ad81e14b1c2bd60ec8c93b1e7334378017..043e79b2eca457ed0d5b18e90f12bd23816d5680 100644 (file)
@@ -24,7 +24,7 @@ void test__f_file_write_range__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_buffer,
     F_interrupt,
     F_parameter,
index aff1746c8e6ec0dbfecf5d9885aa3eef3cdf6fe0..43c705e0c8d31247cbfe40f7c8fdd4057d280d5a 100644 (file)
@@ -23,7 +23,7 @@ void test__f_file_write_until__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_buffer,
     F_interrupt,
     F_parameter,
index 5073452d01ae5dc797070cff3a0b78b87779ae0d..081f70dbeaa8fd8af83d7547e3b8011a3f73e1c1 100644 (file)
@@ -18,7 +18,7 @@ extern "C" {
   static inline f_status_t private_inline_f_print_to_error(void) {
 
     if (errno == EAGAIN || errno == EWOULDBLOCK) return F_status_set_error(F_block);
-    if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+    if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
     if (errno == EDESTADDRREQ) return F_status_set_error(F_socket_not);
     if (errno == EDQUOT) return F_status_set_error(F_file_system_quota_block);
     if (errno == EFBIG) return F_status_set_error(F_number_overflow);
index 05778058d28b01cddbede00bf590cf618bc6c443..5bb0f6be2b6525e90f497416900c78f2cb483bbd 100644 (file)
@@ -34,7 +34,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -75,7 +75,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -130,7 +130,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -326,7 +326,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -373,7 +373,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -421,7 +421,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -464,7 +464,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -506,7 +506,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -549,7 +549,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -590,7 +590,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
index 8a1d50dec6f4a64efa23b81d0c012ed8f55df051..ac95faf866f5b8ac6bfe03e36b0e5a74d7c4935f 100644 (file)
@@ -18,7 +18,7 @@ extern "C" {
   static inline f_status_t private_inline_f_print_to_error(void) {
 
     if (errno == EAGAIN || errno == EWOULDBLOCK) return F_status_set_error(F_block);
-    if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+    if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
     if (errno == EDESTADDRREQ) return F_status_set_error(F_socket_not);
     if (errno == EDQUOT) return F_status_set_error(F_file_system_quota_block);
     if (errno == EFBIG) return F_status_set_error(F_number_overflow);
index 5e5eec0e40864c6fa461b51513ee5354693c762c..66d9ff589ccecb60a593d6014ba1f4e83cf9a60f 100644 (file)
@@ -40,7 +40,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -77,7 +77,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -118,7 +118,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -157,7 +157,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -198,7 +198,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -241,7 +241,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -289,7 +289,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -333,7 +333,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -374,7 +374,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -420,7 +420,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -462,7 +462,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -509,7 +509,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -552,7 +552,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -597,7 +597,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -644,7 +644,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -696,7 +696,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -744,7 +744,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -789,7 +789,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -839,7 +839,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -885,7 +885,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -940,7 +940,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -989,7 +989,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1040,7 +1040,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1093,7 +1093,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1146,7 +1146,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1197,7 +1197,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1250,7 +1250,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1304,7 +1304,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1356,7 +1356,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1415,7 +1415,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1475,7 +1475,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1533,7 +1533,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1584,7 +1584,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1638,7 +1638,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1688,7 +1688,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1731,7 +1731,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1779,7 +1779,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1819,7 +1819,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1863,7 +1863,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1906,7 +1906,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
@@ -1948,7 +1948,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_file_system_quota_block (with error bit) if quota is reached or exceeded.
  *   F_input_output (with error bit) on I/O error.
index c5af60a5adbdfa927a634ead13de353f52cab46a..d7149ffd2756189f29e8afe87b87f5cfca5f0c28 100644 (file)
@@ -29,7 +29,7 @@ void test__f_print_to__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index f9e5e78d593057f4995c45997f7fffea9db0f478..9945c8216dfa588f72a7ce53892b3ddb1e8af62f 100644 (file)
@@ -29,7 +29,7 @@ void test__f_print_to_character__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 5ea9d0492a23f6d495329e63be16f3539da9d6db..762edd6d0c978d0a6e960b79f7ebd675b0763eca 100644 (file)
@@ -29,7 +29,7 @@ void test__f_print_to_character_safely__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index c4150c3616225ed2fc7939acd474ac1b22f32ac2..97420f5bcc7f93656fb5d171ce1c75174e352a01 100644 (file)
@@ -29,7 +29,7 @@ void test__f_print_to_dynamic__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 095aa2a83c63cec8cfd093ad801e8b364b82ed48..b0b469e238db2c8904d80b5b000a5e6f71213cf3 100644 (file)
@@ -30,7 +30,7 @@ void test__f_print_to_dynamic_partial__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 96b5cc40f2cd4c128d2c2d761dfff96f49a3cb51..e1997c74675c462fe93af3b607fdc64174995595 100644 (file)
@@ -30,7 +30,7 @@ void test__f_print_to_dynamic_partial_raw__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index e4ba8e74b43bbf1685c13dcdf9a7f173820369b6..fe99438157a9986bad0d4b130d9d6e75cc991c43 100644 (file)
@@ -30,7 +30,7 @@ void test__f_print_to_dynamic_partial_raw_safely__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 6a6d38ca29b9f0e0abfb8d881c939fbd1e7498b5..bf2b85cc99b9215555dfc1a76abd95c437abc768 100644 (file)
@@ -30,7 +30,7 @@ void test__f_print_to_dynamic_partial_safely__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index cf9a2b0d24eac59985d1381c6cf917d6cc4f79c1..b0439b221283dd11eb476291bdc6cebb666f543a 100644 (file)
@@ -29,7 +29,7 @@ void test__f_print_to_dynamic_raw__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index a9f1b4ffa982ee214554dae5dfad101183d6ed72..0806ecb9c779ed730772491ba59c9142ccedbb69 100644 (file)
@@ -29,7 +29,7 @@ void test__f_print_to_dynamic_raw_safely__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 6971c64d50dc38b35d6f129d5e84647e52276a83..cbe2d38eba00e1569c83d04cb10bc7668a7d88e5 100644 (file)
@@ -29,7 +29,7 @@ void test__f_print_to_dynamic_safely__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 6244be4225cb47ea07c03f7e8d8f91a69fdd6709..209d49f699292e0915d96c930b52040a575a09da 100644 (file)
@@ -30,7 +30,7 @@ void test__f_print_to_except__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 152be5457979e60d7b4556c24b91906289f5666f..6f71b5d54389837be0952c9948daf4f63866d8c0 100644 (file)
@@ -30,7 +30,7 @@ void test__f_print_to_except_dynamic__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 30974c1d73eecbf99ebc28594465ffb91fc8c355..e300daf00efbce1bd6f29613b8935a0a55c1b8af 100644 (file)
@@ -31,7 +31,7 @@ void test__f_print_to_except_dynamic_partial__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index fae3e80b8f9a5ce0285c27a7b1b1adba86602c0b..2cd139f240130195abf8c44826f80cfa9c937880 100644 (file)
@@ -31,7 +31,7 @@ void test__f_print_to_except_dynamic_partial_raw__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 040216570afc3ed9aad44fd62f1d55ec7aa14036..7a5d4739f7dc0b7396465a2da36705c0db7b5d50 100644 (file)
@@ -31,7 +31,7 @@ void test__f_print_to_except_dynamic_partial_raw_safely__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index cd4e4ddc8bfef240bb4d5f853fe3dc3746429f3d..faa361b7f091a6010a6b772479b5681bc5fc174a 100644 (file)
@@ -31,7 +31,7 @@ void test__f_print_to_except_dynamic_partial_safely__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 6a82bb2678a83088044bada510b06d88ebab4ab2..d2a82b281e4e1ba27e53a21d93c3885e2075d912 100644 (file)
@@ -30,7 +30,7 @@ void test__f_print_to_except_dynamic_raw__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 140bddb0bdce5e2d84fc020b4f76e17dc147e16b..7068d8d850232bbfcb0e31e97ae4e7725f9f0ab8 100644 (file)
@@ -30,7 +30,7 @@ void test__f_print_to_except_dynamic_raw_safely__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 362d66818fbd0e158c494ce27791be490bceb5ec..d71a5ef1626d08a3484df4cb526f038cb124489c 100644 (file)
@@ -30,7 +30,7 @@ void test__f_print_to_except_dynamic_safely__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 2e2be3b85c6d7a8ce7376317eb5a2572bf843f7c..5f76623268703500ce0892d4cd4b69423219e748 100644 (file)
@@ -31,7 +31,7 @@ void test__f_print_to_except_in__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index e48534d535ade9047f773990d5592760377608e1..89c832245c127b530cf162fee24839986d1289ca 100644 (file)
@@ -31,7 +31,7 @@ void test__f_print_to_except_in_dynamic__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 2deda49e069df0b6ca22d9d786296145d57c1abc..b621ac5e6ddd12d66a738821f697a19f0e413244 100644 (file)
@@ -32,7 +32,7 @@ void test__f_print_to_except_in_dynamic_partial__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 36cf65d41f162dd6348f508febe06ac4cf269f0a..359a9536a2c4b02dfd371744908608c4d78861c9 100644 (file)
@@ -32,7 +32,7 @@ void test__f_print_to_except_in_dynamic_partial_raw__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 87f42e9fd3228b363d0ef623d2c2dda25cd8fa82..3169f70f8e13942b493427fe24086ccfe1b879fe 100644 (file)
@@ -32,7 +32,7 @@ void test__f_print_to_except_in_dynamic_partial_raw_safely__fails(void **state)
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index fdedb83fb0b49db874f95f1594157375849826b4..9db3a8f73bb5a587816e4f9ca8eef344ab296dbb 100644 (file)
@@ -32,7 +32,7 @@ void test__f_print_to_except_in_dynamic_partial_safely__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 962ff782b30be2fad5becd3eb3f67b7902fa3339..3186ad275a27c678438e1cce7fa8bc4741a41ce2 100644 (file)
@@ -31,7 +31,7 @@ void test__f_print_to_except_in_dynamic_raw__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 2927494c022152e30c175351a07cdae02357ddba..f3ee1241a3f050a6d5c5d3565ad3b6613dc25a67 100644 (file)
@@ -31,7 +31,7 @@ void test__f_print_to_except_in_dynamic_raw_safely__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 091ed0e9997e75731009f8b462a582bcbc4dc546..dae8e37f2cf0b11d41ea10ff4193929b735ff9d9 100644 (file)
@@ -31,7 +31,7 @@ void test__f_print_to_except_in_dynamic_safely__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 9fb5485e196fcd51222a3634d5a7d2e67d4c3036..98376ee6b8abf3224d9a228723c89b854148ac6d 100644 (file)
@@ -31,7 +31,7 @@ void test__f_print_to_except_in_raw__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 4b9d43fd40b57f38588c7a38340e9981918f989e..3bbeb46980c91576bc5723c546e256f7427491d4 100644 (file)
@@ -31,7 +31,7 @@ void test__f_print_to_except_in_raw_safely__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index cd4bb17e02b3b1d0b7dc982de057a7f92cddecf8..fddb3baf9bb672e5da98d8d1024500572ae0551e 100644 (file)
@@ -31,7 +31,7 @@ void test__f_print_to_except_in_safely__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index d9420282de1ec5ddb41298690fd74bf10fa98939..57f8c896c5d36a92df32dc375e0935f3c6f50de9 100644 (file)
@@ -30,7 +30,7 @@ void test__f_print_to_except_raw__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 551a2db97a672d43202ea6388ae03240696ca4ac..418085221fe8960f35bd9e6c9412e76b5052d928 100644 (file)
@@ -30,7 +30,7 @@ void test__f_print_to_except_raw_safely__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 699a5b3e578435cb7e8589225af8c5b22b96fa9a..acb8788a29c94eb7eccb12adcf112112c1e52c3b 100644 (file)
@@ -30,7 +30,7 @@ void test__f_print_to_except_safely__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index a4d9f6cbb3094e20df1050d4617a3488bc6852f8..7d04118b2e4f0c71d345d023bc39a4d24c888359 100644 (file)
@@ -29,7 +29,7 @@ void test__f_print_to_raw__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index cc73314ff162fc1a1d0ef99cbecd4a316313141d..09df1b1935d5d9f5bbe30eff2c2ef2d82dce131d 100644 (file)
@@ -29,7 +29,7 @@ void test__f_print_to_raw_safely__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 9099b277e9e265b5d6116aeec77f4dc0257adb52..6947b0bff5b70eb0eee87cd4cfa3f935f251d953 100644 (file)
@@ -29,7 +29,7 @@ void test__f_print_to_raw_terminated__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index b3a7116d0454f962048ccd36b2bd798c09b1ec37..2193927c389100fbc880d4636c6069c69b144c9e 100644 (file)
@@ -29,7 +29,7 @@ void test__f_print_to_safely__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index d71e85ccaa332b6c06b6a7c6f2a283b9b97adf46..99d24d239a0475d5c0d28478b5f503a370feaf74 100644 (file)
@@ -29,7 +29,7 @@ void test__f_print_to_safely_terminated__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 8fcc19c20a291168d497c4f6320f35a22adbc493..69a049736b0ae7db947f08cbbf46053c8ca21b5d 100644 (file)
@@ -29,7 +29,7 @@ void test__f_print_to_terminated__fails(void **state) {
 
   f_status_t statuss[] = {
     F_block,
-    F_file_descriptor,
+    F_file_descriptor_not,
     F_socket_not,
     F_file_system_quota_block,
     F_number_overflow,
index 66ece3b9fb18ca69a5f7c2dff9c6300dfec6c956..416903465fbb795881769c5efca098f5b242a43c 100644 (file)
@@ -165,7 +165,7 @@ extern "C" {
 
       if (size_write < 0) {
         if (errno == EAGAIN || errno == EWOULDBLOCK) return F_status_set_error(F_block);
-        if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+        if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
         if (errno == EFAULT) return F_status_set_error(F_buffer);
         if (errno == EINTR) return F_status_set_error(F_interrupt);
         if (errno == EINVAL) return F_status_set_error(F_parameter);
index 6f8e046771b5d14ddce2ae1558439e339bf5c38b..c8539afb4043a551cc21cf3a7bfedf6e88e9913d 100644 (file)
@@ -68,7 +68,7 @@ extern "C" {
  *   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.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_input_output (with error bit) on I/O error.
  *   F_interrupt (with error bit) if interrupt is received.
index 6a8d2952f0e7346bc81d2908bf34a35d928acce2..1ccb49211713e0c66565767842ab092fb0848fb0 100644 (file)
@@ -43,7 +43,7 @@ extern "C" {
 
     if (size_read < 0) {
       if (errno == EAGAIN || errno == EWOULDBLOCK) return F_status_set_error(F_block);
-      if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+      if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
       if (errno == EFAULT) return F_status_set_error(F_buffer);
       if (errno == EINTR) return F_status_set_error(F_interrupt);
       if (errno == EINVAL) return F_status_set_error(F_parameter);
@@ -94,7 +94,7 @@ extern "C" {
 
     if (size_read < 0) {
       if (errno == EAGAIN || errno == EWOULDBLOCK) return F_status_set_error(F_block);
-      if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+      if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
       if (errno == EFAULT) return F_status_set_error(F_buffer);
       if (errno == EINTR) return F_status_set_error(F_interrupt);
       if (errno == EINVAL) return F_status_set_error(F_parameter);
@@ -153,7 +153,7 @@ extern "C" {
 
     if (size_read < 0) {
       if (errno == EAGAIN || errno == EWOULDBLOCK) return F_status_set_error(F_block);
-      if (errno == EBADF) return F_status_set_error(F_file_descriptor);
+      if (errno == EBADF) return F_status_set_error(F_file_descriptor_not);
       if (errno == EFAULT) return F_status_set_error(F_buffer);
       if (errno == EINTR) return F_status_set_error(F_interrupt);
       if (errno == EINVAL) return F_status_set_error(F_parameter);
index 106772b2aa6bc798ca97e0c34e1f1112f719b65d..12f881609c335b492266fc625bd02cb9e9979262 100644 (file)
@@ -45,7 +45,7 @@ extern "C" {
  *   F_buffer (with error bit) if the buffer is invalid.
  *   F_file (with error bit) if file descriptor is in an error state.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_complete_not_utf_eof (with error bit) if UTF-8 character was incomplete at the end of the file.
  *   F_complete_not_utf_stop (with error bit) if UTF-8 character was incomplete at a stop point (file.size_read).
@@ -79,7 +79,7 @@ extern "C" {
  *   F_buffer (with error bit) if the buffer is invalid.
  *   F_file (with error bit) if file descriptor is in an error state.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_complete_not_utf_eof (with error bit) if UTF-8 character was incomplete at the end of the file.
  *   F_complete_not_utf_stop (with error bit) if UTF-8 character was incomplete at a stop point (file.size_read).
@@ -114,7 +114,7 @@ extern "C" {
  *   F_buffer (with error bit) if the buffer is invalid.
  *   F_file (with error bit) if file descriptor is in an error state.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_complete_not_utf_eof (with error bit) if UTF-8 character was incomplete at the end of the file.
  *   F_complete_not_utf_stop (with error bit) if UTF-8 character was incomplete at a stop point (file.size_read).
@@ -149,7 +149,7 @@ extern "C" {
  *   F_buffer (with error bit) if the buffer is invalid.
  *   F_file (with error bit) if file descriptor is in an error state.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_input_output (with error bit) on I/O error.
  *   F_interrupt (with error bit) if interrupt is received.
@@ -184,7 +184,7 @@ extern "C" {
  *   F_buffer (with error bit) if the buffer is invalid.
  *   F_file (with error bit) if file descriptor is in an error state.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_input_output (with error bit) on I/O error.
  *   F_interrupt (with error bit) if interrupt is received.
@@ -219,7 +219,7 @@ extern "C" {
  *   F_buffer (with error bit) if the buffer is invalid.
  *   F_file (with error bit) if file descriptor is in an error state.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_input_output (with error bit) on I/O error.
  *   F_interrupt (with error bit) if interrupt is received.
@@ -254,7 +254,7 @@ extern "C" {
  *   F_buffer (with error bit) if the buffer is invalid.
  *   F_file (with error bit) if file descriptor is in an error state.
  *   F_file_closed (with error bit) if file is not open.
- *   F_file_descriptor (with error bit) if the file descriptor is invalid.
+ *   F_file_descriptor_not (with error bit) if the file descriptor is invalid.
  *   F_file_type_directory (with error bit) if file descriptor represents a directory.
  *   F_input_output (with error bit) on I/O error.
  *   F_interrupt (with error bit) if interrupt is received.