Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_check.c287 char **pstr_norm; in check_format() local
467 pstr_norm = (char **)Xcalloc(str->no, sizeof (char *)); in check_format()
472 pstr_norm[i] = (char *)Xcalloc(1, nsz); in check_format()
473 pstr_fmt[i] = extract_format(pstr_norm[i], in check_format()
517 pstr_norm[i][n * 2]) || in check_format()
519 pstr_norm[i][n * 2 + 1])) { in check_format()
528 free(pstr_norm[i]); in check_format()
530 free(pstr_norm); in check_format()