Searched refs:dlopen (Results 1 - 13 of 13) sorted by relevance
/bind-9.11.3/bin/tests/system/dlzexternal/ |
H A D | prereq.sh | 12 $FEATURETEST --have-dlopen || { 13 echo "I:dlopen() not supported - skipping dlzexternal test"
|
/bind-9.11.3/bin/tests/system/dyndb/ |
H A D | prereq.sh | 12 $FEATURETEST --have-dlopen || { 13 echo "I:dlopen() not supported - skipping dyndb test"
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/ |
H A D | ltconfig | 249 --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 D | ltmain.sh | 186 -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 D | configure | 2181 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 D | pk11_api.c | 43 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 D | stub.c | 90 return (dlopen(path, RTLD_LAZY));
|
/bind-9.11.3/ |
H A D | ltmain.sh | 1076 --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 D | configure | 1797 --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 D | dyndb.c | 137 handle = dlopen(filename, flags);
|
/bind-9.11.3/unit/atf-src/admin/ |
H A D | ltmain.sh | 2324 --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 D | dlz_dlopen_driver.c | 205 * 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 D | configure | 11806 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