Home | History | Annotate | Download | only in src

Lines Matching defs:nptr

5310 uint8_t *nptr;
5352 nptr = dat_datctl.copy_names;
5359 nptr);
5366 if (test_mode == PCRE8_MODE) strcpy((char *)pbuffer8, (char *)nptr);
5369 if (test_mode == PCRE16_MODE)(void)to16(nptr, utf, &cnl);
5372 if (test_mode == PCRE32_MODE)(void)to32(nptr, utf, &cnl);
5377 fprintf(outfile, "Number not found for group '%s'\n", nptr);
5383 fprintf(outfile, "Copy substring '%s' failed (%d): ", nptr, rc);
5393 fprintf(outfile, "Get substring '%s' length failed (%d): ", nptr, rc);
5405 fprintf(outfile, " (%lu) %s", (unsigned long)length, nptr);
5409 nptr += namelen + 1;
5439 nptr = dat_datctl.get_names;
5446 int namelen = strlen((const char *)nptr);
5453 if (test_mode == PCRE8_MODE) strcpy((char *)pbuffer8, (char *)nptr);
5456 if (test_mode == PCRE16_MODE)(void)to16(nptr, utf, &cnl);
5459 if (test_mode == PCRE32_MODE)(void)to32(nptr, utf, &cnl);
5464 fprintf(outfile, "Number not found for group '%s'\n", nptr);
5469 fprintf(outfile, "Get substring '%s' failed (%d): ", nptr, rc);
5478 fprintf(outfile, " (%lu) %s", (unsigned long)length, nptr);
5483 nptr += namelen + 1;