Home | History | Annotate | Download | only in Include

Lines Matching full:getopt

1 /* Declarations for getopt.
28 /* For communication from `getopt' to the caller.
29 When `getopt' finds an option that takes an argument,
40 and for communication between successive calls to `getopt'.
42 On entry to `getopt', zero means this is the first call; initialize.
44 When `getopt' returns EOF, this is the index of the first of the
54 /* Callers store zero here to inhibit the error message `getopt' prints
83 one). For long options that have a zero `flag' field, `getopt'
108 /* Many other libraries have conflicting prototypes for getopt, with
110 errors, only prototype getopt for the GNU C library. */
111 extern int getopt (int argc, char *const *argv, const char *shortopts);
113 extern int getopt ();
127 extern int getopt ();