Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_po.y101 id_str = (char *)Xmalloc(len);
107 pos1 = (struct loc *)Xmalloc(2 * sizeof (struct loc));
158 str = (char *)Xmalloc(len + 1);
188 plural_str = (char *)Xmalloc(len);
210 pos = (struct loc *)Xmalloc(sizeof (struct loc));
H A Dgnu_msgs.c127 ids = (char *)Xmalloc(id_len); in output_all_gnu_mo_files()
128 strs = (char *)Xmalloc(str_len); in output_all_gnu_mo_files()
129 id_tbl = (struct msgtbl *)Xmalloc(sizeof (struct msgtbl) * in output_all_gnu_mo_files()
131 str_tbl = (struct msgtbl *)Xmalloc(sizeof (struct msgtbl) * in output_all_gnu_mo_files()
H A Dgnu_msgs_rev.c132 ids = (char *)Xmalloc(id_len); in output_all_gnu_mo_files()
133 strs = (char *)Xmalloc(str_len); in output_all_gnu_mo_files()
134 id_tbl = (struct msgtbl *)Xmalloc(sizeof (struct msgtbl) * in output_all_gnu_mo_files()
136 str_tbl = (struct msgtbl *)Xmalloc(sizeof (struct msgtbl) * in output_all_gnu_mo_files()
H A Dmsgfmt.c155 gmsgid = (char *)Xmalloc(MAX_VALUE_LEN); in main()
156 gmsgstr = (char *)Xmalloc(MAX_VALUE_LEN); in main()
226 filename = (char *)Xmalloc(len); in read_psffm()
715 Xmalloc(sizeof (struct msg_chain)); in insert_message()
736 Xmalloc(sizeof (struct msg_chain)); in insert_message()
796 Xmalloc(sizeof (struct domain_struct)); in find_domain_node()
818 Xmalloc(sizeof (struct domain_struct)); in find_domain_node()
1039 th = (wchar_t *)Xmalloc(sizeof (wchar_t) * tbufsize); in _mbsntowcs()
H A Dgnu_lex.c381 buf = (char *)Xmalloc(buf_size); in yylex()
405 buf = (char *)Xmalloc(buf_size); in yylex()
448 buf = (char *)Xmalloc(buf_size); in yylex()
491 buf = (char *)Xmalloc(buf_size); in yylex()
H A Dcheck_header.c74 tmp = (char *)Xmalloc(len + 1); in get_one_line()
203 buf = (char *)Xmalloc(bufsize); in check_gnu()
H A Dcommon.h77 extern void *Xmalloc(size_t);
H A Dgnu_msgfmt.c89 po_names = (char **)Xmalloc(argc * sizeof (char *)); in main()
H A Dutil.c66 Xmalloc(size_t size) in Xmalloc() function
H A Dgnu_handle.c438 tmp = Xmalloc(len + 1); in handle_message()
518 filename = Xmalloc(len); in po_init()