Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dprintcmd.c1737 char *current_substring; in printf_command() local
1828 current_substring = substrings; in printf_command()
1892 strncpy (current_substring, last_arg, f - last_arg); in printf_command()
1893 current_substring += f - last_arg; in printf_command()
1894 *current_substring++ = '\0'; in printf_command()
1934 current_substring = substrings; in printf_command()
1962 printf_filtered (current_substring, str); in printf_command()
1968 printf_filtered (current_substring, val); in printf_command()
1975 printf_filtered (current_substring, val); in printf_command()
1985 printf_filtered (current_substring, val); in printf_command()
[all …]