HomeSort by: relevance | last modified time | path
    Searched refs:labels (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/usr.bin/systat/
disks.c 74 labels();
118 labels();
cmds.c 136 labels();
main.c 238 labels();
262 labels(void) function in typeref:typename:void
343 labels();
extern.h 163 void labels(void);
  /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/sys/arch/x68k/stand/xxboot/
boot.S 38 | - must not access any text/data labels after first_kbyte
40 | - must access any labels before first_kbyte by PC relative addressing
46 | The program code after first_kbyte can access any labels in all sections
  /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/sys/arch/m68k/060sp/dist/
test.doc 57 the instaler should add symbolic labels to the top of the files.
  /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/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
armada-8040-mcbin.dtsi 33 /* Regulator labels correspond with schematics */
armada-8040-puzzle-m801.dts 36 /* Regulator labels correspond with schematics */
  /src/usr.bin/sed/TEST/
sed.test 317 echo Testing labels and branching
  /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
sljitNativeSPARC_common.c 306 label = compiler->labels;
sljitLir.c 639 compiler->labels = label;
sljitNativeARM_32.c 619 label = compiler->labels;
sljitNativeARM_T2_32.c 371 label = compiler->labels;
sljitNativeARM_64.c 237 label = compiler->labels;
sljitNativeMIPS_common.c 384 label = compiler->labels;
sljitNativePPC_common.c 359 label = compiler->labels;
  /src/distrib/amiga/miniroot/
install.md 117 echo "If you like, you can now examine the labels of your disks."
  /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"
  /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;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 216 'whitespace/labels',
2836 # There are certain situations we allow one space, notably for labels
2842 # Labels should always be indented at least one space.
2845 error(filename, linenum, 'whitespace/labels', 4,
2846 'Labels should always be indented at least one space. '

Completed in 49 milliseconds

1 2