Searched refs:loaded_l10nfile (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dloadinfo.h65 struct loaded_l10nfile struct
72 struct loaded_l10nfile *next;
73 struct loaded_l10nfile *successor[1];
98 extern struct loaded_l10nfile *
99 _nl_make_l10nflist (struct loaded_l10nfile **l10nfile_list,
H A Dfinddomain.c53 static struct loaded_l10nfile *_nl_loaded_domains;
59 struct loaded_l10nfile *
64 struct loaded_l10nfile *retval;
200 struct loaded_l10nfile *runp = _nl_loaded_domains;
204 struct loaded_l10nfile *here = runp;
H A DgettextP.h243 struct loaded_l10nfile *_nl_find_domain (const char *__dirname, char *__locale,
247 void _nl_load_domain (struct loaded_l10nfile *__domain,
252 char *_nl_find_msg (struct loaded_l10nfile *domain_file,
258 char *_nl_find_msg (struct loaded_l10nfile *domain_file,
H A Dl10nflist.c175 struct loaded_l10nfile *
176 _nl_make_l10nflist (struct loaded_l10nfile **l10nfile_list,
184 struct loaded_l10nfile **lastp;
185 struct loaded_l10nfile *retval;
276 /* Allocate a new loaded_l10nfile. */
278 (struct loaded_l10nfile *)
281 * sizeof (struct loaded_l10nfile *)));
H A Ddcigettext.c265 struct loaded_l10nfile *domain;
348 static char *plural_lookup (struct loaded_l10nfile *domain,
494 struct loaded_l10nfile *domain;
880 _nl_find_msg (struct loaded_l10nfile *domain_file,
885 _nl_find_msg (struct loaded_l10nfile *domain_file,
1381 plural_lookup (struct loaded_l10nfile *domain, unsigned long int n,
H A Dloadmsgcat.c780 _nl_load_domain (struct loaded_l10nfile *domain_file,

Completed in 101 milliseconds