Home
last modified time | relevance | path

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

/netbsd-src/sbin/mount_tmpfs/
H A Dmount_tmpfs.c144 int64_t tmpnumber; in mount_tmpfs_parseargs() local
173 if (dehumanize_number(optarg, &tmpnumber) == -1) in mount_tmpfs_parseargs()
176 args->ta_nodes_max = tmpnumber; in mount_tmpfs_parseargs()
188 tmpnumber = ram_fract(optarg+4); in mount_tmpfs_parseargs()
190 tmpnumber = ram_percent(optarg+4); in mount_tmpfs_parseargs()
191 else if (dehumanize_number(optarg, &tmpnumber) == -1) in mount_tmpfs_parseargs()
194 args->ta_size_max = tmpnumber; in mount_tmpfs_parseargs()