Home
last modified time | relevance | path

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

/netbsd-src/sbin/blkdiscard/
H A Dblkdiscard.c115 if (dehumanize_number(optarg, &val) == -1 || val < 0) in main()
121 if (dehumanize_number(optarg, &val) == -1 || val < 0) in main()
127 if (dehumanize_number(optarg, &val) == -1 || val < 0) in main()
/netbsd-src/sbin/mount_tmpfs/
H A Dmount_tmpfs.c173 if (dehumanize_number(optarg, &tmpnumber) == -1) in mount_tmpfs_parseargs()
191 else if (dehumanize_number(optarg, &tmpnumber) == -1) in mount_tmpfs_parseargs()
/netbsd-src/tools/gpt/
H A Dnamespace.h4 extern int dehumanize_number(const char *, int64_t *);
H A DMakefile7 HOST_SRCS+= opendisk.c dehumanize_number.c
/netbsd-src/usr.sbin/mdconfig/
H A Dmdconfig.c73 if (dehumanize_number(argv[2], &num) == -1) in main()
/netbsd-src/lib/libc/gen/
H A Ddehumanize_number.c61 dehumanize_number(const char *str, int64_t *size) in dehumanize_number() function
H A DMakefile.inc14 dehumanize_number.c devname.c dirname.c disklabel.c err.c errx.c \
159 MLINKS+=humanize_number.3 dehumanize_number.3
/netbsd-src/sbin/newfs_udf/
H A Dnewfs_udf.c227 if (dehumanize_number(optarg, &setsize) < 0) in main()
/netbsd-src/sbin/modload/
H A Dmain.c215 if (dehumanize_number(value, &intvalue) != 0) in parse_int_param()
/netbsd-src/usr.bin/quota/
H A Dprintquota.c269 ret = dehumanize_number(str, (int64_t *)val); in intrd()
/netbsd-src/include/
H A Dstdlib.h308 int dehumanize_number(const char *, int64_t *);
/netbsd-src/usr.sbin/syslogd/
H A Dsyslogd.h116 extern int dehumanize_number(const char *str, int64_t *size);
H A Dsyslogd.c3115 if (dehumanize_number(tmp_buf, (int64_t*) &(sqentry->key)) == -1 in store_sign_delim_sg2()
3296 || dehumanize_number(TypeInfo[i].queue_length_string, in read_config_file()
3298 if (dehumanize_number(TypeInfo[i].default_length_string, in read_config_file()
3302 || dehumanize_number(TypeInfo[i].queue_size_string, in read_config_file()
3304 if (dehumanize_number(TypeInfo[i].default_size_string, in read_config_file()
/netbsd-src/sbin/gpt/
H A Dgpt.c972 if (dehumanize_number(optarg, &human_num) < 0) in gpt_size_get()
988 if (dehumanize_number(optarg, &human_num) < 0) { in gpt_human_get()
/netbsd-src/sbin/bioctl/
H A Dbioctl.c735 if (dehumanize_number(argv[3], &volsize) == -1 in bio_volops_create()