|
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 |
| 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().
|
extern |
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().
|
extern |
Definition at line 50 of file getopt.c.
Referenced by getopt(), getopt_long(), PostmasterMain(), and process_postgres_switches().
|
extern |
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().
|
extern |
Definition at line 52 of file getopt.c.
Referenced by getopt(), and getopt_long().