Searched refs:Xmalloc (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dcommon.h79 extern void *Xmalloc(size_t);
H A Dgnu_po.y102 id_str = (char *)Xmalloc(len);
108 pos1 = (struct loc *)Xmalloc(2 * sizeof (struct loc));
159 str = (char *)Xmalloc(len + 1);
189 plural_str = (char *)Xmalloc(len);
211 pos = (struct loc *)Xmalloc(sizeof (struct loc));
H A Dcheck_header.c76 tmp = (char *)Xmalloc(len + 1);
205 buf = (char *)Xmalloc(bufsize);
H A Dgnu_msgfmt.c91 po_names = (char **)Xmalloc(argc * sizeof (char *));
H A Dgnu_msgs.c129 ids = (char *)Xmalloc(id_len);
130 strs = (char *)Xmalloc(str_len);
131 id_tbl = (struct msgtbl *)Xmalloc(sizeof (struct msgtbl) *
133 str_tbl = (struct msgtbl *)Xmalloc(sizeof (struct msgtbl) *
H A Dgnu_msgs_rev.c134 ids = (char *)Xmalloc(id_len);
135 strs = (char *)Xmalloc(str_len);
136 id_tbl = (struct msgtbl *)Xmalloc(sizeof (struct msgtbl) *
138 str_tbl = (struct msgtbl *)Xmalloc(sizeof (struct msgtbl) *
H A Dutil.c68 Xmalloc(size_t size) function
H A Dmsgfmt.c157 gmsgid = (char *)Xmalloc(MAX_VALUE_LEN);
158 gmsgstr = (char *)Xmalloc(MAX_VALUE_LEN);
228 filename = (char *)Xmalloc(len);
717 Xmalloc(sizeof (struct msg_chain));
738 Xmalloc(sizeof (struct msg_chain));
798 Xmalloc(sizeof (struct domain_struct));
820 Xmalloc(sizeof (struct domain_struct));
1041 th = (wchar_t *)Xmalloc(sizeof (wchar_t) * tbufsize);
H A Dgnu_lex.c383 buf = (char *)Xmalloc(buf_size);
407 buf = (char *)Xmalloc(buf_size);
450 buf = (char *)Xmalloc(buf_size);
493 buf = (char *)Xmalloc(buf_size);
H A Dgnu_handle.c440 tmp = Xmalloc(len + 1);
520 filename = Xmalloc(len);

Completed in 55 milliseconds