Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_check.c38 extract_format(char *norm, const char *sfmt, size_t sz) in extract_format() function
415 id_fmt = extract_format(id_norm, msgid, osz); in check_format()
426 str_fmt = extract_format(str_norm, msgstr, nsz); in check_format()
461 plural_fmt = extract_format(plural_norm, plural, nsz); in check_format()
473 pstr_fmt[i] = extract_format(pstr_norm[i], in check_format()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c257 extract_format(const char *fmt, char *norm, size_t sz, int strict) in extract_format() function
505 olen = extract_format(torg, ofmt, osz, 0); in check_format()
518 nlen = extract_format(new, nfmt, nsz, strict); in check_format()