Home | History | Annotate | Download | only in fio

Lines Matching full:strstr

25 	char *p = strstr(str, ":");
93 perc_str = strstr(fname, "/");
931 loc1 = strstr(input, "0x");
932 loc2 = strstr(input, "0X");
3859 while ((s = strstr(opt, kw->word)) != NULL) {