Searched refs:getopt (Results 701 - 725 of 923) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg.c1069 while ((line = getopt(argc, argv, "cd:h:lm:n:i:v")) != EOF) {
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c978 while ((opt = getopt(argc, argv, "Flo:v")) != EOF) {
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c1290 while ((opt = getopt(argc, argv, "acelxF")) != EOF) {
/illumos-gate/usr/src/cmd/ptools/ppriv/
H A Dppriv.c86 while ((opt = getopt(argc, argv, "lDMNPevs:xS")) != EOF) {
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c272 while ((i = getopt(ac, av, "ac:p:s:t:l:")) != EOF) {
/illumos-gate/usr/src/head/
H A DMakefile85 getopt.h \
/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c866 while ((opt = getopt(argc, argv, "F:efiVMndhu:")) != EOF) {
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c1352 while ((ch = getopt(argc, argv, "n")) != -1) {
1359 /* getopt has already reported an error */
1400 while ((c = getopt(argc, argv, "p:t:")) != -1) {
1503 while ((ch = getopt(argc, argv, "l")) != -1) {
1510 /* getopt has already reported an error */
1922 while ((ch = getopt(argc, argv, "kt:")) != -1) {
/illumos-gate/usr/src/tools/btxld/
H A Dbtxld.c136 while ((c = getopt(argc, argv, "qvb:E:e:f:l:o:P:V:W:")) != -1)
/illumos-gate/usr/src/cmd/zstreamdump/
H A Dzstreamdump.c231 while ((c = getopt(argc, argv, ":vCd")) != -1) {
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c1054 while ((c = getopt(argc, argv, LOCKSTAT_OPTSTR)) != EOF) {
1348 while ((c = getopt(argc, argv, LOCKSTAT_OPTSTR)) != EOF) {
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c261 * Solaris boot arguments are getopt(3c) compatible (see kernel(1m)), we
262 * put the arguments into an argv style array, use getopt to process them,
373 while ((c = getopt(argc, argv, "fi:m:s")) != -1) {
1896 while ((opt = getopt(argc, argv, "R:z:")) != EOF) {
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_stripe.c2208 if (getopt(argc, argv, "") != -1)
2283 while ((c = getopt(argc, argv, "i:")) != -1) {
2309 while ((c = getopt(argc, argv, "h:")) != -1) {
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c1465 utils->getopt(utils->getopt_context, "GSSAPI", "keytab", &keytab, &rl);
1535 params->utils->getopt(params->utils->getopt_context,
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c179 while ((c = getopt(argc, argv, "a:bdlmn:pstT:u")) != EOF) {
181 while ((c = getopt(argc, argv, "a:bdlmn:sT:")) != EOF) {
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c226 /* Don't warn about invalid flags when we run getopt for the 1st time */
234 while ((c = getopt(argc, argv, options)) != -1) {
292 while ((c = getopt(argc, argv, options)) != -1)
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile64 getopt.o getsubopt.o getpwaent.o getttyent.o\
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c202 while ((i = getopt(mac, mav, "aBFtuvwxf:")) != EOF) {
1415 * usage into a format which is acceptable to getopt(3C), so that we
1422 * during and after getopt(3C) - which usually leads to uglier code
1431 * If the user has specified the new getopt(3C) syntax, we merely
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c1235 while ((opt = getopt(argc, argv, "ksrc:")) != EOF) {
/illumos-gate/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c121 int c; /* used for return from getopt */
146 while ((c = getopt(argc, argv, OPTIONS)) != -1) {
/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c367 while ((c = getopt(argc, argv,
/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c1096 while ((c = getopt(argc, argv, "is:t:l:r:v:d:")) != EOF) {
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c439 while ((c = getopt(argc, argv, "0123456789adfFh:l:mo:prtw:"))
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c211 while ((c = getopt(argc, argv, "lcaengrSt:xuvwU")) != EOF)
722 * p1 first pts to arg passed back from getopt routine. p1 is then
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c1376 while (!interrupt && (c = getopt(argc, argv, "a:A:FhH:")) != -1) {

Completed in 136 milliseconds

<<21222324252627282930>>