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

/freebsd-10.2-release/sys/contrib/dev/acpica/common/
H A Dgetopt.c136 int CurrentChar; local
157 CurrentChar = argv[AcpiGbl_Optind][CurrentCharPtr];
161 if (CurrentChar == ':' ||
162 (OptsPtr = ACPI_STRCHR (opts, CurrentChar)) == NULL)
164 ACPI_OPTION_ERROR ("Illegal option: -", CurrentChar);
185 ACPI_OPTION_ERROR ("Option requires an argument: -", CurrentChar);
246 ACPI_OPTION_ERROR ("Option requires a single-character suboption: -", CurrentChar);
270 return (CurrentChar);

Completed in 51 milliseconds