Searched refs:module_fullpath (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | module.cc | 191 static char *module_fullpath = NULL; variable 1114 free (module_fullpath); in gzopen_included_file_1() 1115 module_fullpath = xstrdup (fullname); in gzopen_included_file_1() 1136 free (module_fullpath); in gzopen_included_file() 1137 module_fullpath = xstrdup (name); in gzopen_included_file() 1160 free (module_fullpath); in gzopen_intrinsic_module() 1161 module_fullpath = xstrdup (name); in gzopen_intrinsic_module() 1208 module_fullpath, module_line, module_column, msgid); in bad_module() 7391 " module file", module_fullpath); in gfc_use_module() 7400 " version of GNU Fortran", module_fullpath); in gfc_use_module()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | module.c | 191 static char *module_fullpath = NULL; variable 1108 free (module_fullpath); in gzopen_included_file_1() 1109 module_fullpath = xstrdup (fullname); in gzopen_included_file_1() 1130 free (module_fullpath); in gzopen_included_file() 1131 module_fullpath = xstrdup (name); in gzopen_included_file() 1154 free (module_fullpath); in gzopen_intrinsic_module() 1155 module_fullpath = xstrdup (name); in gzopen_intrinsic_module() 1202 module_fullpath, module_line, module_column, msgid); in bad_module() 7180 " module file", module_fullpath); in gfc_use_module() 7189 " version of GNU Fortran", module_fullpath); in gfc_use_module()
|