|
ocssw
V2022
|
l3bindump_input.c File Reference
Include dependency graph for l3bindump_input.c:
Go to the source code of this file.
Functions | |
| int | l3bindump_init_options (clo_optionList_t *list) |
| int | l3bindump_load_input (clo_optionList_t *list, instr *input) |
| int | l3bindump_read_options (clo_optionList_t *list, int argc, char *argv[]) |
| void | l3bindump_input_init (instr *input) |
| int | l3bindump_usage (char *prog) |
Function Documentation
◆ l3bindump_init_options()
| int l3bindump_init_options | ( | clo_optionList_t * | list | ) |
add all of the accepted command line options to list
Definition at line 13 of file l3bindump_input.c.
◆ l3bindump_input_init()
| void l3bindump_input_init | ( | instr * | input | ) |
Definition at line 237 of file l3bindump_input.c.
◆ l3bindump_load_input()
| int l3bindump_load_input | ( | clo_optionList_t * | list, |
| instr * | input | ||
| ) |
Definition at line 64 of file l3bindump_input.c.
◆ l3bindump_read_options()
| int l3bindump_read_options | ( | clo_optionList_t * | list, |
| int | argc, | ||
| char * | argv[] | ||
| ) |
Definition at line 205 of file l3bindump_input.c.
◆ l3bindump_usage()
| int l3bindump_usage | ( | char * | prog | ) |
Definition at line 260 of file l3bindump_input.c.


