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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c483 char *ofmt, *nfmt, *torg; local
492 torg = "(NULL)";
494 torg = (char *)org;
498 if (org == new || strcmp(torg, new) == 0 ||
502 osz = strlen(torg) * FORMAT_SIZE;
507 olen = extract_format(torg, ofmt, osz, 0);
511 "invalid format in gettext argument: \"%s\"", torg);
527 torg, new);
537 torg, new);
563 "\"%.100s\" -> \"%s\"", torg, ne
[all...]

Completed in 44 milliseconds