Searched refs:Message_t (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | translate.c | 60 } Message_t; typedef in typeref:struct:__anon2655 81 { offsetof(Message_t, text), 0, 0 }, 107 Message_t* mp; 109 if (!(mp = newof(0, Message_t, 1, strlen(msg)))) 223 static Message_t* 229 Message_t* mp; 249 if (*s && ((cp = (Catalog_t*)dtmatch(state.catalogs, s)) || (cp = init(s))) && cp->messages && (mp = (Message_t*)dtmatch(cp->messages, msg))) 283 * dictionary, with entries of type Message_t, is needed for 285 * needed by catgets(). A separate Message_t dictionary is maintained 297 Message_t* m [all...] |
Completed in 60 milliseconds