Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dprintcmd.c1739 char *current_substring; in printf_command() local
1830 current_substring = substrings; in printf_command()
1894 strncpy (current_substring, last_arg, f - last_arg); in printf_command()
1895 current_substring += f - last_arg; in printf_command()
1896 *current_substring++ = '\0'; in printf_command()
1936 current_substring = substrings; in printf_command()
1964 printf_filtered (current_substring, str); in printf_command()
1970 printf_filtered (current_substring, val); in printf_command()
1977 printf_filtered (current_substring, val); in printf_command()
1987 printf_filtered (current_substring, val); in printf_command()
[all …]