Searched refs:arg_buf (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-sim.c431 char *arg_buf, **argv; local
450 arg_buf = (char *) alloca (len);
451 arg_buf[0] = '\0';
452 strcat (arg_buf, exec_file);
453 strcat (arg_buf, " ");
454 strcat (arg_buf, args);
455 argv = buildargv (arg_buf);
480 char *arg_buf; local
500 arg_buf = (char *) alloca (len);
501 strcpy (arg_buf, "gdbsi
[all...]
H A Dremote-rdi.c336 char *arg_buf;
349 arg_buf = (char *) alloca (len);
350 arg_buf[0] = '\0';
351 strcat (arg_buf, exec_file);
352 strcat (arg_buf, " ");
353 strcat (arg_buf, args);
383 arg1 = (unsigned long) arg_buf;
384 rslt = angel_RDI_info (RDISet_Cmdline, /* &arg1 */ (unsigned long *) arg_buf, &arg2);
335 char *arg_buf; local
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp152 char arg_buf[32]; local
155 snprintf(arg_buf, 31, "arg_%" PRIu64, (uint64_t)i);
157 args_buffer.append(arg_buf);
161 args_list_buffer.append(arg_buf);
/openbsd-current/gnu/usr.bin/perl/
H A Dpeep.c1901 UNOP_AUX_item *arg_buf = NULL; local
1929 UNOP_AUX_item *action_ptr = arg_buf;
1942 arg_buf[argi].pad_offset = cPADOPx(start)->op_padix;
1946 arg_buf[argi].sv = cSVOPx(start)->op_sv;
1960 arg_buf[argi].pad_offset = start->op_targ;
2050 arg_buf[argi].pad_offset = o->op_targ;
2090 arg_buf[argi].pad_offset = o->op_targ;
2093 arg_buf[argi].sv = cSVOPx_sv(o);
2114 arg_buf[argi].iv = iv;
2155 arg_buf[arg
[all...]

Completed in 92 milliseconds