|
PostgreSQL Source Code git master
|
#include <unistd.h>

Go to the source code of this file.
Functions | |
| int | getopt (int nargc, char *const *nargv, const char *ostr) |
Variables | |
| PGDLLIMPORT char * | optarg |
| PGDLLIMPORT int | optind |
| PGDLLIMPORT int | opterr |
| PGDLLIMPORT int | optopt |
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().
|
extern |
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().
|
extern |
Definition at line 46 of file getopt.c.
Referenced by getopt(), and getopt_long().
|
extern |
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().
|
extern |
Definition at line 48 of file getopt.c.
Referenced by getopt(), and getopt_long().