Searched defs:saveptr (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/contrib/dlz/example/ |
H A D | dlz_example.c | 663 char *saveptr = NULL; local 678 full_name = STRTOK_R(buf, "\t", &saveptr); 682 ttlstr = STRTOK_R(NULL, "\t", &saveptr); 686 dclass = STRTOK_R(NULL, "\t", &saveptr); 690 type = STRTOK_R(NULL, "\t", &saveptr); 694 data = STRTOK_R(NULL, "\t", &saveptr);
|
/bind-9.11.3/bin/tests/system/dlzexternal/ |
H A D | driver.c | 711 char *saveptr = NULL; local 726 full_name = STRTOK_R(buf, "\t", &saveptr); 730 ttlstr = STRTOK_R(NULL, "\t", &saveptr); 734 dclass = STRTOK_R(NULL, "\t", &saveptr); 738 type = STRTOK_R(NULL, "\t", &saveptr); 742 data = STRTOK_R(NULL, "\t", &saveptr);
|
Completed in 1424 milliseconds