Lines Matching refs:getopt
33 * See getopt(3C) and SUS/XPG getopt() for function definition and
42 #pragma weak _getopt = getopt
70 * _sp is required to keep state between successive calls to getopt() while
71 * extracting aggregated short-options (ie: -abcd). Hence, getopt() is not
110 * optstring The entire optstring passed to getopt() by the caller
165 * The old getopt() accepts it and treats it as a
179 getopt(int argc, char *const *argv, const char *optstring)
190 * If, when getopt() is called:
194 * getopt() returns -1 without changing optind. If
196 * getopt() returns -1 after incrementing optind.
256 * missing option-argument, and getopt() returns an error
309 } /* getopt() */