Home
last modified time | relevance | path

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

12345678910>>...29

/dflybsd-src/usr.bin/getopt/
H A DREADME4 Topic: yet more on getopt (command line arguments)
7 the second public domain sources and man pages for getopt(3) and getopt(1).
25 The AT&T syntax standard (which getopt does not completely enforce)
43 Subject: here is getopt
45 Here is the source for getopt(3), the function that should be in
46 everybody's C program, and getopt(1), a program that uses it to
54 else as to whether it accurately represents getopt as distributed
H A DMakefile4 PROG= getopt
H A Dgetopt.c15 while ((c = getopt(argc, argv, argv[1])) != -1) in main()
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpython-config.py6 import getopt
18 opts, args = getopt.getopt(sys.argv[1:], '', valid_opts)
19 except getopt.error:
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dgetopt_.h41 # undef getopt
51 # define getopt __GETOPT_ID (getopt) macro
205 extern int getopt (int ___argc, char *const *___argv, const char *__shortopts)
/dflybsd-src/gnu/usr.bin/cvs/lib/
H A DMakefile13 CLEANFILES+= config.h getopt.h glob.h
22 getopt.h \
45 getopt.c \
79 getopt.h: getopt_.h
/dflybsd-src/contrib/grep/lib/
H A Dgetopt-pfx-core.h40 # undef getopt
45 # define getopt __GETOPT_ID (getopt) macro
H A Dgetopt-core.h91 extern int getopt (int ___argc, char *const *___argv, const char *__shortopts)
/dflybsd-src/contrib/binutils-2.34/include/
H A Dgetopt.h112 extern int getopt (int argc, char *const *argv, const char *shortopts);
115 extern int getopt ();
132 extern int getopt ();
/dflybsd-src/contrib/gdb-7/include/
H A Dgetopt.h113 extern int getopt (int argc, char *const *argv, const char *shortopts);
116 extern int getopt ();
133 extern int getopt ();
/dflybsd-src/contrib/gcc-4.7/include/
H A Dgetopt.h113 extern int getopt (int argc, char *const *argv, const char *shortopts);
116 extern int getopt ();
133 extern int getopt ();
/dflybsd-src/contrib/gcc-8.0/include/
H A Dgetopt.h112 extern int getopt (int argc, char *const *argv, const char *shortopts);
115 extern int getopt ();
132 extern int getopt ();
/dflybsd-src/contrib/binutils-2.27/include/
H A Dgetopt.h112 extern int getopt (int argc, char *const *argv, const char *shortopts);
115 extern int getopt ();
132 extern int getopt ();
/dflybsd-src/contrib/bmake/
H A Dgetopt.c58 getopt(int nargc, char * const nargv[], const char *ostr) in getopt() function
161 while ((c = getopt(argc, argv, opts)) != EOF) {
/dflybsd-src/usr.sbin/mlxcontrol/
H A Dcommand.c128 while ((ch = getopt(argc, argv, "")) != -1) in main()
468 while ((ch = getopt(argc, argv, "qv")) != -1) in cmd_status()
526 while ((ch = getopt(argc, argv, "a")) != -1) in cmd_rescan()
585 while ((ch = getopt(argc, argv, "a")) != -1) in cmd_detach()
775 while ((ch = getopt(argc, argv, "cd:t:")) != -1) in cmd_pause()
/dflybsd-src/usr.sbin/memcontrol/
H A Dmemcontrol.c160 while ((ch = getopt(argc, argv, "ao:")) != -1) in listfunc()
206 while ((ch = getopt(argc, argv, "b:l:o:")) != -1) in setfunc()
267 while ((ch = getopt(argc, argv, "b:l:o:")) != -1) in clearfunc()
/dflybsd-src/contrib/smbfs/smbutil/
H A Dlogin.c66 while ((opt = getopt(argc, argv, STDPARAM_OPT"D")) != EOF) { in cmd_login()
134 while ((opt = getopt(argc, argv, STDPARAM_OPT)) != EOF){ in cmd_logout()
/dflybsd-src/usr.bin/chpass/
H A Dchpass.c82 while ((ch = getopt(argc, argv, "a:p:s:e:d:h:loy")) != -1) in main()
84 while ((ch = getopt(argc, argv, "a:p:s:e:")) != -1) in main()
/dflybsd-src/lib/libc/stdlib/
H A DMakefile.inc13 getenv.c getopt.c getopt_long.c \
41 div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \
/dflybsd-src/usr.bin/flame_graph/
H A Dmain.c43 while ((c = getopt(ac, av, "p")) != -1) { in main()
/dflybsd-src/bin/ln/
H A Dln.c77 while (getopt(argc, argv, "") != -1) in main()
86 while ((ch = getopt(argc, argv, "FLPfhinsvw")) != -1) in main()
/dflybsd-src/gnu/usr.bin/grep/libgreputils/
H A Dgetopt.h34 # include_next <getopt.h>
/dflybsd-src/usr.bin/tty/
H A Dtty.c48 while ((ch = getopt(argc, argv, "s")) != -1) in main()
/dflybsd-src/usr.bin/logname/
H A Dlogname.c51 while ((ch = getopt(argc, argv, "")) != -1) in main()
/dflybsd-src/usr.sbin/accton/
H A Daccton.c49 while ((ch = getopt(argc, argv, "")) != -1) in main()

12345678910>>...29