Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/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()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dbucomm.h177 off_t get_file_size (const char *);
H A Daddr2line.c233 if (get_file_size (file_name) < 1) in process_file()
H A Dar.c1330 if (get_file_size (* files_to_move) > 0 in replace_members()
1350 if (get_file_size (archname) < 1) in ranlib_only()
1372 if (get_file_size (archname) < 1) in ranlib_touch()
H A Dstrings.c376 if (get_file_size (file) < 1) in strings_file()
H A Dbucomm.c474 get_file_size (const char * file_name) in get_file_size() function
H A Dsize.c348 if (get_file_size (filename) < 1) in display_file()
H A Dobjcopy.c619 size = get_file_size (filename); in add_specific_symbols()
1657 if (get_file_size (input_filename) < 1) in copy_file()
2369 if (get_file_size (argv[i]) < 1) in strip_main()
2560 size = get_file_size (s + 1); in copy_main()
H A Dnm.c607 if (get_file_size (filename) < 1) in display_file()
H A DChangeLog-0203142 * bucomm,c (get_file_size): New function. Returns the size of a
144 * bucomm.h: Add prototype for get_file_size.
153 * readelf.c (process_file): Use similar code to get_file_size.
H A Dobjdump.c2656 if (get_file_size (filename) < 1) in display_file()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dbucomm.h206 off_t get_file_size (const char *);
H A Daddr2line.c284 if (get_file_size (file_name) < 1) in process_file()
H A Dar.c1222 if (get_file_size (archname) < 1) in ranlib_only()
1244 if (get_file_size (archname) < 1) in ranlib_touch()
H A Dsize.c348 if (get_file_size (filename) < 1) in display_file()
H A Dbucomm.c475 get_file_size (const char * file_name) in get_file_size() function
H A Dobjcopy.c654 size = get_file_size (filename); in add_specific_symbols()
1883 if (get_file_size (input_filename) < 1) in copy_file()
2607 if (get_file_size (argv[i]) < 1) in strip_main()
2810 size = get_file_size (s + 1); in copy_main()
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 Dnm.c1165 if (get_file_size (filename) < 1) in display_file()
H A DChangeLog-0203142 * bucomm,c (get_file_size): New function. Returns the size of a
144 * bucomm.h: Add prototype for get_file_size.
153 * readelf.c (process_file): Use similar code to get_file_size.
H A Dobjdump.c2904 if (get_file_size (filename) < 1) in display_file()
/openbsd/gnu/llvm/libcxx/src/filesystem/
H A Dfilesystem_common.h593 static uintmax_t get_file_size(const WIN32_FIND_DATAW& data) {