nt               1296 lib/strutil/strutilutf8.c     const char *nt, *np;
nt               1302 lib/strutil/strutilutf8.c     nt = t;
nt               1307 lib/strutil/strutilutf8.c     while (nt[0] != '\0' && np[0] != '\0')
nt               1311 lib/strutil/strutilutf8.c         if (nnt - nt != nnp - np)
nt               1313 lib/strutil/strutilutf8.c         if (strncmp (nt, np, nnt - nt) != 0)
nt               1315 lib/strutil/strutilutf8.c         nt = nnt;
nt               1333 lib/strutil/strutilutf8.c     const char *nt, *np;
nt               1339 lib/strutil/strutilutf8.c     nt = t;
nt               1344 lib/strutil/strutilutf8.c     while (nt[0] != '\0' && np[0] != '\0')
nt               1348 lib/strutil/strutilutf8.c         if (nnt - nt != nnp - np)
nt               1350 lib/strutil/strutilutf8.c         if (strncmp (nt, np, nnt - nt) != 0)
nt               1352 lib/strutil/strutilutf8.c         nt = nnt;