Home | History | Annotate | Download | only in fiptool

Lines Matching defs:getopt

12  * This variable is set by getopt to the index of the next element of the
13 * argv array to be processed. Once getopt has found all of the option
20 * If the value of this variable is nonzero, then getopt prints an error
23 * If you set this variable to zero, getopt does not print any messages,
31 * When getopt encounters an unknown option character or an option with a
38 * This variable is set by getopt to point at the value of the option
107 * If getopt finds an option character in argv that was not included in
115 int getopt(int argc,
200 * If getopt finds an option character in argv that was not included
210 * (single letter) as for getopt, or longer names (preceded by --).