
Defines | |
| #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) |
| #define NONOPTION_P (argv[state->ind][0] != '-' || argv[state->ind][1] == '\0') |
Referenced by vlc_getopt_long().
| static void exchange | ( | char ** | argv, | |
| vlc_getopt_t *restrict | state | |||
| ) | [static] |
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, vlc_option::name, NONOPTION_P, and vlc_option::val.
Referenced by config_LoadCmdLine().
1.7.1