Searched refs:copy_args (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | VASprintf.cpp | 25 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-14.2/sys/netpfil/ipfw/ |
| H A D | ip_dn_private.h | 422 struct copy_args { struct 434 int dn_c_copy_pipe(struct dn_schk *s, struct copy_args *a, int nq); argument 435 int dn_c_copy_fs(struct dn_fsk *f, struct copy_args *a, int nq); 436 int dn_compat_copy_queue(struct copy_args *a, void *_o); 437 int dn_compat_copy_pipe(struct copy_args *a, void *_o);
|
| H A D | ip_dn_glue.c | 580 struct copy_args *a = arg; in dn_c_copy_q() 609 dn_c_copy_pipe(struct dn_schk *s, struct copy_args *a, int nq) in dn_c_copy_pipe() 662 dn_compat_copy_pipe(struct copy_args *a, void *_o) in dn_compat_copy_pipe() 694 dn_c_copy_fs(struct dn_fsk *f, struct copy_args *a, int nq) in dn_c_copy_fs() 718 dn_compat_copy_queue(struct copy_args *a, void *_o) in dn_compat_copy_queue() 752 struct copy_args *a = _arg; in copy_data_helper_compat()
|
| H A D | ip_dummynet.c | 1017 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-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 138 Args copy_args(current_args); in GetRepeatCommand() local 139 size_t num_entries = copy_args.GetArgumentCount(); in GetRepeatCommand() 147 llvm::StringRef arg_string = copy_args[idx].ref(); in GetRepeatCommand() 153 if (copy_args[idx].ref().getAsInteger(0, count_val)) in GetRepeatCommand() 160 if (copy_args[idx].ref().getAsInteger(0, start_val)) in GetRepeatCommand() 169 copy_args.AppendArgument(start_opt); in GetRepeatCommand() 170 copy_args.AppendArgument(new_start_val); in GetRepeatCommand() 172 copy_args.ReplaceArgumentAtIndex(start_idx, new_start_val); in GetRepeatCommand() 175 if (!copy_args.GetQuotedCommandString(repeat_command)) in GetRepeatCommand()
|
| /freebsd-14.2/contrib/byacc/ |
| H A D | reader.c | 1979 copy_args(int *alen) in copy_args() function 2452 args = copy_args(&argslen); in advance_to_start() 2598 args = copy_args(&argslen); in add_symbol()
|