Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dgetopt.c264 char const * pShortopt = strchr(state->shortopts, state->opt); in lsx_getopt() local
267 if (!pShortopt) in lsx_getopt()
276 else if (pShortopt[1] == ':' && state->curpos[0]) in lsx_getopt()
283 else if (pShortopt[1] == ':' && pShortopt[2] != ':') in lsx_getopt()