Sortix cross-volatile manual
This manual documents Sortix cross-volatile. You can instead view this document in the latest official manual.
NAME
getconf — get POSIX configuration valuesSYNOPSIS
getconf | [-alL] [-v -specification] variable [path] |
DESCRIPTION
getconf writes the value of the requested POSIX configuration variable from either sysconf(3), confstr(3), or <limits.h>. If a path is specified, then pathconf(2) is used instead to look up the variable.- -a
- Write all variables in two space-separated columns, the first with the variable names and the second with the values. The variable operand is not parsed.
- -l
- Write all the variable names that does not require a path.
- -L
- Write all the variable names that requires a path.
- -v specification
-
Evaluate the variable in this POSIX specification compilation environment, one of:
- POSIX_V8_ILP32_OFF32
- POSIX_V8_ILP32_OFFBIG
- POSIX_V8_LP64_OFF64
- POSIX_V8_LPBIG_OFFBIG