#include <nl_types.h>

Go to the source code of this file.
Defines | |
| #define | MY_CAT_H 1 |
| #define | DISABLE_NL_TYPES_SYMBOL_RENAMING 1 |
Functions | |
| nl_catd | my_catopen (const char *name, int oflag) |
| int | my_catclose (nl_catd catd) |
| char * | my_catgets (nl_catd catd, int set_num, int msg_num, const char *s) |
| char * | my_catgetmsg (nl_catd catd, int set_num, int msg_num, char *buf, int buflen) |
| char * | my_catmsgfmt (const char *cmdname, const char *groupcode, int msgnum, const char *severity, const char *msgtext, char *buf, int buflen, const char *position, const char *debug) |
| int my_catclose | ( | nl_catd | catd | ) |
Definition at line 1727 of file mycat.c.
References CATDESCRIPTOR.
| char* my_catgetmsg | ( | nl_catd | catd, | |
| int | set_num, | |||
| int | msg_num, | |||
| char * | buf, | |||
| int | buflen | |||
| ) |
Definition at line 1759 of file mycat.c.
References MIN, my_catgets(), and NULL.

| char* my_catgets | ( | nl_catd | catd, | |
| int | set_num, | |||
| int | msg_num, | |||
| const char * | s | |||
| ) |
Definition at line 1736 of file mycat.c.
References CATDESCRIPTOR, catmsg_t::msg, and Msg_Table_Sz.
Referenced by my_catgetmsg().
| char* my_catmsgfmt | ( | const char * | cmdname, | |
| const char * | groupcode, | |||
| int | msgnum, | |||
| const char * | severity, | |||
| const char * | msgtext, | |||
| char * | buf, | |||
| int | buflen, | |||
| const char * | position, | |||
| const char * | debug | |||
| ) |
| nl_catd my_catopen | ( | const char * | name, | |
| int | oflag | |||
| ) |
Definition at line 1721 of file mycat.c.
References CATDESCRIPTOR.
1.6.1