Home
last modified time | relevance | path

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

/titanic_53/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmlocale.c132 typedef struct Map_s struct
134 LCID native;
135 int local;
446 typedef struct Map_s struct
448 int native;
449 int local;
/titanic_53/usr/src/contrib/ast/src/lib/libast/string/
H A Dccmap.c613 struct Map_s struct
615 Map_t* next;
616 int op;
617 unsigned char map[MAP];
/titanic_53/usr/src/contrib/ast/src/lib/libcmd/
H A Dchgrp.c130 typedef struct Map_s /* uid/gid map */ struct
132 Dtlink_t link; /* dictionary link */
133 Key_t key; /* key */
134 Key_t to; /* map to these */
/titanic_53/usr/src/contrib/ast/src/lib/libast/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_53/usr/src/contrib/ast/src/lib/libsum/
H A Dsumlib.c57 typedef struct Map_s struct
59 const char* match;
60 const char* description;
61 const char* map;
/titanic_53/usr/src/contrib/ast/src/lib/libast/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;