File gencat.c
FileList > cubrid > src > executables > gencat.c
Go to the source code of this file
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/queue.h>
#include <arpa/inet.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "porting.h"
#include "cubrid_getopt.h"
Classes
Public Functions
Public Static Functions
Macros
Public Functions Documentation
function LIST_HEAD
function MCAddMsg
void MCAddMsg (
int msgId,
const char * str
)
function MCAddSet
void MCAddSet (
int setId
)
function MCDelMsg
void MCDelMsg (
int msgId
)
function MCDelSet
void MCDelSet (
int setId
)
function MCParse
function MCReadCat
void MCReadCat (
int fd
)
function MCWriteCat
void MCWriteCat (
int fd
)
function main
int main (
int argc,
char * argv
)
Public Static Functions Documentation
function cskip
static char * cskip (
char * cptr
)
function error
static void error (
const char * msg
)
function get_line
static char * get_line (
int fd
)
function getmsg
static char * getmsg (
int fd,
char * cptr,
char quote
)
function warning
static void warning (
const char * cptr,
const char * msg
)
function wskip
static char * wskip (
char * cptr
)
function xmalloc
static void * xmalloc (
size_t len
)
function xrealloc
static void * xrealloc (
void * ptr,
size_t size
)
function xstrdup
static char * xstrdup (
const char * str
)
Macro Definition Documentation
define CORRUPT
#define CORRUPT `"corrupt message catalog"`
define NL_CAT_LOCALE
#define NL_CAT_LOCALE `1`
define NL_MSGMAX
define NL_SETD
define NL_SETMAX
define NOMEMORY
#define NOMEMORY `"out of memory"`
define _NLS_MAGIC
#define _NLS_MAGIC `0xff88ff89`
define _NLS_PRIVATE
The documentation for this class was generated from the following file cubrid/src/executables/gencat.c