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

123456

/freebsd-11-stable/crypto/openssh/
H A Dfixpaths15 die $0: error in command line arguments.
/freebsd-11-stable/etc/rc.d/
H A Dftp-proxy57 # ftpproxy_foo="<arguments for foo>"
58 # ftpproxy_bar="<arguments for bar>"
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBlock.h57 lldb::SBValueList GetVariables(lldb::SBFrame &frame, bool arguments,
61 lldb::SBValueList GetVariables(lldb::SBTarget &target, bool arguments,
H A DSBFrame.h140 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
143 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
/freebsd-11-stable/usr.bin/procstat/tests/
H A Dprocstat_test.sh74 arguments="my arguments"
76 start_program $arguments
80 line_re=$(printf "$line_format" $PROG_PID "$PROG_COMM" "$PROG_PATH $arguments")
97 start_program my arguments
116 start_program my arguments
/freebsd-11-stable/stand/lua/
H A Dcli.lua37 -- Parses arguments to boot and returns two values: kernel_name, argstr
39 -- This will also parse arguments to autoboot, but the with_kernel argument
70 -- arguments passed as a lua function. This gives lua a chance to intercept
104 local _, argv = cli.arguments(...)
114 local _, argv = cli.arguments(...)
120 local _, argv = cli.arguments(...)
130 local _, argv = cli.arguments(...)
139 function cli.arguments(...)
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp124 void SBVariablesOptions::SetIncludeArguments(bool arguments) { argument
126 arguments);
128 m_opaque_up->SetIncludeArguments(arguments);
140 void SBVariablesOptions::SetIncludeRecognizedArguments(bool arguments) { argument
142 (bool), arguments);
144 m_opaque_up->SetIncludeRecognizedArguments(arguments);
H A DSBBlock.cpp246 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, argument
252 arguments, locals, statics, use_dynamic);
275 add_variable = arguments;
303 lldb::SBValueList SBBlock::GetVariables(lldb::SBTarget &target, bool arguments, argument
306 (lldb::SBTarget &, bool, bool, bool), target, arguments,
332 add_variable = arguments;
H A DSBFunction.cpp188 VariableList arguments; local
190 arguments, true);
191 lldb::VariableSP variable_sp = arguments.GetVariableAtIndex(arg_idx);
/freebsd-11-stable/crypto/heimdal/
H A Dcompile43 arguments, and rename the output as expected.
/freebsd-11-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-11-stable/cddl/usr.sbin/dtrace/tests/common/scripting/
H A DMakefile19 tst.arguments.ksh \
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBBlock.i92 bool arguments,
99 bool arguments,
H A DSBFrame.i216 GetVariables (bool arguments,
222 GetVariables (bool arguments,
353 arguments = property(get_arguments, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue objects that represent the argument variables in this stack frame.''')
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp705 ValueList arguments; local
718 // We are passing four arguments, the basename, the list of places to look,
723 arguments.PushValue(value);
725 arguments.PushValue(value);
726 arguments.PushValue(value);
727 arguments.PushValue(value);
730 clang_void_pointer_type, arguments, exe_ctx.GetThreadSP(), utility_error);
771 ValueList arguments; local
789 arguments = do_dlopen_function->GetArgumentValues();
914 arguments
[all...]
/freebsd-11-stable/contrib/atf/atf-sh/
H A Dintegration_test.sh54 atf_test_case arguments
154 atf_add_test_case arguments
/freebsd-11-stable/bin/ps/
H A Dextern.h46 char *arguments(KINFO *, VARENT *);
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S48 .set MEM_ARG_SIZE,0x18 # Size of the arguments
103 * Setup the arguments that the loader is expecting from boot[12]
110 movw $(MEM_ARG_SIZE/4), %cx # Size of arguments in 32-bit
112 rep # Clear the arguments
205 movw $(MEM_ARG_SIZE/4), %cx # size of the arguments in longs
213 # arguments
268 loop push_arg # Push all of the arguments
295 bootinfo_msg: .asciz "Building the boot loader arguments\r\n"
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxcsu.S49 .comm __args,4 # Client arguments
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxcsu.S49 .comm __args,4 # Client arguments
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp596 result.AppendError("please provide 0 or 1 arguments");
698 result.AppendError("this command requires arguments");
1324 // Make some types for our arguments
1330 ValueList arguments;
1361 arguments.PushValue(value);
1362 arguments.PushValue(value);
1366 arguments.PushValue(value);
1367 arguments.PushValue(value);
1370 clang_uint32_t_type, arguments, thread_sp, error);
1388 arguments
[all...]
/freebsd-11-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-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp81 E->arguments(), E->getDirectCallee(),

Completed in 356 milliseconds

123456