Searched refs:CurrentChar (Results 1 – 1 of 1) sorted by relevance
138 int CurrentChar; in AcpiGetopt() local159 CurrentChar = argv[AcpiGbl_Optind][CurrentCharPtr]; in AcpiGetopt()163 if (CurrentChar == ':' || in AcpiGetopt()164 (OptsPtr = strchr (opts, CurrentChar)) == NULL) in AcpiGetopt()166 ACPI_OPTION_ERROR ("Illegal option: -", CurrentChar); in AcpiGetopt()188 "Option requires an argument: -", CurrentChar); in AcpiGetopt()251 CurrentChar); in AcpiGetopt()275 return (CurrentChar); in AcpiGetopt()
Completed in 3 milliseconds