Lines Matching refs:FILE
2 * @file op_fileio.c
6 * @remark Read the file COPYING
22 static FILE * op_do_open_file(char const * name, char const * mode, int fatal)
24 FILE * fp;
40 FILE * op_try_open_file(char const * name, char const * mode)
46 FILE * op_open_file(char const * name, char const * mode)
52 void op_close_file(FILE * fp)
59 void op_write_file(FILE * fp, void const * buf, size_t size)
77 void op_write_u8(FILE * fp, u8 val)
83 void op_write_u32(FILE * fp, u32 val)
89 void op_write_u64(FILE * fp, u64 val)
97 FILE * fp;
115 "op_read_int_from_file: Failed to convert contents of file %s to integer\n",
126 char * op_get_line(FILE * fp)