save_ptr          474 lib/replace/replace.c char *rep_strtok_r(char *s, const char *delim, char **save_ptr)
save_ptr          478 lib/replace/replace.c 	if (s == NULL) s = *save_ptr;
save_ptr          482 lib/replace/replace.c 		*save_ptr = s;
save_ptr          489 lib/replace/replace.c 		*save_ptr = token + strlen(token);
save_ptr          492 lib/replace/replace.c 		*save_ptr = s + 1;
save_ptr          273 lib/replace/replace.h char *rep_strtok_r(char *s, const char *delim, char **save_ptr);