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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dutils.c1889 char *spacebuf;
1912 spacebuf = alloca (spaces + 1);
1913 spacebuf[spaces] = '\0';
1915 spacebuf[spaces] = ' ';
1917 fputs_filtered (spacebuf, gdb_stdout);
1879 char *spacebuf; local

Completed in 36 milliseconds