| /openbsd-src/regress/lib/libc/getopt_long/ |
| H A D | test.ok | 1 getopt_long: myfile --force -f infile -9 7 getopt_long: onefile twofile --best -Williterate -i foo.in threefile 13 getopt_long: -1bfast - 19 getopt_long: --fast --drinking=guiness -i foo.in somefile 25 getopt_long (POSIXLY_CORRECT): myfile --force -f infile -9 28 getopt_long (POSIXLY_CORRECT): onefile twofile --best -Williterate -i foo.in threefile 31 getopt_long (POSIXLY_CORRECT): -1bfast - 37 getopt_long (POSIXLY_CORRECT): --fast --drinking=guiness -i foo.in somefile
|
| H A D | getopt_long_test.c | 52 gl = getopt_long; in main()
|
| /openbsd-src/gnu/usr.bin/cvs/lib/ |
| H A D | getopt.h | 102 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 115 extern int getopt_long ();
|
| H A D | getopt1.c | 62 getopt_long (argc, argv, options, long_options, opt_index) in getopt_long() function 118 c = getopt_long (argc, argv, "abc:d:0123456789",
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | getopt.h | 106 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 119 extern int getopt_long ();
|
| H A D | getopt1.c | 69 getopt_long (argc, argv, options, long_options, opt_index) in getopt_long() function 125 c = getopt_long (argc, argv, "abc:d:0123456789",
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
| H A D | getopt.h | 121 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 134 extern int getopt_long ();
|
| /openbsd-src/gnu/lib/libiberty/include/ |
| H A D | getopt.h | 121 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 134 extern int getopt_long ();
|
| /openbsd-src/gnu/usr.bin/binutils/include/ |
| H A D | getopt.h | 121 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 134 extern int getopt_long ();
|
| /openbsd-src/gnu/gcc/include/ |
| H A D | getopt.h | 121 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 134 extern int getopt_long ();
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | getopt1.c | 69 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() function 115 c = getopt_long (argc, argv, "abc:d:0123456789", in main()
|
| /openbsd-src/gnu/usr.bin/texinfo/lib/ |
| H A D | getopt1.c | 44 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() function 106 c = getopt_long (argc, argv, "abc:d:0123456789", in main()
|
| H A D | getopt_.h | 158 extern int getopt_long (int ___argc, char *const *___argv,
|
| /openbsd-src/lib/libc/stdlib/ |
| H A D | Makefile.inc | 7 exit.c ecvt.c gcvt.c getenv.c getopt_long.c \ 29 bsearch.3 div.3 ecvt.3 exit.3 getenv.3 getopt.3 getopt_long.3 \
|
| /openbsd-src/lib/libc/hidden/ |
| H A D | getopt.h | 34 PROTO_DEPRECATED(getopt_long);
|
| /openbsd-src/include/ |
| H A D | getopt.h | 60 int getopt_long(int, char * const *, const char *,
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/ |
| H A D | GetOptInc.h | 54 int getopt_long(int argc, char *const *argv, const char *optstring,
|
| /openbsd-src/regress/lib/libc/ |
| H A D | Makefile | 11 SUBDIR+= gcvt getaddrinfo getcap getopt getopt_long glob
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | makedepend.c | 89 switch (getopt_long (argc, argv, "hD:U:I:J:o:V:", longopts, 0)) in parse_options()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | cxxfilt.c | 178 while ((c = getopt_long (argc, argv, "_nps:", long_options, (int *) 0)) != EOF) in main()
|
| H A D | addr2line.c | 295 while ((c = getopt_long (argc, argv, "b:Ce:sfHhVv", long_options, (int *) 0)) in main()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | cxxfilt.c | 181 while ((c = getopt_long (argc, argv, "_hinps:tv", long_options, (int *) 0)) != EOF) in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | jv-scan.c | 150 while ((opt = getopt_long (argc, argv, "o:", options, NULL)) != -1)
|
| /openbsd-src/usr.bin/timeout/ |
| H A D | timeout.c | 192 while ((ch = getopt_long(argc, argv, "+fk:ps:h", longopts, NULL)) in main()
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | main.c | 477 while ((c = getopt_long 494 while ((c = getopt_long
|