Searched refs:CurrentChar (Results 1 – 1 of 1) sorted by relevance
136 int CurrentChar; in AcpiGetopt() local157 CurrentChar = argv[AcpiGbl_Optind][CurrentCharPtr]; in AcpiGetopt()161 if (CurrentChar == ':' || in AcpiGetopt()162 (OptsPtr = strchr (opts, CurrentChar)) == NULL) in AcpiGetopt()164 ACPI_OPTION_ERROR ("Illegal option: -", CurrentChar); in AcpiGetopt()185 ACPI_OPTION_ERROR ("Option requires an argument: -", CurrentChar); in AcpiGetopt()246 ACPI_OPTION_ERROR ("Option requires a single-character suboption: -", CurrentChar); in AcpiGetopt()270 return (CurrentChar); in AcpiGetopt()