getopt
extern int getopt(int argc, char *const *argv, const char *shortOpts);
while ((c = getopt(argc, argv, "hvd:p:i:s:b:o:")) != -1)
while ((ch = getopt(argc, argv, "b:c:hsv?")) != -1) {
while ((ch = getopt(argc, argv, "123ivh")) != -1)
while ((ch = getopt(argc, argv, "M:f:g:o:s:b:prtc:d:l:u:R:S:")) != -1) {
while ((ch = getopt(argc, argv, "M:f:g:m:o:s:b:prtc:d:l:u:R:S:")) != -1) {
while ((option = getopt(argc, argv, "it:p:")) != -1) {
while ((c = getopt(argc, argv, "fh:p")) != -1) {
while ((c = getopt(argc, argv, "c:l")) != -1) {
while ((ch = getopt(argc, argv,
while ((opt = getopt(argc, argv, ":" OPTSTR)) != -1) {
while ((ch = getopt(argc, argv, PING4OPTS)) != -1) {
while ((ch = getopt(argc, argv, PING6OPTS)) != -1) {
while ((ch = getopt(argc, argv,
while ((ch = getopt(argc, argv, valid_opts)) != -1) {
while ((op = getopt(argc, argv, "aA:edDFInrSvxf:g:i:M:m:P:p:q:s:t:w:z:")) != EOF)
while ((ch = getopt(argc, argv, "aA:df:Ilm:np:q:rs:w:v")) != -1)
while ((optch = getopt(argc, argv, opts)) != -1) {
while ((optch = getopt(argc, argv, "fvi:")) != -1) {
while ((optch = getopt(argc, argv, "o:")) != -1) {
while ((c = getopt(argc, argv, "hvs")) != -1) {
while ((c = getopt(argc, argv, "-ihaso:")) != EOF) {
while ((opt = getopt(argc, argv, "efsalv:p:")) != -1) {
GETOPT_ENTRY(getopt, 0)
GETOPT_ENTRY(getopt, 1)
c = getopt (argc, argv, "abc:d:0123456789");
extern int getopt (int ___argc, char *const *___argv, const char *__shortopts);
while ((ch = getopt(argc, argv, "hl")) != -1) {
while ((opt = getopt(argc, argv, "efawv:")) != -1) {
while ((c = getopt(ac, av, "o:")) != -1)