Lines Matching refs:option
437 u8* option = argv[i]; in checkArguments() local
442 if (strcmp(option, "-j") == 0) in checkArguments()
488 else if (strcmp(option, "-c") == 0) in checkArguments()
522 else if (strcmp(option, "-d") == 0) in checkArguments()
547 else if (strcmp(option, "-s") == 0) in checkArguments()
593 else if (strcmp(option, "-trk") == 0) in checkArguments()
642 else if (strcmp(option, "-r") == 0) in checkArguments()
666 else if (strcmp(option, "-o") == 0) in checkArguments()
674 else if (strcmp(option, "-non") == 0) in checkArguments()
689 else if (strcmp(option, "-odd") == 0) in checkArguments()
704 else if (strcmp(option, "-even") == 0) in checkArguments()
719 else if (strcmp(option, "-v") == 0) in checkArguments()
727 else if (strcmp(option, "-on") == 0) in checkArguments()
735 else if (strcmp(option, "-h") == 0) in checkArguments()
746 printf("\aERROR : Unknown option <%s>.\n", option); in checkArguments()