|
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 BADARG, BADCH, EMSG, fb(), flag(), fprintf, i, name, no_argument, optarg, opterr, optind, optopt, and required_argument.
Referenced by get_opts(), handle_args(), handle_args(), main(), main(), main(), parse_psql_options(), parseCommandLine(), and regression_main().