Searched refs:getopt_long (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/include/ |
D | getopt.h | 75 int getopt_long(int __argc, char* _Nonnull const* _Nonnull __argv, const char* _Nonnull __options, …
|
/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 | 333 "upstream-freebsd/lib/libc/stdlib/getopt_long.c",
|