Home
last modified time | relevance | path

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

/acpica-3.7.0/source/common/
Dgetopt.c246 int CurrentChar; in AcpiGetopt() local
267 CurrentChar = argv[AcpiGbl_Optind][CurrentCharPtr]; in AcpiGetopt()
271 if (CurrentChar == ':' || in AcpiGetopt()
272 (OptsPtr = strchr (opts, CurrentChar)) == NULL) in AcpiGetopt()
274 ACPI_OPTION_ERROR ("Illegal option: -", CurrentChar); in AcpiGetopt()
296 "Option requires an argument: -", CurrentChar); in AcpiGetopt()
359 CurrentChar); in AcpiGetopt()
383 return (CurrentChar); in AcpiGetopt()