Searched refs:dehumanize_number (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/lib/libutil/ |
| HD | Makefile | 11 dehumanize_number.c \ 86 MLINKS+=humanize_number.3 dehumanize_number.3
|
| HD | dehumanize_number.c | 51 dehumanize_number(const char *str, int64_t *size) in dehumanize_number() function
|
| HD | libutil.h | 77 int dehumanize_number(const char *, int64_t *);
|
| /dragonfly/sbin/vquota/ |
| HD | vquota.c | 736 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/ |
| HD | split.c | 101 error = dehumanize_number(optarg, &bytecnt); in main()
|
| /dragonfly/usr.sbin/installer/libinstaller/ |
| HD | functions.c | 267 error = dehumanize_number(string, &result); in string_to_capacity()
|
| /dragonfly/sbin/mount_tmpfs/ |
| HD | mount_tmpfs.c | 312 if (dehumanize_number(s, &rv) < 0 || rv < 0) in a_number()
|
| /dragonfly/usr.sbin/mptutil/ |
| HD | mpt_config.c | 639 error = dehumanize_number(optarg, &stripe_size); in create_volume()
|
| /dragonfly/usr.sbin/mfiutil/ |
| HD | mfi_config.c | 603 error = dehumanize_number(optarg, &stripe_size); in create_volume()
|