Searched refs:getopt (Results 201 - 225 of 990) sorted by relevance

1234567891011>>

/freebsd-12-stable/usr.bin/truncate/
H A Dtruncate.c67 while ((ch = getopt(argc, argv, "cr:s:")) != -1)
/freebsd-12-stable/usr.bin/truss/
H A Dmain.c91 while ((c = getopt(ac, av, "p:o:facedDs:SH")) != -1) {
/freebsd-12-stable/usr.bin/xstr/
H A Dxstr.c103 while ((c = getopt(argc, argv, "-cv")) != -1)
/freebsd-12-stable/usr.sbin/bluetooth/sdpd/
H A Dmain.c76 while ((opt = getopt(argc, argv, "c:dg:hu:")) != -1) {
/freebsd-12-stable/usr.sbin/chroot/
H A Dchroot.c76 while ((ch = getopt(argc, argv, "G:g:u:")) != -1) {
/freebsd-12-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-12-stable/usr.sbin/fmtree/
H A Dmtree.c76 while ((ch = getopt(argc, argv, "cdef:iK:k:LnPp:qrs:UuwxX:")) != -1)
/freebsd-12-stable/usr.sbin/kgzip/
H A Dkgzip.c80 while ((c = getopt(argc, argv, "cvf:l:o:")) != -1)
/freebsd-12-stable/usr.sbin/lastlogin/
H A Dlastlogin.c89 while ((ch = getopt(argc, argv, "f:rt")) != -1) {
/freebsd-12-stable/usr.sbin/lpr/lpq/
H A Dlpq.c100 while ((ch = getopt(argc, argv, "alP:")) != -1)
/freebsd-12-stable/usr.sbin/mptutil/
H A Dmpt_evt.c120 while ((ch = getopt(ac, av, "v")) != -1) {
/freebsd-12-stable/usr.sbin/pmc/
H A Dpmc_util.c54 #include <getopt.h>
/freebsd-12-stable/usr.sbin/quotaon/
H A Dquotaon.c88 while ((ch = getopt(argc, argv, "avug")) != -1) {
/freebsd-12-stable/usr.sbin/snapinfo/
H A Dsnapinfo.c63 while ((ch = getopt(argc, argv, "adv")) != -1) {
/freebsd-12-stable/usr.sbin/spray/
H A Dspray.c74 while ((c = getopt(argc, argv, "c:d:l:")) != -1) {
/freebsd-12-stable/usr.sbin/ypset/
H A Dypset.c127 while ((c = getopt(argc, argv, "h:d:")) != -1)
/freebsd-12-stable/tools/tools/cfi/
H A Dcfi.c42 #include <getopt.h>
/freebsd-12-stable/tools/tools/ether_reflect/
H A Dether_reflect.c77 while ((ch = getopt(argc, argv, "a:e:i:t:pd")) != -1) {
/freebsd-12-stable/tools/tools/find-sb/
H A Dfind-sb.c42 while ((c = getopt(argc, argv, "o:")) != -1) {
/freebsd-12-stable/tools/tools/mcgrab/
H A Dmcgrab.cc159 char ch; ///< character from getopt()
170 while ((ch = getopt(argc, argv, "g:i:n:bh")) != -1) {
/freebsd-12-stable/contrib/tcsh/
H A Dgethost.c37 # define getopt __getopt macro
44 # undef getopt macro
/freebsd-12-stable/contrib/libevent/sample/
H A Ddns-example.c22 #include <getopt.h>
169 while ((opt = getopt(c, v, "xvc:Ts:")) != -1) {
/freebsd-12-stable/bin/ln/
H A Dln.c90 while (getopt(argc, argv, "") != -1)
99 while ((ch = getopt(argc, argv, "FLPfhinsvw")) != -1)
/freebsd-12-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-12-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)

Completed in 278 milliseconds

1234567891011>>