PostgreSQL Source Code
git master
|
Go to the source code of this file.
Macros | |
#define | BADCH (int)'?' |
#define | BADARG (int)':' |
#define | EMSG "" |
Functions | |
int | getopt (int nargc, char *const *nargv, const char *ostr) |
Variables | |
int | opterr = 1 |
int | optind = 1 |
int | optopt |
char * | optarg |
int getopt | ( | int | nargc, |
char *const * | nargv, | ||
const char * | ostr | ||
) |
Definition at line 72 of file getopt.c.
References BADARG, BADCH, EMSG, fprintf, optarg, opterr, optind, and optopt.
Referenced by BootstrapModeMain(), main(), PostmasterMain(), and process_postgres_switches().
char* optarg |
Definition at line 53 of file getopt.c.
Referenced by BootstrapModeMain(), get_opts(), get_stats_option_name(), getopt(), getopt_long(), handle_args(), main(), option_parse_int(), parse_psql_options(), parse_sync_method(), parseCommandLine(), PostmasterMain(), process_postgres_switches(), and regression_main().
int opterr = 1 |
Definition at line 50 of file getopt.c.
Referenced by getopt(), getopt_long(), PostmasterMain(), and process_postgres_switches().
int optind = 1 |
Definition at line 51 of file getopt.c.
Referenced by BootstrapModeMain(), get_opts(), getopt(), getopt_long(), handle_args(), main(), parse_psql_options(), parseCommandLine(), PostmasterMain(), process_postgres_switches(), and regression_main().
int optopt |
Definition at line 52 of file getopt.c.
Referenced by getopt(), and getopt_long().