ReactOS 0.4.15-dev-8061-g57b775e
nls_koi8-u.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/nls.h>
#include <linux/errno.h>
Include dependency graph for nls_koi8-u.c:

Go to the source code of this file.

Functions

static int uni2char (wchar_t uni, unsigned char *out, int boundlen)
 
static int char2uni (const unsigned char *rawstring, int boundlen, wchar_t *uni)
 
static int __init init_nls_koi8_u (void)
 
static void __exit exit_nls_koi8_u (void)
 

Variables

static wchar_t charset2uni [256]
 
static unsigned char page00 [256]
 
static unsigned char page04 [256]
 
static unsigned char page22 [256]
 
static unsigned char page23 [256]
 
static unsigned char page25 [256]
 
static unsigned charpage_uni2charset [256]
 
static unsigned char charset2lower [256]
 
static unsigned char charset2upper [256]
 
static struct nls_table table
 

Function Documentation

◆ char2uni()

static int char2uni ( const unsigned char rawstring,
int  boundlen,
wchar_t uni 
)
static

Definition at line 301 of file nls_koi8-u.c.

302{
303 *uni = charset2uni[*rawstring];
304 if (*uni == 0x0000)
305 return -EINVAL;
306 return 1;
307}
#define EINVAL
Definition: acclib.h:90
static wchar_t charset2uni[256]
Definition: nls_koi8-u.c:14

◆ exit_nls_koi8_u()

static void __exit exit_nls_koi8_u ( void  )
static

Definition at line 324 of file nls_koi8-u.c.

325{
327}
int unregister_nls(struct nls_table *)
Definition: nls_base.c:185

Referenced by Ext2UnloadAllNls().

◆ init_nls_koi8_u()

static int __init init_nls_koi8_u ( void  )
static

Definition at line 319 of file nls_koi8-u.c.

320{
321 return register_nls(&table);
322}
int register_nls(struct nls_table *)
Definition: nls_base.c:162

Referenced by Ext2LoadAllNls().

◆ uni2char()

static int uni2char ( wchar_t  uni,
unsigned char out,
int  boundlen 
)
static

Definition at line 284 of file nls_koi8-u.c.

285{
286 unsigned char *uni2charset;
287 unsigned char cl = uni & 0x00ff;
288 unsigned char ch = (uni & 0xff00) >> 8;
289
290 if (boundlen <= 0)
291 return -ENAMETOOLONG;
292
293 uni2charset = page_uni2charset[ch];
294 if (uni2charset && uni2charset[cl])
295 out[0] = uni2charset[cl];
296 else
297 return -EINVAL;
298 return 1;
299}
static unsigned char * page_uni2charset[256]
Definition: nls_koi8-u.c:204
static FILE * out
Definition: regtests2xml.c:44
#define ENAMETOOLONG
Definition: errno.h:55

Variable Documentation

◆ charset2lower

unsigned char charset2lower[256]
static

Definition at line 212 of file nls_koi8-u.c.

◆ charset2uni

wchar_t charset2uni[256]
static

Definition at line 14 of file nls_koi8-u.c.

Referenced by char2uni().

◆ charset2upper

unsigned char charset2upper[256]
static

Definition at line 248 of file nls_koi8-u.c.

◆ page00

unsigned char page00[256]
static

Definition at line 97 of file nls_koi8-u.c.

◆ page04

unsigned char page04[256]
static
Initial value:
= {
0x00, 0xb3, 0x00, 0x00, 0xb4, 0x00, 0xb6, 0xb7,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0xe1, 0xe2, 0xf7, 0xe7, 0xe4, 0xe5, 0xf6, 0xfa,
0xe9, 0xea, 0xeb, 0xec, 0xed, 0xee, 0xef, 0xf0,
0xf2, 0xf3, 0xf4, 0xf5, 0xe6, 0xe8, 0xe3, 0xfe,
0xfb, 0xfd, 0xff, 0xf9, 0xf8, 0xfc, 0xe0, 0xf1,
0xc1, 0xc2, 0xd7, 0xc7, 0xc4, 0xc5, 0xd6, 0xda,
0xc9, 0xca, 0xcb, 0xcc, 0xcd, 0xce, 0xcf, 0xd0,
0xd2, 0xd3, 0xd4, 0xd5, 0xc6, 0xc8, 0xc3, 0xde,
0xdb, 0xdd, 0xdf, 0xd9, 0xd8, 0xdc, 0xc0, 0xd1,
0x00, 0xa3, 0x00, 0x00, 0xa4, 0x00, 0xa6, 0xa7,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0xbd, 0xad, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
}

Definition at line 132 of file nls_koi8-u.c.

◆ page22

unsigned char page22[256]
static
Initial value:
= {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x95, 0x96, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x97, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x98, 0x99, 0x00, 0x00,
}

Definition at line 155 of file nls_koi8-u.c.

◆ page23

unsigned char page23[256]
static
Initial value:
= {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x93, 0x9b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
}

Definition at line 171 of file nls_koi8-u.c.

◆ page25

unsigned char page25[256]
static
Initial value:
= {
0x80, 0x00, 0x81, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x82, 0x00, 0x00, 0x00,
0x83, 0x00, 0x00, 0x00, 0x84, 0x00, 0x00, 0x00,
0x85, 0x00, 0x00, 0x00, 0x86, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x87, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x89, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x8a, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0xa0, 0xa1, 0xa2, 0x00, 0xa5, 0x00, 0x00, 0xa8,
0xa9, 0xaa, 0xab, 0xac, 0x00, 0xae, 0xaf, 0xb0,
0xb1, 0xb2, 0x00, 0xb5, 0x00, 0x00, 0xb8, 0xb9,
0xba, 0xbb, 0xbc, 0x00, 0xbe, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x8b, 0x00, 0x00, 0x00, 0x8c, 0x00, 0x00, 0x00,
0x8d, 0x00, 0x00, 0x00, 0x8e, 0x00, 0x00, 0x00,
0x8f, 0x90, 0x91, 0x92, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x94, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
}

Definition at line 179 of file nls_koi8-u.c.

◆ page_uni2charset

unsigned char* page_uni2charset[256]
static
Initial value:
= {
}
#define NULL
Definition: types.h:112
static unsigned char page04[256]
Definition: nls_koi8-u.c:132
static unsigned char page22[256]
Definition: nls_koi8-u.c:155
static unsigned char page23[256]
Definition: nls_koi8-u.c:171
static unsigned char page25[256]
Definition: nls_koi8-u.c:179
static unsigned char page00[256]
Definition: nls_koi8-u.c:97

Definition at line 204 of file nls_koi8-u.c.

Referenced by uni2char().

◆ table

Initial value:
= {
"koi8-u",
0,
}
#define THIS_MODULE
Definition: module.h:269
static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni)
Definition: nls_koi8-u.c:301
static int uni2char(wchar_t uni, unsigned char *out, int boundlen)
Definition: nls_koi8-u.c:284
static unsigned char charset2lower[256]
Definition: nls_koi8-u.c:212
static unsigned char charset2upper[256]
Definition: nls_koi8-u.c:248

Definition at line 309 of file nls_koi8-u.c.