Go to the source code of this file.
Function Documentation
The explain_buffer_ebadf function may be used to print a generic EBADF explanation into the string buffer.
- Parameters:
-
sb | The string buffer to print into |
fildes | The value of the manky file descriptor |
caption | the argument name to whinge about |
Definition at line 30 of file ebadf.c.
The explain_buffer_ebadf_dir function may be used to print a generic EBADF or EINVAL explanation into the string buffer, where a DIR* argument does not refer to a valid directory stream.
- Parameters:
-
sb | The string buffer to print into |
caption | the argument name to whinge about |
Definition at line 85 of file ebadf.c.
The explain_buffer_ebadf_stream function may be used to print a generic EBADF explanation into the string buffer.
- Parameters:
-
sb | The string buffer to print into |
caption | the argument name to whinge about |
Definition at line 61 of file ebadf.c.