Searched refs:Message_t (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | translate.c | 61 } Message_t; typedef 81 { offsetof(Message_t, text), 0, 0 }, 107 Message_t* mp; in entry() 109 if (!(mp = newof(0, Message_t, 1, strlen(msg)))) in entry() 228 static Message_t* 234 Message_t* mp; in match() 254 if (*s && ((cp = (Catalog_t*)dtmatch(state.catalogs, s)) || (cp = init(s))) && cp->messages && (mp = (Message_t*)dtmatch(cp->messages, msg))) in match() 288 * dictionary, with entries of type Message_t, is needed for 290 * needed by catgets(). A separate Message_t dictionary is maintained 302 Message_t* m in translate() [all...] |
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | translate.c | 60 } Message_t; typedef 81 { offsetof(Message_t, text), 0, 0 }, 107 Message_t* mp; in entry() 109 if (!(mp = newof(0, Message_t, 1, strlen(msg)))) in entry() 223 static Message_t* 229 Message_t* mp; in match() 249 …tmatch(state.catalogs, s)) || (cp = init(s))) && cp->messages && (mp = (Message_t*)dtmatch(cp->mes… in match() 297 Message_t* mp; in translate()
|