OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wildcards
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/autofs/
autofs.c
216
* no
wildcards
.
307
bool
wildcards
;
local
383
wildcards
= ar->ar_wildcards;
403
anp->an_wildcards =
wildcards
;
/src/usr.sbin/autofs/
automountd.c
63
done(int request_error, bool
wildcards
)
70
add.add_wildcards =
wildcards
;
175
bool
wildcards
;
local
217
* "
Wildcards
" here actually means "make autofs(4) request
223
parse_map(parent, map, key, &
wildcards
);
224
if (!
wildcards
)
225
wildcards
= node_has_wildcards(parent);
226
if (
wildcards
)
286
done(0,
wildcards
);
360
done(0,
wildcards
);
[
all
...]
/src/external/bsd/tcpdump/dist/
print-openflow-1.0.c
1193
uint32_t
wildcards
;
local
1199
/*
wildcards
*/
1200
wildcards
= GET_BE_U_4(cp);
1201
if (
wildcards
& OFPFW_U)
1202
ND_PRINT("%swildcards 0x%08x (bogus)", pfx,
wildcards
);
1205
if (! (
wildcards
& OFPFW_IN_PORT))
1210
if (! (
wildcards
& OFPFW_DL_SRC))
1214
if (! (
wildcards
& OFPFW_DL_DST))
1218
if (! (
wildcards
& OFPFW_DL_VLAN))
1222
if (! (
wildcards
& OFPFW_DL_VLAN_PCP)
[
all
...]
Completed in 19 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026