Searched defs:saveptr (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/contrib/dlz/example/
H A Ddlz_example.c663 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 Ddriver.c711 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