Searched refs:id (Results 1 - 25 of 93) sorted by relevance

1234

/bind-9.11.3/bin/tests/virtual-time/
H A Dtestsock.pl19 my $id = 0;
21 "i=i" => \$id);
24 if ($id != 0) {
25 @ids = ($id);
30 foreach $id (@ids) {
31 my $addr = pack("C4", 10, 53, 0, $id);
/bind-9.11.3/bin/tests/system/
H A Dtestsock.pl19 my $id = 0;
21 "i=i" => \$id);
24 if ($id != 0) {
25 @ids = ($id);
30 foreach $id (@ids) {
31 my $addr = pack("C4", 10, 53, 0, $id);
H A Dans.pl126 my $id = $request->header->id;
131 $packet->header->id($id);
328 my $id = $request->header->id;
335 $packet->header->id($id);
433 $packet->header->id($id);
[all...]
/bind-9.11.3/lib/isc/tests/
H A Dresult_test.c22 const char *id; local
24 id = isc_result_toid(ISC_R_SUCCESS);
25 ATF_REQUIRE_STREQ("ISC_R_SUCCESS", id);
27 id = isc_result_toid(ISC_R_FAILURE);
28 ATF_REQUIRE_STREQ("ISC_R_FAILURE", id);
/bind-9.11.3/unit/atf-src/atf-c/
H A Dmacros_test.c94 #define H_DEF(id, macro) \
95 ATF_TC_HEAD(h_ ## id, tc) \
99 ATF_TC_BODY(h_ ## id, tc) \
106 #define H_CHECK_HEAD_NAME(id) ATF_TC_HEAD_NAME(h_check_ ## id)
107 #define H_CHECK_BODY_NAME(id) ATF_TC_BODY_NAME(h_check_ ## id)
108 #define H_CHECK(id, condition) \
109 H_DEF(check_ ## id, ATF_CHECK(condition))
111 #define H_CHECK_MSG_HEAD_NAME(id) ATF_TC_HEAD_NAM
[all...]
H A Dtp.c128 atf_tp_has_tc(const atf_tp_t *tp, const char *id) argument
130 const atf_tc_t *tc = find_tc(tp, id);
135 atf_tp_get_tc(const atf_tp_t *tp, const char *id) argument
137 const atf_tc_t *tc = find_tc(tp, id);
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dresperf-report17 id=`date '+%Y%m%d-%H%M'`
20 reportfile="$id.html"
21 outputfile="$id.output"
22 plotfile="$id.gnuplot"
23 rate_graph="$id.rate.$terminal"
24 latency_graph="$id.latency.$terminal"
77 <h1>Resperf report $id</h1>
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dprocess_helpers.c68 h_stdout_stderr(const char *id) argument
70 fprintf(stdout, "Line 1 to stdout for %s\n", id);
71 fprintf(stdout, "Line 2 to stdout for %s\n", id);
72 fprintf(stderr, "Line 1 to stderr for %s\n", id);
73 fprintf(stderr, "Line 2 to stderr for %s\n", id);
/bind-9.11.3/unit/atf-src/tools/
H A Dprocess_helpers.c72 h_stdout_stderr(const char *id) argument
74 fprintf(stdout, "Line 1 to stdout for %s\n", id);
75 fprintf(stdout, "Line 2 to stdout for %s\n", id);
76 fprintf(stderr, "Line 1 to stderr for %s\n", id);
77 fprintf(stderr, "Line 2 to stderr for %s\n", id);
H A Datf-report_test.sh343 <tp id="dir1/tp1">
344 <tc id="main">
348 <tp id="dir1/tp2">
349 <tc id="main">
353 <tp id="tp3">
354 <tc id="main">
358 <tp id="tp4">
359 <tc id="main">
363 <tp id="tp5">
401 <tp id
[all...]
/bind-9.11.3/bin/tests/system/resolver/ans8/
H A Dans.pl55 my $id = $request->header->id;
61 $packet->header->id($id);
89 my $id = $request->header->id;
96 $packet->header->id($id);
/bind-9.11.3/bin/pkcs11/
H A Dpkcs11-destroy.c44 * pkcs11-destroy [-m module] [-s $slot] [-i $id | -l $label]
88 unsigned int id = 0, i = 0, wait = 5; local
105 id = atoi(isc_commandline_argument);
106 id &= 0xffff;
131 if (errflg || (id && (label != NULL))) {
134 "[-i id | -l label] [-p pin] [-w waittime]\n");
138 if (id) {
139 attr_id[0] = (id >> 8) & 0xff;
140 attr_id[1] = id & 0xff;
175 ((id !
[all...]
H A Dpkcs11-list.c35 /* pkcs11-list [-P] [-m module] [-s slot] [-i $id | -l $label] [-p $pin] */
73 unsigned int i = 0, id = 0; local
92 id = atoi(isc_commandline_argument);
93 id &= 0xffff;
117 "[-i id | -l label] [-p pin]\n");
121 if (!id && (label == NULL))
127 if (id) {
128 printf("id %i\n", id);
129 attr_id[0] = (id >>
[all...]
/bind-9.11.3/bin/win32/BINDInstall/
H A DBINDInstallDlg.h83 int MsgBox(int id, ...);
84 int MsgBox(int id, UINT type, ...);
87 void SetCurrent(int id, ...);
/bind-9.11.3/lib/isc/win32/
H A Dthread.c21 unsigned int id; local
23 thread = (isc_thread_t)_beginthreadex(NULL, 0, start, arg, 0, &id);
/bind-9.11.3/bin/tests/system/pkcs11/
H A Dtests.sh73 rsa) id=02 ;;
74 ecc) id=04 ;;
75 ecx) id=06 ;;
77 $PK11DEL -i $id -w0 > /dev/null 2>&1 || ret=1
/bind-9.11.3/bin/tests/pkcs11/benchmarks/
H A Drandom.c64 static int clock_gettime(int32_t id, struct timespec *tp);
67 clock_gettime(int32_t id, struct timespec *tp) argument
72 UNUSED(id);
H A Dfind.c66 static int clock_gettime(int32_t id, struct timespec *tp);
69 clock_gettime(int32_t id, struct timespec *tp) argument
74 UNUSED(id);
/bind-9.11.3/bin/tests/system/builtin/ns2/
H A Dnamed.conf25 server-id hostname;
/bind-9.11.3/bin/tests/system/builtin/ns3/
H A Dnamed.conf26 server-id "this.is.a.test.of.server-id";
/bind-9.11.3/bin/tests/system/digdelv/ns3/
H A Dnamed.conf21 server-id "ns3";
/bind-9.11.3/bin/tests/system/mkeys/
H A Dclean.sh13 rm -f */managed.conf ns1/managed.key ns1/managed.key.id
/bind-9.11.3/bin/tests/system/mkeys/ns1/
H A Dsign.sh45 # Save keyname and keyid for managed key id test.
50 echo "$keyid" > managed.key.id
/bind-9.11.3/lib/dns/
H A Dgeoip.c72 int id; member in struct:geoip_state
154 state->id = 0;
160 GeoIPRegion *region, char *name, const char *text, int id)
204 state->id = id;
563 int id = -1; local
569 id = prev_state->id;
576 id = GeoIP_id_by_ipnum_gl(db, ipnum, &gl);
577 if (id
158 set_state(unsigned int family, isc_uint32_t ipnum, const geoipv6_t *ipnum6, isc_uint8_t scope, dns_geoip_subtype_t subtype, GeoIPRecord *record, GeoIPRegion *region, char *name, const char *text, int id) argument
[all...]
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dnameprep.c88 #define MAKE_NAMEPREP_HANDLE(version, id) \
90 compose_sym2(nameprep_map_, id), \
91 compose_sym2(nameprep_prohibited_, id), \
92 compose_sym2(nameprep_unassigned_, id), \
93 compose_sym2(nameprep_biditype_, id), }

Completed in 44 milliseconds

1234