/bind-9.11.3/lib/isc/unix/ |
H A D | strerror.c | 38 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/dns/rdata/generic/ |
H A D | csync_62.c | 46 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 D | l32_105.c | 55 unsigned short num; local 63 num = uint16_fromregion(®ion); 65 snprintf(buf, sizeof(buf), "%u", num);
|
H A D | l64_106.c | 49 unsigned short num; local 57 num = uint16_fromregion(®ion); 59 snprintf(buf, sizeof(buf), "%u", num);
|
H A D | nid_104.c | 49 unsigned short num; local 57 num = uint16_fromregion(®ion); 59 snprintf(buf, sizeof(buf), "%u", num);
|
H A D | afsdb_18.c | 69 unsigned int num; local 78 num = uint16_fromregion(®ion); 80 snprintf(buf, sizeof(buf), "%u ", num);
|
H A D | ipseckey_45.c | 117 unsigned short num; local 135 num = uint8_fromregion(®ion); 137 snprintf(buf, sizeof(buf), "%u ", num); 151 num = uint8_fromregion(®ion); 153 snprintf(buf, sizeof(buf), "%u ", num);
|
H A D | lp_107.c | 53 unsigned short num; local 62 num = uint16_fromregion(®ion); 64 snprintf(buf, sizeof(buf), "%u", num);
|
H A D | rt_21.c | 64 unsigned short num; local 73 num = uint16_fromregion(®ion); 75 snprintf(buf, sizeof(buf), "%u", num);
|
H A D | mx_15.c | 93 unsigned short num; local 102 num = uint16_fromregion(®ion); 104 snprintf(buf, sizeof(buf), "%u", num);
|
H A D | naptr_35.c | 188 unsigned short num; local 201 num = uint16_fromregion(®ion); 203 snprintf(buf, sizeof(buf), "%u", num); 210 num = uint16_fromregion(®ion); 212 snprintf(buf, sizeof(buf), "%u", num);
|
H A D | soa_6.c | 128 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));
|
/bind-9.11.3/lib/isc/win32/ |
H A D | strerror.c | 51 isc__strerror(int num, char *buf, size_t size) { argument 54 unsigned int unum = num; 63 msg = NTstrerror(num, &freebuf);
|
/bind-9.11.3/contrib/queryperf/utils/ |
H A D | gen-data-queryperf.py | 21 num = 4 variable 73 num = int(value) 110 for i in range(num):
|
/bind-9.11.3/lib/dns/rdata/in_1/ |
H A D | kx_36.c | 56 unsigned short num; local 66 num = uint16_fromregion(®ion); 68 snprintf(buf, sizeof(buf), "%u", num);
|
H A D | px_26.c | 72 unsigned short num; local 85 num = uint16_fromregion(®ion); 87 snprintf(buf, sizeof(buf), "%u", num);
|
H A D | srv_33.c | 88 unsigned short num; local 101 num = uint16_fromregion(®ion); 103 snprintf(buf, sizeof(buf), "%u", num); 110 num = uint16_fromregion(®ion); 112 snprintf(buf, sizeof(buf), "%u", num); 119 num = uint16_fromregion(®ion); 121 snprintf(buf, sizeof(buf), "%u", num);
|
/bind-9.11.3/lib/isc/ |
H A D | hex.c | 95 unsigned char num; local 97 num = (ctx->val[0] << 4) + (ctx->val[1]); 98 RETERR(mem_tobuffer(ctx->target, &num, 1));
|
H A D | pk11.c | 280 pk11_rand_bytes(unsigned char *buf, int num) { argument 293 (CK_BYTE_PTR) buf, (CK_ULONG) num);
|
/bind-9.11.3/lib/dns/ |
H A D | openssl_link.c | 61 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...] |
H A D | spnego.c | 262 decode_enumerated(const unsigned char *p, size_t len, void *num, size_t *size); 969 decode_enumerated(const unsigned char *p, size_t len, void *num, size_t *size) argument 987 e = der_get_int(p, reallen, num, &l); 1291 unsigned num = *(const unsigned *)data; local 1296 e = der_put_int(p, len, num, &l);
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | rpz.h | 126 dns_rpz_num_t num; /* ordinal in list of policy zones */ member in struct:dns_rpz_zone
|
/bind-9.11.3/bin/dig/ |
H A D | dig.c | 798 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 D | mdig.c | 857 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...] |
/bind-9.11.3/bin/delv/ |
H A D | delv.c | 1190 isc_uint32_t num; local 1260 result = parse_uint(&num, hash + 1, 0xffff, "port"); 1263 srcport = num; 1305 result = parse_uint(&num, value, 99, "debug level"); 1308 loglevel = num;
|