Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dgetopt.c98 oerr = 0 != (state->flags & lsx_getopt_flag_opterr); in lsx_getopt()
H A Dsox.c2621 lsx_getopt_init(argc2, argv2, getoptstr, long_options, lsx_getopt_flag_opterr, 1, &optstate); in parse_options_and_filenames()
2630 lsx_getopt_init(argc, argv, getoptstr, long_options, lsx_getopt_flag_opterr, 1, &optstate); in parse_options_and_filenames()
2745 lsx_getopt_init(argc, argv, opts, NULL, lsx_getopt_flag_opterr, 1, &optstate); in soxi()
H A Dsox.h2521 lsx_getopt_flag_opterr = 1, /**< if set, invalid options trigger lsx_warn output */ enumerator