Searched refs:current_char (Results 1 – 1 of 1) sorted by relevance
90 int current_char; in acpi_getopt() local106 current_char = argv[acpi_gbl_optind][current_char_ptr]; in acpi_getopt()110 if (current_char == ':' || in acpi_getopt()111 (opts_ptr = strchr(opts, current_char)) == NULL) { in acpi_getopt()112 ACPI_OPTION_ERROR("Illegal option: -", current_char); in acpi_getopt()131 current_char); in acpi_getopt()182 current_char); in acpi_getopt()204 return (current_char); in acpi_getopt()