Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_check.c286 char *id_norm, *plural_norm, *str_norm; in check_format() local
425 str_norm = (char *)Xcalloc(1, nsz); in check_format()
426 str_fmt = extract_format(str_norm, msgstr, nsz); in check_format()
441 str_norm[n * 2]) || in check_format()
443 str_norm[n * 2 + 1])) { in check_format()
452 free(str_norm); in check_format()