OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LABELS
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/scan_ffs/
scan_ffs.c
107
enum { NADA=0, VERBOSE=1,
LABELS
=2, BLOCKS=4 };
185
case
LABELS
:
254
if (flags &
LABELS
)
255
ffs_printpart(sbi,
LABELS
, i, n);
268
if (flags &
LABELS
)
269
ffs_printpart(sbi,
LABELS
, i, n);
287
case
LABELS
:
361
if (flags &
LABELS
)
362
lfs_printpart(sbi,
LABELS
, n);
442
if (fflags &
LABELS
)
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/selftest/
tests_zone_analyzer.py
50
LABELS
= (b"*", b"dname", b"ent", b"ns", b"txt")
62
b"txt": set(), # perhaps reachable, perhaps not, we need to decide based on other
labels
68
Decode meaning hidden in
labels
and their relationships
94
def gen_node(nodes,
labels
):
95
name = Name(
labels
)
112
entidx = name.
labels
.index(b"ent", entidx)
135
def is_non_ent(
labels
):
142
return
labels
[0] != b"ent"
195
for length in range(1, len(
LABELS
) + 1):
196
for labelseq in filter(is_non_ent, itertools.product(
LABELS
, repeat=length))
[
all
...]
/src/etc/
security
63
LABELS
=
labels
.$$
925
egrep -v '\.(backup|current)(,v)?$' > $
LABELS
926
xargs rm < $
LABELS
984
egrep -v '\.(backup|current)(,v)?$' >> $
LABELS
985
CHANGELIST="$
LABELS
$CHANGELIST"
Completed in 27 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026