Lines Matching refs:nsz
293 size_t osz, nsz;
426 nsz = str_len * 2;
427 str_norm = (char *)Xcalloc(1, nsz);
428 str_fmt = extract_format(str_norm, msgstr, nsz);
461 nsz = plural_len * 2;
462 plural_norm = (char *)Xcalloc(1, nsz);
463 plural_fmt = extract_format(plural_norm, plural, nsz);
473 nsz = p->len * 2;
474 pstr_norm[i] = (char *)Xcalloc(1, nsz);
476 msgstr + p->off, nsz);