Home | History | Annotate | Download | only in fortran

Lines Matching defs:module_fp

188 static gzFile module_fp;
1696 if (gzputc (module_fp, out) == EOF)
6493 module_fp = gzopen (filename_tmp, "w");
6494 if (module_fp == NULL)
6500 gzprintf (module_fp, "GFORTRAN module version '%s' created from %s\n",
6515 if (gzclose (module_fp))
7045 int nread = gzread (module_fp, module_content + len, rsize);
7291 module_fp = NULL;
7293 module_fp = gzopen_included_file (filename, true, true);
7297 if (module_fp == NULL && !module->non_intrinsic)
7322 module_fp = gzopen_intrinsic_module (filename);
7324 if (module_fp == NULL && module->intrinsic)
7349 if (module_fp == NULL)
7376 gzclose (module_fp);