Home | History | Annotate | Download | only in blktrace

Lines Matching defs:fp

667 	FILE *fp;
670 fp = fopen(path, mode);
671 } while (fp == NULL && handle_open_failure());
673 return fp;