Home | History | Annotate | Download | only in fio

Lines Matching refs:perc_str

74 		char *perc_str;
79 perc_str = strstr(fname, "/");
80 if (perc_str) {
81 *perc_str = '\0';
82 perc_str++;
83 perc = atoi(perc_str);