Syntax | #include <nl_types.h> nl_catd catopen(const char *name, int oflag); |
Description |
If the environment variable If the value of oflag is If oflag is 0, only the A message catalog descriptor remains valid in a process until it is closed by that process or If a file descriptor is used to define message catalog descriptors, the |
Return val. | Message catalog descriptor if successful. This message catalog descriptor can then be used on subsequent
|
Errors |
| ||
| Search permission is denied for a component of the path prefix of the | ||
| The process uses more than | ||
| |||
The length of the pathname of the message catalog exceeds | |||
| Too many files are currently open in the system. The message catalog does not exist, | ||
| Insufficient storage space is available. A component of the path prefix of the message catalog is not a directory. | ||
Notes |
Portable applications must assume that message catalog descriptors are not valid after a Every application must store the associated message catalog in one of the default | ||
See also |
|