Home
last modified time | relevance | path

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

/dports/sysutils/graveman/graveman-0.3.12-5/src/
H A Dreadcd.c52 …gdouble *Lreadtodo = (gdouble *) sc_grave_get_data(Lg, "readtodo"); /* nombre de secteur a traiter… in readcd_makeimage_callback() local
91 *Lreadtodo = atof(f); in readcd_makeimage_callback()
93 if (*Lreadtodo == 0) { in readcd_makeimage_callback()
112 Lpct = (1.0/ *Lreadtodo) * Ltotaldone; in readcd_makeimage_callback()
152 gdouble Lreadtodo = 0; in make_image() local
185 sc_grave_set_data(Ag, &Lreadtodo, "readtodo"); in make_image()