Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/msgfmt/
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 Dgnu_msgs.c129 ids = (char *)Xmalloc(id_len); in output_all_gnu_mo_files()
130 strs = (char *)Xmalloc(str_len); in output_all_gnu_mo_files()
131 id_tbl = (struct msgtbl *)Xmalloc(sizeof (struct msgtbl) * in output_all_gnu_mo_files()
133 str_tbl = (struct msgtbl *)Xmalloc(sizeof (struct msgtbl) * in output_all_gnu_mo_files()
H A Dgnu_msgs_rev.c134 ids = (char *)Xmalloc(id_len); in output_all_gnu_mo_files()
135 strs = (char *)Xmalloc(str_len); in output_all_gnu_mo_files()
136 id_tbl = (struct msgtbl *)Xmalloc(sizeof (struct msgtbl) * in output_all_gnu_mo_files()
138 str_tbl = (struct msgtbl *)Xmalloc(sizeof (struct msgtbl) * in output_all_gnu_mo_files()
H A Dmsgfmt.c157 gmsgid = (char *)Xmalloc(MAX_VALUE_LEN); in main()
158 gmsgstr = (char *)Xmalloc(MAX_VALUE_LEN); in main()
228 filename = (char *)Xmalloc(len); in read_psffm()
717 Xmalloc(sizeof (struct msg_chain)); in insert_message()
738 Xmalloc(sizeof (struct msg_chain)); in insert_message()
798 Xmalloc(sizeof (struct domain_struct)); in find_domain_node()
820 Xmalloc(sizeof (struct domain_struct)); in find_domain_node()
1041 th = (wchar_t *)Xmalloc(sizeof (wchar_t) * tbufsize); in _mbsntowcs()
H A Dgnu_lex.c383 buf = (char *)Xmalloc(buf_size); in yylex()
407 buf = (char *)Xmalloc(buf_size); in yylex()
450 buf = (char *)Xmalloc(buf_size); in yylex()
493 buf = (char *)Xmalloc(buf_size); in yylex()
H A Dcheck_header.c76 tmp = (char *)Xmalloc(len + 1); in get_one_line()
205 buf = (char *)Xmalloc(bufsize); in check_gnu()
H A Dcommon.h79 extern void *Xmalloc(size_t);
H A Dgnu_msgfmt.c91 po_names = (char **)Xmalloc(argc * sizeof (char *)); in main()
H A Dutil.c68 Xmalloc(size_t size) in Xmalloc() function
H A Dgnu_handle.c440 tmp = Xmalloc(len + 1); in handle_message()
520 filename = Xmalloc(len); in po_init()