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

/fuchsia/zircon/system/uapp/dd/
H A Dmain.c260 size_t wlen = MIN(options.output_bs, rlen - off); local
261 if (write(out, buf + off, wlen) != (ssize_t) wlen) {
262 fprintf(stderr, "Couldn't write %zu bytes to output\n", wlen);
265 if (wlen == options.output_bs) {
268 record_out_partial = wlen;
270 off += wlen;
/fuchsia/zircon/bootloader/lib/
H A Dprintf.c138 int wlen; local
144 wlen = _printf_engine(&_vsnprintf_output, (void *)&args, fmt, ap);
148 str[wlen] = '\0';
149 return wlen;
/fuchsia/zircon/kernel/lib/libc/
H A Dprintf.c45 int wlen; local
51 wlen = PRINTF_CALL(_printf_engine)(&_vsnprintf_output, (void *)&args,
56 str[wlen] = '\0';
57 return wlen;

Completed in 81 milliseconds