Searched refs:getopt (Results 426 - 450 of 923) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h366 #include <getopt.h>
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h366 #include <getopt.h>
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h366 #include <getopt.h>
/illumos-gate/usr/src/cmd/locator/
H A Dlocator.c214 while ((c = getopt(argc, argv, "nf")) != EOF) {
/illumos-gate/usr/src/cmd/logger/
H A Dlogger.c145 while ((opt = getopt(argc, argv, "it:p:f:")) != EOF)
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.c107 while((c = getopt(argc, (char * const *)argv, "dsf:n:r:M:p:")) != EOF)
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c189 int ch; /* return value from getopt() */
192 extern char *optarg; /* used by getopt() */
201 while ( (ch = getopt(argc, argv, optnames)) != EOF ) {
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c261 int ch; /* return value from getopt() */
264 extern char *optarg; /* used by getopt() */
276 while ( (ch = getopt(argc, argv, names)) != EOF )
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c100 while ((opt = getopt(argc, argv, "Fhmp:")) != EOF) {
/illumos-gate/usr/src/cmd/prtconf/
H A Dprtconf.c185 while ((c = getopt(argc, argv, optstring)) != -1) {
/illumos-gate/usr/src/cmd/powertop/common/
H A Dpowertop.c40 #include <getopt.h>
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py72 import datetime, fnmatch, getopt, os, profile, commands namespace
355 # getopt.getopt() returns:
362 optlist, args = getopt.getopt(sys.argv[1:], validOpts)
363 except getopt.error, val:
/illumos-gate/usr/src/boot/sys/boot/usb/tools/
H A Dsysinit.c173 while ((c = getopt(argc, argv, "k:s:i:o:Rh")) != -1) {
/illumos-gate/usr/src/boot/sys/boot/userboot/libstand/
H A DMakefile26 SRCS+= gzguts.h zutil.h __main.c assert.c bcd.c bswap.c environment.c getopt.c gets.c \
/illumos-gate/usr/src/cmd/iconv/
H A Diconv_main.c83 while ((c = getopt(argc, argv, "cdlsf:t:")) != EOF) {
/illumos-gate/usr/src/cmd/ptools/psecflags/
H A Dpsecflags.c141 while ((opt = getopt(argc, argv, "eFi:ls:")) != -1) {
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c2177 while ((o = getopt(argc, argv, "S:vZz:")) != -1) {
2331 while ((o = getopt(argc, argv, "rst")) != -1) {
2386 while ((o = getopt(argc, argv, "st")) != -1) {
2438 while ((o = getopt(argc, argv, "d")) != -1) {
2500 while ((o = getopt(argc, argv, "It")) != -1) {
2577 while ((o = getopt(argc, argv, "d")) != -1) {
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c1669 while ((c = getopt(argc, argv, "afgin:prsu:v")) != EOF) {
1750 if (argc < 2 || (i = getopt(argc, argv, "")) != EOF)
1769 if (getopt(argc, argv, "") != EOF)
1795 if (getopt(argc, argv, "") != EOF)
1817 if (getopt(argc, argv, "") != EOF)
1839 if (getopt(argc, argv, "") != EOF)
/illumos-gate/usr/src/cmd/cvcd/sparc/sun4u/starfire/
H A Dcvcd.c171 while ((opt = getopt(argc, argv, "dp:r:")) != EOF) {
173 while ((opt = getopt(argc, argv, "r:")) != EOF) {
/illumos-gate/usr/src/cmd/fmthard/
H A Dfmthard.c154 while ((c = getopt(argc, argv, "ed:u:in:qs:")) != EOF)
157 while ((c = getopt(argc, argv, "ed:u:in:qb:p:s:")) != EOF)
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c64 static char prog_opts[] = "VEiv:d:?"; /* getopt() flags */
135 extern int getopt(int, char *const *, const char *);
288 while ((i = getopt(argc, argv, prog_opts)) != EOF) {
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c66 static char prog_opts[] = "aft:v:d:i:e:s:c:T:?"; /* getopt() flags */
108 extern int getopt();
210 while ((i = getopt(argc, argv, prog_opts)) != EOF) {
/illumos-gate/usr/src/cmd/avs/dscfg/
H A Ddscfg.c471 while ((c = getopt(argc, argv, "a:C:dD:ilLp:r:s:hvn")) != EOF) {
473 while ((c = getopt(argc, argv, "a:C:dD:ilLp:r:s:h")) != EOF) {
/illumos-gate/usr/src/cmd/luxadm/
H A Dadm.c445 /* getopt varbs */
465 while ((c = getopt(argc, argv, "ve"))
475 /* Note: getopt prints an error if invalid option */
539 while ((c = getopt(argc, argv, optstring)) != EOF) {
594 /* Note: getopt prints an error if invalid option */
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc914 * option, just to make sure that the getopt doesn't fail when some
917 * sets the same flag but ensures that getopt doesn't fail.
927 ch = getopt(argc, argv, SVR4_CMD_OPTS);
930 ch = getopt(argc, argv, SUNPRO_CMD_OPTS);
950 /* Bug 5060758: getopt() changed behavior (s10_60),

Completed in 167 milliseconds

<<11121314151617181920>>