Home
last modified time | relevance | path

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

/freebsd/lib/libc/iconv/
H A Dcitrus_module.c118 static const char *_pathI18nModule = NULL; variable
188 search_dirs[0] = _pathI18nModule; in _findshlib()
282 if (_pathI18nModule == NULL) { in _citrus_load_module()
285 _pathI18nModule = strdup(p); in _citrus_load_module()
286 if (_pathI18nModule == NULL) in _citrus_load_module()
289 _pathI18nModule = _PATH_I18NMODULE; in _citrus_load_module()