Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/msgfmt/
H A Dgnu_check.c40 extract_format(char *norm, const char *sfmt, size_t sz) in extract_format() function
417 id_fmt = extract_format(id_norm, msgid, osz); in check_format()
428 str_fmt = extract_format(str_norm, msgstr, nsz); in check_format()
463 plural_fmt = extract_format(plural_norm, plural, nsz); in check_format()
475 pstr_fmt[i] = extract_format(pstr_norm[i], in check_format()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c259 extract_format(const char *fmt, char *norm, size_t sz, int strict) in extract_format() function
507 olen = extract_format(torg, ofmt, osz, 0); in check_format()
520 nlen = extract_format(new, nfmt, nsz, strict); in check_format()