Searched refs:tok_buf (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dnetrc.c116 char *tok_buf; local
122 tok=strtok_r(netrcbuffer, " \t\n", &tok_buf);
183 tok = strtok_r(NULL, " \t\n", &tok_buf);
H A Dhttp_digest.c189 char *tok_buf; local
195 token = strtok_r(tmp, ",", &tok_buf);
203 token = strtok_r(NULL, ",", &tok_buf);
H A Dcookie.c471 char *tok_buf=NULL; local
499 firstptr=strtok_r(lineptr, "\t", &tok_buf); /* tokenize it on the TAB */
510 ptr=strtok_r(NULL, "\t", &tok_buf), fields++) {

Completed in 124 milliseconds