nt               1277 lib/strutil/strutilutf8.c     const char *nt, *np;
nt               1283 lib/strutil/strutilutf8.c     nt = t;
nt               1288 lib/strutil/strutilutf8.c     while (nt[0] != '\0' && np[0] != '\0')
nt               1292 lib/strutil/strutilutf8.c         if (nnt - nt != nnp - np)
nt               1294 lib/strutil/strutilutf8.c         if (strncmp (nt, np, nnt - nt) != 0)
nt               1296 lib/strutil/strutilutf8.c         nt = nnt;
nt               1314 lib/strutil/strutilutf8.c     const char *nt, *np;
nt               1320 lib/strutil/strutilutf8.c     nt = t;
nt               1325 lib/strutil/strutilutf8.c     while (nt[0] != '\0' && np[0] != '\0')
nt               1329 lib/strutil/strutilutf8.c         if (nnt - nt != nnp - np)
nt               1331 lib/strutil/strutilutf8.c         if (strncmp (nt, np, nnt - nt) != 0)
nt               1333 lib/strutil/strutilutf8.c         nt = nnt;