Home
last modified time | relevance | path

Searched refs:dehumanize_number (Results 1 – 9 of 9) sorted by relevance

/dragonfly/lib/libutil/
HDMakefile11 dehumanize_number.c \
86 MLINKS+=humanize_number.3 dehumanize_number.3
HDdehumanize_number.c51 dehumanize_number(const char *str, int64_t *size) in dehumanize_number() function
HDlibutil.h77 int dehumanize_number(const char *, int64_t *);
/dragonfly/sbin/vquota/
HDvquota.c736 if (dehumanize_number(argv[2], &limit) < 0) in main()
757 if (dehumanize_number(argv[3], &limit) < 0) in main()
768 if (dehumanize_number(argv[3], &limit) < 0) in main()
/dragonfly/usr.bin/split/
HDsplit.c101 error = dehumanize_number(optarg, &bytecnt); in main()
/dragonfly/usr.sbin/installer/libinstaller/
HDfunctions.c267 error = dehumanize_number(string, &result); in string_to_capacity()
/dragonfly/sbin/mount_tmpfs/
HDmount_tmpfs.c312 if (dehumanize_number(s, &rv) < 0 || rv < 0) in a_number()
/dragonfly/usr.sbin/mptutil/
HDmpt_config.c639 error = dehumanize_number(optarg, &stripe_size); in create_volume()
/dragonfly/usr.sbin/mfiutil/
HDmfi_config.c603 error = dehumanize_number(optarg, &stripe_size); in create_volume()