Searched refs:getopt (Results 526 - 550 of 923) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/ul/
H A Dul.c108 while ((c = getopt(argc, argv, "it:T:")) != EOF)
/illumos-gate/usr/src/cmd/unpack/
H A Dunpack.c292 while ((c = getopt(argc, argv, "/")) != EOF) {
/illumos-gate/usr/src/cmd/users/
H A Dusers.c67 * getopt Extract the next option from the command line
72 * opterr FLAG: !0 tells getopt() to write an error message if
664 int c; /* Character returned from getopt() */
675 while (!errflg && ((c = getopt(argc, argv, "g:l:")) != EOF)) {
/illumos-gate/usr/src/cmd/vntsd/
H A Dvntsd.c375 while ((option = getopt(argc, argv, "i:t:p:A"DEBUG_OPTIONS)) != EOF) {
/illumos-gate/usr/src/cmd/who/
H A Dwho.c151 int optsw; /* switch for while of getopt() */
182 while ((optsw = getopt(argc, argv, "abdHlmn:pqrstTu")) != EOF) {
/illumos-gate/usr/src/common/cmdparse/
H A Dcmdparse.c34 #include <getopt.h>
46 * MAXOPTIONSTRING is the max length of the options string used in getopt and
466 * getopt can return a '?' when no
527 * Run getopt for all arguments against all possible options
540 * getopt can return a '?' when no
/illumos-gate/usr/src/cmd/nl/
H A Dnl.c89 extern char *optarg; /* getopt support */
141 while ((c = getopt(argc, argv,
290 } /* end switch char returned from getopt() */
291 } /* end while getopt */
781 /* else getopt() will print illegal option message */
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c111 argv[0] = ++pname; /* for getopt */
121 while ((opt = getopt(argc, argv, OPTSTR)) != EOF) {
/illumos-gate/usr/src/cmd/pack/
H A Dpack.c365 while ((c = getopt(argc, argv, "f-/")) != EOF) {
/illumos-gate/usr/src/cmd/picl/prtpicl/
H A Dprtpicl.c529 while ((c = getopt(argc, argv, "vc:")) != EOF) {
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c438 while ((c = getopt(argc, argv, "l:P")) != EOF) {
/illumos-gate/usr/src/cmd/power/
H A Dsys-suspend.c600 while ((c = getopt(argc, argv, "fnxhtd:")) != EOF) {
/illumos-gate/usr/src/cmd/ppgsz/
H A Dppgsz.c206 while ((opt = getopt(argc, argv, "o:Fp")) != EOF) {
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpc.c546 while ((c = getopt(ac, av, "E")) != EOF)
/illumos-gate/usr/src/cmd/priocntl/
H A Dfxpriocntl.c103 while ((c = getopt(argc, argv, "ldsm:p:ec:i:t:r:")) != -1) {
/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c120 while ((opt = getopt(argc, argv, "acz:")) != EOF) {
/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c371 while ((opt = getopt(argc, argv, "gpuzT:")) != (int)EOF) {
/illumos-gate/usr/src/cmd/rm/
H A Drm.c98 while ((c = getopt(argc, argv, "frRi")) != EOF)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppstats/
H A Dpppstats.c495 while ((c = getopt(argc, argv, "advrzc:w:")) != -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keygen/
H A Dkeygen.c647 while ((c = getopt(argc, argv, "dcmo:")) != EOF) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c112 while ((i = getopt(argc, argv, "vc:i:k:l:t:")) != -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_hc.c361 while ((c = getopt(argc, argv, ":h:n")) != -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg_create.c474 while ((c = getopt(argc, argv, "vT:d:f:h:i:p:c:C:t:u:x:z:")) != -1) {
/illumos-gate/usr/src/cmd/col/
H A Dcol.c97 while ((opt = getopt(argc, argv, "bfxp")) != EOF)
/illumos-gate/usr/src/cmd/cron/
H A Dcrontab.c154 while ((c = getopt(argc, argv, "elr")) != EOF)

Completed in 161 milliseconds

<<21222324252627282930>>