Lines Matching refs:kw
3751 struct fio_keyword *kw = &fio_keywords[i];3753 while ((s = strstr(opt, kw->word)) != NULL) {3764 len = sprintf(new + olen, "%s", kw->replace);3770 opt += strlen(kw->word) + olen;