#include <locale.h>#include <stdio.h>#include <string.h>#include <stdlib.h>#include <time.h>#include <nl_types.h>#include <cray/nlcatmsg.h>
Go to the source code of this file.
Defines | |
| #define | DISABLE_NL_TYPES_SYMBOL_RENAMING 1 |
| #define | OCTAL 8 |
| #define | HEXADECIMAL 16 |
| #define | MAXTIME 51 |
Functions | |
| char * | catmsgfmt (const char *cmdname, const char *groupcode, int msg_num, const char *severity, const char *msgtext, char *buf, int buflen, char *pos, char *dbg) |
| #define DISABLE_NL_TYPES_SYMBOL_RENAMING 1 |
Definition at line 59 of file catmsgfmt.c.
| #define HEXADECIMAL 16 |
Definition at line 81 of file catmsgfmt.c.
Referenced by catmsgfmt().
| #define MAXTIME 51 |
Definition at line 82 of file catmsgfmt.c.
Referenced by catmsgfmt().
| #define OCTAL 8 |
Definition at line 80 of file catmsgfmt.c.
Referenced by _gocthex(), _nexdata(), and catmsgfmt().
| char* catmsgfmt | ( | const char * | cmdname, | |
| const char * | groupcode, | |||
| int | msg_num, | |||
| const char * | severity, | |||
| const char * | msgtext, | |||
| char * | buf, | |||
| int | buflen, | |||
| char * | pos, | |||
| char * | dbg | |||
| ) |
Definition at line 115 of file catmsgfmt.c.
References c, D_MSG_FORMAT, getenv(), HEXADECIMAL, MAXTIME, MSG_FORMAT, NULL, and OCTAL.

1.7.1