| /freebsd-12-stable/contrib/atf/atf-c/ |
| D | tp_test.c | 33 ATF_TC(getopt); 34 ATF_TC_HEAD(getopt, tc) in ATF_TC_HEAD() argument 40 ATF_TC_BODY(getopt, tc) in ATF_TC_BODY() argument 59 while ((ch = getopt(argc, argv, ":Z")) != -1) { in ATF_TC_BODY() 85 ATF_TP_ADD_TC(tp, getopt); in ATF_TP_ADD_TCS()
|
| /freebsd-12-stable/contrib/gperf/lib/ |
| D | Makefile.in | 65 OBJECTS = getopt.$(OBJEXT) getopt1.$(OBJEXT) getline.$(OBJEXT) hash.$(OBJEXT) 86 getopt.o : getopt.c getopt.h 87 $(CC) $(CFLAGS) $(CPPFLAGS) -c $(srcdir)/getopt.c 89 getopt1.o : getopt1.c getopt.h
|
| /freebsd-12-stable/contrib/atf/atf-c++/detail/ |
| D | application_test.cpp | 57 while ((ch = ::getopt(argc, argv, ":Z")) != -1) { in main() 78 ATF_TEST_CASE_WITHOUT_HEAD(getopt); 79 ATF_TEST_CASE_BODY(getopt) in ATF_TEST_CASE_BODY() argument 89 ATF_ADD_TEST_CASE(tcs, getopt); in ATF_INIT_TEST_CASES()
|
| /freebsd-12-stable/contrib/subversion/ |
| D | gen-make.py | 31 import getopt 33 my_getopt = getopt.gnu_getopt 35 my_getopt = getopt.getopt 270 except getopt.GetoptError:
|
| /freebsd-12-stable/contrib/gdb/include/ |
| D | getopt.h | 113 extern int getopt (int argc, char *const *argv, const char *shortopts); 116 extern int getopt (); 133 extern int getopt ();
|
| /freebsd-12-stable/contrib/gcclibs/include/ |
| D | getopt.h | 113 extern int getopt (int argc, char *const *argv, const char *shortopts); 116 extern int getopt (); 133 extern int getopt ();
|
| /freebsd-12-stable/usr.sbin/devctl/ |
| D | devctl.c | 146 while ((ch = getopt(ac, av, "f")) != -1) in detach() 180 while ((ch = getopt(ac, av, "f")) != -1) in disable() 250 while ((ch = getopt(ac, av, "f")) != -1) in set_driver() 284 while ((ch = getopt(ac, av, "f")) != -1) in clear_driver() 330 while ((ch = getopt(ac, av, "f")) != -1) in delete() 404 while ((ch = getopt(ac, av, "d")) != -1) in reset()
|
| /freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/p2p/ |
| D | p2p_flush.py | 12 import getopt 122 options, args = getopt.getopt(sys.argv[1:],"hi:w:") 124 except getopt.GetoptError:
|
| D | p2p_listen.py | 12 import getopt 123 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:") 125 except getopt.GetoptError:
|
| D | p2p_stop_find.py | 10 import getopt 127 options, args = getopt.getopt(sys.argv[1:],"ht:i:w:") 129 except getopt.GetoptError:
|
| D | p2p_disconnect.py | 11 import getopt 122 options, args = getopt.getopt(sys.argv[1:],"hi:w:") 124 except getopt.GetoptError:
|
| D | p2p_find.py | 12 import getopt 133 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:") 135 except getopt.GetoptError:
|
| D | p2p_invite.py | 9 import getopt 151 options, args = getopt.getopt(sys.argv[1:],"hi:o:w:a:") 153 except getopt.GetoptError:
|
| D | p2p_group_add.py | 9 import getopt 169 options, args = getopt.getopt(sys.argv[1:],"hi:p:f:o:w:") 171 except getopt.GetoptError:
|
| D | p2p_connect.py | 11 import getopt 236 options, args = getopt.getopt(sys.argv[1:],"hi:m:a:p:g:w:") 238 except getopt.GetoptError:
|
| /freebsd-12-stable/crypto/openssh/ |
| D | .depend | 5 …ompat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/b… 6 …ompat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/b… 7 …ompat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/b… 8 …ompat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/b… 9 …ompat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/b… 10 …ompat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/b… 11 …ompat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/b… 12 …ompat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/b… 13 …ompat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/b… 14 …ompat/md5.h openbsd-compat/blf.h openbsd-compat/fnmatch.h openbsd-compat/getopt.h openbsd-compat/b… [all …]
|
| /freebsd-12-stable/contrib/diff/lib/ |
| D | getopt.h | 151 extern int getopt (int ___argc, char *const *___argv, const char *__shortopts) 154 extern int getopt ();
|
| /freebsd-12-stable/contrib/gcc/ |
| D | FREEBSD-libiberty | 10 getopt.c \ 28 getopt.h \
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/stdlib/ |
| D | t_getopt.sh | 50 atf_test_case getopt 121 atf_add_test_case getopt
|
| /freebsd-12-stable/usr.bin/procstat/ |
| D | procstat.c | 305 while ((ch = getopt(argc, argv, "abCcefHhijkLlM:N:nrSstvw:x")) != -1) { in main() 539 while ((ch = getopt(argc, argv, "")) != -1) { in cmdopt_none() 553 while ((ch = getopt(argc, argv, "v")) != -1) { in cmdopt_verbose() 570 while ((ch = getopt(argc, argv, "n")) != -1) { in cmdopt_signals() 587 while ((ch = getopt(argc, argv, "Ht")) != -1) { in cmdopt_rusage() 606 while ((ch = getopt(argc, argv, "C")) != -1) { in cmdopt_files()
|
| /freebsd-12-stable/contrib/libevent/WIN32-Code/ |
| D | getopt.c | 45 __weak_alias(getopt,_getopt); 83 getopt(nargc, nargv, ostr) in getopt() function
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/WIN32-Code/ |
| D | getopt.c | 45 __weak_alias(getopt,_getopt); 83 getopt(nargc, nargv, ostr) in getopt() function
|
| /freebsd-12-stable/sbin/bectl/ |
| D | bectl.c | 143 while ((opt = getopt(argc, argv, "t")) != -1) { in bectl_cmd_activate() 193 while ((opt = getopt(argc, argv, "e:r")) != -1) { in bectl_cmd_create() 353 while ((opt = getopt(argc, argv, "Fo")) != -1) { in bectl_cmd_destroy() 482 while ((opt = getopt(argc, argv, "f")) != -1) { in bectl_cmd_unmount()
|
| /freebsd-12-stable/contrib/bmake/ |
| D | getopt.c | 58 getopt(int nargc, char * const nargv[], const char *ostr) in getopt() function 161 while ((c = getopt(argc, argv, opts)) != EOF) {
|
| /freebsd-12-stable/usr.sbin/mlxcontrol/ |
| D | command.c | 128 while ((ch = getopt(argc, argv, "")) != -1) in main() 390 while ((ch = getopt(argc, argv, "qv")) != -1) in cmd_status() 448 while ((ch = getopt(argc, argv, "a")) != -1) in cmd_rescan() 507 while ((ch = getopt(argc, argv, "a")) != -1) in cmd_detach() 663 while ((ch = getopt(argc, argv, "cd:t:")) != -1) in cmd_pause()
|