rtl433
UNKNOWN
RTL-433 utility
|
Enumerations | |
enum | { REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER } |
Functions | |
char * | getenv () |
static char * | my_index (char *str, int chr) const |
int | strlen (const char *) |
static void | exchange (char **) |
static const char * | _getopt_initialize (int, char *const *, const char *) |
int | _getopt_internal (int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longind, int long_only) |
int | getopt (int argc, char *const *argv, const char *optstring) |
int | main (int argc, char **argv) |
Variables | |
char * | optarg |
int | optind = 1 |
int | __getopt_initialized |
static char * | nextchar |
int | opterr = 1 |
int | optopt = '?' |
static enum { ... } | ordering |
static char * | posixly_correct |
static int | first_nonopt |
static int | last_nonopt |
int | __libc_argc |
char ** | __libc_argv |
char * | __getopt_nonoption_flags |
static int | nonoption_flags_max_len |
static int | nonoption_flags_len |
|
static |
References __getopt_nonoption_flags, __libc_argc, __libc_argv, first_nonopt, getenv(), last_nonopt, nextchar, nonoption_flags_len, nonoption_flags_max_len, optind, ordering, PERMUTE, posixly_correct, REQUIRE_ORDER, RETURN_IN_ORDER, and strlen().
Referenced by _getopt_internal(), and exchange().
int _getopt_internal | ( | int | argc, |
char *const * | argv, | ||
const char * | optstring, | ||
const struct option * | longopts, | ||
int * | longind, | ||
int | long_only | ||
) |
References __getopt_initialized, _getopt_initialize(), exchange(), first_nonopt, option::flag, option::has_arg, last_nonopt, my_index(), option::name, nextchar, optarg, opterr, optind, optopt, ordering, PERMUTE, posixly_correct, REQUIRE_ORDER, strlen(), and option::val.
Referenced by getopt().
|
static |
References __getopt_nonoption_flags, _getopt_initialize(), first_nonopt, last_nonopt, nonoption_flags_len, nonoption_flags_max_len, and optind.
Referenced by _getopt_internal().
char* getenv | ( | ) |
Referenced by _getopt_initialize(), compat_get_default_conf_paths(), and mg_http_handler2().
int getopt | ( | int | argc, |
char *const * | argv, | ||
const char * | optstring | ||
) |
References _getopt_internal().
Referenced by hasopt(), main(), and parse_conf_args().
|
static |
References strlen().
Referenced by _getopt_internal().
int strlen | ( | const char * | ) |
Referenced by _getopt_initialize(), _getopt_internal(), abuf_cat(), append_topic(), c_strnstr(), cs_log_set_filter(), data_output_mqtt_create(), flex_create_device(), format_jsons_string(), mg_get_http_header(), mg_get_mime_type(), mg_http_handler2(), mg_match_prefix(), mg_mk_str(), mg_parse_address(), mg_set_cipher_list(), mg_ssl_if_mbed_set_psk(), mg_ssl_if_ossl_set_psk(), mg_ssl_mbed_log(), mg_vcasecmp(), mg_vcmp(), mqtt_client_publish(), my_index(), print_csv_string(), print_mqtt_array(), print_mqtt_data(), str_endswith(), str_replace(), strdup(), term_puts(), and to_wchar().
int __getopt_initialized |
Referenced by _getopt_internal().
char* __getopt_nonoption_flags |
Referenced by _getopt_initialize(), and exchange().
int __libc_argc |
Referenced by _getopt_initialize().
char** __libc_argv |
Referenced by _getopt_initialize().
|
static |
Referenced by _getopt_initialize(), _getopt_internal(), and exchange().
|
static |
Referenced by _getopt_initialize(), _getopt_internal(), and exchange().
|
static |
Referenced by _getopt_initialize(), and _getopt_internal().
|
static |
Referenced by _getopt_initialize(), and exchange().
|
static |
Referenced by _getopt_initialize(), and exchange().
char* optarg |
Referenced by _getopt_internal(), main(), and parse_conf_args().
int opterr = 1 |
Referenced by _getopt_internal().
int optind = 1 |
Referenced by _getopt_initialize(), _getopt_internal(), exchange(), hasopt(), main(), and parse_conf_args().
int optopt = '?' |
Referenced by _getopt_internal(), hasopt(), and parse_conf_args().
enum { ... } ordering |
Referenced by _getopt_initialize(), and _getopt_internal().
|
static |
Referenced by _getopt_initialize(), and _getopt_internal().