Home
last modified time | relevance | path

Searched full:arguments (Results 1 – 25 of 4023) sorted by relevance

12345678910>>...161

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.h27 /// Extract fortran dialect options from the driver arguments and add them to
28 /// the list of arguments for the generated command/job.
30 /// \param [in] Args The list of input driver arguments
31 /// \param [out] CmdArgs The list of output command arguments
35 /// Extract preprocessing options from the driver arguments and add them to
36 /// the preprocessor command arguments.
38 /// \param [in] Args The list of input driver arguments
39 /// \param [out] CmdArgs The list of output command arguments
43 /// Extract PIC options from the driver arguments and add them to
44 /// the command arguments.
[all …]
/freebsd/lib/libc/tests/secure/
H A Dgenerate-fortify-tests.lua159 -- arguments: __buf, __len, or the name of a variable placed on the stack
166 -- uses_len: bool-ish, necessary if arguments doesn't include either __idx or
179 arguments = {
193 arguments = {
202 arguments = {
211 arguments = {
223 arguments = {
237 arguments = {
249 arguments = {
261 arguments = {
[all …]
/freebsd/contrib/netbsd-tests/sys/rc/
H A Dt_rc_d_cli.sh45 "arguments does not error out"
58 "arguments errors out"
74 "arguments does not error out"
87 "arguments errors out"
105 "arguments does not error out"
119 "arguments errors out"
162 "arguments does not pass any parameters to the command"
171 "arguments passes those arguments as parameters to the command"
180 "arguments does not pass any parameters to the command"
189 "arguments passes those arguments as parameters to the command"
[all …]
/freebsd/usr.bin/xargs/
H A Dxargs.164 arguments.
66 Any arguments specified on the command line are given to
68 upon each invocation, followed by some number of the arguments read
73 Spaces, tabs and newlines may be embedded in arguments using single
107 flag is specified) arguments to
110 The resulting arguments, after replacement is done, will not be allowed to grow
119 as possible, to the constructed arguments to
124 The size limit does not apply to arguments to
138 instead of appending that data after all other arguments.
139 This option will not affect how many arguments will be read from input
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp48 const SmallVectorImpl<Register> &Arguments; member
52 const SmallVectorImpl<Register> &Arguments) in IncomingCall()
55 Arguments(Arguments) {} in IncomingCall()
182 // Extract the builtin function name and types of arguments from the call in lookupBuiltinNameHelper()
224 const SmallVectorImpl<Register> &Arguments) { in lookupBuiltin() argument
237 BuiltinName, Builtin, ReturnRegister, ReturnType, Arguments); in lookupBuiltin()
280 BuiltinName, Builtin, ReturnRegister, ReturnType, Arguments); in lookupBuiltin()
311 BuiltinName, Builtin, ReturnRegister, ReturnType, Arguments); in lookupBuiltin()
582 unsigned Sz = Call->Arguments.size() - ImmArgs.size();
584 Register ArgReg = Call->Arguments[i];
[all …]
/freebsd/usr.bin/m4/
H A Dm4.177 parenthesis it is processed with no arguments.
84 In arguments to macros, leading unquoted space, tab, and newline
93 Most built-ins do not make any sense without arguments, and hence are not
108 print macro arguments.
118 quote arguments and expansion with the current quotes.
222 With no arguments, comments are turned off.
234 With no arguments, the default quotes are restored.
259 Undefined arguments are replaced by a null string.
261 is replaced by the number of arguments;
263 is replaced by all arguments comma separated;
[all …]
/freebsd/contrib/elftoolchain/ar/
H A Dar.1161 arguments
167 this option specifies that the files specified by arguments
175 arguments
181 this option specifies that the files specified by arguments
196 Delete the members named by arguments
208 and 0644 instead of file mode from the members named by arguments
251 Move archive members specified by arguments
276 arguments
282 Append the files specified by arguments
292 Replace (add) the files specified by arguments
[all …]
/freebsd/usr.bin/ar/
H A Dar.1160 arguments
166 this option specifies that the files specified by arguments
174 arguments
180 this option specifies that the files specified by arguments
195 Delete the members named by arguments
212 and 0644 instead of file mode from the members named by arguments
235 Move archive members specified by arguments
260 arguments
266 Append the files specified by arguments
276 Replace (add) the files specified by arguments
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DArgumentsAdjusters.h1 //===- ArgumentsAdjusters.h - Command line arguments adjuster ---*- C++ -*-===//
11 // ArgumentsAdjusters modify command line arguments obtained from a compilation
28 /// A sequence of command line arguments.
33 /// Command line argument adjuster is responsible for command line arguments
34 /// modification before the arguments are used to run a frontend action.
38 /// Gets an argument adjuster that converts input command line arguments
43 /// arguments.
47 /// related command line arguments.
52 /// Gets an argument adjuster which inserts \p Extra arguments in the
64 /// arguments.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp91 ReduceEntryFunArgs *Arguments); ///< Pointer to reduce function
97 bool (*F)(ReduceEntryFunArgs *Arguments), struct OpInfo OpInf, in ReduceEntry()
121 // Function arguments for ReduceFunction
159 static bool ReduceXWtoXWSP(ReduceEntryFunArgs *Arguments);
163 static bool ReduceXWtoXWP(ReduceEntryFunArgs *Arguments);
167 static bool ReduceLXUtoLXU16(ReduceEntryFunArgs *Arguments);
171 static bool ReduceSXtoSX16(ReduceEntryFunArgs *Arguments);
175 static bool ReduceMoveToMovep(ReduceEntryFunArgs *Arguments);
178 static bool ReduceArithmeticInstructions(ReduceEntryFunArgs *Arguments);
182 static bool ReduceADDIUToADDIUSP(ReduceEntryFunArgs *Arguments);
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh40 # 1. Create an array of many different malformed zfs set arguments
65 # build up an array of bad arguments.
66 set -A arguments "rubbish " \
98 arguments[${#arguments[@]}]="$bigname=value"
101 arguments[${#arguments[@]}]="bootfs=$bigname"
112 while [ $i -lt "${#arguments[@]}" ]
114 log_mustnot eval "zpool set ${arguments[$i]} > /dev/null 2>&1"
117 log_mustnot eval "zpool set ${arguments[$i]}bootfs > /dev/null 2>&1"
120 log_mustnot eval "zpool set ${arguments[$i]}bootfs bootfs > /dev/null"
/freebsd/contrib/mandoc/
H A Dmdoc.757 The words following the macro name are arguments to the macro, optionally
452 .It Ic \&Tg Ta tag the definition of a Ar term Pq <= 1 arguments
453 .It Ic \&Pp Ta start a text paragraph (no arguments)
476 .It Ic \&Ns Ta roman font, no preceding horizontal space (no arguments)
477 .It Ic \&Ap Ta apostrophe without surrounding whitespace (no arguments)
484 .It Ic \&Fl Ta command line options (flags) (>=0 arguments)
485 .It Ic \&Cm Ta command modifier (>0 arguments)
486 .It Ic \&Ar Ta command arguments (>=0 arguments)
488 .It Ic \&Ic Ta internal or interactive command (>0 arguments)
489 .It Ic \&Ev Ta environmental variable (>0 arguments)
[all …]
H A Dmandoc.180 arguments are
128 With other arguments,
285 arguments are accepted:
349 arguments are accepted:
549 arguments and defaults.
565 arguments are accepted:
595 arguments.
745 Invalid command line arguments were specified.
813 triggering the message and its arguments are omitted where meaningless.
818 Fatal messages about invalid command line arguments
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td20 // i32 f32 arguments get passed in integer registers if there is space.
22 // f64 arguments are split and passed through registers or through stack.
24 // As are v2i32 arguments (this would be the default behavior for
45 // The 64-bit ABI conceptually assigns all function arguments to a parameter
46 // array starting at [%fp+BIAS+128] in the callee's stack frame. All arguments
47 // occupy a multiple of 8 bytes in the array. Integer arguments are extended to
52 // array at fixed offsets. Integer arguments are promoted to registers when
63 // float function arguments would occupy 8 bytes each, and be passed in %f1 and
71 // arguments:
93 // - Annotate integer arguments with zeroext or signext attributes.
[all …]
/freebsd/contrib/kyua/utils/cmdline/
H A Dbase_command.cpp43 /// \param arg_list_ A textual description of the arguments received by the
45 /// \param min_args_ The minimum number of arguments required by the command.
46 /// \param max_args_ The maximum number of arguments required by the command.
97 /// \return An object containing the list of options and free arguments found in
108 const int argc = cmdline.arguments().size(); in parse_cmdline()
110 throw usage_error("Not enough arguments"); in parse_cmdline()
112 throw usage_error("Too many arguments"); in parse_cmdline()
128 /// Gets the textual representation of the arguments list.
130 /// \return The description of the arguments list.
162 /// \param arg_list_ A textual description of the arguments received by the
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh40 # 1. Create an array of many different malformed zfs set arguments
80 # build up an array of bad arguments.
81 set -A arguments "rubbish " \
113 arguments[${#arguments[@]}]="$bigname=value"
116 arguments[${#arguments[@]}]="bootfs=$bigname"
127 while [ $i -lt "${#arguments[@]}" ]
129 log_mustnot eval "$ZPOOL set ${arguments[$i]} > /dev/null 2>&1"
132 log_mustnot eval "$ZPOOL set ${arguments[$i]}bootfs > /dev/null 2>&1"
135 log_mustnot eval "$ZPOOL set ${arguments[$i]}bootfs bootfs > /dev/null"
/freebsd/share/doc/psd/17.m4/
H A Dm4.ms116 arguments
159 macros with arguments,
173 Macros may be called with arguments, in which case the arguments are collected
194 if there are no arguments, or if an argument
248 has arguments.
250 it is assumed to have no arguments.
254 it is actually a macro with no arguments,
301 is seen as the arguments of
335 the arguments of
449 actually permits three arguments;
[all …]
/freebsd/contrib/unbound/util/
H A Dlog.h69 * It has printf formatted arguments. No trailing newline is needed.
72 * @param format: printf-style format string. Arguments follow.
152 * Pass printf formatted arguments. No trailing newline is needed.
153 * @param format: printf-style format string. Arguments follow.
159 * Pass printf formatted arguments. No trailing newline is needed.
160 * @param format: printf-style format string. Arguments follow.
166 * Pass printf formatted arguments. No trailing newline is needed.
167 * @param format: printf-style format string. Arguments follow.
182 * Pass printf formatted arguments. No trailing newline is needed.
183 * @param format: printf-style format string. Arguments follow.
[all …]
/freebsd/include/rpcsvc/
H A Dnfs_prot.x159 * Arguments for directory operations
189 * Arguments to remote read
214 * Arguments to remote write
249 * Arguments to readdir
500 * Arguments for directory operations (v3)
508 * Arguments to getattr (v3).
526 * Arguments to setattr (v3).
557 * Arguments to lookup (v3).
581 * Arguments to access (v3).
612 * Arguments to readlink (v3).
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h28 /// copied into an internal buffer and then split up into arguments. Arguments
60 /// into arguments.
85 /// The stream to which to dump all arguments in the argument
95 /// The command string will be copied and split up into arguments that can
100 /// into arguments.
112 /// Gets the number of arguments left in this command object.
115 /// The number or arguments in this object.
221 /// Sets the argument vector value, optionally copying all arguments into an
224 /// Sets the arguments to match those found in \a argv. All argument strings
254 /// Clear the arguments.
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h43 // the arguments to be transferred to a file.
47 // all tool input arguments to a file.
52 // Does not support response files: all arguments must be passed via
113 /// Whether and how to generate response files if the arguments are too long.
122 /// The list of program arguments (not including the implicit first
124 llvm::opt::ArgStringList Arguments; variable
129 /// The list of program arguments which are outputs. May be empty.
153 /// When a response file is needed, we try to put most arguments in an
154 /// exclusive file, while others remains as regular command line arguments.
155 /// This functions fills a vector with the regular command line arguments,
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h33 /// to the function and the arguments that should be passed to that function,
36 /// struct with the written arguments. This method lets Clang handle the
43 /// If you need to reuse the arguments for several calls, you can call
106 /// The execution context to insert the function and its arguments
110 /// The address of the structure to write the arguments into. May
125 /// The execution context to insert the function and its arguments
139 /// The execution context to insert the function and its arguments
143 /// The address of the structure to write the arguments into. May
160 /// The execution context to insert the function and its arguments
164 /// The address of the structure to write the arguments into. May
[all …]
/freebsd/contrib/unbound/sldns/
H A Dwire2str.h97 * @param args: arguments for printf.
106 * @param format: printf format string and arguments for it.
153 * Scan wireformat rr to string, with user buffers. It shifts the arguments
169 * It shifts the arguments to move along (see sldns_wire2str_pkt_scan).
184 * It shifts the arguments to move along (see sldns_wire2str_pkt_scan).
214 * It shifts the arguments to move along (see sldns_wire2str_pkt_scan).
226 * It shifts the arguments to move along (see sldns_wire2str_pkt_scan).
245 * It shifts the arguments to move along (see sldns_wire2str_pkt_scan).
257 * It shifts the arguments to move along (see sldns_wire2str_pkt_scan).
278 * It shifts the arguments to move along (see sldns_wire2str_pkt_scan).
[all …]
/freebsd/sys/vm/
H A Duma.h55 * Arguments:
74 * Arguments:
92 * Arguments:
111 * Arguments:
160 * Arguments:
184 * Arguments:
315 * Arguments:
324 * Arguments:
348 * Arguments:
380 * Arguments:
[all …]
/freebsd/usr.bin/getopt/
H A Dgetopt.129 in the arguments at the end of the options,
31 The shell arguments
44 The following code fragment shows how one might process the arguments
55 # the arguments differently from what the set command below does.
107 Arguments containing white space or embedded shell metacharacters
126 command to set the arguments without disrupting the value(s) of
129 Each shellscript has to carry complex code to parse arguments halfway

12345678910>>...161