Lines Matching refs:option
444 u8* option = argv[i]; in checkArguments() local
449 if (strcmp(option, "-j") == 0) in checkArguments()
495 else if (strcmp(option, "-c") == 0) in checkArguments()
529 else if (strcmp(option, "-d") == 0) in checkArguments()
554 else if (strcmp(option, "-s") == 0) in checkArguments()
600 else if (strcmp(option, "-trk") == 0) in checkArguments()
649 else if (strcmp(option, "-r") == 0) in checkArguments()
673 else if (strcmp(option, "-o") == 0) in checkArguments()
681 else if (strcmp(option, "-non") == 0) in checkArguments()
696 else if (strcmp(option, "-odd") == 0) in checkArguments()
711 else if (strcmp(option, "-even") == 0) in checkArguments()
726 else if (strcmp(option, "-v") == 0) in checkArguments()
734 else if (strcmp(option, "-on") == 0) in checkArguments()
742 else if (strcmp(option, "-h") == 0) in checkArguments()
753 printf("\aERROR : Unknown option <%s>.\n", option); in checkArguments()