/bind-9.11.3/lib/isc/unix/include/isc/ |
H A D | stat.h | 19 * Portable <sys/stat.h> support. 41 #include <sys/types.h> 42 #include <sys/stat.h>
|
H A D | offset.h | 19 #include <sys/types.h>
|
H A D | strerror.h | 16 #include <sys/types.h>
|
/bind-9.11.3/bin/python/ |
H A D | dnssec-checkds.py.in | 11 import sys 13 sys.path.insert(0, os.path.dirname(sys.argv[0])) 16 sys.path.insert(1, '@PYTHON_INSTALL_DIR@') 18 sys.path.insert(1, os.path.join('@prefix@', 'lib', 19 'python' + sys.version[:3], 'site-packages'))
|
H A D | dnssec-coverage.py.in | 11 import sys 13 sys.path.insert(0, os.path.dirname(sys.argv[0])) 16 sys.path.insert(1, '@PYTHON_INSTALL_DIR@') 18 sys.path.insert(1, os.path.join('@prefix@', 'lib', 19 'python' + sys.version[:3], 'site-packages'))
|
H A D | dnssec-keymgr.py.in | 11 import sys 13 sys.path.insert(0, os.path.dirname(sys.argv[0])) 16 sys.path.insert(1, '@PYTHON_INSTALL_DIR@') 18 sys.path.insert(1, os.path.join('@prefix@', 'lib', 19 'python' + sys.version[:3], 'site-packages'))
|
/bind-9.11.3/lib/isc/win32/include/isc/ |
H A D | offset.h | 18 #include <sys/types.h>
|
H A D | strerror.h | 14 #include <sys/types.h>
|
H A D | stat.h | 14 #include <sys/stat.h>
|
/bind-9.11.3/bin/tests/system/keymgr/ |
H A D | testpolicy.py | 9 import sys namespace 10 sys.path.insert(0, '../../../python') 19 if len(sys.argv) > 0: 20 for policy_file in sys.argv[1:]:
|
/bind-9.11.3/bin/tests/system/dnstap/ |
H A D | ydump.py | 17 import sys namespace 19 DNSTAP_READ=sys.argv[1] 20 DATAFILE=sys.argv[2]
|
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | user.h | 29 #include <sys/types.h>
|
H A D | user.c | 28 #include <sys/param.h> 29 #include <sys/types.h>
|
/bind-9.11.3/contrib/queryperf/utils/ |
H A D | gen-data-queryperf.py | 17 import sys namespace 58 sys.stdout.write("Usage: " + sys.argv[0] + " [-n number] " + 60 sys.stdout.write(" [-m MAXSIZE] [-f zone-file]\n") 64 optlist, args = getopt.getopt(sys.argv[1:], "hp:f:n:t:m:", 71 sys.exit(0) 85 sys.stderr.write(sys.argv[0] + ": " + str(reason) + "\n") 87 sys.exit(1) 91 sys [all...] |
/bind-9.11.3/bin/confgen/win32/ |
H A D | os.c | 17 #include <sys/types.h> 21 #include <sys/stat.h>
|
/bind-9.11.3/lib/lwres/unix/include/lwres/ |
H A D | net.h | 45 #include <sys/types.h> 46 #include <sys/socket.h> /* Contractual promise. */ 47 #include <sys/ioctl.h> 48 #include <sys/time.h> 49 #include <sys/un.h>
|
/bind-9.11.3/lib/isc/unix/ |
H A D | os.c | 37 #include <sys/pstat.h> 51 #include <sys/types.h> /* for FreeBSD */ 52 #include <sys/param.h> /* for NetBSD */ 53 #include <sys/sysctl.h>
|
H A D | socket_p.h | 17 #include <sys/select.h>
|
H A D | keyboard.c | 13 #include <sys/param.h> 14 #include <sys/types.h> 15 #include <sys/time.h> 16 #include <sys/uio.h>
|
H A D | meminfo.c | 14 #include <sys/sysctl.h>
|
/bind-9.11.3/bin/confgen/unix/ |
H A D | os.c | 19 #include <sys/types.h> 23 #include <sys/stat.h>
|
/bind-9.11.3/bin/tests/system/delzone/ |
H A D | tests.sh | 31 import sys 32 sys.path.insert(0, '../../../../bin/python') 44 import sys 45 sys.path.insert(0, '../../../../bin/python')
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | user.hpp | 34 #include <sys/types.h>
|
H A D | timers.hpp | 34 #include <sys/types.h>
|
/bind-9.11.3/contrib/dlz/modules/filesystem/ |
H A D | dir.h | 17 #include <sys/types.h>
|