Home
last modified time | relevance | path

Searched refs:getopt_long (Results 1 – 25 of 105) sorted by relevance

12345

/openbsd-src/regress/lib/libc/getopt_long/
H A Dtest.ok1 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 Dgetopt_long_test.c52 gl = getopt_long; in main()
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dgetopt.h102 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
115 extern int getopt_long ();
H A Dgetopt1.c62 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 Dgetopt.h106 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
119 extern int getopt_long ();
H A Dgetopt1.c69 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 Dgetopt.h121 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 Dgetopt.h121 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 Dgetopt.h121 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
134 extern int getopt_long ();
/openbsd-src/gnu/gcc/include/
H A Dgetopt.h121 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 Dgetopt1.c69 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 Dgetopt1.c44 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 Dgetopt_.h158 extern int getopt_long (int ___argc, char *const *___argv,
/openbsd-src/lib/libc/stdlib/
H A DMakefile.inc7 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 Dgetopt.h34 PROTO_DEPRECATED(getopt_long);
/openbsd-src/include/
H A Dgetopt.h60 int getopt_long(int, char * const *, const char *,
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DGetOptInc.h54 int getopt_long(int argc, char *const *argv, const char *optstring,
/openbsd-src/regress/lib/libc/
H A DMakefile11 SUBDIR+= gcvt getaddrinfo getcap getopt getopt_long glob
/openbsd-src/gnu/gcc/libcpp/
H A Dmakedepend.c89 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 Dcxxfilt.c178 while ((c = getopt_long (argc, argv, "_nps:", long_options, (int *) 0)) != EOF) in main()
H A Daddr2line.c295 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 Dcxxfilt.c181 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 Djv-scan.c150 while ((opt = getopt_long (argc, argv, "o:", options, NULL)) != -1)
/openbsd-src/usr.bin/timeout/
H A Dtimeout.c192 while ((ch = getopt_long(argc, argv, "+fk:ps:h", longopts, NULL)) in main()
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dmain.c477 while ((c = getopt_long
494 while ((c = getopt_long

12345