Searched refs:arguments (Results 26 - 50 of 195) sorted by relevance

12345678

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm22 perl "-MExtUtils::Command::MM" -e "function" "--" arguments...
71 program. Its arguments are exactly the same as pod2man as of 5.8.0
81 If no arguments are given to pod2man it will read from @ARGV.
92 # our arguments into @ARGV. Should be safe.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DMemoize.pm72 The required arguments during C<tie> are the hash, the package, and
73 the reference to the C<FETCH>ing function. The optional arguments are
78 same signature: the arguments are C<$key, $data>; $data is the same
H A DScalar.pm56 arguments (along the lines of L<AnyDBM_File> and compatriots) needed to
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm64 opaque string (if programming in C, struct in_addr). Takes arguments
130 ADDRESS) arguments as a SOCKADDR_IN and returns it. If this is confusing,
135 Takes two arguments, a port number and an opaque string, IP_ADDRESS
137 structure with those arguments packed in with AF_INET filled in. For
139 the arguments in bind(), connect(), and send(), and is also returned
156 arguments as a SOCKADDR_UN and returns it. If this is confusing, use
164 structure is normally what you need for the arguments in bind(),
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postdmd/
H A Dpostdmd.c170 static void arguments(void);
207 arguments(); /* followed by each input file */
440 arguments(void) function
446 * Makes sure all the non-option command line arguments are processed. If we get
447 * here and there aren't any arguments left, or if '-' is one of the input files
469 } /* End of arguments */
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postplot/
H A Dpostplot.c186 static void arguments(void);
222 arguments(); /* followed by each input file */
469 arguments(void) function
474 * Makes sure all the non-option command line arguments are processed. If we get
475 * here and there aren't any arguments left, or if '-' is one of the input files
496 } /* End of arguments */
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c149 static void arguments(void);
187 arguments(); /* followed by each input file */
520 arguments(void) function
525 * Makes sure all the non-option command line arguments are processed. If we get
526 * here and there aren't any arguments left, or if '-' is one of the input files
547 } /* End of arguments */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm43 To allow programs to process arguments that look like switches, but aren't,
49 If C<-> is not a recognized switch letter, getopts() supports arguments
51 C<main::VERSION_MESSAGE()> are defined, they are called; the arguments are
182 $help .= "\n\tWith arguments: -" . join " -", @witharg;
183 $arg = "\nSpace is not required between options and their arguments.";
186 $help .= "\n\tBoolean (without arguments): -" . join " -", @rest;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestcmp.pl39 function that takes two pre-chomped text-lines as its arguments
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm120 appropriate to be used as arguments are exportable from I18N::Langinfo.
123 three constants to be used as arguments to langinfo(): a constant for
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DPipe.pm208 arguments, which should be objects blessed into C<IO::Handle>, or a
210 to C<pipe>. If no arguments are given then method C<handles> is called
H A DSocket.pm334 optionally takes arguments, these arguments are in key-value pairs.
336 the socket will be in. All other arguments will be passed to the
365 Some methods take slightly different arguments to those defined in L<perlfunc>
451 any arguments then the current setting is returned. If called with an argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DUNIX.pm92 optionally takes arguments, these arguments are in key-value pairs.
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/pod/
H A Dperlgcc.pod55 All command-line arguments to perlgcc are passed unmodified to C<perl>.
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/pod/
H A DPrivilege.pod31 as specified by the $op and $set arguments. If $op is PRIV_ON the
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postdaisy/
H A Dpostdaisy.c175 static void arguments(void);
225 arguments(); /* followed by each input file */
508 arguments(void) function
513 * Makes sure all the non-option command line arguments are processed. If we get
514 * here and there aren't any arguments left, or if '-' is one of the input files
538 } /* End of arguments */
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c195 static void arguments(void);
270 arguments(); /* then send each input file */
624 * Makes sure all the non-option command line arguments are processed. If there
625 * aren't any arguments left when we get here we'll send stdin. Input files are
635 arguments(void) function
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/posttek/
H A Dposttek.c185 static void arguments(void);
234 arguments(); /* followed by each input file */
499 arguments(void) function
504 * Makes sure all the non-option command line arguments are processed. If we get
505 * here and there aren't any arguments left, or if '-' is one of the input files
527 } /* End of arguments */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm367 slow_function(arguments); # Is faster than it was before
393 If you call the function again with the same arguments, C<memoize>
545 program arguments into a string in a way that equivalent arguments
567 C<memoize> knows that if the normalized version of the arguments is
573 The default normalizer just concatenates the arguments with character
576 and also when the arguments never contain character 28. However, it
587 when the function's arguments are references. For example, consider a
588 function C<g> which gets two arguments: A number, and a reference to
597 will think that the arguments ar
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm67 second arguments of "tcp". This object has methods that return the
H A Dservent.pm69 "Net::servent" objects. They take default second arguments of "tcp". This object has methods that return the similarly
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Search/
H A DDict.pm36 If there are only three arguments and the third argument is a hash
/opensolaris-onvv-gate/usr/src/lib/libc/i386/sys/
H A Ddoor.s56 * arguments into a new bit of stack, large enough to include the
130 pushl 12(%edx) / desc arguments ptr
145 * struct door_results has the arguments in place for the server proc,
174 * arguments.
190 movl $0, 4(%esp) /* clear arguments and restart */
/opensolaris-onvv-gate/usr/src/ucbcmd/sbcp/
H A Dsbcp.s75 ! Aside from a value in %g1, there were no arguments explicitly
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/bridge/
H A DResourceBundle.properties48 dsvc_invalid_args_exception=Internal error, invalid arguments.

Completed in 232 milliseconds

12345678