Home
last modified time | relevance | path

Searched defs:file_info (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/lib/libproc/
H A D_libproc.h51 struct file_info { struct
64 struct file_info *file; argument
/freebsd-13.1/usr.bin/tail/
H A Dextern.h57 struct file_info { struct
63 typedef struct file_info file_info_t; argument
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c261 struct file_info { struct
262 struct file_info *use_next; argument
263 struct file_info *parent; argument
264 struct file_info *next; argument
265 struct file_info *re_next; argument
266 int subdirs;
273 char rr_moved_has_re_only;
275 char re_descendant;
277 int birthtime_is_set;
305 struct file_info *first; argument
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c76 struct file_info { struct
80 apr_file_t *file; /* handle of this file */
81 apr_off_t size; /* total raw size in bytes of this file */
84 int chunk; /* the current chunk number, zero-based */
85 char *buffer; /* a buffer containing the current chunk */
86 char *curp; /* current position in the current chunk */
87 char *endp; /* next memory address after the current chunk */
89 svn_diff__normalize_state_t normalize_state;
92 int suffix_start_chunk;
93 apr_off_t suffix_offset_in_chunk;
[all …]
/freebsd-13.1/contrib/atf/atf-c++/detail/
H A Dfs.hpp210 class file_info { class
H A Dfs.cpp295 impl::file_info::file_info(const path& p) in file_info() function in impl::file_info
304 impl::file_info::file_info(const file_info& fi) in file_info() function in impl::file_info
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Drev_file.c42 svn_fs_x__rev_file_info_t file_info; member
H A Dindex.c1252 svn_fs_x__rev_file_info_t file_info; in get_l2p_header_body() local
1415 svn_fs_x__rev_file_info_t file_info; in get_l2p_header() local
2461 svn_fs_x__rev_file_info_t file_info; in get_p2l_header() local
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dio.c2444 apr_finfo_t *file_info, in svn_io__is_finfo_read_only()
2478 apr_finfo_t *file_info, in svn_io__is_finfo_executable()
2516 apr_finfo_t file_info; in svn_io_is_file_executable() local
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dupgrade.c1102 svn_wc__text_base_file_info_t *file_info; in migrate_text_bases() local