HomeSort by: relevance | last modified time | path
    Searched defs:dd_write_msg (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/dd/
misc.c 192 dd_write_msg(const char *fmt, int enable) function in typeref:typename:int
314 dd_write_msg(msgfmt, 1);
320 (void)dd_write_msg("%I+%i records in\n%O+%o records out\n", 1);
322 (void)dd_write_msg("%w odd length swab %W\n", 1);
325 (void)dd_write_msg("%t truncated %T\n", 1);
328 (void)dd_write_msg("%p sparse output %P\n", 1);
330 (void)dd_write_msg("%b bytes (%B) transferred in %s secs "
misc.c 192 dd_write_msg(const char *fmt, int enable) function in typeref:typename:int
314 dd_write_msg(msgfmt, 1);
320 (void)dd_write_msg("%I+%i records in\n%O+%o records out\n", 1);
322 (void)dd_write_msg("%w odd length swab %W\n", 1);
325 (void)dd_write_msg("%t truncated %T\n", 1);
328 (void)dd_write_msg("%p sparse output %P\n", 1);
330 (void)dd_write_msg("%b bytes (%B) transferred in %s secs "

Completed in 24 milliseconds