Searched refs:saveptr (Results 1 - 3 of 3) 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);
|
/bind-9.11.3/contrib/dlz/modules/mysqldyn/ |
H A D | dlz_mysqldyn_mod.c | 840 real_name = STRTOK_R(buf, "\t", &saveptr); 844 ttlstr = STRTOK_R(NULL, "\t", &saveptr); 848 dclass = STRTOK_R(NULL, "\t", &saveptr); 852 type = STRTOK_R(NULL, "\t", &saveptr); 856 data = STRTOK_R(NULL, "\t", &saveptr);
|
Completed in 18 milliseconds