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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dnetrc.c107 char *tok_buf; local
113 tok=strtok_r(netrcbuffer, " \t\n", &tok_buf);
180 tok = strtok_r(NULL, " \t\n", &tok_buf);
H A Dhttp_digest.c185 char *tok_buf; local
191 token = strtok_r(tmp, ",", &tok_buf);
199 token = strtok_r(NULL, ",", &tok_buf);
H A Dcookie.c609 char *tok_buf=NULL; local
637 firstptr=strtok_r(lineptr, "\t", &tok_buf); /* tokenize it on the TAB */
642 ptr=strtok_r(NULL, "\t", &tok_buf), fields++) {

Completed in 104 milliseconds