Home
last modified time | relevance | path

Searched refs:tok_begin (Results 1 – 1 of 1) sorted by relevance

/third_party/openssl/crypto/
Ds390xcap.c33 (sscanf(tok_begin, \
52 (sscanf(tok_begin, \
673 char *tok_begin, *tok_end, *buff, tok[S390X_STFLE_MAX][LEN + 1]; in parse_env() local
684 tok_begin = buff + strspn(buff, ";"); in parse_env()
685 strtok(tok_begin, ";"); in parse_env()
688 while (tok_begin != NULL) { in parse_env()
690 if ((n = sscanf(tok_begin, in parse_env()
730 while (*tok_begin != '\0') { in parse_env()
731 if (!ossl_isspace(*tok_begin)) in parse_env()
733 tok_begin++; in parse_env()
[all …]