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 115 char *tok_buf; local
121 tok=strtok_r(netrcbuffer, " \t\n", &tok_buf);
192 tok = strtok_r(NULL, " \t\n", &tok_buf);
cookie.c 661 char *tok_buf=NULL; local
689 firstptr=strtok_r(lineptr, "\t", &tok_buf); /* tokenize it on the TAB */
694 ptr=strtok_r(NULL, "\t", &tok_buf), fields++) {
    [all...]
  /external/curl/lib/vauth/
digest.c 208 char *tok_buf; local
219 token = strtok_r(tmp, ",", &tok_buf);
228 token = strtok_r(NULL, ",", &tok_buf);
566 char *tok_buf; local
573 token = strtok_r(tmp, ",", &tok_buf);
581 token = strtok_r(NULL, ",", &tok_buf);
  /external/curl/lib/vtls/
darwinssl.c 787 char *tok_buf; local
803 os_version_major = strtok_r(os_version, ".", &tok_buf);
804 os_version_minor = strtok_r(NULL, ".", &tok_buf);
    [all...]

Completed in 189 milliseconds