Go to the source code of this file.
Function Documentation
The explain_buffer_time_t function may be used to print a representation of a time_t value.
- Parameters:
-
sb | The string buffer to print into. |
value | The time_t value to be printed. |
Definition at line 26 of file time_t.c.
The explain_buffer_time_t function may be used to print a representation of a time_t value.
- Parameters:
-
sb | The string buffer to print into. |
data | The time_t value to be printed. |
Definition at line 86 of file time_t.c.
The explain_parse_time_t_or_die function may be used to parse a string containing a symbolic representation of a time_t value.
- Parameters:
-
text | The text to be parsed to extract a permission mode value. |
caption | additional text to add to the start of the error message |
- Returns:
- time_t value
- Note:
- If there is a parse error, a fatal error message is printed, and exit(EXIT_FAILURE) is called. If there is an error, this function will not return.
Definition at line 766 of file parse.c.