|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Data Structures | |
| struct | pg_getopt_ctx |
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) |
|
extern |
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().
|
extern |
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().