Searched refs:current_char (Results 1 – 1 of 1) sorted by relevance
122 int current_char; in acpi_getopt() local138 current_char = argv[acpi_gbl_optind][current_char_ptr]; in acpi_getopt()142 if (current_char == ':' || in acpi_getopt()143 (opts_ptr = strchr(opts, current_char)) == NULL) { in acpi_getopt()144 ACPI_OPTION_ERROR("Illegal option: -", current_char); in acpi_getopt()163 current_char); in acpi_getopt()214 current_char); in acpi_getopt()236 return (current_char); in acpi_getopt()