current_char       90 tools/power/acpi/common/getopt.c 	int current_char;
current_char      106 tools/power/acpi/common/getopt.c 	current_char = argv[acpi_gbl_optind][current_char_ptr];
current_char      110 tools/power/acpi/common/getopt.c 	if (current_char == ':' ||
current_char      111 tools/power/acpi/common/getopt.c 	    (opts_ptr = strchr(opts, current_char)) == NULL) {
current_char      112 tools/power/acpi/common/getopt.c 		ACPI_OPTION_ERROR("Illegal option: -", current_char);
current_char      131 tools/power/acpi/common/getopt.c 					  current_char);
current_char      182 tools/power/acpi/common/getopt.c 			     current_char);
current_char      204 tools/power/acpi/common/getopt.c 	return (current_char);