Searched refs:getopt_long (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/include/ |
D | getopt.h | 72 int getopt_long(int __argc, char* const* __argv, const char* __options, const struct option* __long…
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | getopt_long.c | 595 getopt_long(int nargc, char * const *nargv, const char *options, function
|
/bionic/benchmarks/ |
D | bionic_benchmarks.cpp | 158 while ((opt = getopt_long(argc, argv, "c:x:i:a:h", g_long_options, &option_index)) != -1) { in ParseOpts()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 456 getopt_long;
|
/bionic/libc/ |
D | libc.map.txt | 456 getopt_long;
|
D | Android.bp | 290 "upstream-freebsd/lib/libc/stdlib/getopt_long.c",
|