Home
last modified time | relevance | path

Searched refs:nullentry (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/intl/
Dplural-exp.c99 EXTRACT_PLURAL_EXPRESSION (nullentry, pluralp, npluralsp) in EXTRACT_PLURAL_EXPRESSION() argument
100 const char *nullentry; in EXTRACT_PLURAL_EXPRESSION()
104 if (nullentry != NULL)
109 plural = strstr (nullentry, "plural=");
110 nplurals = strstr (nullentry, "nplurals=");
Dloadmsgcat.c775 char *nullentry; local
791 nullentry = _nl_find_msg (domain_file, domainbinding, "", &nullentrylen);
793 if (nullentry != NULL)
798 charsetstr = strstr (nullentry, "charset=");
878 return nullentry;
920 const char *nullentry; local
1292 nullentry = _nl_init_domain_conv (domain_file, domain, domainbinding);
1295 EXTRACT_PLURAL_EXPRESSION (nullentry, &domain->plural, &domain->nplurals);
Dplural-exp.h116 extern void EXTRACT_PLURAL_EXPRESSION PARAMS ((const char *nullentry,