Searched refs:getopt (Results 1 – 16 of 16) sorted by relevance
/bionic/libc/include/ |
D | getopt.h | 67 int getopt(int, char * const [], const char *);
|
D | unistd.h | 210 extern int getopt(int __argc, char* const* __argv, const char* __argstring);
|
/bionic/libc/kernel/tools/ |
D | update_all.py | 3 import sys, cpp, kernel, glob, os, re, getopt, clean_header, subprocess 28 optlist, args = getopt.getopt(sys.argv[1:], '')
|
D | clean_header.py | 72 import sys, cpp, kernel, glob, os, re, getopt 173 optlist, args = getopt.getopt(sys.argv[1:], 'uvk:d:')
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | getopt_long.c | 573 getopt(int nargc, char * const *nargv, const char *options) function
|
/bionic/libc/ |
D | libc.mips64.map | 389 getopt;
|
D | libc.x86_64.map | 389 getopt;
|
D | libc.arm64.map | 389 getopt;
|
D | libc.x86.brillo.map | 456 getopt;
|
D | libc.mips.brillo.map | 458 getopt;
|
D | libc.mips.map | 458 getopt;
|
D | libc.arm.brillo.map | 460 getopt;
|
D | libc.x86.map | 456 getopt;
|
D | libc.map.txt | 462 getopt;
|
D | libc.arm.map | 460 getopt;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 352 getopt
|