Searched refs:import (Results 1 - 10 of 10) sorted by relevance

/bind-9.11.3/bin/python/
H A Ddnssec-checkds.py.in10 import os
11 import sys
21 import isc.checkds
H A Ddnssec-coverage.py.in10 import os
11 import sys
21 import isc.coverage
H A Ddnssec-keymgr.py.in10 import os
11 import sys
21 import isc.keymgr
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/contrib/queryparse/
H A Dqueryparse3 import dns.message
4 import dns.rrset
5 import dns.flags
6 import dns.name
7 import pcapy
8 import socket
9 import sys
10 import struct
11 from optparse import OptionParser
/bind-9.11.3/bin/tests/system/delzone/
H A Dtests.sh31 import sys
33 from isc import rndc
44 import sys
46 from isc import rndc
/bind-9.11.3/bin/tests/system/inline/
H A Dtests.sh922 key=`$KEYGEN -r $RANDFILE -q import.example`
923 cp ${key}.key import.key
924 # import should fail
925 $IMPORTKEY -f import.key import.example > /dev/null 2>&1 && ret=1
927 # private key removed; import should now succeed
928 $IMPORTKEY -f import.key import.example > /dev/null 2>&1 || ret=1
929 # now that it's an external key, re-import should succeed
930 $IMPORTKEY -f import
[all...]
H A Dclean.sh96 rm -f import.key Kimport*
/bind-9.11.3/bin/tests/system/rndc/
H A Dtests.sh613 import sys
615 from isc import *
/bind-9.11.3/unit/atf-src/admin/
H A Dltmain.sh4684 # if an import library, we need to obtain dlname
4696 # no lafile. user explicitly requested -dlpreopen <import library>.
4712 else # not an import lib
4890 # ARG is a GNU/binutils-style import library. Returns
4903 # ARG is an MS-style import library. Returns
4917 # Need a lot of goo to handle *both* DLLs and import libs
4928 *ar\ archive\ import\ library*) # definitely import
4929 win32_libid_type="x86 archive import"
4931 *ar\ archive*) # could be an import, o
[all...]
/bind-9.11.3/
H A Dltmain.sh3383 # if an import library, we need to obtain dlname
3395 # no lafile. user explicitly requested -dlpreopen <import library>.
3411 else # not an import lib
3571 # Need a lot of goo to handle *both* DLLs and import libs
3581 *ar\ archive\ import\ library*) # definitely import
3582 win32_libid_type="x86 archive import"
3584 *ar\ archive*) # could be an import, or static
3593 s,.*,import,
3599 import*) win32_libid_typ
[all...]

Completed in 74 milliseconds