Home
last modified time | relevance | path

Searched refs:atom_string (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmodule.cc1189 static char *atom_string, atom_name[MAX_ATOM_SIZE]; variable
1295 atom_string = XNEWVEC (char, cursz); in parse_string()
1314 atom_string = XRESIZEVEC (char, atom_string, cursz); in parse_string()
1316 atom_string[len] = c; in parse_string()
1320 atom_string = XRESIZEVEC (char, atom_string, len + 1); in parse_string()
1321 atom_string[len] = '\0'; /* C-style string for debug purposes. */ in parse_string()
1683 p = atom_string; in read_string()
1684 atom_string = NULL; in read_string()
1906 return atom_string; in mio_allocated_string()
2028 unquoted = unquote_string (atom_string); in mio_allocated_wide_string()
[all …]
H A DChangeLog-2010916 * module.c (gfc_use_module): Free atom_string when done with it.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmodule.c1183 static char *atom_string, atom_name[MAX_ATOM_SIZE]; variable
1282 atom_string = XNEWVEC (char, cursz); in parse_string()
1301 atom_string = XRESIZEVEC (char, atom_string, cursz); in parse_string()
1303 atom_string[len] = c; in parse_string()
1307 atom_string = XRESIZEVEC (char, atom_string, len + 1); in parse_string()
1308 atom_string[len] = '\0'; /* C-style string for debug purposes. */ in parse_string()
1637 p = atom_string; in read_string()
1638 atom_string = NULL; in read_string()
1860 return atom_string; in mio_allocated_string()
1982 unquoted = unquote_string (atom_string); in mio_allocated_wide_string()
[all …]