Searched refs:pkg_name (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c3377 char *pkg_name; local
3381 pkg_name = get_ada_package (source_file);
3384 ads_name = xstrdup (pkg_name);
3422 fprintf (f, "\npackage %s is\n\n", pkg_name);
3425 fprintf (f, "end %s;\n", pkg_name);
3430 free (pkg_name);
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc3445 char *pkg_name; local
3449 pkg_name = get_ada_package (source_file);
3452 ads_name = xstrdup (pkg_name);
3494 fprintf (f, "\npackage %s is\n\n", pkg_name);
3497 fprintf (f, "end %s;\n\n", pkg_name);
3505 free (pkg_name);

Completed in 107 milliseconds