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 116 char *tok_buf; local
122 tok = strtok_r(netrcbuffer, " \t\n", &tok_buf);
196 tok = strtok_r(NULL, " \t\n", &tok_buf);
cookie.c 691 char *tok_buf = NULL; local
719 firstptr = strtok_r(lineptr, "\t", &tok_buf); /* tokenize it on the TAB */
724 ptr = strtok_r(NULL, "\t", &tok_buf), fields++) {
    [all...]
  /external/curl/lib/vauth/
digest.c 219 char *tok_buf = NULL; local
230 token = strtok_r(tmp, ",", &tok_buf);
239 token = strtok_r(NULL, ",", &tok_buf);
572 char *tok_buf = NULL; local
579 token = strtok_r(tmp, ",", &tok_buf);
587 token = strtok_r(NULL, ",", &tok_buf);
  /external/curl/lib/vtls/
darwinssl.c 882 char *tok_buf; local
898 os_version_major = strtok_r(os_version, ".", &tok_buf);
899 os_version_minor = strtok_r(NULL, ".", &tok_buf);
    [all...]

Completed in 508 milliseconds