| /dflybsd-src/usr.bin/getopt/ |
| H A D | README | 4 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 D | Makefile | 4 PROG= getopt
|
| H A D | getopt.c | 15 while ((c = getopt(argc, argv, argv[1])) != -1) in main()
|
| /dflybsd-src/contrib/gdb-7/gdb/python/ |
| H A D | python-config.py | 6 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 D | getopt_.h | 41 # 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 D | Makefile | 13 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 D | getopt-pfx-core.h | 40 # undef getopt 45 # define getopt __GETOPT_ID (getopt) macro
|
| H A D | getopt-core.h | 91 extern int getopt (int ___argc, char *const *___argv, const char *__shortopts)
|
| /dflybsd-src/contrib/binutils-2.34/include/ |
| H A D | getopt.h | 112 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 D | getopt.h | 113 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 D | getopt.h | 113 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 D | getopt.h | 112 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 D | getopt.h | 112 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 D | getopt.c | 58 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 D | command.c | 128 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 D | memcontrol.c | 160 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 D | login.c | 66 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 D | chpass.c | 82 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 D | Makefile.inc | 13 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 D | main.c | 43 while ((c = getopt(ac, av, "p")) != -1) { in main()
|
| /dflybsd-src/bin/ln/ |
| H A D | ln.c | 77 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 D | getopt.h | 34 # include_next <getopt.h>
|
| /dflybsd-src/usr.bin/tty/ |
| H A D | tty.c | 48 while ((ch = getopt(argc, argv, "s")) != -1) in main()
|
| /dflybsd-src/usr.bin/logname/ |
| H A D | logname.c | 51 while ((ch = getopt(argc, argv, "")) != -1) in main()
|
| /dflybsd-src/usr.sbin/accton/ |
| H A D | accton.c | 49 while ((ch = getopt(argc, argv, "")) != -1) in main()
|