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

/bind-9.6-ESV-R11/lib/isc/unix/
H A Difiter_getifaddrs.c47 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 Dinterfaceiter.c167 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 Difiter_ioctl.c79 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 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.6-ESV-R11/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:__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 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.6-ESV-R11/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.6-ESV-R11/lib/dns/include/dns/
H A Dname.h1171 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 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.6-ESV-R11/lib/dns/
H A Dname.c2309 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 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 Dconfigure4406 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 Dconfig.guess862 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 Dconfigure4939 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in

Completed in 5744 milliseconds