Home
last modified time | relevance | path

Searched refs:CurrentChar (Results 1 – 1 of 1) sorted by relevance

/third_party/lib/acpica/source/common/
A Dgetopt.c138 int CurrentChar; in AcpiGetopt() local
159 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 2 milliseconds