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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural-exp.c99 EXTRACT_PLURAL_EXPRESSION (const char *nullentry, argument
103 if (nullentry != NULL)
108 plural = strstr (nullentry, "plural=");
109 nplurals = strstr (nullentry, "nplurals=");
H A Dplural-exp.h114 extern void EXTRACT_PLURAL_EXPRESSION (const char *nullentry,
H A Ddcigettext.c1090 char *nullentry; local
1096 nullentry =
1104 if (nullentry != NULL)
1108 charsetstr = strstr (nullentry, "charset=");
H A Dloadmsgcat.c795 const char *nullentry; local
1282 nullentry =
1285 nullentry = _nl_find_msg (domain_file, domainbinding, "", 0, &nullentrylen);
1287 EXTRACT_PLURAL_EXPRESSION (nullentry, &domain->plural, &domain->nplurals);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/ipc/
H A Dutil.h39 struct ipc_id_ary nullentry; member in struct:ipc_ids
89 if (entries != &ids->nullentry)
H A Dutil.c173 ids->entries = &ids->nullentry;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-check.c174 plural_help (const char *nullentry) argument
179 language = c_strstr (nullentry, "Language-Team: ");
265 const char *nullentry; local
269 nullentry = header->msgstr;
271 plural = c_strstr (nullentry, "plural=");
272 nplurals = c_strstr (nullentry, "nplurals=");
279 char *help = plural_help (nullentry);
303 char *help = plural_help (nullentry);
339 char *help = plural_help (nullentry);
361 char *help = plural_help (nullentry);
[all...]

Completed in 96 milliseconds