nkf_xmalloc       843 ext/nkf/nkf-utf8/nkf.c     nkf_buf_t *buf = nkf_xmalloc(sizeof(nkf_buf_t));
nkf_xmalloc       844 ext/nkf/nkf-utf8/nkf.c     buf->ptr = nkf_xmalloc(sizeof(nkf_char) * length);
nkf_xmalloc      1031 ext/nkf/nkf-utf8/nkf.c 	backup_filename = nkf_xmalloc(strlen(suffix) + (asterisk_count * (filename_length - 1)) + 1);
nkf_xmalloc      1045 ext/nkf/nkf-utf8/nkf.c 	backup_filename = nkf_xmalloc(j + 1);
nkf_xmalloc      3319 ext/nkf/nkf-utf8/nkf.c 	nkf_state = nkf_xmalloc(sizeof(nkf_state_t));
nkf_xmalloc      4844 ext/nkf/nkf-utf8/nkf.c 	    lwsp_buf = nkf_xmalloc((lwsp_size+5)*sizeof(char));
nkf_xmalloc      4943 ext/nkf/nkf-utf8/nkf.c 	lwsp_buf = nkf_xmalloc((lwsp_size+5)*sizeof(char));
nkf_xmalloc      5502 ext/nkf/nkf-utf8/nkf.c     converter->input_buffer = nkf_xmalloc(converter->input_buffer_size);
nkf_xmalloc      5504 ext/nkf/nkf-utf8/nkf.c     converter->output_buffer = nkf_xmalloc(converter->output_buffer_size);
nkf_xmalloc      7044 ext/nkf/nkf-utf8/nkf.c 			outfname = nkf_xmalloc(strlen(origfname)