Searched refs:lib (Results 1 - 25 of 54) sorted by relevance
123
/bind-9.11.3/util/ |
H A D | checklibs.sh | 14 list=`git grep -l snprintf lib bin | 16 grep -vE -e '(lib/bind|lib/dns/rdata|lib/dns/gen.c)' \ 17 -e '(lib/isc/win32/time.c|dlzexternal/driver.c)' | 28 list=`git grep -lw strsep lib bin | 30 grep -vE -e '(lib/bind|lib/dns/rdata|lib/dns/gen.c)' \ 31 -e '(lib/is [all...] |
H A D | mdnbuildtest.sh | 12 # it was written (NetBSD 1.5_alpha2 with libiconv in /usr/local/lib). It 38 CFLAGS=-I/usr/local/include ./configure --with-iconv='-L/usr/local/lib -liconv' 56 mkdir -p $mdntmp/lib $mdntmp/include 57 cp $mdn/lib/.libs/libmdn.so $mdntmp/lib 60 ./configure --with-mdn=$mdntmp --with-iconv="-L/usr/local/lib -liconv" 62 LD_LIBRARY_PATH=/usr/local/lib:$mdntmp/lib:/usr/lib make
|
H A D | kit.sh | 141 lib/lwres/man/resolver.5 contrib/zkt/doc/rfc5011.txt \ 142 bin/tests/system/relay lib/cfg 160 if test -f lib/bind/configure 162 chmod +x lib/bind/configure lib/bind/mkinstalldirs 166 windirs=`find lib bin -type d -name win32`
|
H A D | check-categories.sh | 7 list1=`grep LOGCATEGORY lib/*/include/*/*.h bin/named/include/named/*.h |
|
H A D | nt-kit | 86 ##cd lib/isc 93 perl -pi -e '$_ = "" if /chmod\(.*\)/' lib/dns/sec/dst/dst_parse.c 96 perl -pi -e 'last if /^##confparser\.c/' lib/dns/config/Makefile.in
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/ |
H A D | Makefile | 21 normalize: ../lib/unicodedata_320.c 23 nameprep: ../lib/nameprepdata.c 25 ../lib/unicodedata_301.c: $(NORM_GENERATOR) 30 ../lib/unicodedata_310.c: $(NORM_GENERATOR) 35 ../lib/unicodedata_320.c: $(NORM_GENERATOR) 40 ../lib/nameprepdata.c: $(NAMEPREP_GENERATOR) $(NAMEPREP_FILES)
|
/bind-9.11.3/unit/atf-src/admin/ |
H A D | compile | 98 lib=$1 105 if $shared && test -f "$dir/$lib.dll.lib"; then 107 lib=$dir/$lib.dll.lib 110 if test -f "$dir/$lib.lib"; then 112 lib=$dir/$lib [all...] |
H A D | ltmain.sh | 3771 If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created 3772 using 'ar' and 'ranlib', or on Windows using 'lib'. 3856 || func_fatal_help "'$lib' is not a valid libtool archive" 4003 for lib in $libs; do 4004 echo "removing references to $lt_sysroot and '=' prefixes from $lib" 4008 for lib in $libs; do 4009 $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ 4011 mv -f $tmpdir/tmp-la $lib 4348 lib=$destdir/$realname 4453 for lib i [all...] |
H A D | ar-lib | 2 # Wrapper for Microsoft lib.exe 4 me=ar-lib 129 -lib | -LIB \
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/rpm/ |
H A D | idnkit.spec | 45 if [ -f /usr/lib/libiconv.a -o -f /usr/lib/libiconv.so ] 47 if [ -f /lib/libc-2.0* ] 66 #install -c lib/libidnkit.a $RPM_BUILD_ROOT/usr/lib 82 %{prefix}/lib/libidnkit.so.* 83 %{prefix}/lib/libidnkitlite.so.* 84 %{prefix}/lib/libidnkitres.so.* 96 %{prefix}/lib/libidnkit.a 97 %{prefix}/lib/libidnki [all...] |
/bind-9.11.3/lib/isccc/ |
H A D | lib.c | 23 /* $Id: lib.c,v 1.9 2007/08/28 07:20:43 tbox Exp $ */ 35 #include <isccc/lib.h>
|
H A D | result.c | 33 #include <isccc/lib.h>
|
/bind-9.11.3/contrib/dlz/modules/ldap/testing/ |
H A D | slapd.conf | 12 modulepath /usr/lib/ldap 38 directory /var/lib/ldap
|
/bind-9.11.3/lib/dns/ |
H A D | dst_lib.c | 24 #include <dst/lib.h>
|
H A D | dst_result.c | 20 #include <dst/lib.h>
|
/bind-9.11.3/contrib/dlz/modules/bdbhpt/ |
H A D | Makefile | 2 libdir = $(prefix)/lib/bind9
|
/bind-9.11.3/contrib/dlz/example/win32/ |
H A D | dxdriver.mak | 119 -@erase "$(OUTDIR)\dxdriver.lib" 126 CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "../" /I "../../../../../" /I "../../../../../lib/isc/win32" /I "../../../../../lib/isc/win32/include" /I "../../../../../lib/isc/include" /I "../../../../../lib/dns/include" /D "NDEBUG" /D "WIN32" /D "__STDC__" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Fp"$(INTDIR)\dxdriver.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 133 LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib /nologo /dll /incremental:no /pdb:"$(OUTDIR)\dxdriver.pdb" /machine:I386 /def:".\dxdriver.def" /out:"../../../../../Build/Release/dxdriver.dll" /implib:"$(OUTDIR)\dxdriver.lib" 165 -@erase "$(OUTDIR)\dxdriver.lib" [all...] |
/bind-9.11.3/contrib/dlz/modules/filesystem/ |
H A D | Makefile | 2 libdir = $(prefix)/lib/bind9
|
/bind-9.11.3/contrib/dlz/modules/ldap/ |
H A D | Makefile | 2 libdir = $(prefix)/lib/bind9
|
/bind-9.11.3/contrib/dlz/modules/sqlite3/ |
H A D | Makefile | 2 libdir = $(prefix)/lib/bind9
|
/bind-9.11.3/contrib/dlz/modules/wildcard/ |
H A D | Makefile | 2 libdir = $(prefix)/lib/bind9
|
/bind-9.11.3/bin/tests/system/dyndb/driver/ |
H A D | driver.c | 23 #include <isc/lib.h> 28 #include <dns/lib.h>
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/ |
H A D | ltconfig | 185 # which needs '.lib'). 701 link_static_flag='-bnso -bI:/lib/syscalls.exp' 1133 archive_cmds='$rm $objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $objdir/a2ixlibrary.data~$AR cru $lib $libobjs~$RANLIB $lib~(cd $objdir && a2ixlibrary -32)' 1151 archive_cmds='$CC -nostart $libobjs $deplibs $linkopts ${wl}-soname $wl$soname -o $lib' 1186 $CC -Wl,--base-file,$objdir/$soname-base -Wl,--dll -nostartfiles -Wl,-e,__cygwin_dll_entry@12 -o $lib $objdir/$soname-ltdll.$objext $libobjs $deplibs $linkopts~ 1188 $CC -Wl,--base-file,$objdir/$soname-base $objdir/$soname-exp -Wl,--dll -nostartfiles -Wl,-e,__cygwin_dll_entry@12 -o $lib $objdir/$soname-ltdll.$objext $libobjs $deplibs $linkopts~ 1190 $CC $objdir/$soname-exp -Wl,--dll -nostartfiles -Wl,-e,__cygwin_dll_entry@12 -o $lib $objdir/$soname-ltdll.$objext $libobjs $deplibs $linkopts' 1192 old_archive_from_new_cmds='$DLLTOOL --as=$AS --dllname $soname --def $objdir/$soname-def --output-lib $objdir/$libname.a' 1197 archive_cmds='$LD -Bshareable $libobjs $deplibs $linkopts -o $lib' [all...] |
/bind-9.11.3/lib/isc/ |
H A D | lib.c | 9 /* $Id: lib.c,v 1.16 2009/09/02 23:48:02 tbox Exp $ */ 19 #include <isc/lib.h>
|
/bind-9.11.3/ |
H A D | ltmain.sh | 2484 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created 2485 using \`ar' and \`ranlib', or on Windows using \`lib'. 2568 || func_fatal_help "\`$lib' is not a valid libtool archive" 2714 for lib in $libs; do 2715 echo "removing references to $lt_sysroot and \`=' prefixes from $lib" 2719 for lib in $libs; do 2720 sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ 2722 mv -f $tmpdir/tmp-la $lib 3050 lib="$destdir/$realname" 3155 for lib i [all...] |
Completed in 38 milliseconds
123