Searched refs:Xrealloc (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/msgfmt/ |
H A D | msgfmt.c | 463 gmsgid = (char *)Xrealloc(gmsgid, in read_psffm() 470 gmsgstr = (char *)Xrealloc(gmsgstr, in read_psffm() 1068 th = (wchar_t *)Xrealloc(th, in _mbsntowcs() 1083 th = (wchar_t *)Xrealloc(th, in _mbsntowcs() 1107 th = (wchar_t *)Xrealloc(th, in _mbsntowcs()
|
H A D | common.h | 79 extern void *Xrealloc(void *, size_t);
|
H A D | util.c | 92 Xrealloc(void *ptr, size_t size) in Xrealloc() function
|
H A D | gnu_handle.c | 237 tmp = Xrealloc(domainname, strlen(domainname) + 3 + 1); in handle_domain() 487 cur_catalog->msg = Xrealloc(cur_catalog->msg, in handle_message()
|
H A D | check_header.c | 303 buf = (char *)Xrealloc(buf, bufsize); in check_gnu()
|
H A D | gnu_po.y | 180 tmp = (struct loc *)Xrealloc($1.pos,
|
H A D | gnu_msgs.c | 93 p->msg = (struct messages *)Xrealloc(p->msg, in output_all_gnu_mo_files()
|
H A D | gnu_msgs_rev.c | 93 p->msg = (struct messages *)Xrealloc(p->msg, in output_all_gnu_mo_files()
|
H A D | gnu_lex.c | 208 tmp = (char *)Xrealloc(*buf, *size); in extend_buf()
|