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

/freebsd-13-stable/sbin/sysctl/
H A Dsysctl.c249 int64_t i64val; local
296 i64val = strtoimax(newvalstr, &endptr, 0);
297 newval = &i64val;
298 valsize = sizeof(i64val);

Completed in 31 milliseconds