Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/msgfmt/
H A Dgnu_check.c289 char **pstr_norm; in check_format() local
469 pstr_norm = (char **)Xcalloc(str->no, sizeof (char *)); in check_format()
474 pstr_norm[i] = (char *)Xcalloc(1, nsz); in check_format()
475 pstr_fmt[i] = extract_format(pstr_norm[i], in check_format()
519 pstr_norm[i][n * 2]) || in check_format()
521 pstr_norm[i][n * 2 + 1])) { in check_format()
530 free(pstr_norm[i]); in check_format()
532 free(pstr_norm); in check_format()