Lines Matching refs:nitems
39 int nitems)
48 *wstr_list = Xmallocarray(nitems, sizeof(wchar_t));
62 *str_list = Xmalloc(nitems);
125 int unconv_num, nitems = text_prop->nitems;
131 if (nitems <= 0) {
153 buf_len = (text_prop->nitems + 1) * sizeof(wchar_t);
156 buf_len = text_prop->nitems * 6 + 1;
158 buf_len = text_prop->nitems * XLC_PUBLIC(lcd, mb_cur_max) + 1;
182 if (nitems == 0 || *str_ptr == 0) {
205 if (nitems == 0)
222 nitems--;