/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/experimental/ |
H A D | numeric | 58 static_assert(is_integral_v<_Mn>, "gcd arguments are integers"); 59 static_assert(is_integral_v<_Nn>, "gcd arguments are integers"); 61 "gcd arguments are not bools"); 63 "gcd arguments are not bools"); 72 static_assert(is_integral_v<_Mn>, "lcm arguments are integers"); 73 static_assert(is_integral_v<_Nn>, "lcm arguments are integers"); 75 "lcm arguments are not bools"); 77 "lcm arguments are not bools");
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
H A D | numeric | 134 static_assert(is_integral_v<_Mn>, "gcd arguments are integers"); 135 static_assert(is_integral_v<_Nn>, "gcd arguments are integers"); 137 "gcd arguments are not bools"); 139 "gcd arguments are not bools"); 148 static_assert(is_integral_v<_Mn>, "lcm arguments are integers"); 149 static_assert(is_integral_v<_Nn>, "lcm arguments are integers"); 151 "lcm arguments are not bools"); 153 "lcm arguments are not bools");
|
/dflybsd-src/sys/tools/ |
H A D | makeobjops.awk | 252 num_arguments = split(line, arguments, / *; */) - 1; 256 if (!arguments[i]) 258 num_ar = split(arguments[i], ar, /[* ]+/); 260 warnsrc("no type for '" arguments[i] "'"); 268 argument_list = join(", ", arguments, num_arguments); 299 printh("\t" join(";\n\t", arguments, num_arguments) ";");
|
/dflybsd-src/usr.bin/getopt/ |
H A D | README | 4 Topic: yet more on getopt (command line arguments) 15 Subject: Re: command line arguments 26 actually forbids both of these usages. Options with arguments are not 27 allowed to be bundled, and they must be separated from their arguments 31 > have those with arguments pick them up in the same order as the flags are
|
/dflybsd-src/stand/boot/pc32/btx/lib/ |
H A D | btxcsu.S | 43 movl %esp,%eax # Get base of arguments 53 .comm __args,4 # Client arguments
|
/dflybsd-src/contrib/cvs-1.12/lib/ |
H A D | printf-args.h | 125 arguments; typedef 134 int printf_fetchargs (va_list args, arguments *a);
|
H A D | printf-parse.h | 72 int printf_parse (const char *format, char_directives *d, arguments *a);
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cp-tree.def | 81 the remaining operands are the arguments to the initialization function. */ 167 It is used without template arguments like TT in C<TT>, 191 /* Like TEMPLATE_TEMPLATE_PARM it is used with bound template arguments 194 template name and its bound arguments. TYPE_NAME is a TYPE_DECL. */ 219 template arguments to substitute into the pattern when needed. */ 223 The second is NULL if there are no explicit arguments, or a 224 TREE_VEC of arguments. The template will be a FUNCTION_DECL, 368 pack stores zero or more arguments that will be used to instantiate 371 ARGUMENT_PACK_ARGS retrieves the arguments stored in the argument 387 non-type template arguments or function call arguments. [all …]
|
H A D | operators.def | 27 /* The DEF_OPERATOR macro takes the following arguments: 60 to take these arguments. 67 arguments are as for DEF_OPERATOR, but there is no need to provide 74 arguments are as for DEF_OPERATOR, but there is no need to provide
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cp-tree.def | 79 the remaining operands are the arguments to the initialization function. */ 165 It is used without template arguments like TT in C<TT>, 188 /* Like TEMPLATE_TEMPLATE_PARM it is used with bound template arguments 191 template name and its bound arguments. TYPE_NAME is a TYPE_DECL. */ 217 template, and DEFERRED_NOEXCEPT_ARGS are the template arguments to 224 The second is NULL if there are no explicit arguments, or a 225 TREE_VEC of arguments. The template will be a FUNCTION_DECL, 370 pack stores zero or more arguments that will be used to instantiate 373 ARGUMENT_PACK_ARGS retrieves the arguments stored in the argument 389 non-type template arguments or function call arguments. [all …]
|
H A D | operators.def | 26 /* The DEF_OPERATOR macro takes the following arguments: 54 to take these arguments. 62 arguments are as for DEF_OPERATOR, but there is no need to provide
|
/dflybsd-src/contrib/tcsh-6/nls/french/ |
H A D | set1 | 17 15 Trop peu d'arguments 18 16 Trop d'arguments 60 58 Les arguments doivent être des ID de processus ou des numéros de travaux 121 119 Trop d'arguments pour `%s' (%d) 122 120 `%s' nécessite %d arguments
|
H A D | set10 | 4 2 setpath: pas assez d'arguments pour la commande '%s'.\n
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | interface.texi | 48 @cindex passing arguments 49 GCC uses the system's standard convention for passing arguments. On 50 some machines, the first few arguments are passed in registers; in 60 On some machines (particularly the SPARC), certain types of arguments
|
/dflybsd-src/stand/boot/pc32/pxeldr/ |
H A D | pxeldr.S | 106 movw $(MEM_ARG_SIZE/4), %cx # Size of arguments in 32-bit 108 rep # Clear the arguments 207 movw $(MEM_ARG_SIZE/4), %cx # size of the arguments in longs 216 # arguments 271 loop push_arg # Push all of the arguments
|
/dflybsd-src/contrib/binutils-2.27/gas/doc/ |
H A D | c-hppa.texi | 53 @code{@value{AS}} is much less forgiving about missing arguments and other 55 of missing arguments as syntax errors; this is regarded as a feature, not a 111 arguments} is allowed. 159 procedure arguments and result, or a privilege level. @var{param} may be 161 indicates one of four one-word arguments); @samp{rtnval} (the procedure's 162 result); or @samp{priv_lev} (privilege level). For arguments or the result, 173 Converse of @code{.export}; make a procedure available to call. The arguments 174 use the same conventions as the first two arguments for @code{.export}.
|
/dflybsd-src/contrib/gdb-7/gdb/mi/ |
H A D | mi-cmd-stack.c | 35 enum what_to_list { locals, arguments, all }; enumerator 217 list_args_or_locals (arguments, print_values, fi); in mi_cmd_stack_list_args() 343 case arguments: in list_args_or_locals()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cif-code.def | 90 /* Caller and callee disagree on the arguments. */ 92 N_("mismatched arguments")) 94 /* Caller and callee disagree on the arguments. */
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | std-operator.def | 25 replacing them by one result value. They take no immediate arguments. */ 109 function arguments in OP_FUNCALL, I.E. <OP><dimension><OP>. 114 /* The OP_... series take immediate following arguments. 115 After the arguments come another OP_... (the same one) 167 integer is the number of arguments to the message call. That 233 and replace it with a result. They take no immediate arguments. */
|
/dflybsd-src/test/testcases/libnvmm/ |
H A D | dfregress.run | 1 # Testcase type Options Command line arguments
|
/dflybsd-src/tools/regression/bin/sh/builtins/ |
H A D | exit3.0 | 3 # exit without arguments differs from exit $? in an EXIT trap.
|
H A D | exit2.8 | 3 # exit without arguments is the same as exit $? outside a trap.
|
/dflybsd-src/etc/pam.d/ |
H A D | README | 17 module-type control-flag module-path arguments 43 arguments: Module-specific options, plus some generic ones:
|
/dflybsd-src/tools/regression/ |
H A D | regression.runlist | 1 …stcase type Options Command line arguments
|
/dflybsd-src/tools/regression/usr.bin/m4/ |
H A D | args.m4 | 3 dnl Expanding all arguments
|