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

/haiku-fatelf/src/system/libroot/posix/glibc/intl/
H A Dloadinfo.h60 struct loaded_l10nfile struct
67 struct loaded_l10nfile *next;
68 struct loaded_l10nfile *successor[1];
79 extern struct loaded_l10nfile *
80 _nl_make_l10nflist PARAMS ((struct loaded_l10nfile **l10nfile_list,
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dloadinfo.h79 struct loaded_l10nfile struct
86 struct loaded_l10nfile *next;
87 struct loaded_l10nfile *successor[1];
112 extern struct loaded_l10nfile *
113 _nl_make_l10nflist PARAMS ((struct loaded_l10nfile **l10nfile_list,
H A Dfinddomain.c44 static struct loaded_l10nfile *_nl_loaded_domains;
50 struct loaded_l10nfile *
58 struct loaded_l10nfile *retval;
185 struct loaded_l10nfile *runp = _nl_loaded_domains;
189 struct loaded_l10nfile *here = runp;
H A DgettextP.h167 struct loaded_l10nfile *_nl_find_domain PARAMS ((const char *__dirname,
172 void _nl_load_domain PARAMS ((struct loaded_l10nfile *__domain,
177 const char *_nl_init_domain_conv PARAMS ((struct loaded_l10nfile *__domain_file,
184 char *_nl_find_msg PARAMS ((struct loaded_l10nfile *domain_file,
H A Dl10nflist.c190 struct loaded_l10nfile *
194 struct loaded_l10nfile **l10nfile_list;
210 struct loaded_l10nfile **lastp;
211 struct loaded_l10nfile *retval;
329 /* Allocate a new loaded_l10nfile. */
331 (struct loaded_l10nfile *)
334 * sizeof (struct loaded_l10nfile *)));
H A Ddcigettext.c235 struct loaded_l10nfile *domain;
313 static char *plural_lookup PARAMS ((struct loaded_l10nfile *domain,
448 struct loaded_l10nfile *domain;
738 struct loaded_l10nfile *domain_file;
1049 struct loaded_l10nfile *domain;
H A Dloadmsgcat.c768 struct loaded_l10nfile *domain_file;
908 struct loaded_l10nfile *domain_file;
/haiku-fatelf/src/bin/gawk/intl/
H A Dloadinfo.h76 struct loaded_l10nfile struct
83 struct loaded_l10nfile *next;
84 struct loaded_l10nfile *successor[1];
109 extern struct loaded_l10nfile *
110 _nl_make_l10nflist PARAMS ((struct loaded_l10nfile **l10nfile_list,
H A Dfinddomain.c42 static struct loaded_l10nfile *_nl_loaded_domains;
48 struct loaded_l10nfile *
56 struct loaded_l10nfile *retval;
183 struct loaded_l10nfile *runp = _nl_loaded_domains;
187 struct loaded_l10nfile *here = runp;
H A DgettextP.h165 struct loaded_l10nfile *_nl_find_domain PARAMS ((const char *__dirname,
170 void _nl_load_domain PARAMS ((struct loaded_l10nfile *__domain,
175 const char *_nl_init_domain_conv PARAMS ((struct loaded_l10nfile *__domain_file,
182 char *_nl_find_msg PARAMS ((struct loaded_l10nfile *domain_file,
H A Dl10nflist.c187 struct loaded_l10nfile *
191 struct loaded_l10nfile **l10nfile_list;
207 struct loaded_l10nfile **lastp;
208 struct loaded_l10nfile *retval;
326 /* Allocate a new loaded_l10nfile. */
328 (struct loaded_l10nfile *)
331 * sizeof (struct loaded_l10nfile *)));
H A Ddcigettext.c229 struct loaded_l10nfile *domain;
307 static char *plural_lookup PARAMS ((struct loaded_l10nfile *domain,
438 struct loaded_l10nfile *domain;
728 struct loaded_l10nfile *domain_file;
1039 struct loaded_l10nfile *domain;
H A Dloadmsgcat.c766 struct loaded_l10nfile *domain_file;
906 struct loaded_l10nfile *domain_file;
/haiku-fatelf/src/system/libroot/posix/glibc/locale/
H A Dlocaleinfo.h33 #include <intl/loadinfo.h> /* For loaded_l10nfile definition. */
187 extern void _nl_load_locale (struct loaded_l10nfile *file, int category);

Completed in 102 milliseconds