Searched defs:num (Results 1 - 20 of 20) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/unix/
H A Dstrerror.c47 isc__strerror(int num, char *buf, size_t size) { argument
50 unsigned int unum = (unsigned int)num;
58 msg = strerror(num);
65 unsigned int unum = (unsigned int)num;
69 if (num >= 0 && num < sys_nerr)
70 snprintf(buf, size, "%s", sys_errlist[num]);
/bind-9.6-ESV-R11/contrib/queryperf/utils/
H A Dgen-data-queryperf.py30 num=4 variable
68 num = int(value)
105 for i in range(num):
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dipseckey_45.c124 unsigned short num; local
142 num = uint8_fromregion(&region);
144 sprintf(buf, "%u ", num);
158 num = uint8_fromregion(&region);
160 sprintf(buf, "%u ", num);
H A Dl32_105.c63 unsigned short num; local
71 num = uint16_fromregion(&region);
73 sprintf(buf, "%u", num);
H A Dl64_106.c57 unsigned short num; local
65 num = uint16_fromregion(&region);
67 sprintf(buf, "%u", num);
H A Dlp_107.c60 unsigned short num; local
69 num = uint16_fromregion(&region);
71 sprintf(buf, "%u", num);
H A Dnid_104.c57 unsigned short num; local
65 num = uint16_fromregion(&region);
67 sprintf(buf, "%u", num);
H A Dafsdb_18.c77 unsigned int num; local
86 num = uint16_fromregion(&region);
88 sprintf(buf, "%u ", num);
H A Dmx_15.c99 unsigned short num; local
108 num = uint16_fromregion(&region);
110 sprintf(buf, "%u", num);
H A Drt_21.c72 unsigned short num; local
81 num = uint16_fromregion(&region);
83 sprintf(buf, "%u", num);
H A Dnaptr_35.c99 unsigned short num; local
112 num = uint16_fromregion(&region);
114 sprintf(buf, "%u", num);
121 num = uint16_fromregion(&region);
123 sprintf(buf, "%u", num);
H A Dsoa_6.c136 unsigned long num; local
137 num = uint32_fromregion(&dregion);
139 sprintf(buf, comment ? "%-10lu ; " : "%lu", num);
146 RETERR(dns_ttl_totext(num, ISC_TRUE, target));
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dstrerror.c60 isc__strerror(int num, char *buf, size_t size) { argument
63 unsigned int unum = num;
72 msg = NTstrerror(num, &freebuf);
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Dkx_36.c64 unsigned short num; local
74 num = uint16_fromregion(&region);
76 sprintf(buf, "%u", num);
H A Dpx_26.c80 unsigned short num; local
93 num = uint16_fromregion(&region);
95 sprintf(buf, "%u", num);
H A Dsrv_33.c96 unsigned short num; local
109 num = uint16_fromregion(&region);
111 sprintf(buf, "%u", num);
118 num = uint16_fromregion(&region);
120 sprintf(buf, "%u", num);
127 num = uint16_fromregion(&region);
129 sprintf(buf, "%u", num);
/bind-9.6-ESV-R11/lib/isc/
H A Dhex.c104 unsigned char num; local
106 num = (ctx->val[0] << 4) + (ctx->val[1]);
107 RETERR(mem_tobuffer(ctx->target, &num, 1));
/bind-9.6-ESV-R11/lib/dns/
H A Dopenssl_link.c83 entropy_get(unsigned char *buf, int num) { argument
85 if (num < 0)
87 result = dst__entropy_getdata(buf, (unsigned int) num, ISC_FALSE);
97 entropy_getpseudo(unsigned char *buf, int num) { argument
99 if (num < 0)
101 result = dst__entropy_getdata(buf, (unsigned int) num, ISC_TRUE);
106 entropy_add(const void *buf, int num, double entropy) { argument
111 UNUSED(num);
H A Dspnego.c271 decode_enumerated(const unsigned char *p, size_t len, void *num, size_t *size);
972 decode_enumerated(const unsigned char *p, size_t len, void *num, size_t *size) argument
990 e = der_get_int(p, reallen, num, &l);
1294 unsigned num = *(const unsigned *)data; local
1299 e = der_put_int(p, len, num, &l);
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c1550 int num; local
1645 num = getaddresses(lookup, namestr, &lresult);
1654 numLookups += num;

Completed in 41 milliseconds