HP-UX Reference (11i v3 07/02) - 3 Library Functions A-M (vol 6)

e
EvmEventFormat(3) EvmEventFormat(3)
Any token of the form @item_name
[%width] or @{item_name[%width]} is replaced by the value of the
corresponding data item from the supplied event, if it is present. item_name is the name of the item stored
in the event. If width is supplied, the value occupies a minimum of width character positions. width is an
integer number specifying the size of the value stored in item_name . The item_name is the name of a stan-
dard event data item. The special string
@@
is replaced by the results of applying EvmEventFormat()
to the event.
Refer to evmshow (1) and EvmEvent(5) for more information about formatting events for display.
EvmVarFormat()
retrieves a variable called var_name from the supplied event, and returns a formatted
version of its value in buffer.
If translate is
EvmTRUE, I18N translation is applied as appropriate.
Notes
Floating point values are formatted using the printf() %.8g
format specifier.
RETURN VALUE
EvmERROR_NONE
The operation completed without error.
EvmERROR_INVALID_ARGUMENT
One of the arguments to the function is invalid.
EvmERROR_INVALID_VALUE
A value in a structure member is invalid.
EvmERROR_NO_MEMORY
An operation failed because an attempt to acquire heap memory
failed.
ERRORS
The value of
errno is not set.
SEE ALSO
Commands
evmshow(1), locale(1).
Routines
EvmEventDump(3), printf(3S), setlocale(3C).
Event Management
EVM(5).
EVM Events
EvmEvent(5).
EVM Programmer’s Guide.
HP-UX 11i Version 3: February 2007 2 Hewlett-Packard Company 387