if (errno == EIO) return F_status_set_error(F_input_output);
if (errno == EMFILE) return F_status_set_error(F_file_descriptor_max);
if (errno == ENFILE) return F_status_set_error(F_file_open_max);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ERANGE) {
if (length_max > 0) return F_status_set_error(F_buffer_too_small);
if (errno == EIO) return F_status_set_error(F_input_output);
if (errno == EMFILE) return F_status_set_error(F_file_descriptor_max);
if (errno == ENFILE) return F_status_set_error(F_file_open_max);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ERANGE) return F_status_set_error(F_buffer_too_small);
return F_status_set_error(F_failure);
if (errno == EIO) return F_status_set_error(F_input_output);
if (errno == EMFILE) return F_status_set_error(F_file_descriptor_max);
if (errno == ENFILE) return F_status_set_error(F_file_open_max);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ERANGE) {
if (length_max > 0) return F_status_set_error(F_buffer_too_small);
if (errno == EIO) return F_status_set_error(F_input_output);
if (errno == EMFILE) return F_status_set_error(F_file_descriptor_max);
if (errno == ENFILE) return F_status_set_error(F_file_open_max);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ERANGE) return F_status_set_error(F_buffer_too_small);
return F_status_set_error(F_failure);
* F_file_open_max (with error bit) too many open files.
* F_input_output (with error bit) if an I/O error occurred.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_parameter (with error bit) if a parameter is invalid.
* F_failure (with error bit) on any other failure.
*
* F_file_open_max (with error bit) too many open files.
* F_input_output (with error bit) if an I/O error occurred.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_parameter (with error bit) if a parameter is invalid.
* F_failure (with error bit) on any other failure.
*
if (errno == ELOOP) return F_status_set_error(F_loop);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENOENT) return F_file_found_not;
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_false;
if (errno == EOVERFLOW) return F_status_set_error(F_number_overflow);
if (errno == ELOOP) return F_status_set_error(F_loop);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENOENT) return F_file_found_not;
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_false;
if (errno == EOVERFLOW) return F_status_set_error(F_number_overflow);
if (errno == EFAULT) return F_status_set_error(F_buffer);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENOENT) return F_file_found_not;
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_false;
if (errno == EOVERFLOW) return F_status_set_error(F_number_overflow);
if (errno == ELOOP) return F_status_set_error(F_loop);
if (errno == EFAULT) return F_status_set_error(F_buffer);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENOENT) return F_file_found_not;
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_false;
if (errno == EOVERFLOW) return F_status_set_error(F_number_overflow);
if (errno == ELOOP) return F_status_set_error(F_loop);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENFILE) return F_status_set_error(F_file_open_max);
if (errno == ENOENT) return F_status_set_error(F_directory_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOSPC) return F_status_set_error(F_space_not);
if (errno == ENOTDIR) return F_status_set_error(F_file_type_not_directory);
if (errno == EPERM) return F_status_set_error(F_prohibited);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENFILE) return F_status_set_error(F_file_open_max);
if (errno == ENOENT) return F_status_set_error(F_directory_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_status_set_error(F_file_type_not_directory);
if (errno == ENOSPC) return F_status_set_error(F_space_not);
if (errno == EPERM) return F_status_set_error(F_prohibited);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENFILE) return F_status_set_error(F_file_open_max);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == ENOTEMPTY) return F_status_set_error(F_directory_empty_not);
if (errno == EPERM) return F_status_set_error(F_prohibited);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENFILE) return F_status_set_error(F_file_open_max);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == ENOTEMPTY) return F_status_set_error(F_directory_empty_not);
if (errno == EPERM) return F_status_set_error(F_prohibited);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == EFAULT) return F_status_set_error(F_buffer);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == EOVERFLOW) return F_status_set_error(F_number_overflow);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == EACCES) return F_status_set_error(F_access_denied);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == EFAULT) return F_status_set_error(F_buffer);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == EOVERFLOW) return F_status_set_error(F_number_overflow);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
* F_file_found_not (with error bit) if a file within the path is not found (such as a broken symbolic link).
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for removing.
* F_file_found_not (with error bit) if a file within the path is not found (such as a broken symbolic link).
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for removing.
* F_file_found_not if the path was not found.
* F_access_denied (with error bit) if access to the file was denied.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_access_denied (with error bit) if access to the file was denied.
* F_directory_descriptor (with error bit) for bad directory descriptor for at_id.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_file_found_not if the path was not found.
* F_access_denied (with error bit) if access to the file was denied.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_access_denied (with error bit) if access to the file was denied.
* F_directory_descriptor (with error bit) for bad directory descriptor for at_id.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_file_type_directory_not (with error bit) file is not a directory.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on integer overflow.
* F_parameter (with error bit) if a parameter is invalid.
* F_file_type_directory_not (with error bit) file is not a directory.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on integer overflow.
* F_parameter (with error bit) if a parameter is invalid.
* F_file_type_directory (with error bit) file is a directory (directories cannot be removed via this function).
* F_input_output (with error bit) if an I/O error occurred.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for removing.
* F_file_type_directory (with error bit) file is a directory (directories cannot be removed via this function).
* F_input_output (with error bit) if an I/O error occurred.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for removing.
* F_filesystem_quota_reached (with error bit) quota reached of filesystem is out of space.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_filesystem_quota_reached (with error bit) quota reached of filesystem is out of space.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
if (errno == EMLINK) return F_status_set_error(F_directory_link_max);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOSPC) return F_status_set_error(F_space_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == EPERM) return F_status_set_error(F_prohibited);
if (errno == EMLINK) return F_status_set_error(F_directory_link_max);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOSPC) return F_status_set_error(F_space_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == EPERM) return F_status_set_error(F_prohibited);
* F_file_found_not (with error bit) if a file within the path is not found (such as a broken symbolic link).
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for removing.
* F_file_found_not (with error bit) if a file within the path is not found (such as a broken symbolic link).
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for removing.
* @return
* F_none on success.
* F_invalid (with error bit) if name is an invalid string.
- * F_memory_out (with error bit) on out of memory.
+ * F_memory_not (with error bit) on out of memory.
* F_failure (with error bit) on any other error.
*
* @see setenv()
* F_none on success.
* F_data_not if name.used is 0.
* F_invalid (with error bit) if name is an invalid string.
- * F_memory_out (with error bit) on out of memory.
+ * F_memory_not (with error bit) on out of memory.
* F_parameter (with error bit) if a parameter is invalid.
* F_failure (with error bit) on any other error.
*
* @return
* F_none on success.
* F_invalid (with error bit) if name is an invalid string.
- * F_memory_out (with error bit) on out of memory.
+ * F_memory_not (with error bit) on out of memory.
* F_failure (with error bit) on any other error.
*
* @see unsetenv()
* @return
* F_none on success.
* F_invalid (with error bit) if name is an invalid string.
- * F_memory_out (with error bit) on out of memory.
+ * F_memory_not (with error bit) on out of memory.
* F_parameter (with error bit) if a parameter is invalid.
* F_failure (with error bit) on any other error.
*
return F_status_set_error(F_invalid);
}
else if (errno == ENOMEM) {
- return F_status_set_error(F_memory_out);
+ return F_status_set_error(F_memory_not);
}
return F_status_set_error(F_failure);
return F_status_set_error(F_invalid);
}
else if (errno == ENOMEM) {
- return F_status_set_error(F_memory_out);
+ return F_status_set_error(F_memory_not);
}
return F_status_set_error(F_failure);
* @return
* F_none on success.
* F_invalid (with error bit) if name is an invalid string.
- * F_memory_out (with error bit) on out of memory.
+ * F_memory_not (with error bit) on out of memory.
* F_failure (with error bit) on any other error.
*
* @see f_environment_set()
* @return
* F_none on success.
* F_invalid (with error bit) if name is an invalid string.
- * F_memory_out (with error bit) on out of memory.
+ * F_memory_not (with error bit) on out of memory.
* F_failure (with error bit) on any other error.
*
* @see f_environment_unset()
if (errno == ENOENT) return F_false;
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == EFAULT) return F_status_set_error(F_buffer);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == EOVERFLOW) return F_status_set_error(F_number_overflow);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == EACCES) return F_status_set_error(F_access_denied);
if (fstatat(at_id, path, &stat_file, flag) < 0) {
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == EFAULT) return F_status_set_error(F_buffer);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == EOVERFLOW) return F_status_set_error(F_number_overflow);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == ENOENT) return F_file_found_not;
if (errno == ELOOP) return F_status_set_error(F_loop);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOSPC) return F_status_set_error(F_space_not);
if (errno == EPERM) return F_status_set_error(F_prohibited);
if (errno == EROFS) return F_status_set_error(F_read_only);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == EBADF) return F_status_set_error(F_directory_descriptor);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOSPC) return F_status_set_error(F_space_not);
if (errno == EPERM) return F_status_set_error(F_prohibited);
if (errno == EROFS) return F_status_set_error(F_read_only);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == EFAULT) return F_status_set_error(F_buffer);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == EPERM) return F_status_set_error(F_prohibited);
if (errno == EROFS) return F_status_set_error(F_read_only);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == EFAULT) return F_status_set_error(F_buffer);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == EPERM) return F_status_set_error(F_prohibited);
if (errno == EROFS) return F_status_set_error(F_read_only);
if (errno == EMLINK) return F_status_set_error(F_link);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOSPC) return F_status_set_error(F_space_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == ENOTEMPTY) return F_status_set_error(F_directory_empty_not);
if (errno == EMLINK) return F_status_set_error(F_link);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOSPC) return F_status_set_error(F_space_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == ENOTEMPTY) return F_status_set_error(F_directory_empty_not);
if (errno == ENFILE) return F_status_set_error(F_file_open_max);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
if (errno == ENOTDIR) return F_status_set_error(F_file_type_not_directory);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOSPC) return F_status_set_error(F_space_not);
if (errno == EPERM) return F_status_set_error(F_prohibited);
if (errno == EROFS) return F_status_set_error(F_read_only);
if (stat(path, &stat_file) < 0) {
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == EFAULT) return F_status_set_error(F_buffer);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == EOVERFLOW) return F_status_set_error(F_number_overflow);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == ENOENT) return F_file_found_not;
if (fstatat(at_id, path, &stat_file, flag) < 0) {
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == EFAULT) return F_status_set_error(F_buffer);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == EOVERFLOW) return F_status_set_error(F_number_overflow);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == ENOENT) return F_file_found_not;
* F_directory (with error bit) on invalid directory.
* F_false (with error bit) on unknown/unhandled errors.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for making changes.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for making changes.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or ififos are exhausted.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for making changes.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or ififos are exhausted.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for making changes.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for making changes.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for making changes.
* F_access_denied (with error bit) if access to the file was denied.
* F_directory (with error bit) on invalid directory.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_directory (with error bit) on invalid directory.
* F_false (with error bit) on unknown/unhandled errors.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_directory (with error bit) on invalid directory.
* F_file_found_not (with error bit) if the file was not found.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_access_denied (with error bit) if access to the file was denied.
* F_directory (with error bit) on invalid directory.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_access_denied (with error bit) if access to the file was denied.
* F_directory (with error bit) on invalid directory.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_file_found_not (with error bit) if the file at path was not found.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_string_too_large (with error bit) if link target path is too large for string buffer size.
* F_file_found_not (with error bit) if the file at path was not found.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_string_too_large (with error bit) if link target path is too large for string buffer size.
* F_directory (with error bit) on invalid directory.
* F_file_found_not (with error bit) if the file was not found.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_directory (with error bit) on invalid directory.
* F_file_found_not (with error bit) if the file was not found.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_file_found_not (with error bit) if file at path was not found.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_read_only (with error bit) if file is read-only.
* F_directory (with error bit) on invalid directory.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_read_only (with error bit) if file is read-only.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name is too long.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_directory (with error bit) on invalid directory.
* F_file_found_not (with error bit) if the file was not found.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_file_type_directory (with error bit) file is a directory (directories cannot be removed via this function).
* F_input_output (with error bit) if an I/O error occurred.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for making changes.
* F_file_type_directory (with error bit) file is a directory (directories cannot be removed via this function).
* F_input_output (with error bit) if an I/O error occurred.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for making changes.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_link (with error bit) if source or destination has the maxiumum associated links.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_mount (with error bit) if source and destination are not within the same mounted filesystems.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_link (with error bit) if source or destination has the maxiumum associated links.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_mount (with error bit) if source and destination are not within the same mounted filesystems.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_file_found_not (with error bit) if file at path was not found.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_read_only (with error bit) if file is read-only.
* F_file_found_not (with error bit) if file at path was not found.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_read_only (with error bit) if file is read-only.
* F_directory (with error bit) on invalid directory.
* F_file_found_not (with error bit) if the file was not found.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_directory (with error bit) on invalid directory.
* F_file_found_not (with error bit) if the file was not found.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_directory (with error bit) on invalid directory.
* F_file_found_not (with error bit) if the file was not found.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_directory (with error bit) on invalid directory.
* F_file_found_not (with error bit) if the file was not found.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_directory (with error bit) on invalid directory.
* F_file_found_not (with error bit) if the file was not found.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_directory (with error bit) on invalid directory.
* F_file_found_not (with error bit) if the file was not found.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name is too long.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name is too long.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_filesystem_quota_reached (with error bit) quota reached of filesystem is out of space.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_filesystem_quota_reached (with error bit) quota reached of filesystem is out of space.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_access_denied (with error bit) if access to the file was denied.
* F_directory (with error bit) on invalid directory.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_access_denied (with error bit) if access to the file was denied.
* F_directory (with error bit) on invalid directory.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
if (errno == EMLINK) return F_status_set_error(F_directory_link_max);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOSPC) return F_status_set_error(F_space_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == EPERM) return F_status_set_error(F_prohibited);
if (errno == ELOOP) return F_status_set_error(F_loop);
if (errno == EMLINK) return F_status_set_error(F_directory_link_max);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOSPC) return F_status_set_error(F_space_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == EPERM) return F_status_set_error(F_prohibited);
if (errno == ELOOP) return F_status_set_error(F_loop);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOSPC) return F_status_set_error(F_space_not);
if (errno == EPERM) return F_status_set_error(F_prohibited);
if (errno == EROFS) return F_status_set_error(F_read_only);
if (errno == EBADF) return F_status_set_error(F_directory_descriptor);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOSPC) return F_status_set_error(F_space_not);
if (errno == EPERM) return F_status_set_error(F_prohibited);
if (errno == EROFS) return F_status_set_error(F_read_only);
if (errno == ELOOP) return F_status_set_error(F_loop);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOSPC) return F_status_set_error(F_space_not);
if (errno == EPERM) return F_status_set_error(F_prohibited);
if (errno == EROFS) return F_status_set_error(F_read_only);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == EBADF) return F_status_set_error(F_directory_descriptor);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOSPC) return F_status_set_error(F_space_not);
if (errno == EPERM) return F_status_set_error(F_prohibited);
if (errno == EROFS) return F_status_set_error(F_read_only);
if (errno == ELOOP) return F_status_set_error(F_loop);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
return F_status_set_error(F_failure);
if (errno == ELOOP) return F_status_set_error(F_loop);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == EBADF) return F_status_set_error(F_directory_descriptor);
if (errno == EFAULT) return F_status_set_error(F_buffer);
if (errno == ELOOP) return F_status_set_error(F_loop);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == EPERM) return F_status_set_error(F_access_mode);
if (errno == EROFS) return F_status_set_error(F_read_only);
if (errno == EFAULT) return F_status_set_error(F_buffer);
if (errno == ELOOP) return F_status_set_error(F_loop);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == EBADF) return F_status_set_error(F_directory_descriptor);
if (errno == EPERM) return F_status_set_error(F_access_mode);
if (errno == ENFILE) return F_status_set_error(F_file_open_max);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
if (errno == ENOTDIR) return F_status_set_error(F_file_type_not_directory);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOSPC) return F_status_set_error(F_space_not);
if (errno == EPERM) return F_status_set_error(F_prohibited);
if (errno == EROFS) return F_status_set_error(F_read_only);
if (errno == EBADF) return F_status_set_error(F_directory_descriptor);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
if (errno == ENOTDIR) return F_status_set_error(F_file_type_not_directory);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOSPC) return F_status_set_error(F_space_not);
if (errno == EPERM) return F_status_set_error(F_prohibited);
if (errno == EROFS) return F_status_set_error(F_read_only);
if (errno == EFAULT) return F_status_set_error(F_buffer);
if (errno == ELOOP) return F_status_set_error(F_loop);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == EROFS) return F_status_set_error(F_read_only);
if (errno == EIO) return F_status_set_error(F_input_output);
if (errno == EFAULT) return F_status_set_error(F_buffer);
if (errno == ELOOP) return F_status_set_error(F_loop);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == EBADF) return F_status_set_error(F_directory_descriptor);
if (errno == EROFS) return F_status_set_error(F_read_only);
if ((dereference ? stat(path, file_stat) : lstat(path, file_stat)) < 0) {
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == EFAULT) return F_status_set_error(F_buffer);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == EOVERFLOW) return F_status_set_error(F_number_overflow);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
if (fstatat(at_id, path, file_stat, flag) < 0) {
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == EFAULT) return F_status_set_error(F_buffer);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == EOVERFLOW) return F_status_set_error(F_number_overflow);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
if (result < 0) {
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == EFAULT) return F_status_set_error(F_buffer);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == EOVERFLOW) return F_status_set_error(F_number_overflow);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == ENOENT) return F_file_found_not;
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_file_found_not (with error bit) if file at path was not found.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for making changes.
* F_file_found_not (with error bit) if file at path was not found.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for making changes.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or ififos are exhausted.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for making changes.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or ififos are exhausted.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for making changes.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for making changes.
* F_file_found (with error bit) if a file was found while exclusive is TRUE.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for making changes.
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_interrupted (with error bit) when program received an interrupt signal, halting operation.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_file_found_not (with error bit) if the file at path was not found.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_string_too_large (with error bit) if link target path is too large for string buffer size.
* F_file_found_not (with error bit) if the file at path was not found.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_string_too_large (with error bit) if link target path is too large for string buffer size.
* F_file_found_not (with error bit) if file at path was not found.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_read_only (with error bit) if file is read-only.
* F_directory (with error bit) on invalid directory.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_read_only (with error bit) if file is read-only.
* F_file_found_not (with error bit) if file at path was not found.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_read_only (with error bit) if file is read-only.
* F_file_found_not (with error bit) if file at path was not found.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_read_only (with error bit) if file is read-only.
* F_directory (with error bit) on invalid directory.
* F_file_found_not (with error bit) if the file was not found.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_directory (with error bit) on invalid directory.
* F_file_found_not (with error bit) if the file was not found.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
* F_directory (with error bit) on invalid directory.
* F_file_found_not (with error bit) if the file was not found.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_parameter (with error bit) if a parameter is invalid.
if (errno == ELOOP) return F_status_set_error(F_loop);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
return F_status_set_error(F_failure);
if (errno == ELOOP) return F_status_set_error(F_loop);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
if (errno == EBADF) return F_status_set_error(F_directory_descriptor);
if (errno == EINVAL) return F_status_set_error(F_parameter);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ERANGE) return F_status_set_error(F_buffer_too_small);
return F_status_set_error(F_failure);
* F_directory (with error bit) if a supposed directory in path is not actually a directory.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_file_found_not if the path was not found.
* F_directory_descriptor (with error bit) for bad directory descriptor for at_id.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_file_found_not if the path was not found.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
* F_memory_allocation (with error bit) on allocation error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_file_found_not if the path was not found.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
* F_memory_allocation (with error bit) on allocation error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_file_found_not if the path was not found.
if (errno == ELOOP) return F_status_set_error(F_loop);
if (errno == ENAMETOOLONG) return F_status_set_error(F_name);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory);
return F_status_set_error(F_failure);
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
* F_memory_allocation (with error bit) on allocation error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_parameter (with error bit) if a parameter is invalid.
* F_failure (with error bit) for any other error.
*
if (errno == EMFILE) return F_status_set_error(F_file_descriptor_max);
if (errno == ENFILE) return F_status_set_error(F_file_open_max);
if (errno == ENODEV) return F_status_set_error(F_device);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
return F_status_set_error(F_failure);
}
if (errno == EFAULT) return F_status_set_error(F_buffer);
if (errno == EINTR) return F_status_set_error(F_interrupted);
if (errno == EINVAL) return F_status_set_error(F_parameter);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
return F_status_set_error(F_failure);
}
* F_none on success but no signal found.
* F_device (with error bit) if could not mount the internal inode device.
* F_file_descriptor_max (with error bit) if max file descriptors was reached.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_parameter (with error bit) if a parameter is invalid.
* F_failure (with error bit) for any other error.
*
* F_buffer (with error bit) if the buffer is invalid.
* F_descriptor (with error bit) if the signal descriptor is invalid.
* F_interrupted (with error bit) if interrupt was received.
- * F_memory_out (with error bit) on out of memory.
+ * F_memory_not (with error bit) on out of memory.
* F_parameter (with error bit) if a parameter is invalid.
* F_input_output (with error bit) on I/O error.
* F_file_type_directory (with error bit) if file descriptor represents a directory.
if (errno == ELOOP) return F_status_set_error(F_loop);
if (errno == ENAMETOOLONG) return F_status_set_error(F_string_too_large);
if (errno == ENOENT) return F_status_set_error(F_file_found_not);
- if (errno == ENOMEM) return F_status_set_error(F_memory_out);
+ if (errno == ENOMEM) return F_status_set_error(F_memory_not);
if (errno == ENOTDIR) return F_status_set_error(F_directory_found_not);
if (errno == ENOTSOCK) return F_status_set_error(F_descriptor);
* F_descriptor (with error bit) if the id is not a socket descriptor.
* F_directory_found_not (with error bit) if directory was not found.
* F_file_found_not (with error bit) if file not found.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_string_too_large (with error bit) if string is too large to store in the buffer.
* F_unavailable_address (with error bit) if address is unavailable (is non-existent or not local).
F_lock_not,
F_loop,
F_maybe,
- F_memory_out,
+ F_memory,
+ F_memory_not,
F_mount,
F_name,
F_parameter,
F_read_only,
F_recurse,
F_relative,
+ F_resource,
+ F_resource_not,
F_search,
F_signal,
F_space,
* F_file_found_not (with error bit) if a file within the path is not found (such as a broken symbolic link).
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for removing.
if (!parent) {
if (errno == ENOMEM) {
- return F_status_set_error(F_memory_out);
+ return F_status_set_error(F_memory_not);
}
else if (errno == ENOMEM) {
- return F_status_set_error(F_memory_out);
+ return F_status_set_error(F_memory_not);
}
else if (errno == EMFILE) {
return F_status_set_error(F_file_descriptor_max);
case F_maybe:
*string = FL_status_string_maybe;
break;
- case F_memory_out:
+ case F_memory:
+ *string = FL_status_string_memory;
+ break;
+ case F_memory_not:
*string = FL_status_string_memory_out;
break;
case F_mount:
case F_relative:
*string = FL_status_string_relative;
break;
+ case F_resource:
+ *string = FL_status_string_resource;
+ break;
+ case F_resource_not:
+ *string = FL_status_string_resource_not;
+ break;
case F_search:
*string = FL_status_string_search;
break;
#define FL_status_string_lock_not "F_lock_not"
#define FL_status_string_loop "F_loop"
#define FL_status_string_maybe "F_maybe"
- #define FL_status_string_memory_out "F_memory_out"
+ #define FL_status_string_memory "F_memory"
+ #define FL_status_string_memory_out "F_memory_not"
#define FL_status_string_mount "F_mount"
#define FL_status_string_name "F_name"
#define FL_status_string_parameter "F_parameter"
#define FL_status_string_read_only "F_read_only"
#define FL_status_string_recurse "F_recurse"
#define FL_status_string_relative "F_relative"
+ #define FL_status_string_resource "F_resource"
+ #define FL_status_string_resource_not "F_resource_not"
#define FL_status_string_search "F_search"
#define FL_status_string_signal "F_signal"
#define FL_status_string_space "F_space"
#define FL_status_string_lock_not_length 10
#define FL_status_string_loop_length 6
#define FL_status_string_maybe_length 7
+ #define FL_status_string_memory_length 8
#define FL_status_string_memory_out_length 12
#define FL_status_string_mount_length 7
#define FL_status_string_name_length 6
#define FL_status_string_read_only_length 11
#define FL_status_string_recurse_length 9
#define FL_status_string_relative_length 10
+ #define FL_status_string_resource_length 10
+ #define FL_status_string_resource_not_length 14
#define FL_status_string_search_length 8
#define FL_status_string_signal_length 8
#define FL_status_string_space_length 7
return F_false;
}
- if (status == F_memory_allocation || status == F_memory_reallocation || status == F_memory_out) {
+ if (status == F_memory_allocation || status == F_memory_reallocation || status == F_memory_not) {
if (error.verbosity != f_console_verbosity_quiet) {
fprintf(error.to.stream, "%c", f_string_eol[0]);
fprintf(error.to.stream, "%s%sUnable to allocate memory in function ", error.context.before->string, error.prefix ? error.prefix : "");
* F_file_stat (with error bit) on stat error while checking the program_path.
* F_loop (with error bit) on loop error while checking the program_path.
* F_memory_allocation (with error bit) on allocation error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_memory_reallocation (with error bit) on reallocation error.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_file_stat (with error bit) on stat error while checking the program_path.
* F_loop (with error bit) on loop error while checking the program_path.
* F_memory_allocation (with error bit) on allocation error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_memory_reallocation (with error bit) on reallocation error.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_fork (with error bit) on fork failure.
* F_loop (with error bit) on loop error while checking the program_path.
* F_memory_allocation (with error bit) on allocation error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_memory_reallocation (with error bit) on reallocation error.
* F_name (with error bit) on path name error.
* F_number_overflow (with error bit) on overflow error.
* F_file_found_not (with error bit) if file at path was not found.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_read_only (with error bit) if file is read-only.
* F_filesystem_quota_block (with error bit) if filesystem's disk blocks or inodes are exhausted.
* F_link (with error bit) if source or destination has the maxiumum associated links.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_prohibited (with error bit) if filesystem does not allow for making changes.
* F_file_found_not (with error bit) if file at path was not found.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_read_only (with error bit) if file is read-only.
* F_file_found_not (with error bit) if file at path was not found.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_read_only (with error bit) if file is read-only.
* F_file_found_not (with error bit) if file at path was not found.
* F_input_output (with error bit) on I/O error.
* F_loop (with error bit) on loop error.
- * F_memory_out (with error bit) if out of memory.
+ * F_memory_not (with error bit) if out of memory.
* F_name (with error bit) on path name error.
* F_parameter (with error bit) if a parameter is invalid.
* F_read_only (with error bit) if file is read-only.
return F_none;
}
+ if (fl_string_compare(string, FL_status_string_memory, length, FL_status_string_memory_length) == F_equal_to) {
+ *code = F_memory;
+ return F_none;
+ }
+
if (fl_string_compare(string, FL_status_string_memory_out, length, FL_status_string_memory_out_length) == F_equal_to) {
- *code = F_memory_out;
+ *code = F_memory_not;
return F_none;
}
return F_none;
}
+ if (fl_string_compare(string, FL_status_string_resource, length, FL_status_string_resource_length) == F_equal_to) {
+ *code = F_resource;
+ return F_none;
+ }
+
+ if (fl_string_compare(string, FL_status_string_resource_not, length, FL_status_string_resource_not_length) == F_equal_to) {
+ *code = F_resource_not;
+ return F_none;
+ }
+
if (fl_string_compare(string, FL_status_string_search, length, FL_status_string_search_length) == F_equal_to) {
*code = F_search;
return F_none;
return F_false;
}
- if (status == F_memory_out) {
+ if (status == F_memory_not) {
if (data.error.verbosity != f_console_verbosity_quiet) {
fprintf(data.error.to.stream, "%c", f_string_eol[0]);
fl_color_print(data.error.to.stream, data.context.set.error, "%sUnable to allocate memory, while trying to %s '", fll_error_print_error, operation);