#include <stdarg.h>
Go to the source code of this file.
◆ posix_print_error_and_exit()
void posix_print_error_and_exit |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
◆ posix_print_trace()
void posix_print_trace |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
◆ posix_print_warning()
void posix_print_warning |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
◆ posix_trace_over_tty()
int posix_trace_over_tty |
( |
int |
output | ) |
|
◆ posix_vprint_error_and_exit()
void posix_vprint_error_and_exit |
( |
const char * |
format, |
|
|
va_list |
vargs |
|
) |
| |
◆ posix_vprint_trace()
void posix_vprint_trace |
( |
const char * |
format, |
|
|
va_list |
vargs |
|
) |
| |
◆ posix_vprint_warning()
void posix_vprint_warning |
( |
const char * |
format, |
|
|
va_list |
vargs |
|
) |
| |