Searched refs:argument (Results 1 - 25 of 171) sorted by relevance

1234567

/osnet-11/usr/src/lib/libradproto/common/
H A Dprotocol.x63 typedef opaque argument<MAXARGLEN>;
68 argument args<MAXARGS>;
72 argument result;
82 argument result;
89 argument value;
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkrelpath.c60 char *argument, *relpath; local
98 fprintf (stderr, _("Unknown extra argument `%s'.\n"), argv[optind + 1]);
102 argument = argv[optind];
104 relpath = grub_make_system_path_relative_to_its_root (argument);
H A Dgrub-reboot.in53 argument () {
58 echo "$0: option requires an argument -- '$opt'" 1>&2
80 rootdir=`argument $option "$@"`; shift ;;
85 bootdir=`argument $option "$@"`; shift;;
H A Dgrub-set-default.in53 argument () {
58 echo "$0: option requires an argument -- '$opt'" 1>&2
80 rootdir=`argument $option "$@"`; shift ;;
85 bootdir=`argument $option "$@"`; shift;;
H A Dgrub-script-check.c76 char *argument; local
162 fprintf (stderr, _("Unknown extra argument `%s'.\n"), argv[optind + 1]);
167 argument = argv[optind];
168 file = fopen (argument, "r");
171 fprintf (stderr, "%s: %s: %s\n", program_name, argument, strerror(errno));
H A Dgrub-mkstandalone.in65 argument () {
70 echo "$0: option requires an argument -- '$opt'" 1>&2
91 modules=`argument $option "$@"`; shift ;;
96 output_image=`argument $option "$@"`; shift ;;
101 source_directory=`argument $option "$@"`; shift ;;
106 grub_mkimage=`argument $option "$@"`; shift ;;
111 compression=`argument $option "$@"`; shift ;;
116 format=`argument $option "$@"`; shift ;;
H A Dgrub-mknetdir.in76 argument () {
81 echo "$0: option requires an argument -- '$opt'" 1>&2
102 modules=`argument $option "$@"`; shift;;
107 rootdir=`argument $option "$@"`; shift;;
112 subdir=`argument $option "$@"`; shift;;
117 grub_mkimage=`argument $option "$@"`; shift;;
125 debug_image=`argument $option "$@"`; shift;;
131 override_dir=`argument $option "$@"`
H A Dgrub-mkrescue.in72 argument () {
77 echo "$0: option requires an argument -- '$opt'" 1>&2
98 modules=`argument $option "$@"`; shift ;;
103 output_image=`argument $option "$@"`; shift ;;
108 rom_directory=`argument $option "$@"`; shift ;;
114 override_dir=`argument $option "$@"`
126 grub_mkimage=`argument $option "$@"`; shift ;;
131 xorriso=`argument $option "$@"`; shift ;;
H A Dgrub-mkconfig.in62 argument () {
67 echo "$0: option requires an argument -- '$opt'" 1>&2
87 grub_cfg=`argument $option "$@"`; shift;;
92 GRUB_PREFIX=`argument $option "$@"`; shift;;
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrlen.s31 / Returns the number of non-NULL bytes in string argument.
H A Dalloca.s32 movl (%esp),%eax / get argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dpostamble.t45 is( $warnings, '', 'postamble argument not warned about' );
H A Dprompt.t28 like( $@, qr/^prompt function called without an argument/,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm15 getopts('oif:'); # -o & -i are boolean flags, -f takes an argument
22 clustering. Pass one argument which is a string containing all switches
23 that take an argument. For each switch found, sets $opt_x (where x is the
24 switch name) to the value of the argument if an argument is expected,
25 or 1 otherwise. Switches which take an argument don't care whether
26 there is a space between the switch and the argument.
39 and getopts() will also accept a hash reference as an optional second argument.
41 the argument or 1 if no argument i
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dprintf-args.h1 /* Decomposed printf argument list.
91 /* Polymorphic argument */
137 argument; typedef in typeref:struct:__anon450
142 argument *arg;
/osnet-11/usr/src/grub/grub2/util/powerpc/ieee1275/
H A Dgrub-mkrescue.in58 argument () {
63 echo "$0: option requires an argument -- '$opt'" 1>&2
86 modules=`argument $option "$@"`; shift ;;
91 input_dir=`argument $option "$@"`; shift ;;
96 grub_mkimage=`argument $option "$@"`; shift ;;
/osnet-11/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c103 union sigval argument = stdp->std_arg; local
106 function(argument);
121 * and argument, to the list of outstanding jobs.
126 void (*function)(union sigval), union sigval argument)
136 stdp->std_arg = argument;
236 union sigval argument; local
258 argument.sival_ptr = tcdp->tcd_msg_userval;
259 ret = sigev_add_work(tcdp, function, argument);
278 union sigval argument; local
308 argument
125 sigev_add_work(thread_communication_data_t *tcdp, void (*function)(union sigval), union sigval argument) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm84 Without argument, retrieves the file name the list is in. This must
86 method or by calling the B<file()> method with a scalar argument.
97 Without argument, retrieves the line number where the list started.
100 argument.
111 Without argument, retrieves the indent level of the list as specified
114 with a scalar argument.
125 Without argument, retrieves the list type, which can be an arbitrary value,
129 with a scalar argument.
140 Without argument, retrieves a regular expression for simplifying the
146 with a scalar argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsigtrap.t24 like( $@, qr/^Unrecognized argument abadsignal/, 'send bad signame to import' );
27 like( $@, qr/^No argument specified/, 'send handler without subref' );
66 # handler_die croaks with first argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DQuotedPrint.pm54 argument.
56 The second argument is the line-ending sequence to use. It is
70 as argument. The lines of the result are "\n" terminated, even if
71 the $str argument contains "\r\n" terminated lines.
H A DBase64.pm53 argument is the string to encode. The second argument is the
57 empty string as second argument if you do not want the encoded string
63 function takes a single argument which is the string to decode and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/
H A Dencoding.pm42 is saved and used as the check argument when calling the Encodings
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/t/
H A Dsyslog.t59 like( $@, qr/^Invalid argument passed to setlogsock/,
60 "calling setlogsock() with no argument" );
65 like( $@, qr/^syslog: expecting argument \$priority/,
66 "calling syslog() with no argument" );
69 like( $@, qr/^syslog: expecting argument \$priority/,
70 "calling syslog() with one undef argument" );
73 like( $@, qr/^syslog: expecting argument \$format/,
74 "calling syslog() with one empty argument" );
132 # setlogsock() called with a single argument
/osnet-11/usr/src/lib/libc/i386/sys/
H A Dgettimeofday.s48 / to by struct timeval * argument.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DTime.pm124 argument C<PROTOCOL> should define the protocol to use, either C<tcp> or
132 argument C<PROTOCOL> should define the protocol to use, either C<tcp> or

Completed in 91 milliseconds

1234567