Searched refs:getopt (Results 476 - 500 of 923) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/sendmail/aux/
H A Deditmap.c137 while ((opt = getopt(argc, argv, OPTIONS)) != -1)
H A Dmailstats.c79 while ((ch = getopt(argc, argv, "cC:f:opP")) != -1)
H A Dmakemap.c142 while ((opt = getopt(argc, argv, OPTIONS)) != -1)
/illumos-gate/usr/src/cmd/addbadsec/
H A Daddbadsec.c100 while ((c = getopt(argc, argv, options)) != EOF) {
/illumos-gate/usr/src/cmd/avs/dsbitmap/
H A Ddsbitmap.c360 while ((opt = getopt(argc, argv, "hpr")) != EOF) {
/illumos-gate/usr/src/cmd/avs/dsstat/
H A Ddsstat.c352 while ((c = getopt(argc, argv, "d:fFhm:r:s:z")) != EOF) {
/illumos-gate/usr/src/cmd/avs/ncall/
H A Dncalladm.c241 while ((opt = getopt(argc, argv,
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_stats.c192 while ((c = getopt(argc, argv, "DMzd:l:r:h")) != EOF) {
/illumos-gate/usr/src/cmd/avs/sv/
H A Dsvboot.c203 while ((opt = getopt(argc, argv, "C:hrsu")) != EOF) {
/illumos-gate/usr/src/cmd/bnu/
H A Duudecode.c138 while ((c = getopt(argc, argv, "o:p")) != EOF) {
/illumos-gate/usr/src/cmd/cat/
H A Dcat.c100 while ((c = getopt(argc, argv, "usvtebn")) != EOF) {
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_main.c484 while ((opt = getopt(argc, argv, "f")) != EOF) {
/illumos-gate/usr/src/cmd/fs.d/nfs/lockd/
H A Dlockd.c232 while ((c = getopt(ac, av, "c:d:g:l:t:")) != EOF)
/illumos-gate/usr/src/cmd/fs.d/smbclnt/test/
H A Dsrvenum.c118 while ((c = getopt(argc, argv, "vd:u:p:")) != -1) {
/illumos-gate/usr/src/cmd/fs.d/
H A Dswitchout.c137 int arg; /* argument from getopt() */
140 extern char *optarg; /* getopt specific */
170 while ((arg = getopt(argc, argv, c_ptr->c_optstr)) != -1) {
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c223 while ((opt = getopt(argc, argv, "o:m:e:d:a:AV")) != EOF) {
/illumos-gate/usr/src/cmd/fstyp/
H A Dfstyp.c91 while ((c = getopt(argc, argv, "av")) != -1) {
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c466 while ((c = getopt(argc, argv, "cdfkns:u")) != EOF) {
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald.c35 #include <getopt.h>
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.c34 #include <getopt.h>
48 * MAXOPTIONSTRING is the max length of the options string used in getopt and
469 * getopt can return a '?' when no
528 * Run getopt for all arguments against all possible options
/illumos-gate/usr/src/cmd/srptadm/
H A Dsrptadm.c32 #include <getopt.h>
176 /* flag set by getopt */
221 /* after getopt() to allow handling of -h option */
/illumos-gate/usr/src/cmd/stmfproxy/stmfproxy/
H A Dstmfproxy.c417 while ((c = getopt(argc, argv, "dfn:")) != -1) {
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c215 while ((opt = getopt(argc, argv, "1234567890an:N:ot:")) != -1) {
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dksetpw.c83 while ((c = getopt(argc, argv, "v:c:k:e:ns:")) != -1) {
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dlatencytop.c27 #include <getopt.h>

Completed in 128 milliseconds

<<11121314151617181920>>