Searched refs:territory (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dexplodename.c58 const char **territory, const char **codeset,
65 *territory = NULL;
83 /* Next is the territory. */
85 *territory = ++cp;
126 if (*territory != NULL && (*territory)[0] == '\0')
56 _nl_explode_name(char *name, const char **language, const char **modifier, const char **territory, const char **codeset, const char **normalized_codeset) argument
H A Dloadinfo.h101 const char *language, const char *territory,
113 territory, codeset.
128 const char **modifier, const char **territory,
H A Dfinddomain.c67 const char *territory; local
83 (3) territory
145 mask = _nl_explode_name (locale, &language, &modifier, &territory,
154 strlen (dirname) + 1, mask, language, territory,
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset,
58 const char **territory;
70 *territory = NULL;
91 /* Next is the territory. */
93 *territory = ++cp;
181 if (*territory != NULL && (*territory)[0] == '\0')
H A Dloadinfo.h112 const char *language, const char *territory,
125 territory, codeset, special, sponsor, revision.
144 const char **territory,
H A Dfinddomain.c59 const char *territory; local
85 (6) territory
140 mask = _nl_explode_name (locale, &language, &modifier, &territory,
147 strlen (dirname) + 1, mask, language, territory,
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset,
58 const char **territory;
70 *territory = NULL;
91 /* Next is the territory. */
93 *territory = ++cp;
181 if (*territory != NULL && (*territory)[0] == '\0')
H A Dloadinfo.h112 const char *language, const char *territory,
125 territory, codeset, special, sponsor, revision.
144 const char **territory,
H A Dfinddomain.c59 const char *territory; local
85 (6) territory
140 mask = _nl_explode_name (locale, &language, &modifier, &territory,
147 strlen (dirname) + 1, mask, language, territory,
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset,
58 const char **territory;
70 *territory = NULL;
91 /* Next is the territory. */
93 *territory = ++cp;
181 if (*territory != NULL && (*territory)[0] == '\0')
H A Dloadinfo.h112 const char *language, const char *territory,
125 territory, codeset, special, sponsor, revision.
144 const char **territory,
H A Dfinddomain.c59 const char *territory; local
85 (6) territory
140 mask = _nl_explode_name (locale, &language, &modifier, &territory,
147 strlen (dirname) + 1, mask, language, territory,
/netbsd-current/external/gpl2/grep/dist/intl/
H A Dexplodename.c55 _nl_explode_name (name, language, modifier, territory, codeset,
60 const char **territory;
72 *territory = NULL;
93 /* Next is the territory. */
95 *territory = ++cp;
183 if (*territory != NULL && (*territory)[0] == '\0')
H A Dloadinfo.h100 const char *language, const char *territory,
114 const char **territory,
H A Dfinddomain.c61 const char *territory; local
87 (6) territory
142 mask = _nl_explode_name (locale, &language, &modifier, &territory,
149 strlen (dirname) + 1, mask, language, territory,
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset,
58 const char **territory;
70 *territory = NULL;
91 /* Next is the territory. */
93 *territory = ++cp;
181 if (*territory != NULL && (*territory)[0] == '\0')
H A Dloadinfo.h112 const char *language, const char *territory,
125 territory, codeset, special, sponsor, revision.
144 const char **territory,
H A Dfinddomain.c59 const char *territory; local
85 (6) territory
140 mask = _nl_explode_name (locale, &language, &modifier, &territory,
147 strlen (dirname) + 1, mask, language, territory,
/netbsd-current/external/gpl3/gcc.old/dist/intl/
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset,
58 const char **territory;
70 *territory = NULL;
91 /* Next is the territory. */
93 *territory = ++cp;
181 if (*territory != NULL && (*territory)[0] == '\0')
H A Dloadinfo.h112 const char *language, const char *territory,
125 territory, codeset, special, sponsor, revision.
144 const char **territory,
H A Dfinddomain.c59 const char *territory; local
85 (6) territory
140 mask = _nl_explode_name (locale, &language, &modifier, &territory,
147 strlen (dirname) + 1, mask, language, territory,
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dloadinfo.h106 const char *language, const char *territory,
118 territory, codeset, special, sponsor, revision.
136 const char **modifier, const char **territory,
H A Dexplodename.c56 const char **territory, const char **codeset,
65 *territory = NULL;
86 /* Next is the territory. */
88 *territory = ++cp;
176 if (*territory != NULL && (*territory)[0] == '\0')
54 _nl_explode_name(char *name, const char **language, const char **modifier, const char **territory, const char **codeset, const char **normalized_codeset, const char **special, const char **sponsor, const char **revision) argument
H A Dfinddomain.c58 const char *territory; local
84 (6) territory
139 mask = _nl_explode_name (locale, &language, &modifier, &territory,
146 strlen (dirname) + 1, mask, language, territory,
/netbsd-current/share/locale/
H A DMakefile.locale156 .for territory in ${TERRITORY_${language}}
157 .for codeset in ${CODESET_${language}_${territory}}
158 LOCALES+=${language}_${territory}.${codeset}
159 .if empty(LOCALESRC_${language}_${territory}.${codeset})
160 LOCALESRC_${language}_${territory}.${codeset}= \
161 ${language}_${territory}.${codeset}
163 FILESDIR_${language}_${territory}.${codeset}.out= \
164 ${LOCALEDIR}/${language}_${territory}.${codeset}
165 FILESNAME_${language}_${territory}.${codeset}.out= \

Completed in 303 milliseconds

12