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

/external/syslinux/dos/
H A Dprintf.c297 char printf_buf[1024]; local
302 printed = vsprintf(printf_buf, fmt, args);
305 puts(printf_buf);
/external/syslinux/memdisk/
H A Dconio.c362 char printf_buf[2048]; local
365 printed = vsprintf(printf_buf, fmt, args);
366 puts(printf_buf);
/external/valgrind/none/tests/
H A Dunit_debuglog.c23 printf_buf buf;
/external/valgrind/coregrind/
H A Dm_debuglog.c1177 printf_buf; typedef in typeref:struct:__anon28991
1181 printf_buf* buf = (printf_buf*)p;
1201 printf_buf buf;

Completed in 174 milliseconds