Searched refs:getopt (Results 1 - 8 of 8) sorted by relevance

/bionic/libc/kernel/tools/
H A Dfind_users.py8 import sys, cpp, glob, os, re, getopt namespace
31 optlist, args = getopt.getopt( sys.argv[1:], 'v' )
H A Dupdate_all.py3 import sys, cpp, kernel, glob, os, re, getopt, clean_header namespace
28 optlist, args = getopt.getopt( sys.argv[1:], '' )
H A Dclean_header.py4 import sys, cpp, kernel, glob, os, re, getopt namespace
105 optlist, args = getopt.getopt( sys.argv[1:], 'uvk:d:' )
H A Dfind_headers.py8 import sys, cpp, glob, os, re, getopt, kernel namespace
39 optlist, args = getopt.getopt( sys.argv[1:], 'vc:d:a:k:' )
/bionic/libc/include/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
H A Dunistd.h166 extern int getopt(int, char * const *, const char *);
/bionic/libdl/
H A Ddltest.c32 #include <getopt.h>
/bionic/libc/unistd/
H A Dgetopt_long.c61 #include <getopt.h>
66 #define REPLACE_GETOPT /* use this getopt as the system getopt(3) */
74 int optreset; /* reset getopt */
492 * getopt --
495 * [eventually this will replace the BSD getopt]
498 getopt(int nargc, char * const *nargv, const char *options) function
503 * the BSD getopt(3) (unlike GNU) has never done this.
505 * Furthermore, since many privileged programs call getopt()

Completed in 3262 milliseconds