Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/msgfmt/
H A Dgnu_check.c286 int *pstr_fmt; in check_format() local
470 pstr_fmt = (int *)Xcalloc(str->no, sizeof (int)); in check_format()
475 pstr_fmt[i] = extract_format(pstr_norm[i], in check_format()
477 if (pstr_fmt[i] == -1) { in check_format()
510 if (id_fmt != pstr_fmt[i]) { in check_format()
514 id_fmt, pstr_fmt[i]); in check_format()
533 free(pstr_fmt); in check_format()