Home
last modified time | relevance | path

Searched defs:buffend (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_write_format_zip_file.c85 unsigned char *buff, *buffend, *p; in DEFINE_TEST() local
H A Dtest_write_format_zip_file_zip64.c87 unsigned char *buff, *buffend, *p; in DEFINE_TEST() local
H A Dtest_write_format_zip64_stream.c79 unsigned char *buff, *buffend, *p; in DEFINE_TEST() local
H A Dtest_write_format_zip_compression_store.c126 const char *buffend; in verify_uncompressed_contents() local
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dirpmarshall.c1662 splitarray(const char *buffer, const char *buffend, char delim) { in splitarray()