Searched refs:frac_str (Results 1 – 1 of 1) sorted by relevance
450 char* frac_str; in ShowProgressFn() local452 if (ReadArgs(state, argv, 2, &frac_str, &sec_str) < 0) { in ShowProgressFn()456 double frac = strtod(frac_str, NULL); in ShowProgressFn()463 return StringValue(frac_str); in ShowProgressFn()470 char* frac_str; in SetProgressFn() local471 if (ReadArgs(state, argv, 1, &frac_str) < 0) { in SetProgressFn()475 double frac = strtod(frac_str, NULL); in SetProgressFn()480 return StringValue(frac_str); in SetProgressFn()