HomeSort by: relevance | last modified time | path
    Searched defs:byte_sized (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/newfs_ext2fs/
newfs_ext2fs.c 131 int byte_sized; local in function:main
138 byte_sized = 0;
201 optarg, INT64_MIN, INT64_MAX, &byte_sized);
312 if (byte_sized)
  /src/sbin/newfs_lfs/
newfs.c 174 int byte_sized = 0; local in function:main
248 fssize = strsuftoi64("file system size", optarg, 0, INT64_MAX, &byte_sized);
344 if (byte_sized) {
  /src/sbin/newfs/
newfs.c 255 int byte_sized = 0; local in function:main
421 optarg, INT64_MIN, INT64_MAX, &byte_sized);
594 if (byte_sized)

Completed in 14 milliseconds