Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dnetrc.c88 char *tok_end; in parsenetrc() local
108 tok_end = tok; in parsenetrc()
110 while(!ISSPACE(*tok_end)) in parsenetrc()
111 tok_end++; in parsenetrc()
112 *tok_end = 0; in parsenetrc()
118 tok_end++; /* pass the leading quote */ in parsenetrc()
119 while(*tok_end) { in parsenetrc()
120 char s = *tok_end; in parsenetrc()
137 tok_end++; in parsenetrc()
141 tok_end in parsenetrc()
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Ds390xcap.c673 char *tok_begin, *tok_end, *buff, tok[S390X_STFLE_MAX][LEN + 1]; in parse_env() local
686 tok_end = strtok(NULL, ";"); in parse_env()
737 tok_begin = tok_end; in parse_env()
738 tok_end = strtok(NULL, ";"); in parse_env()
/third_party/openssl/crypto/
H A Ds390xcap.c673 char *tok_begin, *tok_end, *buff, tok[S390X_STFLE_MAX][LEN + 1]; in parse_env() local
686 tok_end = strtok(NULL, ";"); in parse_env()
737 tok_begin = tok_end; in parse_env()
738 tok_end = strtok(NULL, ";"); in parse_env()

Completed in 3 milliseconds