Home
last modified time | relevance | path

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

/openbsd-src/sbin/mount_tmpfs/
H A Dmount_tmpfs.c84 int64_t tmpnumber; in mount_tmpfs_parseargs() local
113 if (scan_scaled(optarg, &tmpnumber) == -1) in mount_tmpfs_parseargs()
116 args->ta_nodes_max = tmpnumber; in mount_tmpfs_parseargs()
124 if (scan_scaled(optarg, &tmpnumber) == -1) in mount_tmpfs_parseargs()
127 args->ta_size_max = tmpnumber; in mount_tmpfs_parseargs()