Lines Matching defs:F
25 void test_freopen(FILE *F) { in test_freopen()
34 void test_fread(FILE *F) { in test_fread()
47 void test_fwrite(FILE *F) { in test_fwrite()
60 void test_fgetc(FILE *F) { in test_fgetc()
73 void test_fputc(FILE *F) { in test_fputc()
86 void test_fgets(char *Buf, int N, FILE *F) { in test_fgets()
105 void test_fgets_bufsize(FILE *F) { in test_fgets_bufsize()
110 void test_fputs(char *Buf, FILE *F) { in test_fputs()
124 void test_ungetc(FILE *F) { in test_ungetc()
137 void test_ungetc_EOF(FILE *F, int C) { in test_ungetc_EOF()
149 void test_fclose(FILE *F) { in test_fclose()
162 void test_fseek(FILE *F) { in test_fseek()
175 void check_fgetpos(FILE *F) { in check_fgetpos()
190 void check_fsetpos(FILE *F) { in check_fsetpos()
205 void check_ftell(FILE *F) { in check_ftell()
221 void test_rewind(FILE *F) { in test_rewind()
230 void test_fflush(FILE *F) { in test_fflush()
244 void test_feof(FILE *F) { in test_feof()
253 void test_ferror(FILE *F) { in test_ferror()
262 void test_clearerr(FILE *F) { in test_clearerr()
271 void test_fileno(FILE *F) { in test_fileno()
281 void freadwrite_zerosize(FILE *F) { in freadwrite_zerosize()
296 void freadwrite_zerosize_errno(FILE *F, int A) { in freadwrite_zerosize_errno()