Searched refs:arguments (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-10-stable/crypto/openssh/
H A Dfixpaths15 die $0: error in command line arguments.
/freebsd-10-stable/etc/rc.d/
H A Dftp-proxy56 # ftpproxy_foo="<arguments for foo>"
57 # ftpproxy_bar="<arguments for bar>"
/freebsd-10-stable/usr.bin/procstat/tests/
H A Dprocstat_test.sh79 arguments="my arguments"
81 start_program $arguments
85 line_re=$(printf "$line_format" $PROG_PID "$PROG_COMM" "$PROG_PATH $arguments")
102 start_program my arguments
121 start_program my arguments
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBlock.h74 bool arguments,
81 bool arguments,
H A DSBFrame.h147 GetVariables (bool arguments,
153 GetVariables (bool arguments,
/freebsd-10-stable/sys/tools/
H A Dmakeobjops.awk268 num_arguments = split(line, arguments, / *; */) - 1;
272 if (!arguments[i])
274 num_ar = split(arguments[i], ar, /[* ]+/);
276 warnsrc("no type for '" arguments[i] "'");
284 argument_list = join(", ", arguments, num_arguments);
318 printh("\t" join(";\n\t", arguments, num_arguments) ";");
/freebsd-10-stable/contrib/ofed/libibcm/config/
H A Dcompile43 arguments, and rename the output as expected.
/freebsd-10-stable/contrib/ofed/librdmacm/config/
H A Dcompile43 arguments, and rename the output as expected.
/freebsd-10-stable/crypto/heimdal/
H A Dcompile43 arguments, and rename the output as expected.
/freebsd-10-stable/libexec/rtld-elf/i386/
H A Drtld_start.S46 addl $16,%esp # Remove arguments from stack
61 * On entry, there are two arguments on the stack. In ascending address
84 addl $8,%esp # Discard binder arguments
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBBlock.cpp258 bool arguments,
289 add_variable = arguments;
319 bool arguments,
351 add_variable = arguments;
257 GetVariables(lldb::SBFrame& frame, bool arguments, bool locals, bool statics, lldb::DynamicValueType use_dynamic) argument
318 GetVariables(lldb::SBTarget& target, bool arguments, bool locals, bool statics) argument
/freebsd-10-stable/sys/boot/i386/btx/lib/
H A Dbtxcsu.S49 .comm __args,4 # Client arguments
/freebsd-10-stable/sys/boot/pc98/btx/lib/
H A Dbtxcsu.S49 .comm __args,4 # Client arguments
/freebsd-10-stable/cddl/usr.sbin/dtrace/tests/common/scripting/
H A DMakefile17 tst.arguments.ksh \
/freebsd-10-stable/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c181 * When the arguments for a module are changed, we notify the module through
208 * Configuration lines consist of two parts: the module name and arguments
209 * separated by a ':', and then a ','-delimited list of arguments.
216 char *arguments, *module, **ap; local
227 * First, break out the module and arguments strings. We look for
232 arguments = buffer;
233 module = strsep(&arguments, ":");
234 if (module == NULL || arguments == NULL) {
255 * Now, break out the arguments string into a series of arguments
[all...]
/freebsd-10-stable/contrib/atf/atf-sh/
H A Dintegration_test.sh54 atf_test_case arguments
154 atf_add_test_case arguments
/freebsd-10-stable/sys/boot/i386/pxeldr/
H A Dpxeldr.S49 .set MEM_ARG_SIZE,0x18 # Size of the arguments
104 * Setup the arguments that the loader is expecting from boot[12]
111 movw $(MEM_ARG_SIZE/4), %cx # Size of arguments in 32-bit
113 rep # Clear the arguments
206 movw $(MEM_ARG_SIZE/4), %cx # size of the arguments in longs
214 # arguments
269 loop push_arg # Push all of the arguments
296 bootinfo_msg: .asciz "Building the boot loader arguments\r\n"
/freebsd-10-stable/bin/ps/
H A Dextern.h46 char *arguments(KINFO *, VARENT *);
/freebsd-10-stable/contrib/ntp/sntp/unity/auto/
H A Dgenerate_test_runner.rb19 else raise "If you specify arguments, it should be a filename or a hash of options"
110 arguments = $1
114 if (@options[:use_param_tests] and !arguments.empty?)
116 arguments.scan(/\s*TEST_CASE\s*\((.*)\)\s*$/) {|a| args << a[0]}
/freebsd-10-stable/sys/boot/common/
H A Dhelp.common37 Boot the system. If arguments are specified, they are added to the
38 arguments for the kernel. If <kernelname> is specified, and a kernel
50 # Techo DEcho arguments
/freebsd-10-stable/contrib/subversion/subversion/svn/
H A Dutil.c155 const char *arguments[7] = { 0 };
163 arguments[0] = merge_tool;
164 arguments[1] = base_path;
165 arguments[2] = their_path;
166 arguments[3] = my_path;
167 arguments[4] = merged_path;
168 arguments[5] = wc_path;
169 arguments[6] = NULL;
172 arguments, &exitcode, NULL, TRUE, NULL, NULL, NULL,
153 const char *arguments[7] = { 0 }; local
/freebsd-10-stable/contrib/ntp/scripts/ntptrace/
H A Dntptrace-opts.def51 If given no arguments, ntptrace starts with localhost. Here is an example of
/freebsd-10-stable/sys/boot/i386/cdboot/
H A Dcdboot.S35 # Basically, we first create a set of boot arguments to pass to the loaded
49 .set MEM_ARG_SIZE,0x18 # Size of the arguments
117 # Setup the arguments that the loader is expecting from boot[12]
124 mov $(MEM_ARG_SIZE/4),%cx # Size of arguments in 32-bit
126 rep # Clear the arguments
272 mov $(MEM_ARG_SIZE/4),%cx # size of the arguments in longs
280 # the arguments
531 loop push_arg # Push all of the arguments
578 msg_bootinfo: .asciz "Building the boot loader arguments\r\n"
/freebsd-10-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm21 The CODE reference is passed a list of arguments and is expected to return list
24 By default the surrouding "" from arguments to macros are removed, use C<raw>
27 Normaly CODE reference is passed all arguments up to next nested macro. Set
83 Helper function for generating macros that enclose their arguments.
/freebsd-10-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm48 The CODE reference is passed a list of arguments and is expected to return list
51 By default the surrouding "" from arguments to macros are removed, use C<raw>
54 Normaly CODE reference is passed all arguments up to next nested macro. Set
110 Helper function for generating macros that enclose their arguments.

Completed in 786 milliseconds

1234