Home
last modified time | relevance | path

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

/nss/
A Dnss_module.c183 char *shlib_name; in module_load() local
184 if (__asprintf (&shlib_name, "libnss_%s.so%s", in module_load()
191 handle = __libc_dlopen (shlib_name); in module_load()
192 free (shlib_name); in module_load()

Completed in 4 milliseconds