Searched refs:getsize (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/usr.sbin/trim/ |
| H A D | trim.c | 51 static off_t getsize(const char *path); 96 if ((length = getsize(optarg)) == 0) in main() 174 getsize(const char *path) in getsize() function 212 length = getsize(path); in trim()
|
| /freebsd-12.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_iovar.h | 70 bhnd_nvram_iop_getsize *getsize; /**< getsize() implementation */ member 101 .getsize = bhnd_nvram_ ## _n ## _getsize, \
|
| H A D | bhnd_nvram_io.c | 168 return (io->iops->getsize(io)); in bhnd_nvram_io_getsize()
|
| /freebsd-12.1/tests/sys/cddl/zfs/bin/ |
| H A D | mkfile.c | 64 getsize(char *s) in getsize() function 199 if ((fsize = getsize(*argv)) == 0) { in main()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | skel.c | 90 getsize(const char *data, apr_size_t len, in getsize() function 370 size = getsize(data, end - data, &next, end - data); in explicit_atom()
|
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | test-zstd-versions.py | 271 print(zstd + ' : ' + repr(os.path.getsize(zstd)) + ', ' + sha1_of_file(zstd))
|
| /freebsd-12.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_setup.c | 426 CallDriver_2(sp, getsize, &old_lines, &old_cols); in _nc_update_screensize()
|
| /freebsd-12.1/contrib/ncurses/ncurses/ |
| H A D | curses.priv.h | 2254 int (*getsize)(struct DriverTCB*, int*, int*); member
|