Searched refs:temp (Results 1 - 12 of 12) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dlfsr_test.c26 isc_uint32_t temp; local
41 isc_lfsr_generate(&lfsr1, &temp, 4);
42 if (state[i] != temp)
45 i, state[i], temp);
59 isc_lfsr_generate(&lfsr1, &temp, 4);
61 if (state[i] != temp)
64 i, state[i], temp);
79 isc_lfsr_generate(&lfsr2, &temp, 4);
80 if (state[i] != temp)
83 i, state[i], temp);
[all...]
/bind-9.11.3/lib/isc/alpha/include/isc/
H A Datomic.h113 isc_int32_t temp, prev; local
124 : "=&r"(temp), "+m"(*p), "=&r"(prev)
133 isc_int32_t temp; local
143 : "=&r"(temp), "+m"(*p)
150 isc_int32_t temp, prev; local
164 : "=&r"(temp), "+m"(*p), "=&r"(prev)
/bind-9.11.3/lib/isc/sparc64/include/isc/
H A Datomic.h102 isc_int32_t temp = val; local
106 : "+r"(temp), "=m"(*p)
109 return (temp);
/bind-9.11.3/lib/isc/win32/
H A Dtime.c79 FILETIME temp; local
85 SystemTimeToFileTime(&epoch1970, &temp);
87 i1.LowPart = temp.dwLowDateTime;
88 i1.HighPart = temp.dwHighDateTime;
223 FILETIME temp; local
227 SystemTimeToFileTime(&epoch1970, &temp);
231 i2.LowPart = temp.dwLowDateTime;
232 i2.HighPart = temp.dwHighDateTime;
/bind-9.11.3/unit/atf-src/atf-c/
H A Dutils.c361 atf_dynstr_t temp; local
364 error = atf_dynstr_init(&temp);
369 error = atf_dynstr_append_fmt(&temp, "%c", ch);
374 if (cnt == 0 && atf_dynstr_length(&temp) == 0) {
375 atf_dynstr_fini(&temp);
378 return atf_dynstr_fini_disown(&temp);
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dtp_main.c151 atf_fs_path_t temp; local
153 err = atf_fs_path_init_fmt(&temp, "%s", argv0);
157 err = atf_fs_path_branch_path(&temp, dir);
159 atf_fs_path_fini(&temp);
232 atf_fs_path_t temp; local
234 err = atf_fs_path_init_fmt(&temp, "%s", value);
237 *param = temp;
/bind-9.11.3/lib/dns/tests/
H A Drbt_serialize_test.c107 data_holder_t temp; local
122 temp = *data;
123 temp.data = (data->len == 0
127 isc_crc64_update(crc, (void *)&temp, sizeof(temp));
128 ret = fwrite(&temp, sizeof(data_holder_t), 1, file);
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check.cpp624 temp_file temp("atf-check.XXXXXX");
625 temp.write(decode(oc.value));
626 temp.close();
628 const bool equals = compare_files(path, temp.get_path());
632 print_diff(temp.get_path(), path);
636 cat_file(temp.get_path());
/bind-9.11.3/lib/dns/
H A Dmasterdump.c1327 flushandsync(FILE *f, isc_result_t result, const char *temp) { argument
1333 if (temp != NULL)
1337 temp, isc_result_totext(result));
1349 if (temp != NULL)
1353 temp, isc_result_totext(result));
1364 closeandrename(FILE *f, isc_result_t result, const char *temp, const char *file) argument
1369 result = flushandsync(f, result, temp);
1380 temp, isc_result_totext(result));
1384 result = isc_file_rename(temp, file);
1386 (void)isc_file_remove(temp);
[all...]
H A Ddispatch.c921 void *temp; local
928 temp = isc_mempool_get(bpool);
930 if (temp == NULL) {
936 return (temp);
/bind-9.11.3/bin/named/
H A Dupdate.c922 * a variable called "temp", a mapping of <name, type> tuples to rrsets.
924 * Here, we represent the "temp" data structure as (non-minimal) "dns_diff_t"
973 * in the "temp" data structure. The major sort key is the owner name,
995 * in 'temp' against the contents of the database 'db'.
1000 * 'temp' must be pre-sorted.
1004 temp_check(isc_mem_t *mctx, dns_diff_t *temp, dns_db_t *db, argument
1020 t = ISC_LIST_HEAD(temp->tuples);
1102 ISC_LIST_UNLINK(temp->tuples, t, link);
2488 dns_diff_t temp; /* Pending RR existence assertions. */ local
2510 dns_diff_init(mctx, &temp);
[all...]
/bind-9.11.3/bin/dig/
H A Ddighost.c1946 * Verify temp is really the lowest
4905 dns_rdataset_t * temp; local
4908 temp = chase_scanname(rdata_name, type, covers);
4909 if (temp != NULL)
4910 return (temp);

Completed in 779 milliseconds