HomeSort by: relevance | last modified time | path
    Searched defs:has_wild (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ssh-keygen.c 1121 int has_wild = l->hosts && strcspn(l->hosts, "*?!") != strlen(l->hosts); local
1131 if (was_hashed || has_wild || l->marker != MRK_NONE) {
1133 if (has_wild && !ctx->find_host) {

Completed in 19 milliseconds