Searched refs:save_ptr (Results 1 – 1 of 1) sorted by relevance
42 __strtok_r (char *s, const char *delim, char **save_ptr) in __strtok_r() argument47 s = *save_ptr; in __strtok_r()51 *save_ptr = s; in __strtok_r()59 *save_ptr = s; in __strtok_r()67 *save_ptr = end; in __strtok_r()73 *save_ptr = end + 1; in __strtok_r()
Completed in 3 milliseconds