| /openbsd/src/regress/usr.bin/mandoc/mdoc/Fo/ |
| D | noarg.out_markdown | 5 **Fn-noarg** - function name macro without arguments 9 with arguments: 14 void function arguments: 21 no name arguments: 23 no type arguments: 25 no type and void function arguments: 29 no arguments at all:
|
| D | noarg.out_ascii | 4 FFnn--nnooaarrgg - function name macro without arguments 7 …with arguments: _i_n_t aabbss(_i_n_t _i) _l_o_n_g llaabbss(_l_o_n_g _i) voi… 8 …omm() _u___i_n_t_3_2___t aarrcc44rraannddoomm() no name arguments: _i_n_t no 9 type arguments: aabbss(_i_n_t _i) no type and void function arguments: rraanndd() 10 rraannddoomm() aarrcc44rraannddoomm() no arguments at all: end of test document
|
| /openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/ |
| D | lldb-vscode.cpp | 520 void SetSourceMapFromArguments(const llvm::json::Object &arguments) { in SetSourceMapFromArguments() argument 528 auto sourcePath = GetString(arguments, "sourcePath"); in SetSourceMapFromArguments() 531 auto sourceMap = arguments.getArray("sourceMap"); in SetSourceMapFromArguments() 546 if (ObjectContainsKey(arguments, "sourceMap")) { in SetSourceMapFromArguments() 595 auto arguments = request.getObject("arguments"); in request_attach() local 597 GetUnsigned(arguments, "pid", LLDB_INVALID_PROCESS_ID); in request_attach() 600 const auto wait_for = GetBoolean(arguments, "waitFor", false); in request_attach() 602 g_vsc.init_commands = GetStrings(arguments, "initCommands"); in request_attach() 603 g_vsc.pre_run_commands = GetStrings(arguments, "preRunCommands"); in request_attach() 604 g_vsc.stop_commands = GetStrings(arguments, "stopCommands"); in request_attach() [all …]
|
| /openbsd/src/regress/usr.bin/mandoc/man/RS/ |
| D | REarg.out_lint | 1 mandoc: REarg.in:8:8: ERROR: skipping excess arguments: RS ... 2i 2 mandoc: REarg.in:12:6: ERROR: skipping excess arguments: RE ... a 3 mandoc: REarg.in:14:6: ERROR: skipping excess arguments: RE ... b 4 mandoc: REarg.in:20:7: ERROR: skipping excess arguments: RE ... c 5 mandoc: REarg.in:26:6: ERROR: skipping excess arguments: RE ... d 6 mandoc: REarg.in:28:6: ERROR: skipping excess arguments: RE ... e
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/ |
| D | SparcCallingConv.td | 20 // 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 …]
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Bf/ |
| D | multiargs.out_lint | 1 mandoc: multiargs.in:14:15: ERROR: skipping excess arguments: Bf ... Em 2 mandoc: multiargs.in:18:15: ERROR: skipping excess arguments: Bf ... badarg 3 mandoc: multiargs.in:22:8: ERROR: skipping excess arguments: Bf ... -emphasis 4 mandoc: multiargs.in:26:8: ERROR: skipping excess arguments: Bf ... Em 5 mandoc: multiargs.in:30:8: ERROR: skipping excess arguments: Bf ... badarg
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Bl/ |
| D | badargs.out_lint | 1 mandoc: badargs.in:79:2: ERROR: skipping all arguments: El tail argument 10 mandoc: badargs.in:51:13: ERROR: skipping excess arguments: Bl ... -bogus 11 mandoc: badargs.in:55:11: ERROR: skipping excess arguments: Bl ... -bogus 12 mandoc: badargs.in:59:12: ERROR: skipping excess arguments: Bl ... -bogus 13 mandoc: badargs.in:63:11: ERROR: skipping excess arguments: Bl ... -bogus 14 mandoc: badargs.in:67:12: ERROR: skipping excess arguments: Bl ... -bogus 15 mandoc: badargs.in:71:20: ERROR: skipping excess arguments: Bl ... -bogus
|
| D | emptyitem.out_lint | 1 mandoc: emptyitem.in:11:2: ERROR: skipping all arguments: It head argument 4 mandoc: emptyitem.in:21:2: ERROR: skipping all arguments: It head argument 6 mandoc: emptyitem.in:30:2: ERROR: skipping all arguments: It head argument 7 mandoc: emptyitem.in:35:2: ERROR: skipping all arguments: It Sy
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Bk/ |
| D | badarg.out_lint | 1 mandoc: badarg.in:14:5: ERROR: skipping excess arguments: Bk ... -badarg 2 mandoc: badarg.in:23:5: ERROR: skipping excess arguments: Bk ... -lines 3 mandoc: badarg.in:25:2: ERROR: skipping all arguments: Ek tail argument 4 mandoc: badarg.in:32:5: ERROR: skipping excess arguments: Bk ... -line 5 mandoc: badarg.in:50:12: ERROR: skipping excess arguments: Bk ... -murks
|
| /openbsd/src/regress/bin/ksh/ |
| D | history.t | 10 arguments: !-i! 27 arguments: !-i! 47 arguments: !-i! 67 arguments: !-i! 83 arguments: !-i! 102 arguments: !-i! 126 arguments: !-i! 150 arguments: !-i! 173 arguments: !-i! 197 arguments: !-i! [all …]
|
| /openbsd/src/gnu/llvm/clang/docs/analyzer/user-docs/ |
| D | TaintAnalysisConfiguration.rst | 33 # The entries that specify arguments use 0-based indexing when specifying 34 # input arguments, and -1 is used to denote the return value. 38 # Taint is sanitized when tainted variables are pass arguments to filters. 82 # If taint reaches any of the arguments specified, a warning is emitted. 112 …h, that if any of the source arguments are tainted (specified by indexes in `SrcArgs`) then all of… 123 …ker will sanitize taint from the memory region referred to by the given arguments or return a sani… 125 It indicates the indexes of arguments in the function call. 126 The number ``-1`` signifies the return value; other numbers identify call arguments. 127 The values of these arguments are considered clean after the function call. 139 …on during symbolic execution propagate taint from one or more arguments to other arguments and pos… [all …]
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Bx/ |
| D | args.out_markdown | 5 **Bx-args** - arguments to the BSD macro 9 no arguments: 21 two standard arguments: 24 more arguments:
|
| D | args.out_ascii | 4 BBxx--aarrggss - arguments to the BSD macro 7 no arguments: BSD 15 two standard arguments: 4.3BSD-Reno 17 more arguments: 4.3BSD-Tahoe and _s_o_m_e _a_d_d_i_t_i_o_n_a_l _w_o_r_d_s
|
| /openbsd/src/regress/usr.bin/mandoc/roff/nr/ |
| D | argc.out_ascii | 4 nnrr--aarrggcc - varying number of arguments to the .nr macro 9 two arguments: 2 13 three arguments: 2 15 four arguments: 2
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Ud/ |
| D | arg.out_lint | 4 mandoc: arg.in:16:2: ERROR: skipping all arguments: Ud bar 6 mandoc: arg.in:17:2: ERROR: skipping all arguments: Bt foo 8 mandoc: arg.in:18:2: ERROR: skipping all arguments: Ud one 10 mandoc: arg.in:19:2: ERROR: skipping all arguments: Bt one
|
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBVariablesOptions.cpp | 117 void SBVariablesOptions::SetIncludeArguments(bool arguments) { in SetIncludeArguments() argument 118 LLDB_INSTRUMENT_VA(this, arguments); in SetIncludeArguments() 120 m_opaque_up->SetIncludeArguments(arguments); in SetIncludeArguments() 130 void SBVariablesOptions::SetIncludeRecognizedArguments(bool arguments) { in SetIncludeRecognizedArguments() argument 131 LLDB_INSTRUMENT_VA(this, arguments); in SetIncludeRecognizedArguments() 133 m_opaque_up->SetIncludeRecognizedArguments(arguments); in SetIncludeRecognizedArguments()
|
| /openbsd/src/gnu/share/ |
| D | configure | 49 arguments= 196 arguments="$arguments $option" 203 arguments="$arguments $option=$optarg" 206 arguments="$arguments -v" 209 arguments="$arguments $option" 461 arguments="--host=$host_alias $arguments" 469 arguments="--host=$host_alias $arguments" 485 arguments="--target=$target_alias $arguments" 603 case "$arguments" in 608 arguments="--with-gcc-version-trigger=$gcc_version_trigger $arguments" [all …]
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Vt/ |
| D | noarg.out_markdown | 5 **Vt-noarg** - variable type macro without arguments 9 with arguments 11 no arguments
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Va/ |
| D | noarg.out_markdown | 5 **Va-noarg** - variable name macro without arguments 9 with arguments 12 no arguments
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Cd/ |
| D | noarg.out_markdown | 5 **Cd-noarg** - kernel configuration directive without arguments 9 with arguments: 11 without arguments:
|
| /openbsd/src/regress/usr.bin/mandoc/man/PP/ |
| D | args.out_lint | 1 mandoc: args.in:7:2: ERROR: skipping all arguments: PP arg 2 mandoc: args.in:9:2: ERROR: skipping all arguments: LP arg1 ... 3 mandoc: args.in:11:2: ERROR: skipping all arguments: P arg
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Pp/ |
| D | arg.out_lint | 1 mandoc: arg.in:15:5: ERROR: skipping all arguments: br drop this 2 mandoc: arg.in:17:8: ERROR: skipping excess arguments: sp ... drop this 3 mandoc: arg.in:13:2: ERROR: skipping all arguments: Pp drop
|
| /openbsd/src/usr.bin/tmux/ |
| D | cmd-parse.y | 63 struct cmd_parse_arguments arguments; member 104 struct cmd_parse_arguments *arguments; member 124 %type <arguments> arguments 391 if (!TAILQ_EMPTY(&$1->arguments) && 411 if (!TAILQ_EMPTY(&$3->arguments) && 432 TAILQ_INIT(&$$->arguments); 441 TAILQ_INIT(&$$->arguments); 446 TAILQ_INSERT_HEAD(&$$->arguments, arg, entry); 448 | optional_assignment TOKEN arguments 455 TAILQ_INIT(&$$->arguments); [all …]
|
| /openbsd/src/gnu/usr.bin/texinfo/djgpp/ |
| D | config.bat | 20 Rem Loop over all arguments. 21 Rem Special arguments are: NLS, XSRC CACHE and DEPS. 22 Rem All other arguments are stored into ARGS. 79 echo --srcdir=%XSRC% > arguments 80 if "%CACHE%" == "enabled" echo --config-cache >>arguments 81 if "%DEPTRAK%" == "enabled" echo --enable-dependency-tracking >>arguments 82 if "%DEPTRAK%" == "disabled" echo --disable-dependency-tracking >>arguments 83 if not "%ARGS%" == "" echo %ARGS% >>arguments 192 Rem Update the arguments file for the configure script. 195 echo --enable-nls --without-included-gettext >> arguments [all …]
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | coreamp.t | 63 like $@, qr/^Too many arguments for $o at /, "&$o with too many args"; 71 like $@, qr/^Too many arguments for $desc at /, 94 like $@, qr/^Too many arguments for $desc at /, 102 like $@, qr/^Not enough arguments for $desc at /, "&$o w/too few args"; 104 like $@, qr/^Too many arguments for $desc at /, "&$o w/too many args"; 111 like $@, qr/^Not enough arguments for $o at /, "&$o with too few args"; 113 like $@, qr/^Too many arguments for $o at /, "&$o with too many args"; 119 like $@, qr/^Too many arguments for $o at /, "&$o with too many args"; 130 like $@, qr/^Not enough arguments for $desc at /, 137 like $@, qr/^Too many arguments for $o at /, [all …]
|