Searched defs:nulls (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ | ||
H A D | archive_read_data_into_fd.c | 50 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 |
H A D | archive_write_private.h | 86 const unsigned char *nulls; global() member |
H A D | archive_write.c | 99 unsigned char *nulls; in archive_write_new() local |
/freebsd/contrib/libarchive/libarchive/test/ | ||
H A D | test_write_format_pax.c | 38 char nulls[1024]; DEFINE_TEST() local |
H A D | test_read_position.c | 28 static unsigned char nulls[1000]; global() variable |
H A D | test_archive_read_next_header_empty.c | 106 static char nulls[512]; global() variable |
/freebsd/contrib/llvm-project/llvm/lib/Support/ | ||
H A D | raw_ostream.cpp | 916 raw_ostream &llvm::nulls() { in nulls() function in llvm |