Searched refs:getopt (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/kernel/tools/ |
D | clean_header.py | 72 import sys, cpp, kernel, glob, os, re, getopt 149 optlist, args = getopt.getopt(sys.argv[1:], 'uvk:d:')
|
D | update_all.py | 3 import sys, cpp, kernel, glob, os, re, getopt, clean_header, subprocess, shutil 119 optlist, args = getopt.getopt(sys.argv[1:], '')
|
/bionic/libc/include/bits/ |
D | getopt.h | 41 int getopt(int __argc, char* const __argv[], const char* __options);
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | getopt_long.c | 575 getopt(int nargc, char * const *nargv, const char *options) function
|
/bionic/tests/headers/posix/ |
D | unistd_h.c | 330 FUNCTION(getopt, int (*f)(int, char* const[], const char*)); in unistd_h()
|
/bionic/tools/versioner/src/ |
D | versioner.cpp | 505 while ((c = getopt(argc, argv, "a:r:p:so:fdj:vhFi")) != -1) { in main()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 352 getopt
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 455 getopt;
|
/bionic/libc/ |
D | libc.map.txt | 455 getopt;
|