Searched refs:getopt (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/kernel/tools/ |
D | update_all.py | 3 import sys, cpp, kernel, glob, os, re, getopt, clean_header, subprocess 23 optlist, args = getopt.getopt( sys.argv[1:], '' )
|
D | clean_header.py | 72 import sys, cpp, kernel, glob, os, re, getopt 186 optlist, args = getopt.getopt( sys.argv[1:], 'uvk:d:' )
|
/bionic/libc/include/ |
D | getopt.h | 67 int getopt(int, char * const [], const char *);
|
D | unistd.h | 193 extern int getopt(int, char * const *, const char *);
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | getopt_long.c | 573 getopt(int nargc, char * const *nargv, const char *options) function
|
/bionic/libc/tools/ |
D | posix-2013.txt | 352 getopt
|
/bionic/libc/ |
D | libc.map | 550 getopt;
|