Searched refs:dlopen (Results 1 - 13 of 13) sorted by relevance

/bind-9.11.3/bin/tests/system/dlzexternal/
H A Dprereq.sh12 $FEATURETEST --have-dlopen || {
13 echo "I:dlopen() not supported - skipping dlzexternal test"
/bind-9.11.3/bin/tests/system/dyndb/
H A Dprereq.sh12 $FEATURETEST --have-dlopen || {
13 echo "I:dlopen() not supported - skipping dyndb test"
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dltconfig249 --enable-dlopen enable dlopen support
282 --enable-dlopen) enable_dlopen=yes ;;
2247 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
2248 echo "$progname:2248: checking for dlopen in -ldl" >&5
2249 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
2263 char dlopen();
2266 dlopen() function
2284 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
2287 echo $ac_n "checking for dlopen""
2313 dlopen(); function
[all...]
H A Dltmain.sh186 -dlopen)
187 prevopt="-dlopen"
252 # Only execute mode is allowed to have -dlopen flags.
254 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
1012 -dlopen)
1178 if test "$build_libtool_libs" = yes && test "$dlopen" = yes; then
1282 # This library was specified with -dlopen.
1285 if test -z "$dlname" || test "$dlopen" != yes || test "$build_libtool_libs" = no; then
1286 # If there is no dlname, no dlopen support or we're linking statically,
1543 $echo "$modename: warning: \`-dlopen' i
[all...]
H A Dconfigure2181 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
2182 echo "configure:2183: checking for dlopen in -ldl" >&5
2183 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
2195 char dlopen();
2198 dlopen() function
2508 for ac_func in dlopen dlsym
/bind-9.11.3/lib/isc/unix/
H A Dpk11_api.c43 hPK11 = dlopen(pk11_get_lib_name(), RTLD_NOW);
47 "dlopen(\"%s\") failed: %s\n",
143 hPK11 = dlopen(pk11_get_lib_name(), RTLD_NOW);
146 "dlopen(\"%s\") failed: %s\n",
/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dstub.c90 return (dlopen(path, RTLD_LAZY));
/bind-9.11.3/
H A Dltmain.sh1076 --dlopen|-dlopen)
1203 # Only execute mode is allowed to have -dlopen flags.
1205 func_error "unrecognized option \`-dlopen'"
2383 -dlopen FILE add the directory containing FILE to the library path
2385 This mode sets the library path environment variable according to \`-dlopen'
2440 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime
2555 # Handle -dlopen flags immediately.
2602 func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
5533 -dlopen)
[all...]
H A Dconfigure1797 --with-dlopen=ARG support dynamically loadable DLZ drivers
10737 lt_cv_dlopen="dlopen"
10743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10744 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10759 char dlopen ();
10763 return dlopen ();
10780 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10835 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10837 lt_cv_dlopen="dlopen"
10839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen i
[all...]
/bind-9.11.3/lib/dns/
H A Ddyndb.c137 handle = dlopen(filename, flags);
/bind-9.11.3/unit/atf-src/admin/
H A Dltmain.sh2324 --dlopen|-dlopen)
2441 # Only execute mode is allowed to have -dlopen flags.
2443 func_error "unrecognized option '-dlopen'"
3669 -dlopen FILE add the directory containing FILE to the library path
3671 This mode sets the library path environment variable according to '-dlopen'
3726 -dlopen FILE '-dlpreopen' FILE if it cannot be dlopened at runtime
3843 # Handle -dlopen flags immediately.
3890 func_warning "'-dlopen' is ignored for non-libtool libraries and objects"
6910 -dlopen)
[all...]
/bind-9.11.3/bin/named/unix/
H A Ddlz_dlopen_driver.c205 * Called at startup for each dlopen zone in named.conf
271 cd->dl_handle = dlopen(cd->dl_path, dlopen_flags);
601 result = dns_sdlzregister("dlopen", &dlz_dlopen_methods, NULL,
/bind-9.11.3/unit/atf-src/
H A Dconfigure11806 lt_cv_dlopen=dlopen
11812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11813 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11828 char dlopen ();
11832 return dlopen ();
11849 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
11863 lt_cv_dlopen=dlopen
11912 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11914 lt_cv_dlopen=dlopen
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen i
[all...]

Completed in 6581 milliseconds