/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | ifiter_getifaddrs.c | 47 FILE * proc; member in struct:isc_interfaceiter 73 * Only open "/proc/net/if_inet6" if we have never seen a IPv6 77 iter->proc = fopen("/proc/net/if_inet6", "r"); 79 iter->proc = NULL; 109 if (iter->proc != NULL) 110 fclose(iter->proc); 218 if (iter->proc != NULL) 219 fclose(iter->proc); 220 iter->proc [all...] |
H A D | interfaceiter.c | 167 if (iter->proc != NULL) { 168 rewind(iter->proc); 176 if (iter->proc != NULL && 177 fgets(iter->entry, sizeof(iter->entry), iter->proc) != NULL) 195 if (iter->proc == NULL) { 198 "/proc/net/if_inet6:iter->proc == NULL"); 207 "/proc/net/if_inet6:sscanf() -> %d (expected 6)", 214 "/proc/net/if_inet6:strlen(%s) != 32", address);
|
H A D | ifiter_ioctl.c | 79 FILE * proc; member in struct:isc_interfaceiter 369 iter->proc = fopen("/proc/net/if_inet6", "r"); 905 if (iter->proc != NULL) 906 fclose(iter->proc);
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/ |
H A D | strhash.h | 66 * Hash value free proc. 82 * If 'proc' is not NULL, it is called for each value in the 86 idn__strhash_destroy(idn__strhash_t hash, idn__strhash_freeproc_t proc);
|
H A D | log.h | 101 IDN_EXPORT void idn_log_setproc(idn_log_proc_t proc);
|
H A D | normalizer.h | 149 idn_normalizer_register(const char *scheme_name, idn_normalizer_proc_t proc);
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/ |
H A D | log.c | 142 idn_log_setproc(idn_log_proc_t proc) { argument 143 if (proc == NULL) 146 log_proc = proc;
|
H A D | normalizer.c | 72 idn_normalizer_proc_t proc; member in struct:__anon48 104 idn_normalizer_proc_t proc; member in struct:standard_normalizer 319 r = (ctx->schemes[i]->proc)(src, dst, dstlen); 346 idn_normalizer_register(const char *scheme_name, idn_normalizer_proc_t proc) { argument 350 assert(scheme_name != NULL && proc != NULL); 363 scheme->proc = proc; 406 standard_normalizer[i].proc);
|
H A D | nameprep.c | 98 static idn_result_t idn_nameprep_check(nameprep_checkproc proc, 224 idn_nameprep_check(nameprep_checkproc proc, const unsigned long *str, argument 238 } else if ((*proc)(v)) {
|
H A D | strhash.c | 119 idn__strhash_destroy(idn__strhash_t hash, idn__strhash_freeproc_t proc) { argument 130 if (proc != NULL) 131 (*proc)(bin->value);
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/tests/ |
H A D | testsuite.c | 62 idn_testsuite_testproc_t proc; member in struct:idn_testcase 143 idn_testsuite_testproc_t proc) { 149 assert(ctx != NULL && title != NULL && proc != NULL); 169 new_testcase->proc = proc; 234 (ctx->testcases[i].proc)(ctx); 556 idn_testsuite_msgproc_t proc; local 560 proc = (ctx->msgproc == NULL) ? 567 (*proc)(buffer); 570 (*proc)(buffe 142 idn_testsuite_addtestcase(idn_testsuite_t ctx, const char *title, idn_testsuite_testproc_t proc) argument [all...] |
H A D | testsuite.h | 100 idn_testsuite_testproc_t proc);
|
H A D | testygen | 473 my $proc = sprintf("testcase%d", $i + 1); 474 output_lines("\tidn_testsuite_addtestcase(ctx, \"$title\", $proc);\n",
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | name.h | 1171 dns_name_settotextfilter(dns_name_totextfilter_t proc); 1173 * Set / clear a thread specific function 'proc' to be called at the
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/ |
H A D | config.guess | 779 case `sed -n '/^byte/s/^.*: \(.*\) endian/\1/p' < /proc/cpuinfo` in 791 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in 806 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | name.c | 2309 dns_name_settotextfilter(dns_name_totextfilter_t proc) { argument 2324 if (mem != NULL && proc != NULL) { 2325 *mem = proc; 2328 if (proc == NULL) { 2339 *mem = proc; 2346 totext_filter_proc = proc;
|
/bind-9.6-ESV-R11/ |
H A D | config.guess | 894 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in 986 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
|
H A D | configure | 4406 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in 16101 # /proc/net/if_inet6 if getifaddrs() in glibc doesn't return any IPv6
|
/bind-9.6-ESV-R11/unit/atf-src/admin/ |
H A D | config.guess | 862 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in 947 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
|
/bind-9.6-ESV-R11/unit/atf-src/ |
H A D | configure | 4939 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
|