Home
last modified time | relevance | path

Searched refs:copy_args (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DVASprintf.cpp25 va_list copy_args; in VASprintf() local
26 va_copy(copy_args, args); in VASprintf()
41 length = ::vsnprintf(buf.data(), buf.size(), fmt, copy_args); in VASprintf()
53 va_end(copy_args); in VASprintf()
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_private.h431 struct copy_args { struct
443 int dn_c_copy_pipe(struct dn_schk *s, struct copy_args *a, int nq); argument
444 int dn_c_copy_fs(struct dn_fsk *f, struct copy_args *a, int nq);
445 int dn_compat_copy_queue(struct copy_args *a, void *_o);
446 int dn_compat_copy_pipe(struct copy_args *a, void *_o);
H A Dip_dn_glue.c583 struct copy_args *a = arg; in dn_c_copy_q()
612 dn_c_copy_pipe(struct dn_schk *s, struct copy_args *a, int nq) in dn_c_copy_pipe()
668 dn_compat_copy_pipe(struct copy_args *a, void *_o) in dn_compat_copy_pipe()
700 dn_c_copy_fs(struct dn_fsk *f, struct copy_args *a, int nq) in dn_c_copy_fs()
727 dn_compat_copy_queue(struct copy_args *a, void *_o) in dn_compat_copy_queue()
761 struct copy_args *a = _arg; in copy_data_helper_compat()
H A Dip_dummynet.c1017 struct copy_args *a = arg; in copy_q_cb()
1027 copy_q(struct copy_args *a, struct dn_fsk *fs, int flags) in copy_q()
1042 copy_profile(struct copy_args *a, struct dn_profile *p) in copy_profile()
1062 copy_flowset(struct copy_args *a, struct dn_fsk *fs, int flags) in copy_flowset()
1082 struct copy_args *a = arg; in copy_si_cb()
1093 copy_si(struct copy_args *a, struct dn_schk *s, int flags) in copy_si()
1106 copy_fsk_list(struct copy_args *a, struct dn_schk *s, int flags) in copy_fsk_list()
1135 struct copy_args *a = _arg; in copy_data_helper()
2149 compute_space(struct dn_id *cmd, struct copy_args *a) in compute_space()
2239 struct copy_args a; in dummynet_get()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp144 Args copy_args(current_args); in GetRepeatCommand() local
145 size_t num_entries = copy_args.GetArgumentCount(); in GetRepeatCommand()
153 llvm::StringRef arg_string = copy_args[idx].ref(); in GetRepeatCommand()
159 if (copy_args[idx].ref().getAsInteger(0, count_val)) in GetRepeatCommand()
166 if (copy_args[idx].ref().getAsInteger(0, start_val)) in GetRepeatCommand()
175 copy_args.AppendArgument(start_opt); in GetRepeatCommand()
176 copy_args.AppendArgument(new_start_val); in GetRepeatCommand()
178 copy_args.ReplaceArgumentAtIndex(start_idx, new_start_val); in GetRepeatCommand()
181 if (!copy_args.GetQuotedCommandString(repeat_command)) in GetRepeatCommand()
/freebsd/contrib/byacc/
H A Dreader.c2214 copy_args(int *alen) in copy_args() function
2685 args = copy_args(&argslen); in advance_to_start()
2831 args = copy_args(&argslen); in add_symbol()