sysconf Parameters
Here are the symbolic constants for use as the parameter argument
to sysconf. The values are all integer constants (more
specifically, enumeration type values).
_SC_ARG_MAX
ARG_MAX.
_SC_CHILD_MAX
CHILD_MAX.
_SC_OPEN_MAX
OPEN_MAX.
_SC_STREAM_MAX
STREAM_MAX.
_SC_TZNAME_MAX
TZNAME_MAX.
_SC_NGROUPS_MAX
NGROUPS_MAX.
_SC_JOB_CONTROL
_POSIX_JOB_CONTROL.
_SC_SAVED_IDS
_POSIX_SAVED_IDS.
_SC_VERSION
_POSIX_VERSION.
_SC_CLK_TCK
CLOCKS_PER_SEC;
see section Basic CPU Time Inquiry.
_SC_2_C_DEV
c89.
_SC_2_FORT_DEV
fort77.
_SC_2_FORT_RUN
asa command to
interpret Fortran carriage control.
_SC_2_LOCALEDEF
localedef
command.
_SC_2_SW_DEV
ar,
make, and strip.
_SC_BC_BASE_MAX
obase in the bc
utility.
_SC_BC_DIM_MAX
bc
utility.
_SC_BC_SCALE_MAX
scale in the bc
utility.
_SC_BC_STRING_MAX
bc utility.
_SC_COLL_WEIGHTS_MAX
_SC_EXPR_NEST_MAX
expr utility.
_SC_LINE_MAX
_SC_EQUIV_CLASS_MAX
LC_COLLATE category `order' keyword in a locale
definition. The GNU C library does not presently support locale
definitions.
_SC_VERSION
_SC_2_VERSION
_SC_PAGESIZE
getpagesize returns the same value.
Go to the first, previous, next, last section, table of contents.