Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c481 char *ofmt, *nfmt, *torg; in check_format() local
490 torg = "(NULL)"; in check_format()
492 torg = (char *)org; in check_format()
496 if (org == new || strcmp(torg, new) == 0 || in check_format()
500 osz = strlen(torg) * FORMAT_SIZE; in check_format()
505 olen = extract_format(torg, ofmt, osz, 0); in check_format()
509 "invalid format in gettext argument: \"%s\"", torg); in check_format()
525 torg, new); in check_format()
535 torg, new); in check_format()
562 "\"%.100s\" -> \"%s\"", torg, new); in check_format()
[all …]