llCC_buf 676 maint/gnulib/lib/setlocale.c char llCC_buf[64]; llCC_buf 693 maint/gnulib/lib/setlocale.c if (strlen (locale) < sizeof (llCC_buf)) llCC_buf 698 maint/gnulib/lib/setlocale.c char *q = llCC_buf; llCC_buf 715 maint/gnulib/lib/setlocale.c if (strcmp (llCC_buf, locale) != 0) llCC_buf 717 maint/gnulib/lib/setlocale.c result = setlocale (category, llCC_buf); llCC_buf 728 maint/gnulib/lib/setlocale.c llCC_buf, llCC_buf 744 maint/gnulib/lib/setlocale.c const char *underscore = strchr (llCC_buf, '_'); llCC_buf 752 maint/gnulib/lib/setlocale.c memcpy (ll_buf, llCC_buf, underscore - llCC_buf); llCC_buf 753 maint/gnulib/lib/setlocale.c strcpy (ll_buf + (underscore - llCC_buf), territory_end);