Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dprintcmd.c1741 int allocated_args = 20; in printf_command() local
1744 val_args = (struct value **) xmalloc (allocated_args in printf_command()
1908 if (nargs == allocated_args) in printf_command()
1910 (allocated_args *= 2) in printf_command()