|
libexplain
1.4.D001
|
#include <libexplain/ac/sys/ioctl.h>#include <libexplain/buffer/pointer.h>#include <libexplain/buffer/tiocm.h>#include <libexplain/parse_bits.h>#include <libexplain/is_efault.h>#include <libexplain/sizeof.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_tiocm_star (explain_string_buffer_t *sb, const int *value) |
| void explain_buffer_tiocm_star | ( | explain_string_buffer_t * | sb, |
| const int * | value | ||
| ) |
The explain_buffer_tiocm_star function may be used to print the "modem bits" arguments if the TIOCMGET, TIOCMSET, TIOCMBIC and TIOCMBIS ioctl requests.
| sb | The string buffer to print into. |
| value | A pointer to the value of the bit-wise-or of the modem bits. |
1.7.6.1