Searched defs:getopt (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/kernel/tools/
H A Dclean_header.py72 import sys, cpp, kernel, glob, os, re, getopt namespace
186 optlist, args = getopt.getopt( sys.argv[1:], 'uvk:d:' )
H A Dupdate_all.py3 import sys, cpp, kernel, glob, os, re, getopt, clean_header, subprocess namespace
23 optlist, args = getopt.getopt( sys.argv[1:], '' )
/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 32 milliseconds