Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dsyslimits.h53 #define BC_SCALE_MAX INT_MAX /* max scale value in bc(1) */ macro
/openbsd/usr.bin/getconf/
H A Dgetconf.c92 sysconf_row(BC_SCALE_MAX)
365 compat_posix2_constant_row(BC_SCALE_MAX)
/openbsd/lib/libc/gen/
H A Dsysconf.c161 return (BC_SCALE_MAX); in sysconf()