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

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

Completed in 41 milliseconds