Open System Services Library Calls Reference Manual (G06.28+, H06.05+)

tmple64(3) OSS Library Calls Reference Manual
NAME
tmple64 - Creates a temporary le
LIBRARY
G-series native Guardian processes: $SYSTEM.SYSnn.ZCRTLSRL
G-series native OSS processes: /G/system/sysnn/zcrtlsrl
H-series native Guardian processes: $SYSTEM.ZDLLnnn.ZCRTLDLL
H-series OSS processes: /G/system/zdllnnn/zcrtldll
DESCRIPTION
The C run-time library supports two variants of the tmple64() function: tmple64_oss() and
tmple64_guardian(). The variants support the unique le-naming conventions and structures
of the OSS and Guardian le systems, respectively. These variants support OSS
les that have a
le offset maximum larger than 2 gigabytes and Guardian les that have a le offset maximum
larger than 4 gigabytes (Guardian Format 2 les), respectively.
An application can explicitly call this function when you compile the application using the
#dene _LARGEFILE64_SOURCE 1
feature test macro or an equivalent compiler command
option.
An application call to tmple() is automatically mapped to this function you compile the appli-
cation using the #dene _FILE_OFFSET_BITS 64 feature test macro or an equivalent compiler
command option.
Explicit calls to the tmple64_oss() and tmple64_guardian() variants in source code are only
made when the behavior of one environment is desired from the other environment.
For a description of the tmple64( ) OSS function and the tmple64_oss() function, see the
tmple64_oss(3) reference page. For a description of the tmple64() Guardian function and the
tmple64_guardian() function, see the tmple64_guardian(3) reference page.
732 Hewlett-Packard Company 527187-007