/bind-9.6-ESV-R11/contrib/nslint-2.1a3/ |
H A D | strerror.c | 44 strerror(num) 45 int num; 55 errnum = num; /* convert to unsigned */
|
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | resultclass.h | 35 #define ISC_RESULTCLASS_FROMNUM(num) ((num) << 16)
|
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | strerror.c | 47 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/lib/isc/unix/include/isc/ |
H A D | strerror.h | 41 isc__strerror(int num, char *buf, size_t bufsize);
|
/bind-9.6-ESV-R11/lib/isc/win32/include/isc/ |
H A D | strerror.h | 38 isc__strerror(int num, char *buf, size_t bufsize);
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | openssl_link.c | 83 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 D | spnego.c | 271 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);
|
H A D | gen.c | 852 #define PRINTCLASS(name, num) \ 855 classnum = num; \
|
/bind-9.6-ESV-R11/contrib/queryperf/utils/ |
H A D | gen-data-queryperf.py | 30 num=4 variable 68 num = int(value) 105 for i in range(num):
|
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/ |
H A D | srv_33.c | 96 unsigned short num; local 109 num = uint16_fromregion(®ion); 111 sprintf(buf, "%u", num); 118 num = uint16_fromregion(®ion); 120 sprintf(buf, "%u", num); 127 num = uint16_fromregion(®ion); 129 sprintf(buf, "%u", num);
|
H A D | kx_36.c | 64 unsigned short num; local 74 num = uint16_fromregion(®ion); 76 sprintf(buf, "%u", num);
|
H A D | px_26.c | 80 unsigned short num; local 93 num = uint16_fromregion(®ion); 95 sprintf(buf, "%u", num);
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | hex.c | 104 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/isc/win32/ |
H A D | strerror.c | 60 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/generic/ |
H A D | l32_105.c | 63 unsigned short num; local 71 num = uint16_fromregion(®ion); 73 sprintf(buf, "%u", num);
|
H A D | l64_106.c | 57 unsigned short num; local 65 num = uint16_fromregion(®ion); 67 sprintf(buf, "%u", num);
|
H A D | lp_107.c | 60 unsigned short num; local 69 num = uint16_fromregion(®ion); 71 sprintf(buf, "%u", num);
|
H A D | nid_104.c | 57 unsigned short num; local 65 num = uint16_fromregion(®ion); 67 sprintf(buf, "%u", num);
|
H A D | ipseckey_45.c | 124 unsigned short num; local 142 num = uint8_fromregion(®ion); 144 sprintf(buf, "%u ", num); 158 num = uint8_fromregion(®ion); 160 sprintf(buf, "%u ", num);
|
H A D | afsdb_18.c | 77 unsigned int num; local 86 num = uint16_fromregion(®ion); 88 sprintf(buf, "%u ", num);
|
H A D | mx_15.c | 99 unsigned short num; local 108 num = uint16_fromregion(®ion); 110 sprintf(buf, "%u", num);
|
H A D | rt_21.c | 72 unsigned short num; local 81 num = uint16_fromregion(®ion); 83 sprintf(buf, "%u", num);
|
H A D | soa_6.c | 136 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));
|
H A D | naptr_35.c | 99 unsigned short num; local 112 num = uint16_fromregion(®ion); 114 sprintf(buf, "%u", num); 121 num = uint16_fromregion(®ion); 123 sprintf(buf, "%u", num);
|
/bind-9.6-ESV-R11/bin/dig/ |
H A D | dighost.c | 1550 int num; local 1645 num = getaddresses(lookup, namestr, &lresult); 1654 numLookups += num;
|