Home | History | Annotate | Download | only in tools

Lines Matching refs:arg

511       const char *arg = argv[i];
515 if (strcmp (arg, "--help") == 0 ||
516 strcmp (arg, "-h") == 0 ||
517 strcmp (arg, "-?") == 0)
519 else if (strcmp (arg, "--version") == 0)
521 else if (strcmp (arg, "--services") == 0)
523 else if (arg[0] == '-' &&
524 arg[1] == '-' &&
525 arg[2] == '\0')
527 else if (arg[0] == '-')
533 files = g_slist_prepend (files, (char*) arg);
537 files = g_slist_prepend (files, (char*) arg);