Home
last modified time | relevance | path

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

/glibc-2.36/inet/
Didna.c27 #define LIBIDN2_SONAME "libidn2.so.0" macro
52 void *handle = __libc_dlopen (LIBIDN2_SONAME); in functions_allocate()
/glibc-2.36/resolv/
Dtst-resolv-ai_idn-latin1.c29 void *handle = dlopen (LIBIDN2_SONAME, RTLD_LAZY); in do_test()
Dtst-resolv-ai_idn.c28 void *handle = dlopen (LIBIDN2_SONAME, RTLD_LAZY); in do_test()
Dtst-resolv-ai_idn-nolibidn2.c129 void *handle2 = xdlopen (LIBIDN2_SONAME, RTLD_LAZY | RTLD_NOLOAD); in do_test()
Dtst-resolv-ai_idn-common.c32 #define LIBIDN2_SONAME "libidn2.so.0" macro