|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Macros | |
| #define | BADCH (int)'?' |
| #define | BADARG (int)':' |
| #define | EMSG "" |
Functions | |
| void | pg_getopt_start (pg_getopt_ctx *ctx, int nargc, char *const *nargv, const char *ostr) |
| int | pg_getopt_next (pg_getopt_ctx *ctx) |
Definition at line 43 of file pg_getopt_ctx.c.
Definition at line 42 of file pg_getopt_ctx.c.
| #define EMSG "" |
Definition at line 44 of file pg_getopt_ctx.c.
| int pg_getopt_next | ( | pg_getopt_ctx * | ctx | ) |
Definition at line 72 of file pg_getopt_ctx.c.
References BADARG, BADCH, EMSG, fb(), fprintf, pg_getopt_ctx::nargc, pg_getopt_ctx::nargv, pg_getopt_ctx::optarg, pg_getopt_ctx::opterr, pg_getopt_ctx::optind, pg_getopt_ctx::optopt, pg_getopt_ctx::ostr, and pg_getopt_ctx::place.
Referenced by BootstrapModeMain(), getopt(), PostmasterMain(), and process_postgres_switches().
Definition at line 54 of file pg_getopt_ctx.c.
References EMSG, fb(), pg_getopt_ctx::nargc, pg_getopt_ctx::nargv, pg_getopt_ctx::optarg, pg_getopt_ctx::opterr, pg_getopt_ctx::optind, pg_getopt_ctx::optopt, pg_getopt_ctx::ostr, and pg_getopt_ctx::place.
Referenced by BootstrapModeMain(), getopt(), PostmasterMain(), and process_postgres_switches().