Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dprintcmd.c1739 int allocated_args = 20; in printf_command() local
1742 val_args = (struct value **) xmalloc (allocated_args in printf_command()
1906 if (nargs == allocated_args) in printf_command()
1908 (allocated_args *= 2) in printf_command()