Home
last modified time | relevance | path

Searched refs:id_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
414 id_norm = (char *)Xcalloc(1, osz); in check_format()
415 id_fmt = extract_format(id_norm, msgid, osz); in check_format()
440 if ((id_norm[n * 2] != in check_format()
442 (id_norm[n * 2 + 1] != in check_format()
453 free(id_norm); in check_format()
491 if ((id_norm[n * 2] != in check_format()
493 (id_norm[n * 2 + 1] != in check_format()
516 if ((id_norm[n * 2] != in check_format()
518 (id_norm[n * 2 + 1] != in check_format()
[all …]