Searched refs:lsx_getopt (Results 1 – 14 of 14) sorted by relevance
81 lsx_getopt( in lsx_getopt() function334 while (-1 != (ch = lsx_getopt(&state))) in main()
16 lsx_getopt
43 while ((c = lsx_getopt(&optstate)) != -1) switch (c) { in getopts()
43 while (c && (c = lsx_getopt(&optstate)) != -1) switch (c) { in create()
340 while ((c = lsx_getopt(&optstate)) != -1) switch (c) { in getopts()
126 while ((c = lsx_getopt(&optstate)) != -1) switch (c) { in create()
41 while ((c = lsx_getopt(&optstate)) != -1) switch (c) { in getopts()
113 while ((c = lsx_getopt(&optstate)) != -1) switch (c) { in sox_ladspa_getopts()
223 while ((c = lsx_getopt(&optstate)) != -1) switch (c) { in getopts()
76 while ((c = lsx_getopt(&optstate)) != -1) switch (c) { in create()
2582 lsx_getopt(
204 while ((c = lsx_getopt(&optstate)) != -1) { in getopts()
549 while ((c = lsx_getopt(&optstate)) != -1) switch (c) { in create()
2274 switch (c=lsx_getopt(&optstate)) { in parse_gopts_and_fopts()2746 while ((opt = lsx_getopt(&optstate)) > 0) /* act only on last option */ in soxi()