HomeSort by relevance Sort by last modified time
    Searched refs:perc_str (Results 1 - 2 of 2) sorted by null

  /external/fio/
eta.c 488 char perc_str[32]; local
496 strcpy(perc_str, "-.-% done");
505 sprintf(perc_str, "%3.1f%% done", perc);
517 je->run_str, perc_str, rate_str[DDIR_READ],
options.c 79 char *perc_str; local
93 perc_str = strstr(fname, "/");
94 if (perc_str) {
95 *perc_str = '\0';
96 perc_str++;
97 perc = atoi(perc_str);
    [all...]

Completed in 63 milliseconds