background image
<< Using LRT Functions | Environment Variable Functions >>
<< Using LRT Functions | Environment Variable Functions >>

Buffer Manipulation Functions

Creating Vuser Scripts
Chapter 11, page 192
Tuxedo Vuser Scripts · Developing TUXEDO Vuser Scripts
In
Buffer Manipulation Functions
lrt_Fadd[32]_fld
Adds a new field to an FML buffer.
lrt_Finitialize[32]
Initializes an existing FML buffer fbfr.
lrt_Fldid[32]
Maps a field name to a field identifier.
lrt_Fname[32]
Provides a map field identifier to field name.
lrt_Fidnm_unload[32]
Recovers space allocated for a field identifier to
field name.
lrt_CFgetalloc[32]
Gets a specified field from a buffer, allocates
space, converts the field to the type specified by
the user and returns a pointer to its location.
lrt_memcpy
Copies the specified amount of bytes from the
source to the destination.
lrt_tpalloc
Returns a pointer to a buffer of type
type
.
lrt_tprealloc
Changes the size of a typed buffer.
lrt_strcpy
Copies a string like the C function strcpy.
lrt_tpfree
Frees a typed buffer.
lrt_tptype
Determines information about a typed buffer.