Searched refs:getopt (Results 76 - 100 of 923) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/clinfo/
H A Dclinfo.c66 while ((c = getopt(argc, argv, "bnh")) != EOF) {
/illumos-gate/usr/src/cmd/hostname/
H A Dhostname.c78 while ((optlet = getopt(argc, argv, optstring)) != -1) {
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetattach.c73 while ((c = getopt(argc, argv, "ns:A:")) != -1) {
132 while ((c = getopt(argc, argv, "s:ani:")) != -1) {
238 while ((c = getopt(argc, argv, "s:ai:")) != -1) {
305 while ((c = getopt(argc, argv, "ns:")) != -1) {
398 while ((c = getopt(argc, argv, "hns:A:ai:?")) != -1) {
H A Dmetaparam.c86 while ((c = getopt(argc, argv, "s:r:w:p:")) != -1) {
186 while ((c = getopt(argc, argv, "s:h:")) != -1) {
273 while ((c = getopt(argc, argv, "s:h:")) != -1) {
388 while ((c = getopt(argc, argv, "s:h:p:r:w:o:?")) != -1) {
/illumos-gate/usr/src/cmd/dfs.cmds/sharectl/
H A Dsharectl.c34 #include <getopt.h>
70 while ((c = getopt(argc, argv, "h?")) != EOF) {
132 while ((c = getopt(argc, argv, "?hp:")) != EOF) {
276 while ((c = getopt(argc, argv, "?hp:")) != EOF) {
424 while ((c = getopt(argc, argv, "?hv")) != EOF) {
474 while ((c = getopt(argc, argv, "?h")) != EOF) {
/illumos-gate/usr/src/cmd/print/scripts/
H A Dconv_lp40 set -- `getopt d:f: $*`
/illumos-gate/usr/src/cmd/acct/
H A Ddodisk.sh44 set -- `getopt o $*`
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dlogin.c122 while ((opt = getopt(argc, argv, "c")) != EOF) {
196 while ((opt = getopt(argc, argv, "a")) != EOF) {
/illumos-gate/usr/src/cmd/srchtxt/
H A Dsrchtxt.c52 extern int getopt();
111 while ((ch = getopt(argc, argv, "sl:m:")) != -1)
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptool.h60 extern int getopt (int argc, char *const *argv, const char *optstring);
71 #include <getopt.h> /* not always included from unistd.h */
/illumos-gate/usr/src/cmd/volrmmount/
H A Dvolrmmount.c82 while ((c = getopt(argc, argv, opts)) != EOF) {
/illumos-gate/usr/src/cmd/wracct/
H A Dwracct.c82 while ((c = getopt(argc, argv, OPTIONS_STRING)) != EOF) {
/illumos-gate/usr/src/cmd/oamuser/group/
H A Dgroupadd.c64 int ch; /* return from getopt */
72 while ((ch = getopt(argc, argv, "g:o")) != EOF)
H A Dgroupmod.c63 int ch; /* return from getopt */
74 while ((ch = getopt(argc, argv, "g:on:")) != EOF) {
/illumos-gate/usr/src/cmd/praudit/
H A Dmain.c132 while ((c = getopt(*argc, argv, "crslxd:")) != -1) {
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpq.c87 while ((c = getopt(ac, av, "EP:l")) != EOF)
/illumos-gate/usr/src/cmd/print/conv_fix/
H A Dconv_fix.c103 while ((c = getopt(ac, av, "f:o:")) != EOF)
/illumos-gate/usr/src/cmd/rmdir/
H A Drmdir.c65 while ((c = getopt(argc, argv, "ps")) != EOF)
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dgetvol.c79 while ((c = getopt(argc, argv, "fFownx:l:p:k:s:?QW:")) != EOF) {
H A Dlistdgrp.c150 int optchar; /* Option char (from getopt()) */
177 * (and don't let getopt() write messages)
181 while ((optchar = getopt(argc, argv, "")) != EOF) switch (optchar) {
/illumos-gate/usr/src/cmd/mkpwdict/
H A Dmkpwdict.c89 while ((c = getopt(argc, argv, options)) != EOF) {
/illumos-gate/usr/src/cmd/mktemp/
H A Dmktemp.c66 while ((opt = getopt(argc, argv, "dqtup:")) != EOF) {
/illumos-gate/usr/src/cmd/modload/
H A Dmodunload.c60 while ((opt = getopt(argc, argv, "i:e:")) != -1) {
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_main.c128 while ((c = getopt(argc, argv, "c:nqv")) != EOF) {
/illumos-gate/usr/src/cmd/sdpadm/
H A Dsdpadm.c99 while ((c = getopt(argc, argv, OPTS)) != EOF) {

Completed in 62 milliseconds

1234567891011>>