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

/freebsd-12-stable/contrib/gdb/gdb/
H A Dprocfs.c1899 int argp_size = sizeof (struct gdb_proc_ctl_pcsentry) local
1903 argp = xmalloc (argp_size);
1908 win = (write (pi->ctl_fd, (char *) argp, argp_size) == argp_size);
1949 int argp_size = sizeof (struct gdb_proc_ctl_pcsexit) local
1953 argp = xmalloc (argp_size);
1958 win = (write (pi->ctl_fd, (char *) argp, argp_size) == argp_size);

Completed in 157 milliseconds