/netbsd-src/external/mpl/bind/dist/tests/isc/ |
H A D | mem_test.c | 356 result = isc_stdio_read(buf, sizeof(buf), 1, f, NULL); in ISC_RUN_TEST_IMPL() 389 result = isc_stdio_read(buf, sizeof(buf), 1, f, NULL); in ISC_RUN_TEST_IMPL() 430 result = isc_stdio_read(buf, sizeof(buf), 1, f, NULL);
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
H A D | stdio.h | 55 isc_stdio_read(void *ptr, size_t size, size_t nmemb, FILE *f, size_t *nret);
|
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
H A D | stdio.h | 54 isc_stdio_read(void *ptr, size_t size, size_t nmemb, FILE *f, size_t *nret);
|
/netbsd-src/external/mpl/bind/dist/tests/dns/ |
H A D | dst_test.c | 88 result = isc_stdio_read(p, 1, len, fp, &rval); in sig_fromfile() 169 result = isc_stdio_read(p, 1, len, fp, &rval); in check_sig()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
H A D | stdio.c | 77 isc_stdio_read(void *ptr, size_t size, size_t nmemb, FILE *f, size_t *nret) { in isc_stdio_read() function
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | stdio.c | 77 isc_stdio_read(void *ptr, size_t size, size_t nmemb, FILE *f, size_t *nret) { in isc_stdio_read() function
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | master.c | 2248 result = isc_stdio_read(isc_buffer_used(buffer), 1, len, f, in read_and_check() 2287 result = isc_stdio_read(data, 1, commonlen, lctx->f, NULL); in load_header() 2289 UNEXPECTED_ERROR("isc_stdio_read failed: %s", in load_header() 2319 result = isc_stdio_read(data + commonlen, 1, remainder, lctx->f, NULL); in load_header() 2321 UNEXPECTED_ERROR("isc_stdio_read failed: %s", in load_header() 2415 result = isc_stdio_read(target.base, 1, sizeof(totallen), in load_raw() 2463 result = isc_stdio_read(target.base, 1, readlen, lctx->f, NULL); in load_raw()
|
H A D | journal.c | 436 result = isc_stdio_read(mem, 1, nbytes, j->fp, NULL); in journal_read()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | master.c | 2261 result = isc_stdio_read(isc_buffer_used(buffer), 1, len, f, in read_and_check() 2302 result = isc_stdio_read(data, 1, commonlen, lctx->f, NULL); in load_header() 2338 result = isc_stdio_read(data + commonlen, 1, remainder, lctx->f, NULL); in load_header() 2475 result = isc_stdio_read(target.base, 1, sizeof(totallen), in load_raw() 2524 result = isc_stdio_read(target.base, 1, readlen, lctx->f, NULL); in load_raw()
|
H A D | journal.c | 435 result = isc_stdio_read(mem, 1, nbytes, j->fp, NULL); in journal_read()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | pk11.c | 1022 ret = isc_stdio_read(pin, 1, PINLEN + 1, stream, &l); in pk11_parse_uri()
|