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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c3376 char *ads_name; local
3384 ads_name = xstrdup (pkg_name);
3386 for (s = ads_name; *s; s++)
3392 ads_name = reconcat (ads_name, ads_name, ".ads", NULL);
3395 f = fopen (ads_name, "w");
3429 free (ads_name);
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc3444 char *ads_name; local
3452 ads_name = xstrdup (pkg_name);
3454 for (s = ads_name; *s; s++)
3460 ads_name = reconcat (ads_name, ads_name, ".ads", NULL);
3463 f = fopen (ads_name, "w");
3504 free (ads_name);

Completed in 105 milliseconds