Searched refs:getopt (Results 751 - 775 of 923) sorted by relevance

<<31323334353637

/illumos-gate/usr/src/cmd/saf/
H A Dpmadm.c134 while ((c = getopt(argc, argv, "adef:gi:Llm:p:rs:t:v:y:z:")) != -1) {
H A Dsacadm.c126 while ((c = getopt(argc, argv, "ac:def:GgkLln:p:rst:v:xy:z:")) != -1) {
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmail.local.c140 while ((ch = getopt(argc, argv, "7bdf:r:l")) != EOF)
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c1628 while ((option = getopt(argc, argv, "pso:a")) != EOF) {
/illumos-gate/usr/src/cmd/acct/
H A Dacctcms.c148 while((c = getopt(argc, argv, "acjnspot")) != EOF)
/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c119 extern int optind; /* in getopt() */
120 extern char *optarg; /* in getopt() - holds arg to flag */
134 while ((opt = getopt(argc, argv, options)) != EOF) {
228 /* catch '-' option for stdin processing - getopt() won't see it */
703 * .arg optindex- current index into argv (as setup by getopt()).
/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c1225 for (i = 0; (c = getopt(argc, argv, "df:e:")) != EOF; i++) {
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_diag.c155 while ((c = getopt(argc, argv, "b:d:l:r:Rf:")) != -1) {
/illumos-gate/usr/src/cmd/avs/sv/
H A Dsvadm.c443 while ((opt = getopt(argc, argv, "C:def:hirv")) != EOF) {
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c149 extern int optind; /* variable in getopt() */
341 while((i = getopt(argc, argv, "dhteons:l:c:b:LCH")) != EOF)
H A Duucico.c175 while ((ret = getopt(argc, argv, "fd:c:r:s:x:u:i:")) != EOF) {
H A Duucleanup.c171 while ((i = getopt(argc, argv, "C:D:W:X:m:o:s:x:")) != EOF) {
/illumos-gate/usr/src/cmd/busstat/
H A Dbusstat.c126 while ((c = getopt(argc, argv, "e:w:r:ahln")) != EOF) {
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c1531 while ((c = getopt(argc, argv, "1vVw:")) != EOF)
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c182 while ((c = getopt(mac, mav, "Rf@:")) != EOF) {
518 * parseargs - generate getopt-friendly argument list for backwards
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dcryptoadm.c560 while ((ch = getopt(argc, argv, "mpv")) != EOF) {
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c232 while (!errflag && (c = getopt(argc, argv, optstr)) != -1) {
/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c207 * because getopt does that for us.
209 while (!errflag && (c = getopt(argc - 1, argv + 1, opts)) != EOF) {
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c145 while ((c = getopt(argc, argv, "vd:l:fa")) != EOF) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c205 while ((c = getopt(argc, argv, "bfhilmpqsw")) != EOF)
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c174 opterr = 0; /* We print our own errors, disable getopt's message */
175 while ((option = getopt(argc, argv,
/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.c119 while ((ch = getopt(argc, argv, "hvylc:f:r:Qd:")) != EOF) {
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.c299 while ((c = getopt(argc, argv, "d:i:p:W:D:I:U:fnsM:lo:qX:h")) != EOF) {
/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c32 #include <getopt.h>
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey.c1044 while ((c = getopt(argc, argv, "fps:m:")) != -1) {

Completed in 197 milliseconds

<<31323334353637