Searched refs:getopt (Results 1 – 18 of 18) sorted by relevance
| /third_party/ulib/musl/src/misc/ |
| A D | getopt.c | 23 int getopt(int argc, char* const argv[], const char* optstring) { in getopt() function 103 weak_alias(getopt, __posix_getopt);
|
| A D | getopt_long.c | 120 return getopt(argc, argv, optstring); in __getopt_long_core()
|
| /third_party/ulib/musl/include/ |
| A D | getopt.h | 7 int getopt(int, char* const[], const char*);
|
| A D | unistd.h | 117 int getopt(int, char* const[], const char*);
|
| /third_party/lib/acpica/generate/unix/acpixtract/ |
| A D | Makefile | 33 $(OBJDIR)/getopt.o\
|
| /third_party/lib/acpica/generate/unix/acpisrc/ |
| A D | Makefile | 38 $(OBJDIR)/getopt.o \
|
| /third_party/lib/acpica/generate/unix/acpihelp/ |
| A D | Makefile | 40 $(OBJDIR)/getopt.o\
|
| /third_party/uapp/fsck-msdosfs/ |
| A D | main.c | 58 while ((ch = getopt(argc, argv, "CfFnpy")) != -1) { in main()
|
| /third_party/lib/acpica/generate/unix/acpibin/ |
| A D | Makefile | 33 $(OBJDIR)/getopt.o\
|
| /third_party/lib/acpica/generate/unix/acpidump/ |
| A D | Makefile | 35 $(OBJDIR)/getopt.o\
|
| /third_party/uapp/mkfs-msdosfs/ |
| A D | newfs_msdos.c | 81 while ((ch = getopt(argc, argv, opts)) != -1) in main()
|
| /third_party/lib/acpica/generate/unix/acpinames/ |
| A D | Makefile | 60 $(OBJDIR)/getopt.o\
|
| /third_party/lib/acpica/generate/unix/acpiexec/ |
| A D | Makefile | 133 $(OBJDIR)/getopt.o\
|
| /third_party/lib/acpica/generate/unix/iasl/ |
| A D | Makefile | 163 $(OBJDIR)/getopt.o\
|
| /third_party/ulib/acpica/ |
| A D | rules.mk | 176 $(SRC_DIR)/common/getopt.c \
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 760 - getopt option parsing reset support 1280 - getopt double-colon extension for optional arguments 1377 - getopt '-' flag for processing non-option arguments 1382 - support for translation of getopt error messages 1402 - buggy handling of multibyte option chars with arguments in getopt
|
| A D | musl-rules.mk | 430 $(LOCAL_DIR)/src/misc/getopt.c \
|
| /third_party/uapp/dash/src/ |
| A D | TOUR | 278 ing. This is kind of like getopt, but you don't pass argc and
|
Completed in 15 milliseconds