Searched refs:curoptp (Results 1 – 1 of 1) sorted by relevance
25 const char *curoptp; /* pointer to the current option in optstring */ in __getopt() local58 curoptp = strchr(optstring, curopt); in __getopt()60 if (!curoptp) { in __getopt()68 if (*(curoptp + 1) != ':') { in __getopt()75 if (*(curoptp + 1) && *(curoptp + 2) == ':') { in __getopt()
Completed in 2 milliseconds