Home
last modified time | relevance | path

Searched refs:timeprintf (Results 1 – 5 of 5) sorted by relevance

/dports/audio/wav2cdr/wav2cdr/
H A Ddata.c124 timeprintf (stime, bytes_out); in close_out()
428 timeprintf (st1, start * CDAUDIOSECTORSIZE); in sprint_cutinfo()
429 timeprintf (st2, end * CDAUDIOSECTORSIZE); in sprint_cutinfo()
430 timeprintf (st3, diff * CDAUDIOSECTORSIZE); in sprint_cutinfo()
619 timeprintf (stime, total_bytes_out); in do_data_io()
H A Dcmdarg.c498 timeprintf (stasil, cmdarg.startsilence); in showcmdargs()
499 timeprintf (endsil, cmdarg.endsilence); in showcmdargs()
500 timeprintf (filength, cmdarg.fadein); in showcmdargs()
501 timeprintf (folength, cmdarg.fadeout); in showcmdargs()
506 timeprintf (stime, (unsigned long) input_size); in showcmdargs()
520 timeprintf (sfirstcut, firstcut * CDAUDIOSECTORSIZE); in showcmdargs()
521 timeprintf (slastcut, lastcut * CDAUDIOSECTORSIZE); in showcmdargs()
H A Dwav2cdr.c258 int timeprintf (string *buf, unsigned long bytes) in timeprintf() function
H A Dwav2cdr.h323 int timeprintf (string *buf, unsigned long bytes);
H A DChangeLog67 *) Added a few more values to be shown in some places. timeprintf().