Searched refs:getopt (Results 1 – 25 of 69) sorted by relevance
123
/toolchain/binutils/binutils-2.25/include/ |
D | getopt.h | 113 extern int getopt (int argc, char *const *argv, const char *shortopts); 116 extern int getopt (); 133 extern int getopt ();
|
D | ChangeLog-9103 | 303 * getopt.h: Avoid prototyping getopt with no arguments in C++. 313 * getopt.h: getopt is in unistd.h (based on SUSv2). 369 * getopt.h (getopt): Don't declare if HAVE_DECL_GETOPT. 713 * getopt.h: Fix copyright dates. 780 * getopt.h obstack.h: Standarize copyright statement. 914 * getopt.h (getopt): Also check HAVE_DECL_* when prototyping. 1317 * getopt.h, obstack.h: Updated from gcc. 1342 * getopt.h: Update to latest FSF version. 2060 * getopt.h, obstack.h: Update to latest FSF version. 2264 * getopt.h: Update to Revised Standard FSF Version. [all …]
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | configure.ac | 55 AC_MSG_CHECKING(for a known getopt prototype in unistd.h) 57 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <unistd.h>], [extern int getopt (int, char *const*, c… 62 [Is the prototype for getopt in <unistd.h> in the expected format?])
|
D | TODO | 20 o -k (--exclude-arc) cannot be implemented with getopt(); 55 + add long options support (or at least use getopt instead of ad-hoc
|
D | ChangeLog-2005 | 86 for getopt() which is compatible with the one in 87 include/getopt.h. If so then define HAVE_DECL_GETOPT.
|
D | gconfig.in | 7 /* Is the prototype for getopt in <unistd.h> in the expected format? */
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | demangler-fuzzer.c | 62 optchr = getopt (argc, argv, "hs:m:t:"); in main()
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | makefile.vms | 10 OBJS=getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
|
D | getopt.c | 974 getopt (int argc, char *const *argv, const char *optstring) in getopt() function 999 c = getopt (argc, argv, "abc:d:0123456789"); in main()
|
D | Makefile.in | 133 getcwd.c getopt.c getopt1.c getpagesize.c getpwd.c getruntime.c \ 175 ./getopt.$(objext) ./getopt1.$(objext) ./getpwd.$(objext) \ 656 $(INCDIR)/dyn-string.h $(INCDIR)/getopt.h $(INCDIR)/libiberty.h 807 ./getopt.$(objext): $(srcdir)/getopt.c config.h $(INCDIR)/ansidecl.h \ 808 $(INCDIR)/getopt.h 810 $(COMPILE.c) $(PICFLAG) $(srcdir)/getopt.c -o pic/$@; \ 813 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/getopt.c -o noasan/$@; \ 815 $(COMPILE.c) $(srcdir)/getopt.c $(OUTPUT_OPTION) 817 ./getopt1.$(objext): $(srcdir)/getopt1.c config.h $(INCDIR)/getopt.h
|
D | README | 5 getopt -- get options from command line
|
D | ChangeLog | 2150 * getopt.c: Include ansidecl.h before system headers. 2154 * getopt.c: Include "ansidecl.h". 2171 * configure.ac: Check for a getopt(3) declaration. 2276 * getopt.c (getenv): Declare only if !__cplusplus and !getenv. 2360 gather-docs, getopt.c, getopt1.c, getruntime.c, hashtab.c, hex.c, 2636 * getopt.c (my_index, exchange, _getopt_initialize, 2637 _getopt_internal, getopt, main): Likewise. 3711 * getopt.c (exchange, _getopt_initialize): Use mempcpy not 4365 * getopt.c (_): Likewise. 4816 * getopt.c: Ditto. [all …]
|
D | configure.ac | 386 # Also in the old function.def file: alloca, vfork, getopt. 680 AC_CHECK_DECLS([calloc, getenv, getopt, malloc, realloc, sbrk])
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | configure.com | 102 "/prefix=(all,exc=(""getopt"",""optarg"",""optopt"",""optind"",""opterr""))"
|
D | configure.ac | 172 AC_MSG_CHECKING(for a known getopt prototype in unistd.h) 174 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <unistd.h>], [extern int getopt (int, char *const*, c… 179 [Is the prototype for getopt in <unistd.h> in the expected format?])
|
D | ChangeLog-2005 | 928 for getopt() which is compatible with the one in 929 include/getopt.h. If so then define HAVE_DECL_GETOPT. 934 HAVE_DECL_GETOPT is defined before getopt.h is included. 1147 * windres.c: Include assert.h and time.h before getopt.h.
|
D | config.in | 54 /* Is the prototype for getopt in <unistd.h> in the expected format? */
|
/toolchain/binutils/binutils-2.25/ld/ |
D | configure.ac | 235 AC_MSG_CHECKING(for a known getopt prototype in unistd.h) 237 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <unistd.h>], [extern int getopt (int, char *const*, c… 242 [Is the prototype for getopt in <unistd.h> in the expected format?])
|
D | config.in | 38 /* Is the prototype for getopt in <unistd.h> in the expected format? */
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | ticoff.em | 33 #include "getopt.h"
|
D | vms.em | 25 #include "getopt.h"
|
D | armcoff.em | 32 #include "getopt.h"
|
/toolchain/binutils/binutils-2.25/gas/ |
D | configure.com | 104 /* Is the prototype for getopt in <unistd.h> in the expected format? */
|
D | configure.ac | 801 AC_MSG_CHECKING(for a known getopt prototype in unistd.h) 803 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <unistd.h>], [extern int getopt (int, char *const*, c… 808 [Is the prototype for getopt in <unistd.h> in the expected format?])
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | Makefile.am | 525 aarch64-gen.o: aarch64-gen.c $(BFD_H) $(INCDIR)/getopt.h $(INCDIR)/libiberty.h\ 540 $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h $(INCDIR)/hashtab.h \ 556 ia64-gen.o: ia64-gen.c $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h \
|
123