|
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) |
Referenced by vlc_getopt_long().
|
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, p, and vlc_option::val.
Referenced by config_LoadCmdLine().
1.8.13