| /src/usr.bin/systat/ |
| disks.c | 74 labels(); 118 labels();
|
| cmds.c | 136 labels();
|
| main.c | 238 labels(); 262 labels(void) function 343 labels();
|
| extern.h | 163 void labels(void);
|
| /src/usr.bin/xlint/lint1/ |
| func.c | 433 case_labels *labels = &cs->c_case_labels; local 434 size_t i = 0, n = labels->len; 436 while (i < n && labels->vals[i].u.integer != nv->u.integer) 449 if (labels->len >= labels->cap) { 450 labels->cap = 16 + 2 * labels->cap; 451 labels->vals = xrealloc(labels->vals, 452 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/diff3/ |
| diff3.c | 834 char *labels[] = { NULL, NULL, NULL }; local 872 labels[nblabels++] = optarg; 928 labels[0] != NULL ? labels[0] : file1); 932 labels[1] != NULL ? labels[1] : file2); 936 labels[2] != NULL ? labels[2] : file3);
|
| /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 522 labels = *rdata++; 525 p_type((int)typ), algorithm, labels, t)); 527 if (labels > (u_int)dn_count_labels(name))
|
| /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 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_64.c | 237 label = compiler->labels;
|
| sljitNativeARM_T2_32.c | 371 label = compiler->labels;
|
| sljitNativeMIPS_common.c | 384 label = compiler->labels;
|
| sljitNativePPC_common.c | 359 label = compiler->labels;
|
| sljitNativeTILEGX_64.c | 1022 label = compiler->labels;
|
| sljitNativeX86_common.c | 502 label = compiler->labels;
|
| /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 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. '
|