Searched refs:torg (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | nlspath_checks.c | 483 char *ofmt, *nfmt, *torg; in check_format() local 492 torg = "(NULL)"; in check_format() 494 torg = (char *)org; in check_format() 498 if (org == new || strcmp(torg, new) == 0 || in check_format() 502 osz = strlen(torg) * FORMAT_SIZE; in check_format() 507 olen = extract_format(torg, ofmt, osz, 0); in check_format() 511 "invalid format in gettext argument: \"%s\"", torg); in check_format() 527 torg, new); in check_format() 537 torg, new); in check_format() 563 "\"%.100s\" -> \"%s\"", torg, new); in check_format() [all …]
|