Searched refs:test1_getopt (Results 1 – 1 of 1) sorted by relevance
24 test1_getopt() function38 test1_getopt "$1" "$2" "$3"39 test1_getopt "+$1" "$2" "$3"51 test1_getopt "-$1" "$2" $(echo $3 | sed s/ARG/NONE/g)62 test1_getopt :ax '-a -y arg' 'OPT(a)ERR(?y)ARG(arg)'64 test1_getopt -x '- -x arg' 'NONE(-)OPT(x)NONE(arg)'66 test1_getopt :a- '-a - -x arg' 'OPT(a)OPT(-)ERR(?x)ARG(arg)'76 test1_getopt :ax '-ay arg' 'OPT(a)ERR(?y)ARG(arg)'78 test1_getopt :ax '-a- -x arg' 'OPT(a)ERR(?-)OPT(x)ARG(arg)'80 test1_getopt :abx '-a-b -x arg' 'OPT(a)ERR(?-)OPT(b)OPT(x)ARG(arg)'[all …]