Searched refs:proc (Results 1 - 21 of 21) sorted by relevance

/bind-9.11.3/lib/isc/unix/
H A Difiter_getifaddrs.c38 FILE * proc; member in struct:isc_interfaceiter
64 * Only open "/proc/net/if_inet6" if we have never seen a IPv6
68 iter->proc = fopen("/proc/net/if_inet6", "r");
70 iter->proc = NULL;
100 if (iter->proc != NULL)
101 fclose(iter->proc);
209 if (iter->proc != NULL)
210 fclose(iter->proc);
211 iter->proc
[all...]
H A Dinterfaceiter.c158 if (iter->proc != NULL) {
159 rewind(iter->proc);
167 if (iter->proc != NULL &&
168 fgets(iter->entry, sizeof(iter->entry), iter->proc) != NULL)
186 if (iter->proc == NULL) {
189 "/proc/net/if_inet6:iter->proc == NULL");
198 "/proc/net/if_inet6:sscanf() -> %d (expected 6)",
205 "/proc/net/if_inet6:strlen(%s) != 32", address);
H A Difiter_ioctl.c72 FILE * proc; member in struct:isc_interfaceiter
362 iter->proc = fopen("/proc/net/if_inet6", "r");
899 if (iter->proc != NULL)
900 fclose(iter->proc);
/bind-9.11.3/contrib/idn/idnkit-1.0-src/include/idn/
H A Dstrhash.h66 * 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 Dlog.h101 IDN_EXPORT void idn_log_setproc(idn_log_proc_t proc);
H A Dnormalizer.h149 idn_normalizer_register(const char *scheme_name, idn_normalizer_proc_t proc);
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dlog.c142 idn_log_setproc(idn_log_proc_t proc) { argument
143 if (proc == NULL)
146 log_proc = proc;
H A Dnormalizer.c72 idn_normalizer_proc_t proc; member in struct:__anon77
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 Dnameprep.c98 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 Dstrhash.c119 idn__strhash_destroy(idn__strhash_t hash, idn__strhash_freeproc_t proc) { argument
130 if (proc != NULL)
131 (*proc)(bin->value);
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestsuite.c62 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 Dtestsuite.h100 idn_testsuite_testproc_t proc);
H A Dtestygen473 my $proc = sprintf("testcase%d", $i + 1);
474 output_lines("\tidn_testsuite_addtestcase(ctx, \"$title\", $proc);\n",
/bind-9.11.3/lib/dns/include/dns/
H A Dname.h1230 dns_name_settotextfilter(dns_name_totextfilter_t proc);
1232 * Set / clear a thread specific function 'proc' to be called at the
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dconfig.guess779 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.11.3/lib/dns/
H A Dname.c2356 dns_name_settotextfilter(dns_name_totextfilter_t proc) { argument
2371 if (mem != NULL && proc != NULL) {
2372 *mem = proc;
2375 if (proc == NULL) {
2387 *mem = proc;
2394 totext_filter_proc = proc;
/bind-9.11.3/
H A Dconfig.guess894 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 Dconfigure4591 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
19315 # /proc/net/if_inet6 if getifaddrs() in glibc doesn't return any IPv6
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dconfig.guess887 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
902 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/bind-9.11.3/unit/atf-src/admin/
H A Dconfig.guess920 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
1021 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/bind-9.11.3/unit/atf-src/
H A Dconfigure5233 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in

Completed in 164 milliseconds