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

/fuchsia/zircon/bootloader/lib/
H A Dprintf.c167 #define OUTPUT_STRING(str, len) do { err = out(str, len, state); if (err < 0) { goto exit; } else { chars_written += err; } } while(0) macro
168 #define OUTPUT_CHAR(c) do { char __temp[1] = { c }; OUTPUT_STRING(__temp, 1); } while (0)
186 OUTPUT_STRING(s, string_len);
328 OUTPUT_STRING(s, string_len);
355 OUTPUT_STRING(s, string_len);
360 #undef OUTPUT_STRING macro
/fuchsia/zircon/kernel/lib/libc/
H A Dprintf.c166 #define OUTPUT_STRING(str, len) do { err = out(str, len, state); if (err < 0) { goto exit; } else { chars_written += err; } } while(0) macro
167 #define OUTPUT_CHAR(c) do { char __temp[1] = { c }; OUTPUT_STRING(__temp, 1); } while (0)
185 OUTPUT_STRING(s, string_len);
349 OUTPUT_STRING(s, string_len);
376 OUTPUT_STRING(s, string_len);
381 #undef OUTPUT_STRING macro

Completed in 27 milliseconds