Home
last modified time | relevance | path

Searched refs:lsx_option_t (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dgetopt.c30 LSX_PARAM_IN_OPT lsx_option_t const * longopts, /* Array of long option descriptors */ in lsx_getopt_init()
154 lsx_option_t const * pCur; in lsx_getopt()
155 lsx_option_t const * pMatch = NULL; in lsx_getopt()
319 static lsx_option_t longopts[] = in main()
H A Dsox.h2529 typedef struct lsx_option_t { struct
2534 } lsx_option_t; argument
2544 lsx_option_t const * longopts; /**< IN longopts: Array of long option descriptors */
2563 LSX_PARAM_IN_OPT lsx_option_t const * longopts, /**< Array of long option descriptors */
H A Dsox.c2148 static struct lsx_option_t const long_options[] = {