HP-UX Reference (11i v2 04/09) - 3 Library Functions A-M (vol 6)

c
confstr(3C) confstr(3C)
_CS_XBS5_ILP32_OFF32_LINTFLAGS
The set of options to be given to the lint(1) utility to check application source using
a programming model with 32-bit int, long, pointer, and off_t types.
_CS_XBS5_ILP32_OFFBIG_CFLAGS
The set of initial options to be given to the cc(1) and c89(1) utilities to build an
application using a programming model with 32-bit int, long, and pointer types, and
an off_t type using at least 64-bits.
_CS_XBS5_ILP32_OFFBIG_LDFLAGS
The set of final options to be given to the cc(1) and c89(1) utilities to build an appli-
cation using a programming model with 32-bit int, long, and pointer types, and an
off_t type using at least 64-bits.
_CS_XBS5_ILP32_OFFBIG_LIBS
The set of libraries to be given to the cc(1) and c89(1) utilities to build an applica-
tion using a programming model with 32-bit int, long, and pointer types, and an
off_t type using at least 64-bits.
_CS_XBS5_ILP32_OFFBIG_LINTFLAGS
The set of options to be given to the lint(1) utility to check application source using
a programming model with 32-bit int, long, and pointer types, and an off_t type
using at least 64-bits.
_CS_XBS5_LP64_OFF64_CFLAGS
The set of initial options to be given to the cc(1) and c89(1) utilities to build an
application using a programming model with 32-bit int, and 64-bit long, pointer,
and off_t types.
_CS_XBS5_LP64_OFF64_LDFLAGS
The set of final options to be given to the cc(1) and c89(1) utilities to build an appli-
cation using a programming model with 32-bit int, and 64-bit long, pointer, and
off_t types.
_CS_XBS5_LP64_OFF64_LIBS
The set of libraries to be given to the cc(1) and c89(1) utilities to build an applica-
tion using a programming model with 32-bit int, and 64-bit long, pointer, and off_t
types.
_CS_XBS5_LP64_OFF64_LINTFLAGS
The set of options to be given to the lint(1) utility to check application source using
a programming model with 32-bit int, and 64-bit long, pointer, and off_t types.
_CS_XBS5_LPBIG_OFFBIG_CFLAGS
The set of initial options to be given to the cc(1) and c89(1) utilities to build an
application using a programming model with an int type using 32 bits and long,
pointer, and off_t types using at least 64-bits.
_CS_XBS5_LPBIG_OFFBIG_LDFLAGS
The set of libraries to be given to the cc(1) and c89(1) utilities to build an applica-
tion using a programming model with an int type using 32 bits and long, pointer,
and off_t types using at least 64-bits.
_CS_XBS5_LPBIG_OFFBIG_LIBS
The set of libraries to be given to the cc(1) and c89(1) utilities to build an applica-
tion using a programming model with an int type using 32 bits and long, pointer,
and off_t types using at least 64-bits.
_CS_XBS5_LPBIG_OFFBIG_LINTFLAGS
The set of options to be given to the lint(1) utility to check application source using
a programming model with an int type using 32 bits and long, pointer, and off_t
types using at least 64-bits.
If len is not zero, and if name is known and has a configuration-defined value,
confstr() copies that
value into the len-byte buffer pointed to by buf. If the string to be returned is longer than len bytes,
including the terminating null, confstr() truncates the string to len - 1 bytes and null-terminates the
result. The application can detect that the string was truncated by comparing the value returned by
confstr() with len.
Section 3116 Hewlett-Packard Company 2 HP-UX 11i Version 2: September 2004