Searched refs:getopt (Results 601 - 625 of 923) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/spell/
H A Dspellprog.c304 while ((c = getopt(argc, argv, "bvx")) != EOF) {
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.c269 while ((c = getopt(argc, argv, "d")) != -1) {
/illumos-gate/usr/src/cmd/oamuser/user/
H A Duseradd.c163 opterr = 0; /* no print errors from getopt */
168 while ((ch = getopt(argc, argv,
H A Dusermod.c175 opterr = 0; /* no print errors from getopt */
179 while ((ch = getopt(argc, argv,
/illumos-gate/usr/src/cmd/pbind/
H A Dpbind.c409 while ((c = getopt(argc, argv, "b:e:qQuU")) != EOF) {
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c707 while ((c = getopt(argc, argv,
/illumos-gate/usr/src/head/
H A Dunistd.h363 extern int getopt(int, char *const *, const char *);
/illumos-gate/usr/src/cmd/pcidr/
H A Dpcidr.c570 while ((c = getopt(argc, argv, optstr)) != -1) {
/illumos-gate/usr/src/cmd/newtask/
H A Dnewtask.c119 while ((c = getopt(argc, argv, OPTIONS_STRING)) != EOF) {
/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c102 while ((opt = getopt(argc, argv, "Fkmc:d:f:n:s:t:v:")) != EOF) {
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c212 while ((c = getopt(argc, argv, "c:v")) == 'c' || c == 'v')
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h289 extern char *optarg; /* getopt(3) external variables */
291 extern int getopt(int, char * const [], const char *);
/illumos-gate/usr/src/cmd/
H A DMakefile183 getopt \
/illumos-gate/usr/src/man/man1/
H A DMakefile147 getopt.1 \
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool_ui.c118 /* Needed for getopt(3C) */
122 extern int opterr; /* Set to 0 to disable getopt err reporting. */
143 while (((c = getopt(argc, argv, no_dev_opt_string)) != -1) &&
204 while (((c = getopt(argc, argv, opt_string)) != -1) &&
796 /* getopt wasn't even called. Bad device spec. */
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c1271 while ((c = getopt(ac, argv, "LEDf:S:stc:p:a:drs:v:l:o:R:u:")) != EOF) {
1314 while ((c = getopt(ac, argv, "LEDf:S:stc:p:a:drs:v:l:o:R:u:")) != EOF) {
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java671 while ((c = g.getopt()) != -1) {
717 while ((c = g.getopt()) != -1) {
846 usage(); // getopt() already printed an error
849 System.err.print("getopt() returned " + c + "\n");
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrboot.c813 while ((c = getopt(argc, argv, "C:Urs")) != -1) {
815 while ((c = getopt(argc, argv, "C:rs")) != -1) {
/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c67 extern int getopt();
934 while ((c = getopt(argc, argv, "ducnILCvV1rw:s:A:B:")) != EOF)
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c359 while ((opt = getopt(argc, argv, "fKgl:r:d:")) != EOF) {
361 while ((opt = getopt(argc, argv, "fKgs:l:r:d:")) != EOF) {
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c693 int ch; /* return value from getopt() */
710 while ( (ch = getopt(argc, argv, optnames)) != EOF )
740 int ch; /* name returned by getopt() */
742 extern char *optarg; /* option argument set by getopt() */
753 while ( (ch = getopt(argc, argv, optnames)) != EOF ) {
/illumos-gate/usr/src/cmd/flowstat/
H A Dflowstat.c35 #include <getopt.h>
923 while ((opt = getopt(argc, argv, "das:e:o:f:F:")) != -1) {
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c891 for (optind = 1; (c = getopt(argc, argv, optstr)) != EOF; ) {
1199 while ((c = getopt(argc, argv, optstr)) != -1) {
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c690 * For the main CMD_func() functions below, several of them call getopt()
1535 * short_usage() is for bad syntax: getopt() issues, too many arguments, etc.
1716 while ((arg = getopt(cmd->cmd_argc, cmd->cmd_argv, "?a:bFt:"))
1866 while ((arg = getopt(cmd->cmd_argc, cmd->cmd_argv, "?f:")) != EOF) {
2146 while ((arg = getopt(cmd->cmd_argc, cmd->cmd_argv, "?F")) != EOF) {
2560 while ((arg = getopt(cmd->cmd_argc, cmd->cmd_argv, "?")) != EOF) {
2618 while ((arg = getopt(cmd->cmd_argc, cmd->cmd_argv, "?F")) != EOF) {
3077 while ((arg = getopt(cmd->cmd_argc, cmd->cmd_argv, "F")) != EOF) {
3480 while ((arg = getopt(cmd->cmd_argc, cmd->cmd_argv, "?F")) != EOF) {
4293 while ((arg = getopt(cm
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c733 while ((c = getopt(ac, av, "H:t:c:q:s:")) != EOF) {

Completed in 276 milliseconds

<<21222324252627282930>>