Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dutils.c1893 char *spacebuf; in puts_filtered_tabular() local
1916 spacebuf = alloca (spaces + 1); in puts_filtered_tabular()
1917 spacebuf[spaces] = '\0'; in puts_filtered_tabular()
1919 spacebuf[spaces] = ' '; in puts_filtered_tabular()
1921 fputs_filtered (spacebuf, gdb_stdout); in puts_filtered_tabular()