#include "support/types.h"
#include <sched.h>
#include <sys/types.h>
Go to the source code of this file.
◆ anonymous enum
| Enumerator |
|---|
| MAX_OPTION_LENGTH | |
◆ anonymous enum
| Enumerator |
|---|
| MAX_DESCRIPTION | |
◆ options_init()
| void options_init |
( |
options_t * |
options, |
|
|
const char * |
dlb_args |
|
) |
| |
◆ options_finalize()
◆ options_parse_entry()
| void options_parse_entry |
( |
const char * |
var_name, |
|
|
void * |
option |
|
) |
| |
◆ options_set_variable()
| int options_set_variable |
( |
options_t * |
options, |
|
|
const char * |
var_name, |
|
|
const char * |
value |
|
) |
| |
◆ options_get_variable()
| int options_get_variable |
( |
const options_t * |
options, |
|
|
const char * |
var_name, |
|
|
char * |
value |
|
) |
| |
◆ options_print_variables()
| void options_print_variables |
( |
const options_t * |
options, |
|
|
bool |
print_extended |
|
) |
| |
◆ options_print_lewi_flags()
| void options_print_lewi_flags |
( |
const options_t * |
options | ) |
|