HomeSort by: relevance | last modified time | path
    Searched refs:tok_begin (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
expand_path.c 467 char *tok_begin, *tok_end, *append; local
522 tok_begin = strstr(path_left, "%{");
524 if (tok_begin && tok_begin != path_left) {
526 append = malloc((tok_begin - path_left) + 1);
528 memcpy(append, path_left, tok_begin - path_left);
529 append[tok_begin - path_left] = '\0';
531 path_left = tok_begin;
533 } else if (tok_begin) {
535 tok_end = strchr(tok_begin, '}');
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/
s390xcap.c 33 (sscanf(tok_begin, \
52 (sscanf(tok_begin, \
673 char *tok_begin, *tok_end, *buff, tok[S390X_STFLE_MAX][LEN + 1]; local
684 tok_begin = buff + strspn(buff, ";");
685 strtok(tok_begin, ";");
688 while (tok_begin != NULL) {
690 if ((n = sscanf(tok_begin,
730 while (*tok_begin != '\0') {
731 if (!ossl_isspace(*tok_begin))
733 tok_begin++
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/
s390xcap.c 42 (sscanf(tok_begin, \
63 (sscanf(tok_begin, \
460 char *tok_begin, *tok_end, *buff, tok[S390X_STFLE_MAX][LEN + 1]; local
471 tok_begin = buff + strspn(buff, ";");
472 strtok(tok_begin, ";");
475 while (tok_begin != NULL) {
477 if ((n = sscanf(tok_begin,
498 else if (sscanf(tok_begin, " %" STR(LEN) "s %" STR(LEN) "s ",
508 while (*tok_begin != '\0') {
509 if (!ossl_isspace(*tok_begin))
    [all...]

Completed in 20 milliseconds