Symbol: labels
dist/pf/sbin/pfctl/pfctl.c
121
int labels = 0;
dist/pf/sbin/pfctl/pfctl.c
790
else if (format == PFCTL_SHOW_LABELS && labels)
dist/pf/sbin/pfctl/pfctl.c
826
labels = 1;
dist/pf/sbin/pfctl/pfctl.c
872
labels = 1;
lib/libc/nameser/ns_print.c
513
u_int typ, algorithm, labels, footprint;
lib/libc/nameser/ns_print.c
524
labels = *rdata++;
lib/libc/nameser/ns_print.c
527
p_type((int)typ), algorithm, labels, t);
lib/libc/nameser/ns_print.c
529
if (labels > (u_int)dn_count_labels(name))
usr.bin/diff3/diff3.c
846
char *labels[] = { NULL, NULL, NULL };
usr.bin/diff3/diff3.c
883
labels[nblabels++] = optarg;
usr.bin/diff3/diff3.c
935
labels[0] != NULL ? labels[0] : file1);
usr.bin/diff3/diff3.c
939
labels[1] != NULL ? labels[1] : file2);
usr.bin/diff3/diff3.c
943
labels[2] != NULL ? labels[2] : file3);
usr.bin/sed/compile.c
1026
lhp = &labels[h & LHMASK];
usr.bin/sed/compile.c
1051
for (lh = labels[h & LHMASK]; lh != NULL; lh = lh->lh_next) {
usr.bin/sed/compile.c
1071
for (lh = labels[i]; lh != NULL; lh = next) {
usr.bin/sed/compile.c
75
} *labels[LHSZ];
usr.bin/systat/cmds.c
136
labels();
usr.bin/systat/disks.c
118
labels();
usr.bin/systat/disks.c
74
labels();
usr.bin/systat/extern.h
163
void labels(void);
usr.bin/systat/main.c
238
labels();
usr.bin/systat/main.c
343
labels();
usr.bin/xlint/lint1/func.c
433
case_labels *labels = &cs->c_case_labels;
usr.bin/xlint/lint1/func.c
434
size_t i = 0, n = labels->len;
usr.bin/xlint/lint1/func.c
436
while (i < n && labels->vals[i].u.integer != nv->u.integer)
usr.bin/xlint/lint1/func.c
449
if (labels->len >= labels->cap) {
usr.bin/xlint/lint1/func.c
450
labels->cap = 16 + 2 * labels->cap;
usr.bin/xlint/lint1/func.c
451
labels->vals = xrealloc(labels->vals,
usr.bin/xlint/lint1/func.c
452
sizeof(*labels->vals) * labels->cap);
usr.bin/xlint/lint1/func.c
454
labels->vals[labels->len++] = *nv;
usr.sbin/sysinst/partman.c
971
static const msg labels[] = {
usr.sbin/sysinst/partman.c
976
lcol_width = max_msg_length(labels, __arraycount(labels)) + 3;