Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/intl/
H A 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=");
H A 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);
H A Dplural-exp.h116 extern void EXTRACT_PLURAL_EXPRESSION PARAMS ((const char *nullentry,
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Dloadmsgcat.c227 char *nullentry; local
243 nullentry = _nl_find_msg (domain_file, domainbinding, "", &nullentrylen);
245 if (nullentry != NULL)
250 charsetstr = strstr (nullentry, "charset=");
322 return nullentry;
363 const char *nullentry; local
504 nullentry = _nl_init_domain_conv (domain_file, domain, domainbinding);
507 if (nullentry != NULL)
512 plural = strstr (nullentry, "plural=");
513 nplurals = strstr (nullentry, "nplurals=");
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dplural-exp.c99 EXTRACT_PLURAL_EXPRESSION (const char *nullentry, struct expression **pluralp, in EXTRACT_PLURAL_EXPRESSION() argument
102 if (nullentry != NULL) in EXTRACT_PLURAL_EXPRESSION()
107 plural = strstr (nullentry, "plural="); in EXTRACT_PLURAL_EXPRESSION()
108 nplurals = strstr (nullentry, "nplurals="); in EXTRACT_PLURAL_EXPRESSION()
H A Dloadmsgcat.c780 char *nullentry; in _nl_init_domain_conv() local
796 nullentry = _nl_find_msg (domain_file, domainbinding, "", &nullentrylen); in _nl_init_domain_conv()
798 if (nullentry != NULL) in _nl_init_domain_conv()
803 charsetstr = strstr (nullentry, "charset="); in _nl_init_domain_conv()
883 return nullentry; in _nl_init_domain_conv()
923 const char *nullentry; in _nl_load_domain() local
1391 nullentry = _nl_init_domain_conv (domain_file, domain, domainbinding); in _nl_load_domain()
1394 EXTRACT_PLURAL_EXPRESSION (nullentry, &domain->plural, &domain->nplurals); in _nl_load_domain()
H A Dplural-exp.h108 extern void EXTRACT_PLURAL_EXPRESSION (const char *nullentry,