Lines Matching refs:module_fp
188 static gzFile module_fp; variable
1650 if (gzputc (module_fp, out) == EOF) in write_char()
6282 module_fp = gzopen (filename_tmp, "w"); in dump_module()
6283 if (module_fp == NULL) in dump_module()
6289 gzprintf (module_fp, "GFORTRAN module version '%s' created from %s\n", in dump_module()
6304 if (gzclose (module_fp)) in dump_module()
6834 int nread = gzread (module_fp, module_content + len, rsize); in read_module_to_tmpbuf()
7080 module_fp = NULL; in gfc_use_module()
7082 module_fp = gzopen_included_file (filename, true, true); in gfc_use_module()
7086 if (module_fp == NULL && !module->non_intrinsic) in gfc_use_module()
7111 module_fp = gzopen_intrinsic_module (filename); in gfc_use_module()
7113 if (module_fp == NULL && module->intrinsic) in gfc_use_module()
7138 if (module_fp == NULL) in gfc_use_module()
7165 gzclose (module_fp); in gfc_use_module()