Home
last modified time | relevance | path

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

/u-boot/lib/
A Dgetopt.c25 const char *curoptp; /* pointer to the current option in optstring */ in __getopt() local
58 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