Searched refs:categoryvalue (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/sharutils/intl/
H A Ddcgettext.c181 const char *categoryvalue; local
254 categoryvalue = guess_category_value (category, categoryname);
274 single_locale = (char *) alloca (strlen (categoryvalue) + 1);
282 while (categoryvalue[0] != '\0' && categoryvalue[0] == ':')
283 ++categoryvalue;
284 if (categoryvalue[0] == '\0')
296 while (categoryvalue[0] != '\0' && categoryvalue[0] != ':')
297 *cp++ = *categoryvalue
[all...]
/haiku-fatelf/src/bin/bash/lib/intl/
H A Ddcigettext.c451 const char *categoryvalue; local
577 categoryvalue = guess_category_value (category, categoryname);
589 single_locale = (char *) alloca (strlen (categoryvalue) + 1);
598 while (categoryvalue[0] != '\0' && categoryvalue[0] == ':')
599 ++categoryvalue;
600 if (categoryvalue[0] == '\0')
612 while (categoryvalue[0] != '\0' && categoryvalue[0] != ':')
613 *cp++ = *categoryvalue
[all...]
/haiku-fatelf/src/bin/gawk/intl/
H A Ddcigettext.c441 const char *categoryvalue; local
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
[all...]

Completed in 62 milliseconds