Searched refs:args (Results 501 - 525 of 1668) sorted by relevance

<<21222324252627282930>>

/freebsd-11.0-release/sys/boot/efi/boot1/
H A Dboot_module.h39 #define DPRINTF(fmt, args...) printf(fmt, ##args)
/freebsd-11.0-release/usr.bin/fortune/tools/
H A Ddo_uniq.py67 args = parser.parse_args() variable
68 edit(args.filename[0])
/freebsd-11.0-release/usr.bin/rpcgen/
H A Drpc_sample.c106 if(!streq(proc->args.decls->decl.type, "void"))
107 ptype(proc->args.decls->decl.prefix,
108 proc->args.decls->decl.type, 1);
114 } else if (!streq(proc->args.decls->decl.type, "void")) {
115 for (l = proc->args.decls; l != NULL; l = l->next) {
145 if(streq(proc->args.decls->decl.type, "void"))
156 } else if (streq(proc->args.decls->decl.type, "void")) {
164 for (l = proc->args.decls; l != NULL; l = l->next) {
/freebsd-11.0-release/usr.sbin/mlxcontrol/
H A Dmlxcontrol.h31 #define debug(fmt, args...) printf("%s: " fmt "\n", __func__ , ##args)
/freebsd-11.0-release/contrib/gcc/cp/
H A Dpt.c429 add_to_template_args (tree args, tree extra_args) argument
437 new_args = make_tree_vec (TMPL_ARGS_DEPTH (args) + extra_depth);
439 for (i = 1; i <= TMPL_ARGS_DEPTH (args); ++i)
440 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (args, i));
456 add_outermost_template_args (tree args, tree extra_args) argument
462 gcc_assert (TMPL_ARGS_DEPTH (args) >= TMPL_ARGS_DEPTH (extra_args));
466 if (TMPL_ARGS_DEPTH (args) == TMPL_ARGS_DEPTH (extra_args))
470 TREE_VEC_LENGTH (args) -= TMPL_ARGS_DEPTH (extra_args);
472 new_args = add_to_template_args (args, extra_args);
475 TREE_VEC_LENGTH (args)
483 get_innermost_template_args(tree args, int n) argument
836 retrieve_specialization(tree tmpl, tree args, bool class_specializations_p) argument
1037 tree args = NULL_TREE; local
1148 register_specialization(tree spec, tree tmpl, tree args, bool is_friend) argument
2539 tree args = NULL_TREE; local
3028 tree args; local
3957 convert_template_argument(tree parm, tree arg, tree args, tsubst_flags_t complain, int i, tree in_decl) argument
4137 coerce_template_parms(tree parms, tree args, tree in_decl, tsubst_flags_t complain, bool require_all_args, bool use_default_args) argument
5306 tsubst_friend_function(tree decl, tree args) argument
5559 tsubst_friend_class(tree friend_tmpl, tree args) argument
5683 tree template, args, pattern, t, member; local
6137 tsubst_template_arg(tree t, tree args, tsubst_flags_t complain, tree in_decl) argument
6157 tsubst_template_args(tree t, tree args, tsubst_flags_t complain, tree in_decl) argument
6199 tsubst_template_parms(tree parms, tree args, tsubst_flags_t complain) argument
6265 tsubst_aggr_type(tree t, tree args, tsubst_flags_t complain, tree in_decl, int entering_scope) argument
6422 tsubst_decl(tree t, tree args, tsubst_flags_t complain) argument
7057 tsubst_arg_types(tree arg_types, tree args, tsubst_flags_t complain, tree in_decl) argument
7131 tsubst_function_type(tree t, tree args, tsubst_flags_t complain, tree in_decl) argument
7205 tsubst_exception_specification(tree fntype, tree args, tsubst_flags_t complain, tree in_decl) argument
7250 tsubst(tree t, tree args, tsubst_flags_t complain, tree in_decl) argument
7855 tsubst_baselink(tree baselink, tree object_type, tree args, tsubst_flags_t complain, tree in_decl) argument
7921 tsubst_qualified_id(tree qualified_id, tree args, tsubst_flags_t complain, tree in_decl, bool done, bool address_p) argument
8037 tsubst_copy(tree t, tree args, tsubst_flags_t complain, tree in_decl) argument
8411 tsubst_omp_clauses(tree clauses, tree args, tsubst_flags_t complain, tree in_decl) argument
8453 tsubst_copy_asm_operands(tree t, tree args, tsubst_flags_t complain, tree in_decl) argument
8488 tsubst_expr(tree t, tree args, tsubst_flags_t complain, tree in_decl, bool integral_constant_expression_p) argument
8774 tsubst (TREE_TYPE (t), args, complain, NULL_TREE); local
8869 tsubst_non_call_postfix_expression(tree t, tree args, tsubst_flags_t complain, tree in_decl) argument
8888 tsubst_copy_and_build(tree t, tree args, tsubst_flags_t complain, tree in_decl, bool function_p, bool integral_constant_expression_p) argument
9347 tree args; local
9469 tsubst_expr (STMT_EXPR_STMT (t), args, complain, in_decl, local
9509 check_instantiated_args(tree tmpl, tree args, tsubst_flags_t complain) argument
9702 fn_type_unification(tree fn, tree explicit_targs, tree targs, tree args, tree return_type, unification_kind_t strict, int flags) argument
9909 tree parms, args; local
11354 get_class_bindings(tree tparms, tree spec_args, tree args) argument
11551 tree args; local
11924 tree args; local
12070 tree args; local
12374 tsubst_expr (DECL_SAVED_TREE (code_pattern), args, local
12563 tsubst_enum(tree tag, tree newtag, tree args) argument
13130 any_type_dependent_arguments_p(tree args) argument
13178 any_dependent_template_arguments_p(tree args) argument
13232 dependent_template_id_p(tree tmpl, tree args) argument
13297 tree args; local
13400 build_non_dependent_args(tree args) argument
[all...]
/freebsd-11.0-release/crypto/heimdal/kadmin/
H A Dkadmin.c53 static struct getargs args[] = { variable in typeref:struct:getargs
93 static int num_args = sizeof(args) / sizeof(args[0]);
118 arg_printusage (args, num_args, NULL, "[command]");
157 if(getarg(args, num_args, argc, argv, &optidx))
H A Dkadmind.c48 static struct getargs args[] = { variable in typeref:struct:getargs
77 static int num_args = sizeof(args) / sizeof(args[0]);
84 arg_printusage (args, num_args, NULL, "");
105 if (getarg(args, num_args, argc, argv, &optidx)) {
/freebsd-11.0-release/crypto/heimdal/kdc/
H A Dkdc-replay.c39 struct getargs args[] = { variable in typeref:struct:getargs
44 const static int num_args = sizeof(args) / sizeof(args[0]);
49 arg_printusage (args, num_args, NULL, "kdc-request-log-file");
64 if(getarg(args, num_args, argc, argv, &optidx))
H A Dstring2key.c47 struct getargs args[] = { variable in typeref:struct:getargs
61 int num_args = sizeof(args) / sizeof(args[0]);
66 arg_printusage (args, num_args, NULL, "password");
108 optidx = krb5_program_setup(&context, argc, argv, args, num_args, NULL);
/freebsd-11.0-release/crypto/heimdal/lib/asn1/
H A Dasn1_gen.c152 struct getargs args[] = { variable in typeref:struct:getargs
156 int num_args = sizeof(args) / sizeof(args[0]);
161 arg_printusage(args, num_args, NULL, "parse-file");
172 if(getarg(args, num_args, argc, argv, &optidx))
/freebsd-11.0-release/crypto/heimdal/lib/com_err/
H A Dcompile_et.c188 struct getargs args[] = { variable in typeref:struct:getargs
192 int num_args = sizeof(args) / sizeof(args[0]);
197 arg_printusage(args, num_args, NULL, "error-table");
208 if(getarg(args, num_args, argc, argv, &optidx))
/freebsd-11.0-release/contrib/ncurses/form/
H A Dfty_num.c86 thisPARM *args = (thisPARM *) arg; local
88 if (args)
95 argn->precision = args->precision;
96 argn->low = args->low;
97 argn->high = args->high;
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dcp-abi.c212 set_cp_abi_cmd (char *args, int from_tty) argument
214 if (args == NULL)
220 if (!switch_to_cp_abi (args))
221 error ("Could not find \"%s\" in ABI list", args);
227 show_cp_abi_cmd (char *args, int from_tty) argument
H A Dtop.c107 The function receives two args: an input stream,
348 /* Call FUNC() with args FUNC_UIOUT and FUNC_ARGS, catching any
523 struct catch_errors_args *args = data;
524 return args->func (args->func_args);
533 struct catch_errors_args args;
534 args.func = func;
535 args.func_args = func_args;
536 catcher (do_catch_errors, uiout, &args, &val, &caught, errstring,
570 struct captured_command_args args;
522 struct catch_errors_args *args = data; local
532 struct catch_errors_args args; local
569 struct captured_command_args args; local
1473 char *args; member in struct:qt_args
1505 quit_force(char *args, int from_tty) argument
1550 show_commands(char *args, int from_tty) argument
1624 set_history_size_command(char *args, int from_tty, struct cmd_list_element *c) argument
1638 set_history(char *args, int from_tty) argument
1645 show_history(char *args, int from_tty) argument
1654 set_verbose(char *args, int from_tty, struct cmd_list_element *c) argument
[all...]
H A Dmemattr.c137 mem_command (char *args, int from_tty)
143 if (!args)
146 tok = strtok (args, " \t");
216 mem_info_command (char *args, int from_tty)
356 mem_enable_command (char *args, int from_tty)
358 char *p = args;
407 mem_disable_command (char *args, int from_tty)
409 char *p = args;
486 mem_delete_command (char *args, int from_tty)
488 char *p = args;
136 mem_command(char *args, int from_tty) argument
214 mem_info_command(char *args, int from_tty) argument
353 mem_enable_command(char *args, int from_tty) argument
403 mem_disable_command(char *args, int from_tty) argument
482 mem_delete_command(char *args, int from_tty) argument
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/mi/
H A Dmi-parse.c32 mi_parse_argv (char *args, struct mi_parse *parse) argument
34 char *chp = args;
141 if (parse->args != NULL)
142 xfree (parse->args);
227 parse->args = xstrdup (chp);
/freebsd-11.0-release/contrib/com_err/
H A Dcompile_et.c188 struct getargs args[] = { variable in typeref:struct:getargs
192 int num_args = sizeof(args) / sizeof(args[0]);
197 arg_printusage(args, num_args, NULL, "error-table");
208 if(getarg(args, num_args, argc, argv, &optidx))
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_sysctl.c119 linux_sysctl(struct thread *td, struct linux_sysctl_args *args) argument
127 LIN_SDT_PROBE2(sysctl, linux_sysctl, entry, td, args->args);
129 error = copyin(args->args, &la, sizeof(la));
/freebsd-11.0-release/crypto/openssh/
H A Dscp.c126 arglist args; variable
272 replacearg(&args, 0, "%s", ssh_program);
274 addargs(&args, "-l");
275 addargs(&args, "%s", remuser);
277 addargs(&args, "--");
278 addargs(&args, "%s", host);
279 addargs(&args, "%s", cmd);
281 execvp(ssh_program, args.list);
321 replacearg(&args, 0, "%s", ssh_program);
323 addargs(&args, "
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp85 OptionValueDictionary::GetArgs (Args &args) const
87 args.Clear();
94 args.AppendArgument(strm.GetString().c_str());
96 return args.GetArgumentCount();
100 OptionValueDictionary::SetArgs (const Args &args, VarSetOperationType op) argument
103 const size_t argc = args.GetArgumentCount();
117 llvm::StringRef key_and_value(args.GetArgumentAtIndex(i));
201 ConstString key(args.GetArgumentAtIndex(i));
227 Args args(value.str().c_str());
228 Error error = SetArgs (args, o
[all...]
/freebsd-11.0-release/contrib/mdocml/
H A Dmdoc.c156 int tok, struct mdoc_arg *args)
161 p->args = args;
162 if (p->args)
163 (args->refcnt)++;
183 int tok, struct mdoc_arg *args)
188 p->args = args;
189 if (p->args)
190 (args
155 mdoc_block_alloc(struct roff_man *mdoc, int line, int pos, int tok, struct mdoc_arg *args) argument
182 mdoc_elem_alloc(struct roff_man *mdoc, int line, int pos, int tok, struct mdoc_arg *args) argument
[all...]
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dbucomm.c73 report (const char * format, va_list args)
76 vfprintf (stderr, format, args);
83 VA_OPEN (args, format);
84 VA_FIXEDARG (args, const char *, format);
86 report (format, args);
87 VA_CLOSE (args);
94 VA_OPEN (args, format);
95 VA_FIXEDARG (args, const char *, format);
97 report (format, args);
98 VA_CLOSE (args);
71 report(const char * format, va_list args) argument
[all...]
/freebsd-11.0-release/sys/mips/mips/
H A Ddb_trace.c142 uintptr_t args[4]; local
297 args[0] = kdbpeek((int *)(sp + (short)i.IType.imm));
302 args[1] = kdbpeek((int *)(sp + (short)i.IType.imm));
307 args[2] = kdbpeek((int *)(sp + (short)i.IType.imm));
312 args[3] = kdbpeek((int *)(sp + (short)i.IType.imm));
331 args[0] = kdbpeekd((int *)(sp + (short)i.IType.imm));
336 args[1] = kdbpeekd((int *)(sp + (short)i.IType.imm));
341 args[2] = kdbpeekd((int *)(sp + (short)i.IType.imm));
346 args[3] = kdbpeekd((int *)(sp + (short)i.IType.imm));
372 (*printfn)("%x", args[
[all...]
/freebsd-11.0-release/lib/libstand/
H A Drpc.c377 struct args { struct
382 } *args; local
388 struct args d;
414 args = &sdata.d;
415 args->prog = htonl(prog);
416 args->vers = htonl(vers);
417 args->proto = htonl(IPPROTO_UDP);
418 args->port = 0;
422 args, sizeof(*args), re
[all...]
/freebsd-11.0-release/sys/amd64/linux/
H A Dlinux_sysvec.c228 sa->args[0] = frame->tf_rdi;
229 sa->args[1] = frame->tf_rsi;
230 sa->args[2] = frame->tf_rdx;
231 sa->args[3] = frame->tf_rcx;
232 sa->args[4] = frame->tf_r8;
233 sa->args[5] = frame->tf_r9;
269 Elf_Auxargs *args; local
282 args = (Elf64_Auxargs *)imgp->auxargs;
283 pos = base + (imgp->args->argc + imgp->args
513 linux_rt_sigreturn(struct thread *td, struct linux_rt_sigreturn_args *args) argument
[all...]

Completed in 163 milliseconds

<<21222324252627282930>>