Home
last modified time | relevance | path

Searched refs:Xrealloc (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dmsgfmt.c463 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 Dcommon.h79 extern void *Xrealloc(void *, size_t);
H A Dutil.c92 Xrealloc(void *ptr, size_t size) in Xrealloc() function
H A Dgnu_handle.c237 tmp = Xrealloc(domainname, strlen(domainname) + 3 + 1); in handle_domain()
487 cur_catalog->msg = Xrealloc(cur_catalog->msg, in handle_message()
H A Dcheck_header.c303 buf = (char *)Xrealloc(buf, bufsize); in check_gnu()
H A Dgnu_po.y180 tmp = (struct loc *)Xrealloc($1.pos,
H A Dgnu_msgs.c93 p->msg = (struct messages *)Xrealloc(p->msg, in output_all_gnu_mo_files()
H A Dgnu_msgs_rev.c93 p->msg = (struct messages *)Xrealloc(p->msg, in output_all_gnu_mo_files()
H A Dgnu_lex.c208 tmp = (char *)Xrealloc(*buf, *size); in extend_buf()