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

  /external/fio/
eta.c 556 char perc_str[32]; local
565 strcpy(perc_str, "-.-%");
574 sprintf(perc_str, "%3.1f%%", perc);
588 je->run_str, perc_str, rate_str[DDIR_READ],
595 je->run_str, perc_str,
options.c 74 char *perc_str; local
79 perc_str = strstr(fname, "/");
80 if (perc_str) {
81 *perc_str = '\0';
82 perc_str++;
83 perc = atoi(perc_str);
    [all...]

Completed in 49 milliseconds