nt               1300 lib/strutil/strutilutf8.c     const char *nt, *np;
nt               1306 lib/strutil/strutilutf8.c     nt = t;
nt               1311 lib/strutil/strutilutf8.c     while (nt[0] != '\0' && np[0] != '\0')
nt               1315 lib/strutil/strutilutf8.c         if (nnt - nt != nnp - np)
nt               1317 lib/strutil/strutilutf8.c         if (strncmp (nt, np, nnt - nt) != 0)
nt               1319 lib/strutil/strutilutf8.c         nt = nnt;
nt               1337 lib/strutil/strutilutf8.c     const char *nt, *np;
nt               1343 lib/strutil/strutilutf8.c     nt = t;
nt               1348 lib/strutil/strutilutf8.c     while (nt[0] != '\0' && np[0] != '\0')
nt               1352 lib/strutil/strutilutf8.c         if (nnt - nt != nnp - np)
nt               1354 lib/strutil/strutilutf8.c         if (strncmp (nt, np, nnt - nt) != 0)
nt               1356 lib/strutil/strutilutf8.c         nt = nnt;