Home | History | Annotate | Download | only in bits

Lines Matching refs:nextp

1164 #  define __strtok_r(s, sep, nextp) \
1168 ? __strtok_r_1c (s, ((__const char *) (sep))[0], nextp) \
1169 : __strtok_r (s, sep, nextp)))
1196 # define strtok_r(s, sep, nextp) __strtok_r (s, sep, nextp)