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

/bionic/libc/include/
H A Dgetopt.h1 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
40 * getopt() is declared here too for GNU programs.
67 int getopt(int, char * const [], const char *);
69 extern char *optarg; /* getopt(3) external variables */
74 extern int optreset; /* getopt(3) external variable */
H A Dunistd.h210 extern int getopt(int __argc, char* const* __argv, const char* __argstring);
/bionic/libc/kernel/tools/
H A Dupdate_all.py3 import sys, cpp, kernel, glob, os, re, getopt, clean_header, subprocess namespace
28 optlist, args = getopt.getopt(sys.argv[1:], '')
H A Dclean_header.py72 import sys, cpp, kernel, glob, os, re, getopt namespace
173 optlist, args = getopt.getopt(sys.argv[1:], 'uvk:d:')
/bionic/tools/relocation_packer/src/
H A Dmain.cc16 #include <getopt.h>
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c62 #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) function
578 * the BSD getopt(3) (unlike GNU) has never done this.
580 * Furthermore, since many privileged programs call getopt()
[all...]

Completed in 102 milliseconds