HomeSort by relevance Sort by last modified time
    Searched refs:dd_write_msg (Results 1 - 3 of 3) sorted by null

  /system/core/toolbox/upstream-netbsd/bin/dd/
extern.h 53 int dd_write_msg(const char *, int);
misc.c 194 dd_write_msg(const char *fmt, int enable) function
316 dd_write_msg(msgfmt, 1);
322 (void)dd_write_msg("%I+%i records in\n%O+%o records out\n", 1);
324 (void)dd_write_msg("%w odd length swab %W\n", 1);
327 (void)dd_write_msg("%t truncated %T\n", 1);
330 (void)dd_write_msg("%p sparse output %P\n", 1);
332 (void)dd_write_msg("%b bytes (%B) transferred in %s secs "
args.c 278 * If the format string is not valid, dd_write_msg() will print
281 dd_write_msg(arg, 0);

Completed in 85 milliseconds