Home | History | Annotate | Download | only in libtests

Lines Matching defs:fp

448 buffer_from_file(struct buffer *buffer, FILE *fp)
456 (sizeof last->buffer)-count, fp);
481 if (feof(fp))
774 FILE *fp;
781 fp = fopen(filename, "rb");
782 if (fp == NULL)
787 fp = stdin;
789 ret = buffer_from_file(&dp->original_file, fp);
791 fclose(fp);