pdot 926 maint/gnulib/lib/localcharset.c char *pdot = strrchr (current_locale, '.'); pdot 928 maint/gnulib/lib/localcharset.c if (pdot && 2 + strlen (pdot + 1) + 1 <= sizeof (buf)) pdot 929 maint/gnulib/lib/localcharset.c sprintf (buf, "CP%s", pdot + 1);