Searched refs:getopt (Results 176 - 200 of 978) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/mkbusy/
H A Dmkbusy.c76 while ((c = getopt(argc, argv, "fr")) != -1) {
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/stride_dd/
H A Dstride_dd.c69 while ((c = getopt(argc, argv, ":b:c:i:o:s:k:")) != -1) {
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dsminfo.c43 #include <getopt.h>
H A Dibaddr.c42 #include <getopt.h>
/freebsd-13-stable/contrib/openbsm/bin/praudit/
H A Dpraudit.c134 while ((ch = getopt(argc, argv, "d:lnprsx")) != -1) {
/freebsd-13-stable/contrib/openpam/bin/su/
H A Dsu.c81 while ((o = getopt(argc, argv, "")) != -1)
/freebsd-13-stable/contrib/mandoc/
H A Dsoelim.c151 while ((ch = getopt(argc, argv, "CrtvI:")) != -1) {
/freebsd-13-stable/contrib/ncurses/progs/
H A Dprogs.priv.h113 #include <getopt.h>
115 /* 'getopt()' may be prototyped in <stdlib.h>, but declaring its
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt.c103 while ((c = getopt(nargs, args, optstring)) != -1) {
/freebsd-13-stable/stand/common/
H A Dpnp.c48 while ((ch = getopt(argc, argv, "v")) != -1) {
55 /* getopt has already reported an error */
/freebsd-13-stable/crypto/openssh/regress/
H A Dmodpipe.c91 while ((ch = getopt(argc, argv, "wm:")) != -1) {
/freebsd-13-stable/share/examples/ses/srcs/
H A Dsesd.c71 while ((c = getopt(a, v, "cdt:")) != -1) {
/freebsd-13-stable/usr.bin/xstr/
H A Dxstr.c103 while ((c = getopt(argc, argv, "-cv")) != -1)
/freebsd-13-stable/usr.sbin/bluetooth/sdpd/
H A Dmain.c76 while ((opt = getopt(argc, argv, "c:dg:hu:")) != -1) {
/freebsd-13-stable/usr.sbin/chroot/
H A Dchroot.c76 while ((ch = getopt(argc, argv, "G:g:u:")) != -1) {
/freebsd-13-stable/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c105 while ((ch = getopt(argc, argv, "b:B:e:E:o:R:tT:")) != -1) {
/freebsd-13-stable/usr.sbin/fmtree/
H A Dmtree.c76 while ((ch = getopt(argc, argv, "cdef:iK:k:LnPp:qrs:UuwxX:")) != -1)
/freebsd-13-stable/usr.sbin/lastlogin/
H A Dlastlogin.c89 while ((ch = getopt(argc, argv, "f:rt")) != -1) {
/freebsd-13-stable/usr.sbin/lpr/lpq/
H A Dlpq.c100 while ((ch = getopt(argc, argv, "alP:")) != -1)
/freebsd-13-stable/usr.sbin/mptutil/
H A Dmpt_evt.c120 while ((ch = getopt(ac, av, "v")) != -1) {
/freebsd-13-stable/usr.sbin/pmc/
H A Dpmc_util.c54 #include <getopt.h>
/freebsd-13-stable/usr.sbin/quotaon/
H A Dquotaon.c88 while ((ch = getopt(argc, argv, "avug")) != -1) {
/freebsd-13-stable/usr.sbin/snapinfo/
H A Dsnapinfo.c63 while ((ch = getopt(argc, argv, "adv")) != -1) {
/freebsd-13-stable/usr.sbin/spray/
H A Dspray.c74 while ((c = getopt(argc, argv, "c:d:l:")) != -1) {
/freebsd-13-stable/usr.sbin/ypset/
H A Dypset.c127 while ((c = getopt(argc, argv, "h:d:")) != -1)

Completed in 124 milliseconds

1234567891011>>