Searched defs:temp (Results 1 - 10 of 10) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/
H A Dlfsr_test.c34 isc_uint32_t temp; local
49 isc_lfsr_generate(&lfsr1, &temp, 4);
50 if (state[i] != temp)
53 i, state[i], temp);
67 isc_lfsr_generate(&lfsr1, &temp, 4);
69 if (state[i] != temp)
72 i, state[i], temp);
87 isc_lfsr_generate(&lfsr2, &temp, 4);
88 if (state[i] != temp)
91 i, state[i], temp);
[all...]
/bind-9.6-ESV-R11/lib/isc/alpha/include/isc/
H A Datomic.h121 isc_int32_t temp, prev; local
132 : "=&r"(temp), "+m"(*p), "=&r"(prev)
141 isc_int32_t temp; local
151 : "=&r"(temp), "+m"(*p)
158 isc_int32_t temp, prev; local
172 : "=&r"(temp), "+m"(*p), "=&r"(prev)
/bind-9.6-ESV-R11/lib/isc/sparc64/include/isc/
H A Datomic.h110 isc_int32_t temp = val; local
114 : "+r"(temp), "=m"(*p)
117 return (temp);
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dtime.c86 FILETIME temp; local
92 SystemTimeToFileTime(&epoch, &temp);
94 i1.LowPart = temp.dwLowDateTime;
95 i1.HighPart = temp.dwHighDateTime;
230 FILETIME temp; local
234 SystemTimeToFileTime(&epoch, &temp);
238 i2.LowPart = temp.dwLowDateTime;
239 i2.HighPart = temp.dwHighDateTime;
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils.c328 atf_dynstr_t temp; local
331 error = atf_dynstr_init(&temp);
336 error = atf_dynstr_append_fmt(&temp, "%c", ch);
341 if (cnt == 0 && atf_dynstr_length(&temp) == 0) {
342 atf_dynstr_fini(&temp);
345 return atf_dynstr_fini_disown(&temp);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dtp_main.c156 atf_fs_path_t temp; local
158 err = atf_fs_path_init_fmt(&temp, "%s", argv0);
162 err = atf_fs_path_branch_path(&temp, dir);
164 atf_fs_path_fini(&temp);
237 atf_fs_path_t temp; local
239 err = atf_fs_path_init_fmt(&temp, "%s", value);
242 *param = temp;
/bind-9.6-ESV-R11/lib/dns/
H A Dmasterdump.c1147 closeandrename(FILE *f, isc_result_t result, const char *temp, const char *file) argument
1158 temp, isc_result_totext(result));
1168 temp, isc_result_totext(result));
1172 result = isc_file_rename(temp, file);
1174 (void)isc_file_remove(temp);
H A Ddispatch.c1051 void *temp; local
1054 temp = isc_mempool_get(disp->mgr->bpool);
1056 if (temp != NULL)
1060 return (temp);
/bind-9.6-ESV-R11/bin/named/
H A Dupdate.c852 * a variable called "temp", a mapping of <name, type> tuples to rrsets.
854 * Here, we represent the "temp" data structure as (non-minimal) "dns_diff_t"
903 * in the "temp" data structure. The major sort key is the owner name,
925 * in 'temp' against the contents of the database 'db'.
930 * 'temp' must be pre-sorted.
934 temp_check(isc_mem_t *mctx, dns_diff_t *temp, dns_db_t *db, argument
950 t = ISC_LIST_HEAD(temp->tuples);
1032 ISC_LIST_UNLINK(temp->tuples, t, link);
3472 dns_diff_t temp; /* Pending RR existence assertions. */ local
3496 dns_diff_init(mctx, &temp);
[all...]
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c1451 * Verify temp is really the lowest
3992 dns_rdataset_t * temp; local
3995 temp = chase_scanname(rdata_name, type, covers);
3996 if (temp != NULL)
3997 return (temp);

Completed in 1817 milliseconds