Searched refs:optchar (Results 1 – 1 of 1) sorted by relevance
40 static const char *match_opt(int optchar, const char *optstring);158 int optchar; in OS_GetOpt() local194 optchar = arg[1]; in OS_GetOpt()196 if (optchar == '-') // End of options when '--' is encountered in OS_GetOpt()213 optchar = arg[1]; in OS_GetOpt()215 if (optchar == '-') // End of options when '--' is encountered in OS_GetOpt()223 opt = match_opt(optchar, optstring); in OS_GetOpt()227 OSi_OptOpt = optchar; // Unknown option in OS_GetOpt()239 OSi_OptOpt = optchar; // OptArg not present. in OS_GetOpt()251 return optchar; in OS_GetOpt()[all …]