/netbsd-src/usr.sbin/fstyp/ |
H A D | hammer2.c | 48 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 D | memstats.c | 179 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 D | bucomm.h | 61 off_t get_file_size (const char *);
|
H A D | ChangeLog-2006 | 208 * 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 D | addr2line.c | 441 if (get_file_size (file_name) < 1) in process_file()
|
H A D | size.c | 412 if (get_file_size (filename) < 1) in display_file()
|
H A D | ar.c | 1584 if (get_file_size (archname) < 1) in ranlib_only() 1607 if (get_file_size (archname) < 1) in ranlib_touch()
|
H A D | bucomm.c | 616 get_file_size (const char * file_name) in get_file_size() function
|
H A D | resres.c | 86 flen = (rc_uint_type) get_file_size (filename); in read_res_file()
|
H A D | ChangeLog-2004 | 289 (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 D | rescoff.c | 149 if (size > (bfd_size_type) get_file_size (filename)) in read_coff_rsrc()
|
H A D | ChangeLog-2017 | 925 * 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 D | bucomm.h | 61 off_t get_file_size (const char *);
|
H A D | ChangeLog-2006 | 208 * 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 D | addr2line.c | 438 if (get_file_size (file_name) < 1) in process_file()
|
H A D | size.c | 411 if (get_file_size (filename) < 1) in display_file()
|
H A D | ar.c | 1576 if (get_file_size (archname) < 1) in ranlib_only() 1599 if (get_file_size (archname) < 1) in ranlib_touch()
|
H A D | bucomm.c | 614 get_file_size (const char * file_name) in get_file_size() function
|
H A D | resres.c | 86 flen = (rc_uint_type) get_file_size (filename); in read_res_file()
|
H A D | ChangeLog-2004 | 289 (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 D | rescoff.c | 149 if (size > (bfd_size_type) get_file_size (filename)) in read_coff_rsrc()
|
H A D | ChangeLog-2017 | 925 * 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 D | objcopy.c | 1081 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 D | brig-lang.c | 187 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 D | directory_iterator.cpp | 86 static uintmax_t get_file_size(const WIN32_FIND_DATAW& data) {
|