Searched refs:getopt (Results 676 - 700 of 923) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c158 while ((opt = getopt(argc, argv, "vV")) != EOF) {
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c136 while ((opt = getopt(argc, argv, "vapVf")) != EOF) {
/illumos-gate/usr/src/cmd/getconf/
H A Dgetconf.c901 while ((c = getopt(argc, argv, "av:")) != -1)
913 * the moment getopt just processes the
/illumos-gate/usr/src/cmd/grep_xpg4/
H A Dgrep.c165 while ((c = getopt(argc, argv, "vwchHilnrbse:f:qxEFIR")) != EOF) {
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfs.c227 while ((c = getopt(argc, argv, "d:f:G:lNnSRruvWwz:")) != -1)
H A Dipftest.c122 while ((c = getopt(argc, argv, "6bdDF:i:I:l:N:P:or:RT:vxX")) != -1)
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.c34 #include <getopt.h>
46 * MAXOPTIONSTRING is the max length of the options string used in getopt and
650 * getopt can return a '?' when no
702 * getopt can return a '?' when no
753 * offset getopt arg begin since
754 * getopt(3C) assumes options
784 * Run getopt for all arguments against all possible options
/illumos-gate/usr/src/cmd/kbd/
H A Dkbd.c129 while ((c = getopt(argc, argv, "rtlisc:a:d:D:R:b:")) != EOF) {
/illumos-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c78 while ((c = getopt(argc, argv, "ipqsST:")) != EOF)
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c823 while ((o = getopt(argc, argv, "s")) != -1) {
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c169 while ((c = getopt(argc, argv, "fetKsnack45")) != -1) {
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dmain.c505 while ((c = getopt(argc, argv, "x:r:d:mM:k:R:e:p:s:n4:X3")) != -1) {
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkprop.c166 while ((c= getopt(argc, argv, "r:f:dP:s:h:")) != EOF) {
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c177 while ((c = getopt(argc, argv, "LNR:xv:a:d:qrpilc:?")) != EOF) {
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dmain.c217 while ((c = getopt(argc, argv, "?Aa:b:FMN:nO:oR:V:vy")) != EOF) {
/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c211 while ((i = getopt(argc, argv, "dihDn:?")) != EOF) {
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dmain.c584 while ((c = getopt(argc, argv, optstr)) != EOF) {
/illumos-gate/usr/src/cmd/tsol/tnchkdb/
H A Dtnchkdb.c192 while ((chr = getopt(argc, argv, "h:t:z:")) != EOF) {
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfmerge.c752 while ((c = getopt(argc, argv, ":cd:D:fl:L:o:tvw:s")) != EOF) {
/illumos-gate/usr/src/tools/protocmp/
H A Dprotocmp.c696 while ((c = getopt(argc, argv, "gupGUPlmsLe:vd:")) != EOF) {
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.c675 while ((option = getopt(ac, av, "o:r")) != EOF)
/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.c1037 while ((opt = getopt(argc, argv, "nrs")) != EOF) {
/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c66 extern char *optarg; /* used by getopt */
170 while ((cc = getopt(argc, argv, "ado:Vf?")) != -1)
/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c91 while ((opt = getopt(argc, argv, "Fn")) != EOF) {
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c951 while ((c = getopt(argc, argv, ":dfs")) != -1) {

Completed in 176 milliseconds

<<21222324252627282930>>