Home
last modified time | relevance | path

Searched refs:categoryvalue (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/grep/dist/intl/
H A Ddcigettext.c407 const char *categoryvalue; variable
531 categoryvalue = guess_category_value (category, categoryname);
543 single_locale = (char *) alloca (strlen (categoryvalue) + 1);
552 while (categoryvalue[0] != '\0' && categoryvalue[0] == ':')
553 ++categoryvalue;
554 if (categoryvalue[0] == '\0')
566 while (categoryvalue[0] != '\0' && categoryvalue[0] != ':')
567 *cp++ = *categoryvalue++;
/netbsd-src/external/gpl3/gcc.old/dist/intl/
H A Ddcigettext.c441 const char *categoryvalue; variable
567 categoryvalue = guess_category_value (category, categoryname);
579 single_locale = (char *) alloca (strlen (categoryvalue) + 1);
588 while (categoryvalue[0] != '\0' && categoryvalue[0] == ':')
589 ++categoryvalue;
590 if (categoryvalue[0] == '\0')
602 while (categoryvalue[0] != '\0' && categoryvalue[0] != ':')
603 *cp++ = *categoryvalue++;
/netbsd-src/external/gpl2/texinfo/dist/intl/
H A Ddcigettext.c438 const char *categoryvalue; in DCIGETTEXT() local
564 categoryvalue = guess_category_value (category, categoryname); in DCIGETTEXT()
576 single_locale = (char *) alloca (strlen (categoryvalue) + 1); in DCIGETTEXT()
585 while (categoryvalue[0] != '\0' && categoryvalue[0] == ':') in DCIGETTEXT()
586 ++categoryvalue; in DCIGETTEXT()
587 if (categoryvalue[0] == '\0') in DCIGETTEXT()
599 while (categoryvalue[0] != '\0' && categoryvalue[0] != ':') in DCIGETTEXT()
600 *cp++ = *categoryvalue++; in DCIGETTEXT()
/netbsd-src/external/gpl3/binutils.old/dist/intl/
H A Ddcigettext.c441 const char *categoryvalue; variable
567 categoryvalue = guess_category_value (category, categoryname);
579 single_locale = (char *) alloca (strlen (categoryvalue) + 1);
588 while (categoryvalue[0] != '\0' && categoryvalue[0] == ':')
589 ++categoryvalue;
590 if (categoryvalue[0] == '\0')
602 while (categoryvalue[0] != '\0' && categoryvalue[0] != ':')
603 *cp++ = *categoryvalue++;
/netbsd-src/external/gpl3/gcc/dist/intl/
H A Ddcigettext.c441 const char *categoryvalue; variable
567 categoryvalue = guess_category_value (category, categoryname);
579 single_locale = (char *) alloca (strlen (categoryvalue) + 1);
588 while (categoryvalue[0] != '\0' && categoryvalue[0] == ':')
589 ++categoryvalue;
590 if (categoryvalue[0] == '\0')
602 while (categoryvalue[0] != '\0' && categoryvalue[0] != ':')
603 *cp++ = *categoryvalue++;
/netbsd-src/external/gpl3/gdb.old/dist/intl/
H A Ddcigettext.c441 const char *categoryvalue; variable
567 categoryvalue = guess_category_value (category, categoryname);
579 single_locale = (char *) alloca (strlen (categoryvalue) + 1);
588 while (categoryvalue[0] != '\0' && categoryvalue[0] == ':')
589 ++categoryvalue;
590 if (categoryvalue[0] == '\0')
602 while (categoryvalue[0] != '\0' && categoryvalue[0] != ':')
603 *cp++ = *categoryvalue++;
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Ddcigettext.c497 const char *categoryvalue; in gl_dcigettext() local
676 categoryvalue = guess_category_value (category, categoryname, localename); in gl_dcigettext()
678 categoryvalue = guess_category_value (category, categoryname); in gl_dcigettext()
691 single_locale = (char *) alloca (strlen (categoryvalue) + 1); in gl_dcigettext()
700 while (categoryvalue[0] != '\0' && categoryvalue[0] == ':') in gl_dcigettext()
701 ++categoryvalue; in gl_dcigettext()
702 if (categoryvalue[0] == '\0') in gl_dcigettext()
714 while (categoryvalue[0] != '\0' && categoryvalue[0] != ':') in gl_dcigettext()
715 *cp++ = *categoryvalue++; in gl_dcigettext()