Searched defs:extract_format (Results 1 - 2 of 2) sorted by relevance

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

Completed in 58 milliseconds