Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraph.cc38 static const char *const graph_ext = ".dot"; variable
46 size_t extlen = strlen (graph_ext) + 1; in open_graph_file()
51 memcpy (buf + namelen, graph_ext, extlen); in open_graph_file()
H A DChangeLog-200111281 * graph.c (graph_ext): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraph.c38 static const char *const graph_ext = ".dot"; variable
46 size_t extlen = strlen (graph_ext) + 1; in open_graph_file()
51 memcpy (buf + namelen, graph_ext, extlen); in open_graph_file()