Searched refs:saveptr2 (Results 1 – 1 of 1) sorted by relevance
223 char *saveptr2; in read_config_attr() local249 if ((word = strtok_r(start, " \t", &saveptr2))) { in read_config_attr()250 if ((value = strtok_r(NULL, " \t", &saveptr2)) == NULL) in read_config_attr()252 saveptr2 = NULL; in read_config_attr()259 min = strtok_r(NULL, " \t", &saveptr2); in read_config_attr()263 minForPoint = strtok_r(NULL, " \t", &saveptr2); in read_config_attr()