Searched refs:OPTIONS (Results 26 - 50 of 85) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DTerse.pm72 perl -MO=Terse[,OPTIONS] foo.pl
H A DXref.pm11 perl -MO=Xref[,OPTIONS] foo.pl
51 =head1 OPTIONS
H A DBblock.pm179 perl -MO=Bblock[,OPTIONS] foo.pl
H A DDebug.pm282 perl -MO=Debug[,OPTIONS] foo.pl
/opensolaris-onvv-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l224 <TSTATE>options { return OPTIONS; }
225 <CSTATE>options { return OPTIONS; }
H A Dzonecfg_grammar.y133 %token FS ATTR DEVICE RCTL SPECIAL RAW DIR OPTIONS TYPE ADDRESS PHYSICAL
145 %type <ival> property_name SPECIAL RAW DIR OPTIONS TYPE ADDRESS PHYSICAL NAME
967 | OPTIONS { $$ = PT_OPTIONS; }
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DDir.pm213 =item tie %hash, 'IO::Dir', DIRNAME [, OPTIONS ]
221 provided that C<DIR_UNLINK> is included in the C<OPTIONS>.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpodselect.PL59 =head1 OPTIONS AND ARGUMENTS
H A Dpodchecker.PL59 =head1 OPTIONS AND ARGUMENTS
H A Dpod2latex.PL261 =head1 OPTIONS AND ARGUMENTS
H A Dpod2man.PL146 =head1 OPTIONS
345 =item OPTIONS
503 DESCRIPTION, and OPTIONS generally always occur first and in that order if
/opensolaris-onvv-gate/usr/src/cmd/sendmail/aux/
H A Deditmap.c136 #define OPTIONS "C:fquxvN" macro
137 while ((opt = getopt(argc, argv, OPTIONS)) != -1)
H A Dmakemap.c141 #define OPTIONS "C:D:Nc:deflorst:uv" macro
142 while ((opt = getopt(argc, argv, OPTIONS)) != -1)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm568 =item new Net::SMTP [ HOST, ] [ OPTIONS ]
579 C<OPTIONS> are passed in a hash like fashion, using key and value pairs.
644 =item mail ( ADDRESS [, OPTIONS] )
657 The C<mail> method can some additional ESMTP OPTIONS which is passed
675 =item recipient ( ADDRESS [, ADDRESS [ ...]] [, OPTIONS ] )
683 The C<recipient> method can some additional OPTIONS which is passed
H A DPOP3.pm401 =item new ( [ HOST, ] [ OPTIONS ] )
409 C<OPTIONS> are passed in a hash like fashion, using key and value pairs.
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd977 if (open(OPTIONS,"<" . $options)) {
978 while (@{$words = uucpline(OPTIONS, $options)}) {
983 close OPTIONS;
1270 open(OPTIONS,"<" . $options) || die "$options disappeared: $!\n";
1271 while (@{$words = uucpline(OPTIONS, $options, \@triplet)}) {
1285 close OPTIONS;
/opensolaris-onvv-gate/usr/src/lib/libeti/form/common/
H A Dutility.c423 _sync_opts(FIELD *f, OPTIONS opts)
426 OPTIONS oldopts = f -> opts;
427 OPTIONS x = opts ^ oldopts;
/opensolaris-onvv-gate/usr/src/cmd/autopush/
H A Dautopush.c76 #define OPTIONS "M:f:gm:r" /* command line options for getopt(3C) */ macro
140 while (!errflag && ((c = getopt(argc, argv, OPTIONS)) != -1)) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL859 =item C<-exec OPTIONS ;>
861 exec() the arguments in OPTIONS in a subprocess; any occurrence of {} in
862 OPTIONS will first be substituted with the path of the current
869 =item C<-ok OPTIONS ;>
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dwarnings.t151 # any special options? (OPTIONS foo bar zap)
154 if ($expected =~ s/^OPTIONS? (.+)\n//) {
H A Dsigtrap.pm159 =head1 OPTIONS
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm191 Usage: $scr [-OPTIONS [-MORE_OPTIONS]] [--] [PROGRAM_ARG1 ...]
/opensolaris-onvv-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h239 extern int _sync_opts(FIELD *, OPTIONS);
/opensolaris-onvv-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c61 #define OPTIONS "FPT:afginv" macro
63 #define OPTIONS "FT:afginv" macro
884 while ((c = getopt(argc, argv, OPTIONS)) != EOF) {
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dmain.c379 # define OPTIONS "A:B:b:C:cD:d:e:F:f:Gh:IiL:M:mN:nO:o:p:Q:q:R:r:sTtV:vX:x" macro
382 # define OPTIONS "A:B:b:C:cD:d:E:e:F:f:Gh:IiJ:L:M:mN:nO:o:p:Q:q:R:r:sTtV:vX:" macro
384 #ifndef OPTIONS
385 # define OPTIONS "A:B:b:C:cD:d:e:F:f:Gh:IiL:M:mN:nO:o:p:Q:q:R:r:sTtV:vX:" macro
386 #endif /* ! OPTIONS */
390 while ((j = getopt(argc, argv, OPTIONS)) != -1)
823 while ((j = getopt(argc, argv, OPTIONS)) != -1)
3414 op = strchr(OPTIONS, ap[1]);

Completed in 223 milliseconds

1234