Lines Matching refs:option
432 u8* option = argv[i]; in checkArguments() local
437 if (strcmp(option, "-j") == 0) in checkArguments()
483 else if (strcmp(option, "-c") == 0) in checkArguments()
517 else if (strcmp(option, "-d") == 0) in checkArguments()
542 else if (strcmp(option, "-s") == 0) in checkArguments()
588 else if (strcmp(option, "-trk") == 0) in checkArguments()
637 else if (strcmp(option, "-r") == 0) in checkArguments()
661 else if (strcmp(option, "-o") == 0) in checkArguments()
669 else if (strcmp(option, "-non") == 0) in checkArguments()
684 else if (strcmp(option, "-odd") == 0) in checkArguments()
699 else if (strcmp(option, "-even") == 0) in checkArguments()
714 else if (strcmp(option, "-v") == 0) in checkArguments()
722 else if (strcmp(option, "-on") == 0) in checkArguments()
730 else if (strcmp(option, "-h") == 0) in checkArguments()
741 printf("\aERROR : Unknown option <%s>.\n", option); in checkArguments()