HomeSort by relevance Sort by last modified time
    Searched refs:tok_buf (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
netrc.c 117 char *tok_buf; local
123 tok=strtok_r(netrcbuffer, " \t\n", &tok_buf);
194 tok = strtok_r(NULL, " \t\n", &tok_buf);
cookie.c 662 char *tok_buf=NULL; local
690 firstptr=strtok_r(lineptr, "\t", &tok_buf); /* tokenize it on the TAB */
695 ptr=strtok_r(NULL, "\t", &tok_buf), fields++) {
    [all...]
  /external/curl/lib/vauth/
digest.c 207 char *tok_buf; local
218 token = strtok_r(tmp, ",", &tok_buf);
227 token = strtok_r(NULL, ",", &tok_buf);
552 char *tok_buf; local
559 token = strtok_r(tmp, ",", &tok_buf);
567 token = strtok_r(NULL, ",", &tok_buf);
  /external/curl/lib/vtls/
darwinssl.c 785 char *tok_buf; local
801 os_version_major = strtok_r(os_version, ".", &tok_buf);
802 os_version_minor = strtok_r(NULL, ".", &tok_buf);
    [all...]

Completed in 353 milliseconds