Searched refs:bp (Results 1 - 13 of 13) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dtm.c138 const char *bp; local
148 bp = buf;
156 while (isspace((unsigned char) *bp))
157 bp++;
170 if (c != *bp++)
193 if (!(bp = isc_tm_strptime(bp, "%x %X", tm)))
199 if (!(bp = isc_tm_strptime(bp, "%m/%d/%y", tm)))
205 if (!(bp
[all...]
H A Dhash.c444 const unsigned char *bp; local
458 bp = (const unsigned char *) data;
459 be = bp + length;
471 while (bp <= be - 4) {
472 hval ^= bp[0];
474 hval ^= bp[1];
476 hval ^= bp[2];
478 hval ^= bp[3];
480 bp += 4;
482 while (bp < b
513 const unsigned char *bp; local
[all...]
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.cpp173 atf_fs_path_t bp; local
176 err = atf_fs_path_branch_path(&m_path, &bp);
180 path p(atf_fs_path_cstring(&bp));
181 atf_fs_path_fini(&bp);
/bind-9.11.3/lib/dns/tests/
H A Ddnstest.c388 unsigned char *bp; local
399 bp = buf;
425 *bp++ = n;
430 *sizep = bp - buf;
/bind-9.11.3/lib/isc/include/isc/
H A Dutil.h172 #define DESTROYMUTEXBLOCK(bp, n) \
173 RUNTIME_CHECK(isc_mutexblock_destroy((bp), (n)) == ISC_R_SUCCESS)
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs.c390 atf_fs_path_branch_path(const atf_fs_path_t *p, atf_fs_path_t *bp) argument
396 err = atf_fs_path_init_fmt(bp, ".");
398 err = atf_fs_path_init_fmt(bp, "/");
400 err = atf_dynstr_init_substr(&bp->m_data, &p->m_data, 0, endpos);
403 INV(atf_equal_dynstr_cstring(&bp->m_data,
H A Dfs_test.c266 atf_fs_path_t p, bp; local
272 RE(atf_fs_path_branch_path(&p, &bp));
273 printf("Output : %s\n", atf_fs_path_cstring(&bp));
274 ATF_REQUIRE(strcmp(atf_fs_path_cstring(&bp), t->branch) == 0);
275 atf_fs_path_fini(&bp);
/bind-9.11.3/unit/atf-src/atf-c/
H A Dtc.c484 atf_fs_path_t bp; local
486 err = atf_fs_path_branch_path(&p, &bp);
490 if (strcmp(atf_fs_path_cstring(&bp), ".") != 0) {
491 atf_fs_path_fini(&bp);
508 atf_fs_path_fini(&bp);
516 atf_fs_path_fini(&bp);
/bind-9.11.3/lib/dns/
H A Dupdate.c614 dns_difftuple_t const * const *bp = bv; local
616 dns_difftuple_t const *b = *bp;
804 dns_difftuple_t const * const *bp = bv; local
806 dns_difftuple_t const *b = *bp;
H A Djournal.c733 dns_difftuple_t const * const *bp = bv; local
735 dns_difftuple_t const *b = *bp;
1861 dns_difftuple_t const * const *bp = bv; local
1863 dns_difftuple_t const *b = *bp;
H A Drbtdb.c10229 unsigned char *bp, *be; local
10230 bp = name->ndata;
10231 be = bp + name->length;
10233 while (bp <= be - 4) {
10234 c = bp[0];
10235 bp[0] = maptolower[c];
10236 c = bp[1];
10237 bp[1] = maptolower[c];
10238 c = bp[2];
10239 bp[
[all...]
/bind-9.11.3/lib/isccfg/
H A Dnamedconf.c3892 static int cmp_clause(const void *ap, const void *bp) { argument
3894 const cfg_clausedef_t *b = (const cfg_clausedef_t *)bp;
/bind-9.11.3/bin/named/
H A Dupdate.c979 dns_difftuple_t const * const *bp = bv; local
981 dns_difftuple_t const *b = *bp;

Completed in 89 milliseconds