Home
last modified time | relevance | path

Searched refs:id_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
416 id_norm = (char *)Xcalloc(1, osz); in check_format()
417 id_fmt = extract_format(id_norm, msgid, osz); in check_format()
442 if ((id_norm[n * 2] != in check_format()
444 (id_norm[n * 2 + 1] != in check_format()
455 free(id_norm); in check_format()
493 if ((id_norm[n * 2] != in check_format()
495 (id_norm[n * 2 + 1] != in check_format()
518 if ((id_norm[n * 2] != in check_format()
520 (id_norm[n * 2 + 1] != in check_format()
[all …]