Searched refs:getopt (Results 576 - 600 of 923) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A Dsmbiod-svc.c199 while ((c = getopt(argc, argv, "d")) != -1) {
/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c109 while ((opt = getopt(argc, argv, "F:o:")) != EOF) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c188 while ((c = getopt(argc, argv, "mnNo:VvyY")) != EOF) {
/illumos-gate/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c133 while ((opt = getopt(argc, argv, "nfcvhaV")) != EOF) {
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c116 while ((opt = getopt(argc, argv, "avV")) != EOF)
/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred.c85 while ((c = getopt(argc, args, "arln:o:u:m:c:")) != EOF) {
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-device.c41 #include <getopt.h>
H A Dlshal.c36 #include <getopt.h>
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c75 static char opts[] = "AabciJmopqstD:z:Z"; /* getopt options */
132 while ((o = getopt(argc, argv, opts)) != EOF) {
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf.c94 while ((c = getopt(argc, argv, optstr)) != -1) {
H A Dipnat.c124 while ((c = getopt(argc, argv, "CdFf:G:hlM:N:nrRsvz:")) != -1)
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dkdb5_create.c181 while ((optchar = getopt(argc, argv, "s")) != -1) {
/illumos-gate/usr/src/cmd/stat/mpstat/
H A Dmpstat.c89 while ((c = getopt(argc, argv, "apP:qT:")) != (int)EOF)
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c580 while ((c = getopt(argc, argv, "Dnpd:r:t:")) != -1) {
/illumos-gate/usr/src/cmd/ldmad/
H A Dldmad.c648 /* disable getopt error messages */
651 while ((opt = getopt(argc, argv, "ds")) != EOF) {
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Daddcert.c91 while ((i = getopt(argc, argv, ":a:k:e:f:n:P:p:R:ty")) != EOF) {
/illumos-gate/usr/src/cmd/swap/
H A Dswap.c116 while ((c = getopt(argc, argv, "khlsd:a:12")) != EOF) {
/illumos-gate/usr/src/cmd/tput/
H A Dtput.c96 while ((i = getopt(argc, argv, "ST:")) != EOF) {
/illumos-gate/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c80 while ((chr = getopt(argc, argv, "dfh:H:m:t:T:vz:")) != EOF) {
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h512 extern int pipe(), close(), getopt();
/illumos-gate/usr/src/tools/findunref/
H A Dfindunref.c120 while ((c = getopt(argc, argv, "as:t:S:")) != EOF) {
/illumos-gate/usr/src/tools/lintdump/
H A Dlintdump.c90 while ((c = getopt(argc, argv, "ip:r")) != EOF) {
/illumos-gate/usr/src/tools/pmodes/
H A Dpmodes.c134 while ((c = getopt(argc, argv, "eDowsnNmdPvqr:")) != EOF) {
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c175 while ((optsw = getopt(ac, (stupid)av, OPT_LIST)) != EOF) {
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c318 int ch; /* return value from getopt() */
321 extern char *optarg; /* used by getopt() */
324 while ((ch = getopt(argc, argv, optnames)) != EOF) {

Completed in 150 milliseconds

<<21222324252627282930>>