|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Functions | |
| int | getopt (int nargc, char *const *nargv, const char *ostr) |
Variables | |
| int | opterr = 1 |
| int | optind = 1 |
| int | optopt |
| char * | optarg |
Definition at line 67 of file getopt.c.
References pg_getopt_ctx::optarg, optarg, pg_getopt_ctx::opterr, opterr, pg_getopt_ctx::optind, optind, pg_getopt_ctx::optopt, optopt, pg_getopt_next(), pg_getopt_start(), and result.
Referenced by main().
| char* optarg |
Definition at line 49 of file getopt.c.
Referenced by get_opts(), getopt(), getopt_long(), handle_args(), handle_args(), main(), main(), main(), option_parse_int(), parse_psql_options(), parse_sync_method(), parseCommandLine(), and regression_main().
| int opterr = 1 |
Definition at line 46 of file getopt.c.
Referenced by getopt(), and getopt_long().
| int optind = 1 |
Definition at line 47 of file getopt.c.
Referenced by get_opts(), getopt(), getopt_long(), handle_args(), handle_args(), main(), main(), main(), parse_psql_options(), parseCommandLine(), and regression_main().
| int optopt |
Definition at line 48 of file getopt.c.
Referenced by getopt(), and getopt_long().