Home
last modified time | relevance | path

Searched refs:locale_alias_path (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/gpl3/binutils.old/dist/intl/
H A Dlocalealias.c154 static const char *locale_alias_path; local
163 if (locale_alias_path == NULL)
164 locale_alias_path = LOCALE_ALIAS_PATH;
190 while (added == 0 && locale_alias_path[0] != '\0')
194 while (locale_alias_path[0] == PATH_SEPARATOR)
195 ++locale_alias_path;
196 start = locale_alias_path;
198 while (locale_alias_path[0] != '\0'
199 && locale_alias_path[0] != PATH_SEPARATOR)
200 ++locale_alias_path;
[all …]
/netbsd/external/gpl3/gdb/dist/intl/
H A Dlocalealias.c154 static const char *locale_alias_path; local
163 if (locale_alias_path == NULL)
164 locale_alias_path = LOCALE_ALIAS_PATH;
190 while (added == 0 && locale_alias_path[0] != '\0')
194 while (locale_alias_path[0] == PATH_SEPARATOR)
195 ++locale_alias_path;
196 start = locale_alias_path;
198 while (locale_alias_path[0] != '\0'
199 && locale_alias_path[0] != PATH_SEPARATOR)
200 ++locale_alias_path;
[all …]
/netbsd/external/gpl2/texinfo/dist/intl/
H A Dlocalealias.c155 static const char *locale_alias_path; in _nl_expand_alias() local
164 if (locale_alias_path == NULL) in _nl_expand_alias()
165 locale_alias_path = LOCALE_ALIAS_PATH; in _nl_expand_alias()
191 while (added == 0 && locale_alias_path[0] != '\0') in _nl_expand_alias()
195 while (locale_alias_path[0] == PATH_SEPARATOR) in _nl_expand_alias()
196 ++locale_alias_path; in _nl_expand_alias()
197 start = locale_alias_path; in _nl_expand_alias()
199 while (locale_alias_path[0] != '\0' in _nl_expand_alias()
200 && locale_alias_path[0] != PATH_SEPARATOR) in _nl_expand_alias()
201 ++locale_alias_path; in _nl_expand_alias()
[all …]
/netbsd/external/gpl3/gcc/dist/intl/
H A Dlocalealias.c154 static const char *locale_alias_path; local
163 if (locale_alias_path == NULL)
164 locale_alias_path = LOCALE_ALIAS_PATH;
190 while (added == 0 && locale_alias_path[0] != '\0')
194 while (locale_alias_path[0] == PATH_SEPARATOR)
195 ++locale_alias_path;
196 start = locale_alias_path;
198 while (locale_alias_path[0] != '\0'
199 && locale_alias_path[0] != PATH_SEPARATOR)
200 ++locale_alias_path;
[all …]
/netbsd/external/gpl3/gdb.old/dist/intl/
H A Dlocalealias.c154 static const char *locale_alias_path; local
163 if (locale_alias_path == NULL)
164 locale_alias_path = LOCALE_ALIAS_PATH;
190 while (added == 0 && locale_alias_path[0] != '\0')
194 while (locale_alias_path[0] == PATH_SEPARATOR)
195 ++locale_alias_path;
196 start = locale_alias_path;
198 while (locale_alias_path[0] != '\0'
199 && locale_alias_path[0] != PATH_SEPARATOR)
200 ++locale_alias_path;
[all …]
/netbsd/external/gpl3/binutils/dist/intl/
H A Dlocalealias.c154 static const char *locale_alias_path; local
163 if (locale_alias_path == NULL)
164 locale_alias_path = LOCALE_ALIAS_PATH;
190 while (added == 0 && locale_alias_path[0] != '\0')
194 while (locale_alias_path[0] == PATH_SEPARATOR)
195 ++locale_alias_path;
196 start = locale_alias_path;
198 while (locale_alias_path[0] != '\0'
199 && locale_alias_path[0] != PATH_SEPARATOR)
200 ++locale_alias_path;
[all …]
/netbsd/external/gpl3/gcc.old/dist/intl/
H A Dlocalealias.c154 static const char *locale_alias_path; local
163 if (locale_alias_path == NULL)
164 locale_alias_path = LOCALE_ALIAS_PATH;
190 while (added == 0 && locale_alias_path[0] != '\0')
194 while (locale_alias_path[0] == PATH_SEPARATOR)
195 ++locale_alias_path;
196 start = locale_alias_path;
198 while (locale_alias_path[0] != '\0'
199 && locale_alias_path[0] != PATH_SEPARATOR)
200 ++locale_alias_path;
[all …]
/netbsd/external/gpl2/grep/dist/intl/
H A Dlocalealias.c140 static const char *locale_alias_path; local
149 if (locale_alias_path == NULL)
150 locale_alias_path = LOCALE_ALIAS_PATH;
176 while (added == 0 && locale_alias_path[0] != '\0')
180 while (locale_alias_path[0] == PATH_SEPARATOR)
181 ++locale_alias_path;
182 start = locale_alias_path;
184 while (locale_alias_path[0] != '\0'
185 && locale_alias_path[0] != PATH_SEPARATOR)
186 ++locale_alias_path;
[all …]
H A DChangeLog80 * localealias.c (_nl_expand_alias): Initialize locale_alias_path once,
/netbsd/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dlocalealias.c158 static const char *locale_alias_path; in _nl_expand_alias() local
165 if (locale_alias_path == NULL) in _nl_expand_alias()
166 locale_alias_path = LOCALE_ALIAS_PATH; in _nl_expand_alias()
192 while (added == 0 && locale_alias_path[0] != '\0') in _nl_expand_alias()
196 while (locale_alias_path[0] == PATH_SEPARATOR) in _nl_expand_alias()
197 ++locale_alias_path; in _nl_expand_alias()
198 start = locale_alias_path; in _nl_expand_alias()
200 while (locale_alias_path[0] != '\0' in _nl_expand_alias()
201 && locale_alias_path[0] != PATH_SEPARATOR) in _nl_expand_alias()
202 ++locale_alias_path; in _nl_expand_alias()
[all …]
H A DChangeLog1780 * localealias.c (_nl_expand_alias): Initialize locale_alias_path once,