Lines Matching full:saveptr
2433 char *saveptr = NULL;2434 char *token = strtok_r(prop, ",", &saveptr);2436 token = strtok_r(NULL, ",", &saveptr);