/freebsd-src/contrib/diff/src/ |
H A D | diff.h | 232 struct file_data { struct 233 int desc; /* File descriptor */ 234 char const *name; /* File name */ 235 struct stat stat; /* File status */ 238 word *buffer; 242 size_t bufsize; 245 size_t buffered; 248 char const **linbuf; 254 lin linbuf_base, buffered_lines, valid_lines, alloc_lines; 257 char const *prefix_end; [all …]
|
/freebsd-src/crypto/heimdal/lib/krb5/ |
H A D | log.c | 211 struct file_data{ struct 223 struct file_data *f = data; in log_file() argument
|
/freebsd-src/contrib/libarchive/libarchive/test/ |
H A D | test_write_format_zip_stream.c | 81 char file_data[] = {'1', '2', '3', '4', '5', '6', '7', '8'}; DEFINE_TEST() local
|
H A D | test_write_format_zip_file.c | 88 char file_data[] = {'1', '2', '3', '4', '5', '6', '7', '8'}; in DEFINE_TEST() local
|
H A D | test_write_format_zip_file_zip64.c | 90 char file_data[] = {'1', '2', '3', '4', '5', '6', '7', '8'}; in DEFINE_TEST() local
|
H A D | test_write_format_zip64_stream.c | 83 char file_data[] = {'1', '2', '3', '4', '5', '6', '7', '8'}; in DEFINE_TEST() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | ZipFile.cpp | 117 auto file_data = reinterpret_cast<const uint8_t *>(local_file_header + 1) + in GetFile() local
|
/freebsd-src/sys/cam/ctl/ |
H A D | ctl_backend_block.c | 658 struct ctl_be_block_filedata *file_data; ctl_be_block_dispatch_file() local 884 struct ctl_be_block_filedata *file_data; ctl_be_block_unmap_file() local 2216 struct ctl_be_block_filedata *file_data; ctl_be_block_open_file() local [all...] |
/freebsd-src/sys/dev/xen/blkback/ |
H A D | blkback.c | 2135 struct xbb_file_data *file_data; xbb_dispatch_file() local 2429 struct xbb_file_data *file_data; xbb_open_file() local
|