Searched defs:Map_t (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dfnmatch.c37 } Map_t; typedef in typeref:struct:__anon2606
39 static const Map_t map[] =
56 register const Map_t* mp;
H A Diconv.c77 } Map_t; typedef in typeref:struct:Map_s
84 Map_t from;
85 Map_t to;
/illumos-gate/usr/src/lib/libast/common/string/
H A Dccmap.c611 struct Map_s; typedef struct Map_s Map_t; typedef in typeref:struct:Map_s
615 Map_t* next;
620 static Map_t* maps;
632 register Map_t* map;
665 if (!(map = newof(0, Map_t, 1, 0)))
/illumos-gate/usr/src/lib/libsum/common/
H A Dsumlib.c62 } Map_t; typedef in typeref:struct:Map_s
204 static const Map_t maps[] =
/illumos-gate/usr/src/lib/libcmd/common/
H A Dchgrp.c127 } Map_t; typedef in typeref:struct:Map_s
219 register Map_t* m;
281 mapdisc.key = offsetof(Map_t, key);
344 if (!(m = (Map_t*)dtmatch(map, &key)))
346 if (!(m = (Map_t*)stakalloc(sizeof(Map_t))))
402 if (m = (Map_t*)dtmatch(map, &keys[i]))
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmlocale.c120 } Map_t; typedef in typeref:struct:Map_s
122 static const Map_t map[] =
434 } Map_t; typedef in typeref:struct:Map_s
436 static const Map_t map[] =
/illumos-gate/usr/src/lib/libast/common/port/
H A Dlcgen.c112 } Map_t; typedef in typeref:struct:Map_s
276 Map_t* mp;
560 if (!(mp = newof(0, Map_t, 1, s - b + 1)))
604 if (mp != (Map_t*)enter(&state.map, (Link_t*)mp))
766 for (mp = (Map_t*)state.map.root; mp; mp = (Map_t*)mp->link.next)

Completed in 79 milliseconds