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

/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.h150 char fmt_buffer[256]; local
151 string_for_format(ioFormat, fmt_buffer, 255);
154 " given '%s'\n", fmt_buffer));
164 string_for_format(preferred, fmt_buffer, 255);
166 " pref '%s'\n", fmt_buffer));
171 string_for_format(ioFormat, fmt_buffer, 255);
173 " writing '%s'\n", fmt_buffer));

Completed in 67 milliseconds