Searched refs:frac_str (Results 1 – 1 of 1) sorted by relevance
318 char* frac_str; in ShowProgressFn() local320 if (ReadArgs(state, argv, 2, &frac_str, &sec_str) < 0) { in ShowProgressFn()324 double frac = strtod(frac_str, NULL); in ShowProgressFn()331 return StringValue(frac_str); in ShowProgressFn()338 char* frac_str; in SetProgressFn() local339 if (ReadArgs(state, argv, 1, &frac_str) < 0) { in SetProgressFn()343 double frac = strtod(frac_str, NULL); in SetProgressFn()348 return StringValue(frac_str); in SetProgressFn()