usr/src/cmd/localedef/localedef.h
changeset 14265 8ae0bbd9e7cc
parent 13222 02526851ba75
equal deleted inserted replaced
14264:f1ab3ae29311 14265:8ae0bbd9e7cc
     9  * at http://www.illumos.org/license/CDDL.
     9  * at http://www.illumos.org/license/CDDL.
    10  */
    10  */
    11 
    11 
    12 /*
    12 /*
    13  * Copyright 2010 Nexenta Systems, Inc.  All rights reserved.
    13  * Copyright 2010 Nexenta Systems, Inc.  All rights reserved.
       
    14  * Copyright 2013 DEY Storage Systmes, Inc.
    14  */
    15  */
    15 
    16 
    16 /*
    17 /*
    17  * POSIX localedef.
    18  * POSIX localedef.
    18  */
    19  */
    95 
    96 
    96 /* ctype.c - LC_CTYPE handling */
    97 /* ctype.c - LC_CTYPE handling */
    97 void init_ctype(void);
    98 void init_ctype(void);
    98 void add_ctype(int);
    99 void add_ctype(int);
    99 void add_ctype_range(int);
   100 void add_ctype_range(int);
       
   101 void add_width(int, int);
       
   102 void add_width_range(int, int, int);
   100 void add_caseconv(int, int);
   103 void add_caseconv(int, int);
   101 void dump_ctype(void);
   104 void dump_ctype(void);
   102 
   105 
   103 /* messages.c - LC_MESSAGES handling */
   106 /* messages.c - LC_MESSAGES handling */
   104 void init_messages(void);
   107 void init_messages(void);