Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dutils.c1952 char *spacebuf; in puts_filtered_tabular() local
1975 spacebuf = alloca (spaces + 1); in puts_filtered_tabular()
1976 spacebuf[spaces] = '\0'; in puts_filtered_tabular()
1978 spacebuf[spaces] = ' '; in puts_filtered_tabular()
1980 fputs_filtered (spacebuf, gdb_stdout); in puts_filtered_tabular()