Searched refs:format_hash_table (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dformat.c66 if (u->format_hash_table[i].hashed_fmt != NULL)
68 free_format_data (u->format_hash_table[i].hashed_fmt);
69 free (u->format_hash_table[i].key);
71 u->format_hash_table[i].key = NULL;
72 u->format_hash_table[i].key_len = 0;
73 u->format_hash_table[i].hashed_fmt = NULL;
145 if (u->format_hash_table[hash].hashed_fmt != NULL)
146 free_format_data (u->format_hash_table[hash].hashed_fmt);
147 u->format_hash_table[hash].hashed_fmt = NULL;
149 free (u->format_hash_table[has
[all...]
H A Dio.h704 struct format_hash_entry format_hash_table[FORMAT_HASH_SIZE]; member in struct:gfc_unit
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dformat.c65 if (u->format_hash_table[i].hashed_fmt != NULL)
67 free_format_data (u->format_hash_table[i].hashed_fmt);
68 free (u->format_hash_table[i].key);
70 u->format_hash_table[i].key = NULL;
71 u->format_hash_table[i].key_len = 0;
72 u->format_hash_table[i].hashed_fmt = NULL;
144 if (u->format_hash_table[hash].hashed_fmt != NULL)
145 free_format_data (u->format_hash_table[hash].hashed_fmt);
146 u->format_hash_table[hash].hashed_fmt = NULL;
148 free (u->format_hash_table[has
[all...]
H A Dio.h708 struct format_hash_entry format_hash_table[FORMAT_HASH_SIZE]; member in struct:gfc_unit

Completed in 142 milliseconds