Home
last modified time | relevance | path

Searched refs:get_file_size (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/usr.sbin/fstyp/
H A Dhammer2.c48 get_file_size(FILE *fp) in get_file_size() function
77 if ((hammer2_off_t)i * (hammer2_off_t)HAMMER2_ZONE_BYTES64 >= (hammer2_off_t)get_file_size(fp)) in read_voldata()
93 if ((hammer2_off_t)i * (hammer2_off_t)HAMMER2_ZONE_BYTES64 >= (hammer2_off_t)get_file_size(fp)) in test_voldata()
172 fbytes = (size_t)get_file_size(fp); in read_media()
306 if ((hammer2_off_t)i * (hammer2_off_t)HAMMER2_ZONE_BYTES64 >= (hammer2_off_t)get_file_size(fp)) in read_label()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dmemstats.c179 get_file_size(const char* fname) in get_file_size() function
192 off_t total = get_file_size(fname); in readfile()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dbucomm.h61 off_t get_file_size (const char *);
H A DChangeLog-2006208 * objcopy.c (add_specific_symbol): Set status to 1 if get_file_size
213 * objdump.c (display_file): Set exit_status to 1 if get_file_size
215 * size.c (display_file): Set return_code to 1 if get_file_size
H A Daddr2line.c441 if (get_file_size (file_name) < 1) in process_file()
H A Dsize.c412 if (get_file_size (filename) < 1) in display_file()
H A Dar.c1584 if (get_file_size (archname) < 1) in ranlib_only()
1607 if (get_file_size (archname) < 1) in ranlib_touch()
H A Dbucomm.c616 get_file_size (const char * file_name) in get_file_size() function
H A Dresres.c86 flen = (rc_uint_type) get_file_size (filename); in read_res_file()
H A DChangeLog-2004289 (strings_object_file): Avoid using get_file_size, instead do the
364 * ar.c (replace_members): Do not use get_file_size as
H A Drescoff.c149 if (size > (bfd_size_type) get_file_size (filename)) in read_coff_rsrc()
H A DChangeLog-2017925 * bucomm.c (get_file_size): Explicitly warn if the file is a
1002 * objdump.c (dump_relocs_in_section): Replace get_file_size
1144 * bucomm.c (get_file_size): Return -1 if file_name is NULL.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dbucomm.h61 off_t get_file_size (const char *);
H A DChangeLog-2006208 * objcopy.c (add_specific_symbol): Set status to 1 if get_file_size
213 * objdump.c (display_file): Set exit_status to 1 if get_file_size
215 * size.c (display_file): Set return_code to 1 if get_file_size
H A Daddr2line.c438 if (get_file_size (file_name) < 1) in process_file()
H A Dsize.c411 if (get_file_size (filename) < 1) in display_file()
H A Dar.c1576 if (get_file_size (archname) < 1) in ranlib_only()
1599 if (get_file_size (archname) < 1) in ranlib_touch()
H A Dbucomm.c614 get_file_size (const char * file_name) in get_file_size() function
H A Dresres.c86 flen = (rc_uint_type) get_file_size (filename); in read_res_file()
H A DChangeLog-2004289 (strings_object_file): Avoid using get_file_size, instead do the
364 * ar.c (replace_members): Do not use get_file_size as
H A Drescoff.c149 if (size > (bfd_size_type) get_file_size (filename)) in read_coff_rsrc()
H A DChangeLog-2017925 * bucomm.c (get_file_size): Explicitly warn if the file is a
1002 * objdump.c (dump_relocs_in_section): Replace get_file_size
1144 * bucomm.c (get_file_size): Return -1 if file_name is NULL.
H A Dobjcopy.c1081 size = get_file_size (filename); in add_specific_symbols()
3767 off_t size = get_file_size (input_filename); in copy_file()
4834 if (get_file_size (argv[i]) < 1) in strip_main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/
H A Dbrig-lang.c187 get_file_size (FILE *file) in get_file_size() function
208 size_t fsize = get_file_size (f); in brig_langhook_parse_file()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp86 static uintmax_t get_file_size(const WIN32_FIND_DATAW& data) {

12