Home
last modified time | relevance | path

Searched defs:Map_s (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libast/common/tm/
H A Dtmlocale.c116 typedef struct Map_s struct
118 LCID native;
119 int local;
430 typedef struct Map_s struct
432 int native;
433 int local;
/titanic_50/usr/src/lib/libast/common/string/
H A Dccmap.c613 struct Map_s struct
615 Map_t* next;
616 int op;
617 unsigned char map[MAP];
/titanic_50/usr/src/lib/libcmd/common/
H A Dchgrp.c122 typedef struct Map_s /* uid/gid map */ struct
124 Dtlink_t link; /* dictionary link */
125 Key_t key; /* key */
126 Key_t to; /* map to these */
/titanic_50/usr/src/lib/libast/common/port/
H A Dlcgen.c105 typedef struct Map_s struct
107 Link_t link;
108 Language_t* language;
109 Territory_t* territory;
110 Charset_t* charset;
111 Attribute_t* attribute;
/titanic_50/usr/src/lib/libsum/common/
H A Dsumlib.c57 typedef struct Map_s struct
59 const char* match;
60 const char* description;
61 const char* map;
/titanic_50/usr/src/lib/libast/common/comp/
H A Diconv.c71 typedef struct Map_s struct
73 char* name;
74 const unsigned char* map;
75 _ast_iconv_f fun;
76 int index;