Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_check.c284 int *pstr_fmt; in check_format() local
468 pstr_fmt = (int *)Xcalloc(str->no, sizeof (int)); in check_format()
473 pstr_fmt[i] = extract_format(pstr_norm[i], in check_format()
475 if (pstr_fmt[i] == -1) { in check_format()
508 if (id_fmt != pstr_fmt[i]) { in check_format()
512 id_fmt, pstr_fmt[i]); in check_format()
531 free(pstr_fmt); in check_format()