VLC 4.0.0-dev
|
Macros | |
#define | NONOPTION_P (argv[state->ind][0] != '-' || argv[state->ind][1] == '\0') |
Functions | |
static void | exchange (char **argv, vlc_getopt_t *restrict state) |
int | vlc_getopt_long (int argc, char *const *argv, const char *optstring, const struct vlc_option *restrict longopts, int *longind, vlc_getopt_t *restrict state) |
|
static |
References state.
Referenced by vlc_getopt_long().
int vlc_getopt_long | ( | int | argc, |
char *const * | argv, | ||
const char * | optstring, | ||
const struct vlc_option *restrict | longopts, | ||
int * | longind, | ||
vlc_getopt_t *restrict | state | ||
) |
References exchange(), vlc_option::flag, vlc_option::has_arg, NONOPTION_P, p, state, and vlc_option::val.
Referenced by config_LoadCmdLine().