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

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

Completed in 116 milliseconds