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

  /src/usr.bin/systat/
main.c 238 labels();
262 labels(void) function in typeref:typename:void
343 labels();
  /src/lib/libc/nameser/
ns_print.c 511 u_int typ, algorithm, labels, footprint; local in function:ns_sprintrrf
522 labels = *rdata++;
525 p_type((int)typ), algorithm, labels, t));
527 if (labels > (u_int)dn_count_labels(name))
  /src/usr.bin/xlint/lint1/
func.c 432 case_labels *labels = &cs->c_case_labels; local in function:check_duplicate_case_label
433 size_t i = 0, n = labels->len;
435 while (i < n && labels->vals[i].u.integer != nv->u.integer)
448 if (labels->len >= labels->cap) {
449 labels->cap = 16 + 2 * labels->cap;
450 labels->vals = xrealloc(labels->vals,
451 sizeof(*labels->vals) * labels->cap)
    [all...]
  /src/usr.bin/sed/
compile.c 74 } *labels[LHSZ]; variable in typeref:struct:labhash * []
992 * the given subset of the script. Free the memory used by labels in b
1037 lhp = &labels[h & LHMASK];
1062 for (lh = labels[h & LHMASK]; lh != NULL; lh = lh->lh_next) {
1072 * Warn about any unused labels. As a side effect, release the label hash
1082 for (lh = labels[i]; lh != NULL; lh = next) {
  /src/dist/pf/sbin/pfctl/
pfctl.c 121 int labels = 0; variable in typeref:typename:int
210 "Interfaces", "labels", "timeouts", "memory", "Tables", "osfp",
790 else if (format == PFCTL_SHOW_LABELS && labels)
826 labels = 1;
872 labels = 1;
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 307 struct sljit_label *labels; member in struct:sljit_compiler
  /src/usr.sbin/sysinst/
partman.c 971 static const msg labels[] = { local in function:pm_vnd_edit_menufmt
976 lcol_width = max_msg_length(labels, __arraycount(labels)) + 3;

Completed in 20 milliseconds