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

/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/common/
H A Dgetopt.c80 int CurrentChar; local
101 CurrentChar = argv[AcpiGbl_Optind][CurrentCharPtr];
105 if (CurrentChar == ':' ||
106 (OptsPtr = strchr (opts, CurrentChar)) == NULL)
108 ERR (": illegal option -- ", CurrentChar);
129 ERR (": option requires an argument -- ", CurrentChar);
172 return (CurrentChar);

Completed in 106 milliseconds