Searched full:arguments (Results 1 – 16 of 16) sorted by relevance
2 * Set up arguments for main() and prepare environment variables
20 * Supports running functions with up to 4 arguments.
19 # (e.g., invoking commands with arguments) that break. Should have a
41 # Fish out the arguments for the test, they should be the next string
5 # Function calls must include the number of arguments passed to the functions
12 * 2. Custom: by providing command line arguments it is possible to test any MSR and value
44 # Fish out the arguments for the test, they should be the next string
62 be used to pass arguments into the test case argv. Multiple parameters can
118 # read arguments121 -message => "No arguments!\n",200 # arguments in cmd_checkdoc in the build system600 print ".SH ARGUMENTS\n";1579 $parameterdescs{$param} = "variable arguments";1585 $parameterdescs{void} = "no arguments";1718 (?:\([^)]*+\))? # attribute arguments
286 qmp ${src_qmp} '"migrate", "arguments": { "uri": "unix:'${dst_incoming}'" }' > ${src_qmpout}
291 # Perl's Getopt::Long allows options to take optional arguments after a space.292 # Prevent --color by itself from consuming other arguments4772 # check for function declarations without arguments like "int foo()"5036 "Unnecessary space before function pointer arguments\n" . $herecurr);6045 # check if any macro arguments are reused (ignore '...' and 'type')6058 # check if any macro arguments may have other precedence issues7046 "Prefer ethtool_puts over ethtool_sprintf with only two arguments\n" . $herecurr) &&7086 # check usleep_range arguments7163 "arguments for function declarations should follow identifier\n" . $herecurr);7188 # check for function declarations that have arguments without identifier names
287 # We're talking to a terminal, but have no command line arguments.1081 This file is prepended to any additional command line arguments.
192 # The genprotimg arguments for the cck changed over time so we need to
503 * @argc: number of arguments
48 * efi_guid_t* arguments are 32-bit aligned, and use memory accessors that