Name | Data Type | Qualifiers |
Name | Data Type | Value | Scope | Flavors |
BcBaseMax | uint64 |
Description | string | Maximum base values allowed by the bc utility. Minimum Acceptable Value: _POSIX2_BC_BASE_MAX(99). sysconf returns this variable when _SC_BASE_MAX is passed to it. | None | TRANSLATABLE= true |
BcDimMax | uint64 |
Description | string | Maximum number of elements permitted in an array by the bc utility. Minimum Acceptable Value: _POSIX2_BC_DIM_MAX(2048). sysconf returns this variable when _SC_BC_DIM_MAX is passed to it. | None | TRANSLATABLE= true |
BcScaleMax | uint64 |
Description | string | Maximum scale value allowed by the bc utility. Minimum Acceptable Value: _POSIX2_BC_SCALE_MAX(99). sysconf returns this variable when _SC_BC_SCALE_MAX is passed to it. | None | TRANSLATABLE= true |
BcStringMax | uint64 |
Description | string | Maximum length of a string constant accepted by the bc utility. Minimum Acceptable Value: _POSIX2_BC_STRING_MAX(1000). sysconf returns this variable when _SC_BC_STRING_MAX is passed to it. | None | TRANSLATABLE= true |
ExprNestMax | uint64 |
Description | string | Maximum number of expressions that can be nested within parentheses by the expr utility. Minimum Acceptable Value: _POSIX2_EXPR_NEST_MAX(32) sysconf returns this variable when _SC_EXPR_NEST_MAX is passed to it. | None | TRANSLATABLE= true |