Searched refs:getopt (Results 226 - 250 of 978) sorted by relevance

1234567891011>>

/freebsd-13-stable/tools/tools/ath/athpoke/
H A Dathpoke.c38 #include <getopt.h>
79 while ((c = getopt(argc, argv, "i:")) != -1)
/freebsd-13-stable/usr.bin/chpass/
H A Dchpass.c97 while ((ch = getopt(argc, argv, "a:p:s:e:d:h:loy")) != -1)
99 while ((ch = getopt(argc, argv, "a:p:s:e:")) != -1)
/freebsd-13-stable/usr.bin/ipcrm/
H A Dipcrm.c209 while ((c = getopt(argc, argv, "q:m:s:Q:M:S:vWy")) != -1) {
225 while ((c = getopt(argc, argv, "q:m:s:Q:M:S:vWy")) != -1) {
279 /* Handled in other getopt() loop */
/freebsd-13-stable/tools/regression/netinet/ipbroadcast/
H A Dipbroadcast.c53 #include <getopt.h>
156 while ((ch = getopt(argc, argv, "1A:bBdi:l:p:Rrs:t:")) != -1) {
/freebsd-13-stable/usr.sbin/pw/
H A Dpw_group.c271 while ((ch = getopt(argc, argv, "C:q")) != -1) {
313 while ((ch = getopt(argc, argv, "C:qn:g:FPa")) != -1) {
376 while ((ch = getopt(argc, argv, "C:qn:g:Y")) != -1) {
507 while ((ch = getopt(argc, argv, "C:qn:g:h:H:M:oNPY")) != -1) {
593 while ((ch = getopt(argc, argv, "C:qn:d:g:l:h:H:M:m:NPY")) != -1) {
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dippool.c96 switch (getopt(argc, argv, "aAf:FlrRs"))
148 while ((c = getopt(argc, argv, "di:m:no:t:T:v")) != -1)
272 while ((c = getopt(argc, argv, "dm:no:S:vt:")) != -1)
384 while ((c = getopt(argc, argv, "dnuvf:")) != -1)
449 while ((c = getopt(argc, argv, "dM:N:o:t:v")) != -1)
570 while ((c = getopt(argc, argv, "do:t:v")) != -1)
703 while ((c = getopt(argc, argv, "dm:M:N:o:t:v")) != -1)
/freebsd-13-stable/usr.sbin/bluetooth/hccontrol/
H A Dle.c186 while ((ch = getopt(argc, argv , "n:f:u:")) != -1) {
456 while ((ch = getopt(argc, argv , "m:M:t:o:p:a:c:f:")) != -1) {
588 while ((ch = getopt(argc, argv , "v:")) != -1) {
650 while ((ch = getopt(argc, argv , "an:v")) != -1) {
838 while ((ch = getopt(argc, argv , "t:a:")) != -1) {
897 while ((ch = getopt(argc, argv , "t:a:")) != -1) {
986 while ((ch = getopt(argc, argv , "a:t:v")) != -1) {
/freebsd-13-stable/sys/contrib/openzfs/cmd/zhack/
H A Dzhack.c287 while ((c = getopt(argc, argv, "+rd:")) != -1) {
385 while ((c = getopt(argc, argv, "+md")) != -1) {
491 while ((c = getopt(argc, argv, "+c:d:")) != -1) {
/freebsd-13-stable/contrib/ofed/librdmacm/examples/
H A Drcopy.c35 #include <getopt.h>
575 while ((op = getopt(argc, argv, "p:")) != -1) {
603 while ((op = getopt(argc, argv, "p:")) != -1) {
/freebsd-13-stable/contrib/vis/
H A Dvis.c73 while ((ch = getopt(argc, argv, "bcde:F:fhlmnostw")) != -1)
/freebsd-13-stable/contrib/sendmail/libmilter/
H A Dexample.c269 while ((c = getopt(argc, argv, "p:")) != -1)
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dt-shm.c212 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
/freebsd-13-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h91 int getopt(int, char * const *, const char *);
/freebsd-13-stable/contrib/telnet/telnet/
H A Dmain.c154 while ((ch = getopt(argc, argv,
/freebsd-13-stable/sbin/dmesg/
H A Ddmesg.c92 while ((ch = getopt(argc, argv, "acM:N:")) != -1)
/freebsd-13-stable/sbin/fsirand/
H A Dfsirand.c68 while ((n = getopt(argc, argv, "bfp")) != -1) {
/freebsd-13-stable/sbin/iscontrol/
H A Discontrol.c178 while((ch = getopt(cc, vv, OPTIONS)) != -1) {
/freebsd-13-stable/sbin/kldstat/
H A Dkldstat.c121 while ((c = getopt(argc, argv, "dhi:m:n:qv")) != -1)
/freebsd-13-stable/sbin/mount_cd9660/
H A Dmount_cd9660.c99 while ((ch = getopt(argc, argv, "begjo:rs:vC:")) != -1)
/freebsd-13-stable/sbin/mount_unionfs/
H A Dmount_unionfs.c144 while ((ch = getopt(argc, argv, "bo:")) != -1) {
/freebsd-13-stable/sbin/reboot/
H A Dreboot.c82 while ((ch = getopt(argc, argv, "cdk:lNnpqr")) != -1)
/freebsd-13-stable/lib/libsecureboot/tests/
H A Dtvo.c58 while ((c = getopt(argc, argv, "D:dp:s:T:V")) != -1) {
/freebsd-13-stable/libexec/fingerd/
H A Dfingerd.c85 while ((ch = getopt(argc, argv, "dklp:s")) != -1)
/freebsd-13-stable/libexec/mknetid/
H A Dmknetid.c117 while ((ch = getopt(argc, argv, "g:p:h:n:d:q")) != -1) {
/freebsd-13-stable/sbin/conscontrol/
H A Dconscontrol.c175 if (getopt(argc, argv, "") != -1)

Completed in 237 milliseconds

1234567891011>>