Searched refs:byte_sized (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/newfs_ext2fs/
H A Dnewfs_ext2fs.c131 int byte_sized; local
139 byte_sized = 0;
202 optarg, INT64_MIN, INT64_MAX, &byte_sized);
313 if (byte_sized)
/netbsd-6-1-5-RELEASE/sbin/newfs_lfs/
H A Dnewfs.c175 int byte_sized = 0; local
249 fssize = strsuftoi64("file system size", optarg, 0, INT64_MAX, &byte_sized);
334 if (byte_sized) {
/netbsd-6-1-5-RELEASE/sbin/newfs/
H A Dnewfs.c247 int byte_sized = 0; local
407 optarg, INT64_MIN, INT64_MAX, &byte_sized);
569 if (byte_sized)

Completed in 63 milliseconds