Home | History | Annotate | Download | only in bits

Lines Matching refs:__strtok_r

1164 #  define __strtok_r(s, sep, nextp) \
1169 : __strtok_r (s, sep, nextp)))
1196 # define strtok_r(s, sep, nextp) __strtok_r (s, sep, nextp)