PostgreSQL Source Code
git master
|
Go to the source code of this file.
Macros | |
#define | BADCH '?' |
#define | BADARG ':' |
#define | EMSG "" |
Functions | |
int | getopt_long (int argc, char *const argv[], const char *optstring, const struct option *longopts, int *longindex) |
#define BADARG ':' |
Definition at line 42 of file getopt_long.c.
#define BADCH '?' |
Definition at line 41 of file getopt_long.c.
#define EMSG "" |
Definition at line 43 of file getopt_long.c.
int getopt_long | ( | int | argc, |
char *const | argv[], | ||
const char * | optstring, | ||
const struct option * | longopts, | ||
int * | longindex | ||
) |
Definition at line 60 of file getopt_long.c.
References generate_unaccent_rules::args, BADARG, BADCH, EMSG, option::flag, flag(), fprintf, option::has_arg, i, name, option::name, no_argument, optarg, opterr, optind, optopt, required_argument, and option::val.
Referenced by get_opts(), handle_args(), main(), parse_psql_options(), parseCommandLine(), and regression_main().