|
libcdio-paranoia 10.2+2.0.0
|
Macros | |
| #define | GETOPT_INTERFACE_VERSION 2 |
| #define | NULL 0 |
Functions | |
| int | getopt_long (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) |
| int | _getopt_long_r (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) |
| int | getopt_long_only (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) |
| int | _getopt_long_only_r (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) |
| #define GETOPT_INTERFACE_VERSION 2 |
| #define NULL 0 |
Referenced by _getopt_internal_r(), add_elem(), analyze_cache(), c_first(), c_last(), c_next(), c_prev(), cdio_cddap_close_no_free_cdio(), cdio_cddap_errors(), cdio_cddap_find_a_cdrom(), cdio_cddap_free_messages(), cdio_cddap_identify(), cdio_cddap_identify_cdio(), cdio_cddap_messages(), cdio_cddap_read(), cdio_paranoia_read_limited(), data_bigendianp(), gettime(), i_cblock_destructor(), i_paranoia_trim(), main(), offset_adjust_settings(), paranoia_resetall(), paranoia_seek(), sort_alloc(), sort_getmatch(), sort_nextmatch(), sort_unsortall(), v_buffer(), v_first(), v_last(), v_next(), and v_prev().
| int _getopt_long_only_r | ( | int | argc, |
| char *const * | argv, | ||
| const char * | options, | ||
| const struct option * | long_options, | ||
| int * | opt_index, | ||
| struct _getopt_data * | d ) |
References _getopt_internal_r().
| int _getopt_long_r | ( | int | argc, |
| char *const * | argv, | ||
| const char * | options, | ||
| const struct option * | long_options, | ||
| int * | opt_index, | ||
| struct _getopt_data * | d ) |
References _getopt_internal_r().
| int getopt_long | ( | int | argc, |
| char *const * | argv, | ||
| const char * | options, | ||
| const struct option * | long_options, | ||
| int * | opt_index ) |
References _getopt_internal().
Referenced by main().
| int getopt_long_only | ( | int | argc, |
| char *const * | argv, | ||
| const char * | options, | ||
| const struct option * | long_options, | ||
| int * | opt_index ) |
References _getopt_internal().