Searched refs:num (Results 1 - 25 of 38) sorted by relevance

12

/bind-9.11.3/lib/isc/include/isc/
H A Dresultclass.h26 #define ISC_RESULTCLASS_FROMNUM(num) ((num) << 16)
/bind-9.11.3/lib/isc/unix/
H A Dstrerror.c38 isc__strerror(int num, char *buf, size_t size) { argument
41 unsigned int unum = (unsigned int)num;
49 msg = strerror(num);
56 unsigned int unum = (unsigned int)num;
60 if (num >= 0 && num < sys_nerr)
61 snprintf(buf, size, "%s", sys_errlist[num]);
/bind-9.11.3/lib/isc/unix/include/isc/
H A Dstrerror.h32 isc__strerror(int num, char *buf, size_t bufsize);
/bind-9.11.3/lib/isc/win32/include/isc/
H A Dstrerror.h29 isc__strerror(int num, char *buf, size_t bufsize);
/bind-9.11.3/lib/dns/
H A Dopenssl_link.c61 entropy_get(unsigned char *buf, int num) { argument
63 if (num < 0)
65 result = dst__entropy_getdata(buf, (unsigned int) num, ISC_FALSE);
75 entropy_getpseudo(unsigned char *buf, int num) { argument
77 if (num < 0)
79 result = dst__entropy_getdata(buf, (unsigned int) num, ISC_TRUE);
85 entropy_add(const void *buf, int num, double entropy) { argument
90 UNUSED(num);
95 entropy_add(const void *buf, int num, double entropy) { argument
100 UNUSED(num);
[all...]
/bind-9.11.3/contrib/queryperf/utils/
H A Dgen-data-queryperf.py21 num = 4 variable
73 num = int(value)
110 for i in range(num):
/bind-9.11.3/lib/dns/rdata/generic/
H A Dcsync_62.c46 unsigned long num; local
57 num = uint32_fromregion(&sr);
59 snprintf(buf, sizeof(buf), "%lu", num);
64 num = uint16_fromregion(&sr);
66 snprintf(buf, sizeof(buf), "%lu", num);
H A Dl32_105.c55 unsigned short num; local
63 num = uint16_fromregion(&region);
65 snprintf(buf, sizeof(buf), "%u", num);
H A Dl64_106.c49 unsigned short num; local
57 num = uint16_fromregion(&region);
59 snprintf(buf, sizeof(buf), "%u", num);
H A Dlp_107.c53 unsigned short num; local
62 num = uint16_fromregion(&region);
64 snprintf(buf, sizeof(buf), "%u", num);
H A Dnid_104.c49 unsigned short num; local
57 num = uint16_fromregion(&region);
59 snprintf(buf, sizeof(buf), "%u", num);
H A Dipseckey_45.c117 unsigned short num; local
135 num = uint8_fromregion(&region);
137 snprintf(buf, sizeof(buf), "%u ", num);
151 num = uint8_fromregion(&region);
153 snprintf(buf, sizeof(buf), "%u ", num);
H A Dafsdb_18.c69 unsigned int num; local
78 num = uint16_fromregion(&region);
80 snprintf(buf, sizeof(buf), "%u ", num);
H A Dmx_15.c93 unsigned short num; local
102 num = uint16_fromregion(&region);
104 snprintf(buf, sizeof(buf), "%u", num);
H A Drt_21.c64 unsigned short num; local
73 num = uint16_fromregion(&region);
75 snprintf(buf, sizeof(buf), "%u", num);
H A Dsoa_6.c128 unsigned long num; local
129 num = uint32_fromregion(&dregion);
131 snprintf(buf, sizeof(buf), comm ? "%-10lu ; " : "%lu", num);
138 RETERR(dns_ttl_totext(num, ISC_TRUE, target));
H A Dnaptr_35.c188 unsigned short num; local
201 num = uint16_fromregion(&region);
203 snprintf(buf, sizeof(buf), "%u", num);
210 num = uint16_fromregion(&region);
212 snprintf(buf, sizeof(buf), "%u", num);
/bind-9.11.3/bin/tests/system/fetchlimit/
H A Dtests.sh16 num=${3:-20}
18 while [ $num -gt 0 ]; do
19 num=`expr $num - 1`
20 echo "${num}${1}${2}.lamesub.example A" >> burst.input.$$
/bind-9.11.3/lib/isc/
H A Dhex.c95 unsigned char num; local
97 num = (ctx->val[0] << 4) + (ctx->val[1]);
98 RETERR(mem_tobuffer(ctx->target, &num, 1));
/bind-9.11.3/lib/isc/win32/
H A Dstrerror.c51 isc__strerror(int num, char *buf, size_t size) { argument
54 unsigned int unum = num;
63 msg = NTstrerror(num, &freebuf);
/bind-9.11.3/lib/dns/rdata/in_1/
H A Dsrv_33.c88 unsigned short num; local
101 num = uint16_fromregion(&region);
103 snprintf(buf, sizeof(buf), "%u", num);
110 num = uint16_fromregion(&region);
112 snprintf(buf, sizeof(buf), "%u", num);
119 num = uint16_fromregion(&region);
121 snprintf(buf, sizeof(buf), "%u", num);
H A Dkx_36.c56 unsigned short num; local
66 num = uint16_fromregion(&region);
68 snprintf(buf, sizeof(buf), "%u", num);
H A Dpx_26.c72 unsigned short num; local
85 num = uint16_fromregion(&region);
87 snprintf(buf, sizeof(buf), "%u", num);
/bind-9.11.3/bin/dig/
H A Ddig.c798 isc_uint32_t num; local
889 result = parse_uint(&num, value, COMMSIZE,
893 lookup->udpsize = num;
985 result = parse_uint(&num, value, 0x3f, "DSCP");
988 lookup->dscp = num;
1012 result = parse_uint(&num,
1019 lookup->edns = num;
1031 result = parse_xint(&num,
1038 lookup->ednsflags = num;
1139 result = parse_uint(&num, valu
1518 isc_uint32_t num; local
[all...]
/bind-9.11.3/bin/tools/
H A Dmdig.c857 isc_uint32_t num; local
864 result = parse_uint(&num, code, 65535, "ednsopt");
868 ednsopts[ednsoptscnt].code = num;
1040 isc_uint32_t num; local
1135 result = parse_uint(&num, value, COMMSIZE,
1138 query->udpsize = num;
1218 result = parse_uint(&num, value, 0x3f, "DSCP");
1220 dscp = num;
1244 result = parse_uint(&num,
1250 query->edns = num;
1541 isc_uint32_t num; local
[all...]

Completed in 87 milliseconds

12