HomeSort by: relevance | last modified time | path
    Searched defs:getopt (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/getopt/
getopt_long.c 53 #include <getopt.h>
61 int optreset; /* reset getopt */
467 * getopt --
470 * [eventually this will replace the BSD getopt]
473 getopt(int nargc, char * const *nargv, const char *options) function
478 * the BSD getopt(3) (unlike GNU) has never done this.
480 * Furthermore, since many privileged programs call getopt()
  /xsrc/external/mit/MesaLib.old/dist/src/getopt/
getopt_long.c 53 #include <getopt.h>
61 int optreset; /* reset getopt */
467 * getopt --
470 * [eventually this will replace the BSD getopt]
473 getopt(int nargc, char * const *nargv, const char *options) function
478 * the BSD getopt(3) (unlike GNU) has never done this.
480 * Furthermore, since many privileged programs call getopt()

Completed in 7 milliseconds