Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_util.h>
Go to the source code of this file.
Macros | |
#define | BADCH (int)'?' |
#define | BADARG (int)':' |
#define | EMSG "" |
Functions | |
RZ_API void | rz_getopt_init (RzGetopt *opt, int argc, const char **argv, const char *ostr) |
RZ_API int | rz_getopt_next (RzGetopt *opt) |
Definition at line 17 of file getopt.c.
References rz_getopt_t::arg, rz_getopt_t::argc, rz_getopt_t::argv, argv, rz_getopt_t::err, rz_getopt_t::ind, memset(), NULL, rz_getopt_t::opt, rz_getopt_t::ostr, and rz_getopt_t::reset.
Referenced by hash_parse_cmdline(), rz_diff_parse_arguments(), rz_main_rizin(), rz_main_rz_agent(), rz_main_rz_asm(), rz_main_rz_bin(), rz_main_rz_find(), rz_main_rz_gg(), rz_main_rz_sign(), rz_test_main(), and windbg_open().
Definition at line 29 of file getopt.c.
References rz_getopt_t::arg, rz_getopt_t::argc, rz_getopt_t::argv, BADARG, BADCH, EMSG, eprintf, rz_getopt_t::err, rz_getopt_t::ind, NULL, rz_getopt_t::opt, rz_getopt_t::ostr, rz_getopt_t::reset, and rz_getopt_next().
Referenced by hash_parse_cmdline(), rz_diff_parse_arguments(), rz_getopt_next(), rz_main_rizin(), rz_main_rz_agent(), rz_main_rz_asm(), rz_main_rz_bin(), rz_main_rz_find(), rz_main_rz_gg(), rz_main_rz_sign(), rz_test_main(), and windbg_open().