Home
last modified time | relevance | path

Searched refs:lsx_getopt (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dgetopt.c81 lsx_getopt( in lsx_getopt() function
334 while (-1 != (ch = lsx_getopt(&state))) in main()
H A Dlibsox.sym16 lsx_getopt
H A Dhilbert.c43 while ((c = lsx_getopt(&optstate)) != -1) switch (c) { in getopts()
H A Dsinc.c43 while (c && (c = lsx_getopt(&optstate)) != -1) switch (c) { in create()
H A Ddither.c340 while ((c = lsx_getopt(&optstate)) != -1) switch (c) { in getopts()
H A Dbend.c126 while ((c = lsx_getopt(&optstate)) != -1) switch (c) { in create()
H A Dstats.c41 while ((c = lsx_getopt(&optstate)) != -1) switch (c) { in getopts()
H A Dladspa.c113 while ((c = lsx_getopt(&optstate)) != -1) switch (c) { in sox_ladspa_getopts()
H A Dtempo.c223 while ((c = lsx_getopt(&optstate)) != -1) switch (c) { in getopts()
H A Dvad.c76 while ((c = lsx_getopt(&optstate)) != -1) switch (c) { in create()
H A Dsox.h2582 lsx_getopt(
H A Dspectrogram.c204 while ((c = lsx_getopt(&optstate)) != -1) { in getopts()
H A Drate.c549 while ((c = lsx_getopt(&optstate)) != -1) switch (c) { in create()
H A Dsox.c2274 switch (c=lsx_getopt(&optstate)) { in parse_gopts_and_fopts()
2746 while ((opt = lsx_getopt(&optstate)) > 0) /* act only on last option */ in soxi()