Searched refs:getopt (Results 651 - 675 of 923) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.c34 #include <getopt.h>
46 * MAXOPTIONSTRING is the max length of the options string used in getopt and
648 * getopt can return a '?' when no
698 * getopt can return a '?' when no
748 * offset getopt arg begin since
749 * getopt(3C) assumes options
779 * Run getopt for all arguments against all possible options
/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c720 while ((c = getopt(argc, argv, "ad:m:P:stTz")) != EOF) {
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c801 while ((c = getopt(argc, argv, optstr)) != -1) {
/illumos-gate/usr/src/cmd/fm/notify/snmp-notify/common/
H A Dsnmp-notify.c567 while ((c = getopt(argc, argv, optstr)) != -1) {
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c869 opterr = 0; /* "getopt" should not print to "stderr" */
870 while ((option = getopt(argc, argv, "lrs")) != EOF) {
/illumos-gate/usr/src/cmd/fs.d/
H A Dfsck.c240 while ((cc = getopt(argc, argv, "?F:mnNo:vVyY")) != -1) {
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drusers.c112 while ((c = getopt(argc, argv, ":ad:hilun:")) != -1) {
/illumos-gate/usr/src/cmd/saf/
H A Dsac.c98 while ((c = getopt(argc, argv, "t:")) != -1) {
/illumos-gate/usr/src/cmd/sbdadm/
H A Dsbdadm.c36 #include <getopt.h>
/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c87 while ((c = getopt(argc, argv, "rm:d:s:f:")) != EOF) {
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c359 * Called after getopt() processing is finished if there is a non-empty
402 * field during getopt() processing into an integer and
511 * use during getopt() processing. It should not be called once
753 while ((var = getopt(argc, argv, MSG_ORIG(MSG_STR_OPTIONS))) != EOF) {
/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c139 while((c = getopt(argc, argv,
/illumos-gate/usr/src/cmd/avs/nsctl/
H A Dnskernd.c755 while ((i = getopt(argc, argv, "gd:")) != EOF) {
/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c60 while ((c = getopt(argc, argv, "pr:i:")) != EOF) {
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y904 while ((flag = getopt(argc, argv, "dcl")) != EOF) {
/illumos-gate/usr/src/cmd/bnu/
H A Duux.c167 * since getopt() can't handle the pipe input option '-';
174 while ((i = getopt(argc, argv, "a:bcCjg:nprs:x:z")) != EOF) {
H A Duuxqt.c106 while ((ret = getopt(argc, argv, "s:x:")) != EOF) {
/illumos-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c77 #define MAC_OPTIONS "lva:k:T:K:" /* for getopt */
79 #define DIGEST_OPTIONS "lva:" /* for getopt */
177 while (!errflag && (c = getopt(argc, argv, optstr)) != -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c149 while ((ch = getopt(argc, argv,
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c163 while ((opt = getopt(argc, argv, "beghkno:t")) != EOF) {
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c141 while ((opt = getopt(argc, argv, "p:tV")) != EOF)
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c183 while ((opt = getopt(argc, argv, "Ia:c:i:lm:n:o:p:su")) != EOF) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c135 while ((c = getopt(argc, argv, "dio:")) != EOF) {
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c190 while ((c = getopt(argc, argv, "gmo:pqrVO")) != EOF) {
/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c161 while ((opt = getopt(argc, argv, "ao:i:s")) != EOF) {

Completed in 124 milliseconds

<<21222324252627282930>>