underscore        744 maint/gnulib/lib/setlocale.c         const char *underscore = strchr (llCC_buf, '_');
underscore        745 maint/gnulib/lib/setlocale.c         if (underscore != NULL)
underscore        747 maint/gnulib/lib/setlocale.c             const char *territory_start = underscore + 1;
underscore        752 maint/gnulib/lib/setlocale.c             memcpy (ll_buf, llCC_buf, underscore - llCC_buf);
underscore        753 maint/gnulib/lib/setlocale.c             strcpy (ll_buf + (underscore - llCC_buf), territory_end);