Home
last modified time | relevance | path

Searched refs:getopt (Results 1 – 18 of 18) sorted by relevance

/third_party/ulib/musl/src/misc/
A Dgetopt.c23 int getopt(int argc, char* const argv[], const char* optstring) { in getopt() function
103 weak_alias(getopt, __posix_getopt);
A Dgetopt_long.c120 return getopt(argc, argv, optstring); in __getopt_long_core()
/third_party/ulib/musl/include/
A Dgetopt.h7 int getopt(int, char* const[], const char*);
A Dunistd.h117 int getopt(int, char* const[], const char*);
/third_party/lib/acpica/generate/unix/acpixtract/
A DMakefile33 $(OBJDIR)/getopt.o\
/third_party/lib/acpica/generate/unix/acpisrc/
A DMakefile38 $(OBJDIR)/getopt.o \
/third_party/lib/acpica/generate/unix/acpihelp/
A DMakefile40 $(OBJDIR)/getopt.o\
/third_party/uapp/fsck-msdosfs/
A Dmain.c58 while ((ch = getopt(argc, argv, "CfFnpy")) != -1) { in main()
/third_party/lib/acpica/generate/unix/acpibin/
A DMakefile33 $(OBJDIR)/getopt.o\
/third_party/lib/acpica/generate/unix/acpidump/
A DMakefile35 $(OBJDIR)/getopt.o\
/third_party/uapp/mkfs-msdosfs/
A Dnewfs_msdos.c81 while ((ch = getopt(argc, argv, opts)) != -1) in main()
/third_party/lib/acpica/generate/unix/acpinames/
A DMakefile60 $(OBJDIR)/getopt.o\
/third_party/lib/acpica/generate/unix/acpiexec/
A DMakefile133 $(OBJDIR)/getopt.o\
/third_party/lib/acpica/generate/unix/iasl/
A DMakefile163 $(OBJDIR)/getopt.o\
/third_party/ulib/acpica/
A Drules.mk176 $(SRC_DIR)/common/getopt.c \
/third_party/ulib/musl/
A DWHATSNEW760 - 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 Dmusl-rules.mk430 $(LOCAL_DIR)/src/misc/getopt.c \
/third_party/uapp/dash/src/
A DTOUR278 ing. This is kind of like getopt, but you don't pass argc and

Completed in 23 milliseconds