Home | History | Annotate | Download | only in stdlib

Lines Matching defs:getopt

62 #include <getopt.h>
68 #if 0 /* we prefer to keep our getopt(3) */
69 #define REPLACE_GETOPT /* use this getopt as the system getopt(3) */
76 int optreset; /* reset getopt */
567 * getopt --
570 * [eventually this will replace the BSD getopt]
573 getopt(int nargc, char * const *nargv, const char *options)
578 * the BSD getopt(3) (unlike GNU) has never done this.
580 * Furthermore, since many privileged programs call getopt()