|
errno(5) -- Returns error condition value
|
The errno external variable contains the most recent error condition set by a function. The symbolic values for errno are listed in the intro reference page and in the ERRORS section of the individual... |
etext(5) -- Defines the last location of a program
|
The external names end, etext, and edata are defined for all programs. They are not functions, but identifiers associated with the following addresses: The first address following the program text. Th... |
eucJP(5) -- A character encoding system (codeset) for Japanese
|
The Japanese EUC (Extended UNIX Code), or eucJP, codeset consists of the following character sets: CS0 (ASCII or JIS Roman) CS1 (JIS X0208) CS2 (JIS Katakana) CS3 (JIS X0212) CS0 is a primary characte... |
eucKR(5) -- A character encoding system (codeset) for Korean
|
EUC (Extended UNIX Code) is a codeset extended by AT&T Bell Laboratories for use in various countries in the world. Korean EUC is the EUC codeset for representing Korean data. The encoding of Korean E... |
eucTW(5) -- A character encoding system (codeset) for Traditional Chinese
|
The Taiwanese EUC (Extended UNIX Code), or eucTW, codeset consists of the following character sets: ASCII CNS 11643 (Plane 1 to Plane 16) Taiwanese EUC uses a combination of single-byte data and 2-byt... |
EUR(5) -- Euro currency sign
|
The Euro currency is the new currency for European countries belonging to the Economic and Monetary Union (EMU). Euro currency was introduced in 1999. By January 2002, the new currency is scheduled to... |
euro(5) -- Euro currency sign
|
The Euro currency is the new currency for European countries belonging to the Economic and Monetary Union (EMU). Euro currency was introduced in 1999. By January 2002, the new currency is scheduled to... |
Euro(5) -- Euro currency sign
|
The Euro currency is the new currency for European countries belonging to the Economic and Monetary Union (EMU). Euro currency was introduced in 1999. By January 2002, the new currency is scheduled to... |
evm(5) -- Event Management
|
Introduction to Events and Event Management The purpose of an event management system is to provide a means for any system component or application to indicate that something has happened that may be ... |
EVM(5) -- Event Management
|
Introduction to Events and Event Management The purpose of an event management system is to provide a means for any system component or application to indicate that something has happened that may be ... |
EvmCallback(5) -- Event Management callback function
|
An EVM callback function is a function that you provide to allow your program to handle messages arriving on an EVM connection. Most messages will be incoming events or responses to requests you have ... |
EvmConnection(5) -- Connection to the Event Management daemon
|
An EVM connection is the context through which data is passed to and from the EVM daemon. A connection has the following attributes: Connection Type Response Mode Transport Type Callback, and associat... |
EvmEvent(5) -- The structure of an EVM Event
|
An EVM event is a self-contained data structure, which can be manipulated and accessed using EVM API functions. Application code can: Create, duplicate and destroy an event Set and retrieve the values... |