Home
last modified time | relevance | path

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

/mirbsd/src/sbin/sysctl/
Dsysctl.c306 int64_t quadval; in parse() local
740 (void)sscanf(newval, "%lld", (long long *)&quadval); in parse()
741 newval = &quadval; in parse()
742 newsize = sizeof(quadval); in parse()