Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/msgfmt/
H A Dgnu_check.c288 char *id_norm, *plural_norm, *str_norm; in check_format() local
427 str_norm = (char *)Xcalloc(1, nsz); in check_format()
428 str_fmt = extract_format(str_norm, msgstr, nsz); in check_format()
443 str_norm[n * 2]) || in check_format()
445 str_norm[n * 2 + 1])) { in check_format()
454 free(str_norm); in check_format()