Go to the source code of this file.
Function Documentation
The explain_string_to_double function may be used to convert text to a double-precision floating-point value.
- Parameters:
-
text | The text to be converted. |
- Returns:
- On success, a floating-point value. On error, prints an error message and does not return.
Definition at line 25 of file double.c.
The explain_string_to_float function may be used to convert text to a single-precision floating-point value.
- Parameters:
-
text | The text to be converted. |
- Returns:
- On success, a floating-point value. On error, prints an error message and does not return.
Definition at line 25 of file float.c.
The explain_parse_gid_t_or_die function may be used to convert text to a group ID.
- Parameters:
-
text | The text to be converted. |
- Returns:
- On success, a gid. On error, prints an error message and does not return.
Definition at line 30 of file gid.c.
The explain_parse_int_or_die function may be used to convert text to a int value.
- Parameters:
-
text | The text to be converted. |
- Returns:
- On success, a pointer value. On error, prints an error message and does not return.
Definition at line 24 of file int.c.
The explain_string_to_long_double function may be used to convert text to a triple-precision floating-point value.
- Parameters:
-
text | The text to be converted. |
- Returns:
- On success, a floating-point value. On error, prints an error message and does not return.
Definition at line 25 of file long_double.c.
The explain_parse_long_or_die function may be used to convert text to a long value.
- Parameters:
-
text | The text to be converted. |
- Returns:
- On success, a pointer value. On error, prints an error message and does not return.
Definition at line 25 of file long.c.
The explain_string_to_longlong function may be used to convert text to a long long value.
- Parameters:
-
text | The text to be converted. |
- Returns:
- On success, a pointer value. On error, prints an error message and does not return.
Definition at line 25 of file longlong.c.
The explain_string_to_thing function may be used to convert text to a off_t value.
- Parameters:
-
text | The text to be converted. |
- Returns:
- On success, a off_t value. On error, prints an error message and does not return.
Definition at line 24 of file off_t.c.
The explain_string_to_thing function may be used to convert text to a pointer value.
- Parameters:
-
text | The text to be converted. |
- Returns:
- On success, a pointer value. On error, prints an error message and does not return.
Definition at line 28 of file pointer.c.
The explain_string_to_thing function may be used to convert text to a ptrdiff_t value.
- Parameters:
-
text | The text to be converted. |
- Returns:
- On success, a ptrdiff_t value. On error, prints an error message and does not return.
Definition at line 24 of file ptrdiff_t.c.
The explain_string_to_thing function may be used to convert text to a size_t value.
- Parameters:
-
text | The text to be converted. |
- Returns:
- On success, a size_t value. On error, prints an error message and does not return.
Definition at line 24 of file size_t.c.
The explain_string_to_socklen_t function may be used to convert text to a socklen_t value.
- Parameters:
-
text | The text to be converted. |
- Returns:
- On success, a pointer value. On error, prints an error message and does not return.
Definition at line 24 of file socklen_t.c.
The explain_parse_ssize_t_or_die function may be used to convert text to a ssize_t value.
- Parameters:
-
text | The text to be converted. |
- Returns:
- On success, a ssize_t value. On error, prints an error message and does not return.
Definition at line 24 of file ssize_t.c.
The explain_parse_uid_t_or_die function may be used to convert text to a user ID.
- Parameters:
-
text | The text to be converted. |
- Returns:
- On success, a uid. On error, prints an error message and does not return.
Definition at line 30 of file uid.c.
The explain_string_to_uint function may be used to convert text to an unsigned int value.
- Parameters:
-
text | The text to be converted. |
- Returns:
- On success, a pointer value. On error, prints an error message and does not return.
Definition at line 26 of file uint.c.
The explain_string_to_ulong function may be used to convert text to an unsigned long value.
- Parameters:
-
text | The text to be converted. |
- Returns:
- On success, a pointer value. On error, prints an error message and does not return.
Definition at line 25 of file ulong.c.
The explain_string_to_ulonglong function may be used to convert text to an unsigned long long value.
- Parameters:
-
text | The text to be converted. |
- Returns:
- On success, a pointer value. On error, prints an error message and does not return.
Definition at line 25 of file ulonglong.c.