Home
last modified time | relevance | path

Searched defs:nulls (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_data_into_fd.c50 pad_to(struct archive * a,int fd,int can_lseek,size_t nulls_size,const char * nulls,int64_t target_offset,int64_t actual_offset) pad_to() argument
91 char *nulls = NULL; archive_read_data_into_fd() local
H A Darchive_write_private.h86 const unsigned char *nulls; global() member
H A Darchive_write.c99 unsigned char *nulls; in archive_write_new() local
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_pax.c38 char nulls[1024]; DEFINE_TEST() local
H A Dtest_read_position.c28 static unsigned char nulls[1000]; global() variable
H A Dtest_archive_read_next_header_empty.c106 static char nulls[512]; global() variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp916 raw_ostream &llvm::nulls() { in nulls() function in llvm