OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Jun 22 00:25:11 UTC 2026